.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;
}
.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;overflow:visible;position:relative;display:block; }#Jkmm80UiPnhPw2X8yOr90NSOBqysEetf { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:13rem;top:1.25rem;left:0.8740234375rem;overflow:hidden;display:block; }
#ZTez0v9pssIQq4QUTaPMaLpdU2k0Xhg7 { z-index:100000;top:1.2809244394302rem;left:44.586589813233rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gosha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.313614625rem;height:3.063152125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kJBnJBPsIhgyXtmAFx06o3pi5OJBilLs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39aa535e-35f9-45f6-b133-2e26b2daad70/260833230_4981379401881399_258663152531130867_n.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3.adaptive-delivery-prevent-bg, #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3.lazyload, #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3.lazyloading { background-image: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { background-color: transparent; background-image: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,120,66,0.88); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,120,66,0.88); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .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); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { border-width: 0; border-radius: 0; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#wno1R4d0Vr8IcF8kIE7ZdVVgXtFTtaUW { color:#ffffff;display:block;width:49.187rem;position:absolute;font-family:urbane;font-size:4.125rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:12.2802734375rem;left:5.4052734375rem;height:9.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jt9TgRmswBHK6snuT6bmgtWANMfQfeIL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:14.0625rem;left:0.09375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/CUKbef6C/gradient_02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:34.125rem;left:17.4375rem;display:none; }#JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN.adaptive-delivery-prevent-bg, #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN.lazyload, #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN.lazyloading { background-image: none; }
#WJTiF0TwZIUzTz4kJFo4psExdFB9Rtms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sKn1Pe3ZQGNe9WFVzXHe41wFrL4U7Ocy { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:34.125rem;left:30.5rem;display:none; }
#ltuhKI4QQsL5QFvbqcvXFlvTEdKWXu3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OAZD7uU6OKkyOAlsM9v4dzOFUSE168mD { color:#fdfeff;display:block;width:16.1875rem;position:absolute;font-family:urbane;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:21.90625rem;height:1.86865rem;display:block; }
#JBR88MAHUM2RO1HhJ4AkEBm9RgzeM0Gd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:19.5625rem;left:25.96875rem;height:0;display:block; }
#pxb0gAKBOCgiEtdF2PyL32hCSO56Sgz4 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:urbane;font-size:4.3125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:17.5625rem;height:5.60595625rem;display:block; }
#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { background-color: transparent; background-image: none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container > .video-iframe-container { display: none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row > .video-iframe-container { display: none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .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); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { border-width: 0; border-radius: 0; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#zt7317SxlnASke7MFD6y4bWpV7Kw4mVD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:11.75rem;top:2.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#a7ykB3cfhTOVLFsTSlqqtBZpQGmCTVzM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:11.75rem;top:15.375rem;left:36.5625rem;overflow:hidden;display:block; }
#reTA7uiahO9J9D4KdLu50gPOPhGJSBfB { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:11.8125rem;top:2.28125rem;left:44.0625rem;overflow:hidden;display:block; }
#wL8UwMRvWC9dbFDI6q8me7rLBGzs1WZw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:2.25rem;left:24.6875rem;overflow:hidden;display:block; }
#bVy6GpFFJoU0HOolUOK7ZmX2TXOXwIAU { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.6875rem;top:15.46875rem;left:15.25rem;overflow:hidden;display:block; }
#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;background-image:none;position:relative;display:block; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container { background-color: transparent; background-image: none; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container > .video-iframe-container { display: none; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row > .video-iframe-container { display: none; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .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); }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container { border-width: 0; border-radius: 0; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#RibaH78zQGACEyzLQ7Ks9F3ozkRJu4Lb { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:gosha;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:1.75rem;left:15.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyqIFKyWsiIv78QKwW3xB7RkfLp2KcxV { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0038b5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:1.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:5.4990234375rem;left:8.216796875rem;display:block; }
#JISSmQTGHxm8RZ7R4OfyoIBKlTSivq7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTQBp0oWJR38y1bIWWBT7LHT7ooUFOCt { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0038b5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:1.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:5.4990234375rem;left:23.8125rem;display:block; }
#a63A8oObxEA7tofsTiwlZ27zfRPyPpaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bzkf61xLeeqp4cevJTTMyuTGswsEo5fS { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0038b5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:1.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:5.4990234375rem;left:39.96875rem;display:block; }
#Gw4UF2lJQvTZCwnyCRaF3sOKgcTureef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vcTqTPRuT1JfSytokSrSqWxrwWMv7Bex { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0038b5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:1.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:8.2282981872556rem;left:15.3125rem;display:block; }
#WAMswTNso1evkecVeHuVpZiZWdm3OTdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ElcIasPncOFt1eZo8MXXSnGoAS6E3ZqU { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0038b5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:1.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:8.2282981872556rem;left:33.986110687256rem;display:block; }
#ysgb6vuZpXvEOyLQiHik5ti0eKIMRCJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { background-color: transparent; background-image: none; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container > .video-iframe-container { display: none; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row > .video-iframe-container { display: none; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .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); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { border-width: 0; border-radius: 0; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { font-size:0.875rem;font-family:arial;height:0;width:60rem;position:relative;display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { background-color: transparent; background-image: none; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container > .video-iframe-container { display: none; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row > .video-iframe-container { display: none; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .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); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { border-width: 0; border-radius: 0; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { font-size:0.875rem;font-family:arial;height:0;width:60rem;position:relative;display:block; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container { background-color: transparent; background-image: none; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container > .video-iframe-container { display: none; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row > .video-iframe-container { display: none; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .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); }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container { border-width: 0; border-radius: 0; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#PTCdRiOaJOD8VThSxAQ4hkfN9Wq8y5Js { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:42.4375rem;top:7.25rem;left:11.75rem;display:block; }
#w8h7q5loExA1xmlpCktKzXWh6ZQ41PXi { color:#000000;display:block;width:7.5rem;position:absolute;font-family:gosha;font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.125rem;height:2.4375rem;display:block; }
#hkVsGcBOnmch9OyNlLoXpEW2Do3e4g2H { box-sizing:content-box;color:#ffed00;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:0.71875rem;left:8.625rem;display:block; }
#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;background-image:none;position:relative;display:block; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container { background-color: transparent; background-image: none; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container > .video-iframe-container { display: none; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row > .video-iframe-container { display: none; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .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); }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container { border-width: 0; border-radius: 0; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container { background-color: transparent; background-image: none; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container > .video-iframe-container { display: none; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row > .video-iframe-container { display: none; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .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); }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container { border-width: 0; border-radius: 0; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#r5JCaRrvk7wo8R4ey9ieu9aiW8qeTFya { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:42.4375rem;top:7.8125rem;left:12.0625rem;display:block; }
#DP9yJRbWGfWXpFAqDWIHDgMrVAbsSFHu { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:gosha;font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.125rem;height:2.4375rem;font-style:normal;display:block; }
#huFmpDsIXM4ZPFXHXEWT5ZwNFpScloXl { box-sizing:content-box;color:#ffed00;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:100002;top:0.71875rem;left:8.9375rem;display:block; }
#x5zSNa7n1yzKU4764lavkHNTRuocolVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;background-image:none;position:relative;display:block; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container { background-color: transparent; background-image: none; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container > .video-iframe-container { display: none; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row > .video-iframe-container { display: none; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .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); }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container { border-width: 0; border-radius: 0; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container { background-color: transparent; background-image: none; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container > .video-iframe-container { display: none; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row > .video-iframe-container { display: none; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .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); }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container { border-width: 0; border-radius: 0; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#vLQWbldAMm50q5ZKKE89JsMlDVrHVTh3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:42.4375rem;top:6.875rem;left:12.125rem;display:block; }
#HDVs8anVXVTSt9JEJRxqMVGapIlHOLkT { color:#000000;display:block;width:7.625rem;position:absolute;font-family:gosha;font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.125rem;height:2.4375rem;display:block; }
#aZ5pE8SWbMmrgSIfqTao8K4QWDiEQiwa { box-sizing:content-box;color:#ffed00;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:0.71875rem;left:9rem;display:block; }
#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;background-image:none;position:relative;display:block; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container { background-color: transparent; background-image: none; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container > .video-iframe-container { display: none; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row > .video-iframe-container { display: none; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .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); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container { border-width: 0; border-radius: 0; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:block; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG { position:relative;display:block; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG { background-color: transparent; background-image: none; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .row .container > .video-iframe-container { display: none; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .row > .video-iframe-container { display: none; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .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); }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG { border-width: 0; border-radius: 0; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .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:33.875rem;width:60rem;position:relative;display:block; }#THKd0adbiRIqTnvCe3BNTJqKsZg2vtXP { color:#000000;display:block;width:7.625rem;position:absolute;font-family:gosha;font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.2916679382324rem;left:0.609375rem;height:2.4375rem;display:block; }
#tvvQhpMNfW1TLDehKXITXFFPqARHvbfH { box-sizing:content-box;color:#ffed00;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:0.94791793823244rem;left:8.7517356872556rem;display:block; }
#OLPQdA8ftSkRcTsLhuvHTRcbKNsHdZnS { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:7rem;left:12.31396484375rem;display:block; }
#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;background-image:none;position:relative;display:block; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container { background-color: transparent; background-image: none; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container > .video-iframe-container { display: none; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row > .video-iframe-container { display: none; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .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); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container { border-width: 0; border-radius: 0; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:block; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 { position:relative;display:block; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 { background-color: transparent; background-image: none; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .row .container > .video-iframe-container { display: none; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .row > .video-iframe-container { display: none; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .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); }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 { border-width: 0; border-radius: 0; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .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:33.5rem;width:60rem;position:relative;display:block; }#JaPhSTAgrJ1MakOQeTUOBgkIQNVmUsur { color:#000000;display:block;width:7.625rem;position:absolute;font-family:gosha;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0.9375rem;height:2.4375rem;display:block; }
#CVgLNFUtQGMT8xbOPqdfwacVh0gVTHSW { box-sizing:content-box;color:#ffed00;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:100007;top:1.625rem;left:9.0625rem;display:block; }
#kOfF8LyLbyWOTldW2TatEK5FfvTxIU68 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:7.6455078125rem;left:12.4375rem;display:block; }
#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;background-image:none;position:relative;display:block; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container { background-color: transparent; background-image: none; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container > .video-iframe-container { display: none; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row > .video-iframe-container { display: none; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .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); }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container { border-width: 0; border-radius: 0; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:block; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container { background-color: transparent; background-image: none; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container > .video-iframe-container { display: none; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row > .video-iframe-container { display: none; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .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); }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container { border-width: 0; border-radius: 0; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container { font-size:0.875rem;font-family:arial;height:66.5rem;width:60rem;position:relative;display:block; }#C2VSPZsTiVTNnbI3KtWsdFh6kIqhNNF3 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.5rem;top:44.6875rem;left:30.125rem;overflow:hidden;display:block; }
#uODWlXT8CH36rQcqTXDA6bWbcEC1eCO6 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.4375rem;top:22.2783203125rem;left:30.4375rem;overflow:hidden;display:block; }
#x5HTVn8fwyq7knZIxc9ou7un6ot591TS { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.4375rem;top:0.5625rem;left:30.4375rem;overflow:hidden;display:block; }
#TicbDNgSNfAasCg6MgaAf4IV6ZE0W6k5 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.4375rem;top:22.2783203125rem;left:0rem;overflow:hidden;display:block; }
#sNpEvxZ2CK9LQZlKqDwDW7TMEr7lqLFA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.4375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#DiFW8NpPAtFeWEXDa0gLmn0Cg4oZ787V { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.4375rem;top:44.6875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:31.25rem;width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jkmm80UiPnhPw2X8yOr90NSOBqysEetf { width:13rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTez0v9pssIQq4QUTaPMaLpdU2k0Xhg7 { top:1.25rem;left:35.3125rem;width:12.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBnJBPsIhgyXtmAFx06o3pi5OJBilLs { display:block; }
 }@media only screen and (max-width: 763px) { #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 { display:block; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wno1R4d0Vr8IcF8kIE7ZdVVgXtFTtaUW { width:47.75rem;height:9.875rem;top:12.25rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9TgRmswBHK6snuT6bmgtWANMfQfeIL { width:47.75rem;height:4.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN { width:11.25rem;height:3.1875rem;top:34.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTiF0TwZIUzTz4kJFo4psExdFB9Rtms { display:block; }
 }@media only screen and (max-width: 763px) { #sKn1Pe3ZQGNe9WFVzXHe41wFrL4U7Ocy { width:11.25rem;height:3.1875rem;top:34.125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltuhKI4QQsL5QFvbqcvXFlvTEdKWXu3K { display:block; }
 }@media only screen and (max-width: 763px) { #OAZD7uU6OKkyOAlsM9v4dzOFUSE168mD { width:16.1875rem;height:1.8125rem;top:0.8125rem;left:15.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBR88MAHUM2RO1HhJ4AkEBm9RgzeM0Gd { width:12.5rem;height:;top:19.5625rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxb0gAKBOCgiEtdF2PyL32hCSO56Sgz4 { width:24.875rem;height:5.5625rem;top:10.1875rem;left:11.4375rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 { display:block; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt7317SxlnASke7MFD6y4bWpV7Kw4mVD { width:11.75rem;height:11.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ykB3cfhTOVLFsTSlqqtBZpQGmCTVzM { width:11.75rem;height:11.75rem;top:15.375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTA7uiahO9J9D4KdLu50gPOPhGJSBfB { width:11.8125rem;height:11.8125rem;top:2.25rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8UwMRvWC9dbFDI6q8me7rLBGzs1WZw { width:11.875rem;height:11.875rem;top:2.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVy6GpFFJoU0HOolUOK7ZmX2TXOXwIAU { width:11.6875rem;height:11.5625rem;top:15.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DF1rJeanTDGBvgdvq0laL8JqIqv06W { display:block; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RibaH78zQGACEyzLQ7Ks9F3ozkRJu4Lb { width:29.375rem;height:2.4375rem;top:1.75rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyqIFKyWsiIv78QKwW3xB7RkfLp2KcxV { width:12.375rem;height:1.4375rem;top:5.4375rem;left:2.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JISSmQTGHxm8RZ7R4OfyoIBKlTSivq7p { display:block; }
 }@media only screen and (max-width: 763px) { #bTQBp0oWJR38y1bIWWBT7LHT7ooUFOCt { width:13.5625rem;height:1.4375rem;top:5.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63A8oObxEA7tofsTiwlZ27zfRPyPpaG { display:block; }
 }@media only screen and (max-width: 763px) { #Bzkf61xLeeqp4cevJTTMyuTGswsEo5fS { width:15.4375rem;height:1.4375rem;top:5.4375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw4UF2lJQvTZCwnyCRaF3sOKgcTureef { display:block; }
 }@media only screen and (max-width: 763px) { #vcTqTPRuT1JfSytokSrSqWxrwWMv7Bex { width:12.375rem;height:1.4375rem;top:8.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAMswTNso1evkecVeHuVpZiZWdm3OTdI { display:block; }
 }@media only screen and (max-width: 763px) { #ElcIasPncOFt1eZo8MXXSnGoAS6E3ZqU { width:12.375rem;height:1.4375rem;top:8.1875rem;left:27.861110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysgb6vuZpXvEOyLQiHik5ti0eKIMRCJq { display:block; }
 }@media only screen and (max-width: 763px) { #U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO { display:block; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beOtvAANiiDxlmqyywyF7aoTDF9MTlkn { display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN { display:block; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTCdRiOaJOD8VThSxAQ4hkfN9Wq8y5Js { width:42.4375rem;height:23.8125rem;top:7.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8h7q5loExA1xmlpCktKzXWh6ZQ41PXi { width:7.5rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkVsGcBOnmch9OyNlLoXpEW2Do3e4g2H { width:3.125rem;height:3.125rem;top:0.6875rem;left:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO { display:block; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx { display:block; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5JCaRrvk7wo8R4ey9ieu9aiW8qeTFya { width:42.4375rem;height:23.8125rem;top:7.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9yJRbWGfWXpFAqDWIHDgMrVAbsSFHu { width:7.8125rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFmpDsIXM4ZPFXHXEWT5ZwNFpScloXl { width:3.125rem;height:3.125rem;top:0.6875rem;left:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5zSNa7n1yzKU4764lavkHNTRuocolVq { display:block; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm { display:block; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLQWbldAMm50q5ZKKE89JsMlDVrHVTh3 { width:42.4375rem;height:23.8125rem;top:6.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDVs8anVXVTSt9JEJRxqMVGapIlHOLkT { width:7.625rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ5pE8SWbMmrgSIfqTao8K4QWDiEQiwa { width:3.125rem;height:3.125rem;top:0.6875rem;left:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 { display:block; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG { display:block; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THKd0adbiRIqTnvCe3BNTJqKsZg2vtXP { width:7.625rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvvQhpMNfW1TLDehKXITXFFPqARHvbfH { width:3.125rem;height:3.125rem;top:0.9375rem;left:2.6267356872559rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLPQdA8ftSkRcTsLhuvHTRcbKNsHdZnS { width:40rem;height:22.5rem;top:7rem;left:6.18896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck { display:block; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 { display:block; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaPhSTAgrJ1MakOQeTUOBgkIQNVmUsur { width:7.625rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVgLNFUtQGMT8xbOPqdfwacVh0gVTHSW { width:3.125rem;height:3.125rem;top:1.625rem;left:2.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfF8LyLbyWOTldW2TatEK5FfvTxIU68 { width:40rem;height:22.5rem;top:7.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y { display:block; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 { display:block; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2VSPZsTiVTNnbI3KtWsdFh6kIqhNNF3 { width:29.5rem;height:19.6875rem;top:44.6875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uODWlXT8CH36rQcqTXDA6bWbcEC1eCO6 { width:29.4375rem;height:19.6875rem;top:22.25rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5HTVn8fwyq7knZIxc9ou7un6ot591TS { width:29.4375rem;height:19.6875rem;top:0.5625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TicbDNgSNfAasCg6MgaAf4IV6ZE0W6k5 { width:29.4375rem;height:19.6875rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNpEvxZ2CK9LQZlKqDwDW7TMEr7lqLFA { width:29.4375rem;height:19.6875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFW8NpPAtFeWEXDa0gLmn0Cg4oZ787V { width:29.4375rem;height:19.6875rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:12.0625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jkmm80UiPnhPw2X8yOr90NSOBqysEetf { width:18.4375rem;height:5.18663125rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTez0v9pssIQq4QUTaPMaLpdU2k0Xhg7 { top:7.6857625rem;left:3.75rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBnJBPsIhgyXtmAFx06o3pi5OJBilLs { display:block; }
 }@media only screen and (max-width: 763px) { #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1ec8f09-ef53-4773-889a-0a5cf76fe15c/241410091_4722424101110265_1646391605096338988_n.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3.adaptive-delivery-prevent-bg, #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3.lazyload, #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3.lazyloading { background-image: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { background-color: transparent; background-image: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,120,66,0.9); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,120,66,0.9); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .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); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wno1R4d0Vr8IcF8kIE7ZdVVgXtFTtaUW { width:20rem;height:4.199225rem;top:7.486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9TgRmswBHK6snuT6bmgtWANMfQfeIL { width:19.9375rem;height:1.75rem;top:14.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN { width:11.25rem;height:3.1875rem;top:41.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJTiF0TwZIUzTz4kJFo4psExdFB9Rtms { display:block; }
 }@media only screen and (max-width: 763px) { #sKn1Pe3ZQGNe9WFVzXHe41wFrL4U7Ocy { width:11.25rem;height:3.1875rem;top:49rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltuhKI4QQsL5QFvbqcvXFlvTEdKWXu3K { display:block; }
 }@media only screen and (max-width: 763px) { #OAZD7uU6OKkyOAlsM9v4dzOFUSE168mD { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBR88MAHUM2RO1HhJ4AkEBm9RgzeM0Gd { width:12.5rem;height:0;top:13.159725rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxb0gAKBOCgiEtdF2PyL32hCSO56Sgz4 { width:11.625rem;height:2.5996125rem;top:5.88671875rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 { display:none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { width:20rem;height:98.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zt7317SxlnASke7MFD6y4bWpV7Kw4mVD { width:9.9375rem;height:9.9375rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ykB3cfhTOVLFsTSlqqtBZpQGmCTVzM { width:10rem;height:10rem;top:48.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTA7uiahO9J9D4KdLu50gPOPhGJSBfB { width:10rem;height:10rem;top:24rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8UwMRvWC9dbFDI6q8me7rLBGzs1WZw { width:10.3125rem;height:10.3125rem;top:12.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVy6GpFFJoU0HOolUOK7ZmX2TXOXwIAU { width:11.6875rem;height:11.5625rem;top:35.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DF1rJeanTDGBvgdvq0laL8JqIqv06W { display:block; }#b1DF1rJeanTDGBvgdvq0laL8JqIqv06W > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RibaH78zQGACEyzLQ7Ks9F3ozkRJu4Lb { width:4.375rem;height:2.599825rem;top:1.25rem;left:5.3741319179535rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyqIFKyWsiIv78QKwW3xB7RkfLp2KcxV { width:20rem;height:1.375rem;top:5.09895625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JISSmQTGHxm8RZ7R4OfyoIBKlTSivq7p { display:block; }
 }@media only screen and (max-width: 763px) { #bTQBp0oWJR38y1bIWWBT7LHT7ooUFOCt { width:19.9375rem;height:1.4375rem;top:7.72395625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63A8oObxEA7tofsTiwlZ27zfRPyPpaG { display:block; }
 }@media only screen and (max-width: 763px) { #Bzkf61xLeeqp4cevJTTMyuTGswsEo5fS { width:20rem;height:1.4375rem;top:10.41145625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw4UF2lJQvTZCwnyCRaF3sOKgcTureef { display:block; }
 }@media only screen and (max-width: 763px) { #vcTqTPRuT1JfSytokSrSqWxrwWMv7Bex { width:20rem;height:1.4375rem;top:13.098091125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAMswTNso1evkecVeHuVpZiZWdm3OTdI { display:block; }
 }@media only screen and (max-width: 763px) { #ElcIasPncOFt1eZo8MXXSnGoAS6E3ZqU { width:20rem;height:1.4375rem;top:15.78645625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysgb6vuZpXvEOyLQiHik5ti0eKIMRCJq { display:block; }
 }@media only screen and (max-width: 763px) { #U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO { display:block; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beOtvAANiiDxlmqyywyF7aoTDF9MTlkn { display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN { display:block; }#FcyZQ8nT9fGreB00lBJL5hdFoFrZqqMN > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTCdRiOaJOD8VThSxAQ4hkfN9Wq8y5Js { height:11.25rem;width:20rem;top:8.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8h7q5loExA1xmlpCktKzXWh6ZQ41PXi { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkVsGcBOnmch9OyNlLoXpEW2Do3e4g2H { width:3.125rem;height:3.125rem;top:4.53125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO { display:none; }#sTQVTaC9R9llug0t0PDSBIDHNJ5nT9fO > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx { display:block; }#pBAKwOmyvPp8swXFSkw7gV8rhgPUQIhx > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5JCaRrvk7wo8R4ey9ieu9aiW8qeTFya { height:11.25rem;width:20rem;top:8.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9yJRbWGfWXpFAqDWIHDgMrVAbsSFHu { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFmpDsIXM4ZPFXHXEWT5ZwNFpScloXl { width:3.125rem;height:3.125rem;top:4.53125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5zSNa7n1yzKU4764lavkHNTRuocolVq { display:none; }#x5zSNa7n1yzKU4764lavkHNTRuocolVq > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm { display:block; }#xU97Fe5A9pttXGCK0K3BJcOZ2BxJQrnm > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLQWbldAMm50q5ZKKE89JsMlDVrHVTh3 { height:11.25rem;width:20rem;top:8.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDVs8anVXVTSt9JEJRxqMVGapIlHOLkT { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ5pE8SWbMmrgSIfqTao8K4QWDiEQiwa { width:3.125rem;height:3.125rem;top:4.53125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 { background-color:#ffffff;background-image:none;display:block; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container { background-color: transparent; background-image: none; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container > .video-iframe-container { display: none; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row > .video-iframe-container { display: none; }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .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); }#iW74CdUPNMnDdO4oMJ3nark8M0Vfzgx1 > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG { display:block; }#oLH6zETZp7iNw4N2uugoDTyKdwIzzCSG > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THKd0adbiRIqTnvCe3BNTJqKsZg2vtXP { width:7.625rem;height:2.03125rem;top:1.25rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvvQhpMNfW1TLDehKXITXFFPqARHvbfH { width:3.125rem;height:3.125rem;top:4.53125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLPQdA8ftSkRcTsLhuvHTRcbKNsHdZnS { height:11.25rem;width:20rem;top:8.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck { background-color:#ffffff;background-image:none;display:block; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container { background-color: transparent; background-image: none; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container > .video-iframe-container { display: none; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row > .video-iframe-container { display: none; }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .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); }#OzLHnF41h6I7H4UtD8lA1TKSgkpEFuck > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 { display:block; }#eUoCPUsWEEi1DOQJGTW8PqUbkebJWli7 > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaPhSTAgrJ1MakOQeTUOBgkIQNVmUsur { width:7.625rem;height:2.03125rem;top:1.25rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVgLNFUtQGMT8xbOPqdfwacVh0gVTHSW { width:3.125rem;height:3.125rem;top:4.53125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfF8LyLbyWOTldW2TatEK5FfvTxIU68 { height:11.25rem;width:20rem;top:8.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y { display:none; }#usWgHFBlSwuW6IVuLuwUyfCPMFz5VO5y > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 { display:block; }#OrfMlwTF28Qk3yU1aFymkBc3bshiz4x9 > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2VSPZsTiVTNnbI3KtWsdFh6kIqhNNF3 { width:20rem;height:13.3125rem;top:74.0884375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uODWlXT8CH36rQcqTXDA6bWbcEC1eCO6 { width:20rem;height:13.3125rem;top:44.9530625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5HTVn8fwyq7knZIxc9ou7un6ot591TS { width:20rem;height:13.3125rem;top:15.8176875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TicbDNgSNfAasCg6MgaAf4IV6ZE0W6k5 { width:20rem;height:13.3125rem;top:30.385375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNpEvxZ2CK9LQZlKqDwDW7TMEr7lqLFA { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFW8NpPAtFeWEXDa0gLmn0Cg4oZ787V { width:20rem;height:13.3125rem;top:59.52075rem;left:0rem;display:block; }
 }