.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0007ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:60rem;overflow:visible;position:relative;display:block; }#XuICvzfzTd0apQKxqooJSKR81X3KhLeg { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"vcr osd mono";font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.474609375rem;left:16.03125rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#udydFXcKvW47mPnqylHK3AIJi4ZgRTol { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:"vcr osd mono";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ZrBgWTEmt2gsJR4hazl4qRnPCyIFGPGN { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"vcr osd mono";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:16.4375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#yyLB3kieJLPNPVlK8MGMvwIcLmLxAsPs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.6875rem;left:26.875rem;overflow:hidden;display:block; }
#lbzN7oosTshhz7P2BgduRXn1dGV0aMa9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15004;top:17.5625rem;left:29.0625rem; }
#lbzN7oosTshhz7P2BgduRXn1dGV0aMa9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#eozE7qSXBQoVrTZD6zPa9alE1CDTBG8m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15005;top:17.5625rem;left:24.3125rem; }
#eozE7qSXBQoVrTZD6zPa9alE1CDTBG8m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GwqS9bu0TimB5UIaKsZeisB883ZyCgWT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15006;top:17.5625rem;left:33.5rem; }
#GwqS9bu0TimB5UIaKsZeisB883ZyCgWT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Ke9OxaRHgF1oygqxeHEctRnrU1z8EUaB { z-index:15001;top:45.748701095581rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kkvBpULk0m5fJOC5GBCnFZv3sVboo7DW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#di8FbbNhTMIm7C7SR6aN5Uf8yRy59T8H { z-index:15001;top:40.873483657837rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AC4L6wHeNQpZp76pKG4iglxmPqgRB4wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsazMHo2Tg1wT3PP94mCKueRfi1wZVCg { z-index:15002;top:36.25rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1be8d3, #093cc3);background-image: -moz-linear-gradient(45deg, #1be8d3, #093cc3);background-image: -ms-linear-gradient(45deg, #1be8d3, #093cc3);background-image: -o-linear-gradient(45deg, #1be8d3, #093cc3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1be8d3', endColorstr='#093cc3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1be8d3', endColorstr='#093cc3' );";background-image: linear-gradient(45deg, #1be8d3, #093cc3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lxvFUHnTUlP3BOeqdb0S1G0ZnX1ns2Qo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Isyx3cxoJ1uZuinlgsITt6SZeyuuoh3a { z-index:15002;top:30.748699188233rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mgcpL91WdgeECWw20qwFFJF2Lzcrnxrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWhAyT2eSz2Sw33Gm6iVymzq6WiFUxit { z-index:15004;top:35.936416625976rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zIhlwOux3kCWT4BS7PPPvp6l9tdVriL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n61t9DPDb89n8kIWMS2au6oN4Sumvml7 { z-index:15003;top:25.810547828674rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vO7ZTnQQfB9K6lnOQKrlgwaHenqJqgZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container { background-color: transparent; background-image: none; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container > .video-iframe-container { display: none; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row > .video-iframe-container { display: none; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .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); }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container { border-width: 0; border-radius: 0; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#lAEU3mP8lhEgW6fGZWHfmh9pLHg3vMsC { color:#232323;display:block;width:27.9375rem;position:absolute;font-family:"vcr osd mono";font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:16.03125rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#mvGxW80OxANamJHW5pozsy2cK9yvdBJo { z-index:15000;top:15.375rem;left:17.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vnnKyiPzZzkpiVdrD1I7BdKttdGT6VX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HM2TWAUx6H0r2Ity16esVEEuxh9AlAtD { z-index:15003;top:5.875rem;left:17.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v6Rm1cXCbSsWPWMPe4uAROUCdi11Mo2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HprBNqTGpmvEZwaciOcbEi27QTQ9oTev { z-index:15001;top:10.625rem;left:17.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Knlyf6AlAgUl0SCcpcNDLeJFToDhmQo8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns { position:relative;display:block; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns { background-color: transparent; background-image: none; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row .container > .video-iframe-container { display: none; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row > .video-iframe-container { display: none; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .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); }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns { border-width: 0; border-radius: 0; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .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:13rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TbkU36M0QzNw5UhxZKouPyn5p4nJksZ4 { color:#232323;display:block;width:27.9375rem;position:absolute;font-family:"vcr osd mono";font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:16.03125rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#xtPaLTk8oZ4DadV8HPwt37KBqXBmJpoi { z-index:15003;top:6.5299491882325rem;left:17.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ixFL9mGP63XStAwIx0HKLbfTbHloIukV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090909;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container { background-color: transparent; background-image: none; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container > .video-iframe-container { display: none; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row > .video-iframe-container { display: none; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .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); }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container { border-width: 0; border-radius: 0; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#ZxtFlbTTu52G40K5xilJSmdX05CFOTLK { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"vcr osd mono";font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:16.03125rem;height:3.16731875rem;text-align:center;text-align-last:center;display:block; }
#HfGBsOxPatZm1T70onMGmTtZZAVTHeTA { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"vcr osd mono";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.984375rem;left:18.625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Vlz4dKDVgybHICsLpS1BTL7qRxV1T8Jt { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:24.6875rem;top:11.724609375rem;left:17.65625rem;display:block; }
#D4wgyarS4DgHMk0B3bFHRaQOSGzgeMu1 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"vcr osd mono";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:18.625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Mo2or4IzXMIQIVAuBOJSCyqwLlTXnvNB { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"vcr osd mono";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.3125rem;left:18.625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#klx9d7iJRqn3Jl1s6xGxKipakoDzlvFt { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"vcr osd mono";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:18.625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#oTMN0EIGNlLDfXgccrS64CydgL6bZH22 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:24.6875rem;top:21.125rem;left:17.6875rem;display:block; }
#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t { position:relative;display:none; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t { border-width: 0; border-radius: 0; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@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 { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuICvzfzTd0apQKxqooJSKR81X3KhLeg { top:12.4375rem;left:9.90625rem;width:27.9375rem;height:3.9375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udydFXcKvW47mPnqylHK3AIJi4ZgRTol { top:22.375rem;left:11.5625rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBgWTEmt2gsJR4hazl4qRnPCyIFGPGN { top:9.375rem;left:10.3125rem;width:27.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyLB3kieJLPNPVlK8MGMvwIcLmLxAsPs { top:1.6875rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzN7oosTshhz7P2BgduRXn1dGV0aMa9 { top:17.5625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#lbzN7oosTshhz7P2BgduRXn1dGV0aMa9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eozE7qSXBQoVrTZD6zPa9alE1CDTBG8m { top:17.5625rem;left:18.1875rem;width:1.875rem;height:1.875rem;display:block; }
#eozE7qSXBQoVrTZD6zPa9alE1CDTBG8m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GwqS9bu0TimB5UIaKsZeisB883ZyCgWT { top:17.5625rem;left:27.375rem;width:1.875rem;height:1.875rem;display:block; }
#GwqS9bu0TimB5UIaKsZeisB883ZyCgWT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ke9OxaRHgF1oygqxeHEctRnrU1z8EUaB { top:45.6875rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkvBpULk0m5fJOC5GBCnFZv3sVboo7DW { display:block; }
 }@media only screen and (max-width: 763px) { #di8FbbNhTMIm7C7SR6aN5Uf8yRy59T8H { top:40.8125rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC4L6wHeNQpZp76pKG4iglxmPqgRB4wq { display:block; }
 }@media only screen and (max-width: 763px) { #UsazMHo2Tg1wT3PP94mCKueRfi1wZVCg { top:36.25rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxvFUHnTUlP3BOeqdb0S1G0ZnX1ns2Qo { display:block; }
 }@media only screen and (max-width: 763px) { #Isyx3cxoJ1uZuinlgsITt6SZeyuuoh3a { top:30.6875rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgcpL91WdgeECWw20qwFFJF2Lzcrnxrl { display:block; }
 }@media only screen and (max-width: 763px) { #zWhAyT2eSz2Sw33Gm6iVymzq6WiFUxit { top:35.875rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIhlwOux3kCWT4BS7PPPvp6l9tdVriL3 { display:block; }
 }@media only screen and (max-width: 763px) { #n61t9DPDb89n8kIWMS2au6oN4Sumvml7 { top:25.75rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vO7ZTnQQfB9K6lnOQKrlgwaHenqJqgZe { display:block; }
 }@media only screen and (max-width: 763px) { #yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ { display:block; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAEU3mP8lhEgW6fGZWHfmh9pLHg3vMsC { top:2.1875rem;left:9.90625rem;width:27.9375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvGxW80OxANamJHW5pozsy2cK9yvdBJo { top:15.375rem;left:11.5625rem;width:24.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnnKyiPzZzkpiVdrD1I7BdKttdGT6VX8 { display:block; }
 }@media only screen and (max-width: 763px) { #HM2TWAUx6H0r2Ity16esVEEuxh9AlAtD { top:5.875rem;left:11.5625rem;width:24.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6Rm1cXCbSsWPWMPe4uAROUCdi11Mo2s { display:block; }
 }@media only screen and (max-width: 763px) { #HprBNqTGpmvEZwaciOcbEi27QTQ9oTev { top:10.625rem;left:11.5625rem;width:24.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knlyf6AlAgUl0SCcpcNDLeJFToDhmQo8 { display:block; }
 }@media only screen and (max-width: 763px) { #C1lQAEhKFzcqVRptTxlK3auMTyLLvNns { display:block; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbkU36M0QzNw5UhxZKouPyn5p4nJksZ4 { top:2.1875rem;left:9.90625rem;width:27.9375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPaLTk8oZ4DadV8HPwt37KBqXBmJpoi { top:6.5rem;left:11.53125rem;width:24.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixFL9mGP63XStAwIx0HKLbfTbHloIukV { display:block; }
 }@media only screen and (max-width: 763px) { #m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO { display:block; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxtFlbTTu52G40K5xilJSmdX05CFOTLK { top:2.8125rem;left:9.90625rem;width:27.9375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfGBsOxPatZm1T70onMGmTtZZAVTHeTA { top:12.9375rem;left:12.5rem;width:22.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlz4dKDVgybHICsLpS1BTL7qRxV1T8Jt { top:11.6875rem;left:11.53125rem;width:24.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4wgyarS4DgHMk0B3bFHRaQOSGzgeMu1 { top:8.875rem;left:12.5rem;width:22.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2or4IzXMIQIVAuBOJSCyqwLlTXnvNB { top:18.3125rem;left:12.5rem;width:22.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klx9d7iJRqn3Jl1s6xGxKipakoDzlvFt { top:22.375rem;left:12.5rem;width:22.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMN0EIGNlLDfXgccrS64CydgL6bZH22 { top:21.125rem;left:11.5625rem;width:24.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3hWMGnLVotTzxbVrUtIEI4syApTGI7t { display:none; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container { width:47.75rem;position:relative;display:none; } }@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 { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuICvzfzTd0apQKxqooJSKR81X3KhLeg { width:20rem;height:6.19791875rem;top:12.7109375rem;left:0rem;font-size:3.875rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #udydFXcKvW47mPnqylHK3AIJi4ZgRTol { width:11.875rem;height:2.599825rem;top:24.66845703125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBgWTEmt2gsJR4hazl4qRnPCyIFGPGN { width:14.4375rem;height:2.923825rem;top:8.3125rem;left:2.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyLB3kieJLPNPVlK8MGMvwIcLmLxAsPs { width:6.25rem;height:6.25rem;top:0.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzN7oosTshhz7P2BgduRXn1dGV0aMa9 { width:1.875rem;height:1.875rem;top:20.875rem;left:5.125rem;display:block; }
#lbzN7oosTshhz7P2BgduRXn1dGV0aMa9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eozE7qSXBQoVrTZD6zPa9alE1CDTBG8m { width:1.875rem;height:1.875rem;top:20.875rem;left:9.125rem;display:block; }
#eozE7qSXBQoVrTZD6zPa9alE1CDTBG8m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GwqS9bu0TimB5UIaKsZeisB883ZyCgWT { width:1.875rem;height:1.875rem;top:20.875rem;left:13.0625rem;display:block; }
#GwqS9bu0TimB5UIaKsZeisB883ZyCgWT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ke9OxaRHgF1oygqxeHEctRnrU1z8EUaB { top:50.622832298279rem;left:0.50021702051162rem;width:18.9995625rem;height:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kkvBpULk0m5fJOC5GBCnFZv3sVboo7DW { display:block; }
 }@media only screen and (max-width: 763px) { #di8FbbNhTMIm7C7SR6aN5Uf8yRy59T8H { top:39.998917579651rem;left:0.50021702051162rem;width:18.9995625rem;height:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0041ba, #4704ff);background-image: -moz-linear-gradient(45deg, #0041ba, #4704ff);background-image: -ms-linear-gradient(45deg, #0041ba, #4704ff);background-image: -o-linear-gradient(45deg, #0041ba, #4704ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );";background-image: linear-gradient(45deg, #0041ba, #4704ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AC4L6wHeNQpZp76pKG4iglxmPqgRB4wq { display:block; }
 }@media only screen and (max-width: 763px) { #UsazMHo2Tg1wT3PP94mCKueRfi1wZVCg { top:51.5rem;left:0.5rem;width:19rem;height:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0041ba, #4704ff);background-image: -moz-linear-gradient(45deg, #0041ba, #4704ff);background-image: -ms-linear-gradient(45deg, #0041ba, #4704ff);background-image: -o-linear-gradient(45deg, #0041ba, #4704ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );";background-image: linear-gradient(45deg, #0041ba, #4704ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lxvFUHnTUlP3BOeqdb0S1G0ZnX1ns2Qo { display:block; }
 }@media only screen and (max-width: 763px) { #Isyx3cxoJ1uZuinlgsITt6SZeyuuoh3a { top:34.874133110046rem;left:0.49913197755814rem;width:18.9995625rem;height:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mgcpL91WdgeECWw20qwFFJF2Lzcrnxrl { display:block; }
 }@media only screen and (max-width: 763px) { #zWhAyT2eSz2Sw33Gm6iVymzq6WiFUxit { top:45.248484611511rem;left:0.50021702051162rem;width:18.9995625rem;height:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zIhlwOux3kCWT4BS7PPPvp6l9tdVriL3 { display:block; }
 }@media only screen and (max-width: 763px) { #n61t9DPDb89n8kIWMS2au6oN4Sumvml7 { top:29.561633110046rem;left:0.49913197755814rem;width:19rem;height:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vO7ZTnQQfB9K6lnOQKrlgwaHenqJqgZe { display:block; }
 }@media only screen and (max-width: 763px) { #yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ { display:block; }#yl4wpTknTILnmGRHOW2WTRou1IWdmHVQ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAEU3mP8lhEgW6fGZWHfmh9pLHg3vMsC { width:13.25rem;height:4.34911875rem;top:2.625rem;left:3.375rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #mvGxW80OxANamJHW5pozsy2cK9yvdBJo { top:14.375rem;left:0.5rem;width:19rem;height:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0041ba, #4704ff);background-image: -moz-linear-gradient(45deg, #0041ba, #4704ff);background-image: -ms-linear-gradient(45deg, #0041ba, #4704ff);background-image: -o-linear-gradient(45deg, #0041ba, #4704ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );";background-image: linear-gradient(45deg, #0041ba, #4704ff);background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnnKyiPzZzkpiVdrD1I7BdKttdGT6VX8 { display:block; }
 }@media only screen and (max-width: 763px) { #HM2TWAUx6H0r2Ity16esVEEuxh9AlAtD { top:9.5625rem;left:0.5rem;width:19rem;height:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #v6Rm1cXCbSsWPWMPe4uAROUCdi11Mo2s { display:block; }
 }@media only screen and (max-width: 763px) { #HprBNqTGpmvEZwaciOcbEi27QTQ9oTev { top:19.375rem;left:0.5rem;width:19rem;height:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0041ba, #4704ff);background-image: -moz-linear-gradient(45deg, #0041ba, #4704ff);background-image: -ms-linear-gradient(45deg, #0041ba, #4704ff);background-image: -o-linear-gradient(45deg, #0041ba, #4704ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );";background-image: linear-gradient(45deg, #0041ba, #4704ff);background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knlyf6AlAgUl0SCcpcNDLeJFToDhmQo8 { display:block; }
 }@media only screen and (max-width: 763px) { #C1lQAEhKFzcqVRptTxlK3auMTyLLvNns { display:block; }#C1lQAEhKFzcqVRptTxlK3auMTyLLvNns > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbkU36M0QzNw5UhxZKouPyn5p4nJksZ4 { width:13.2498125rem;height:4.34895625rem;top:3.2497835159302rem;left:3.3745663762093rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #xtPaLTk8oZ4DadV8HPwt37KBqXBmJpoi { top:9.6592884063719rem;left:0.49913197755814rem;width:18.9995625rem;height:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0041ba, #4704ff);background-image: -moz-linear-gradient(45deg, #0041ba, #4704ff);background-image: -ms-linear-gradient(45deg, #0041ba, #4704ff);background-image: -o-linear-gradient(45deg, #0041ba, #4704ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ba', endColorstr='#4704ff' );";background-image: linear-gradient(45deg, #0041ba, #4704ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ixFL9mGP63XStAwIx0HKLbfTbHloIukV { display:block; }
 }@media only screen and (max-width: 763px) { #m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO { display:block; }#m7CPKkNvP9MWyZsk0n2LUDBmnEQPbRkO > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxtFlbTTu52G40K5xilJSmdX05CFOTLK { width:20rem;height:5.19748125rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfGBsOxPatZm1T70onMGmTtZZAVTHeTA { width:20rem;height:1.2999125rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlz4dKDVgybHICsLpS1BTL7qRxV1T8Jt { width:20rem;height:3.0625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4wgyarS4DgHMk0B3bFHRaQOSGzgeMu1 { width:20rem;height:1.54345625rem;top:8.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2or4IzXMIQIVAuBOJSCyqwLlTXnvNB { width:20rem;height:1.54345625rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klx9d7iJRqn3Jl1s6xGxKipakoDzlvFt { width:20rem;height:1.2999125rem;top:20.16796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMN0EIGNlLDfXgccrS64CydgL6bZH22 { width:20rem;height:3.0625rem;top:19.28662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3hWMGnLVotTzxbVrUtIEI4syApTGI7t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7601b77e-32b4-456e-8e34-9a1951e32b47/IMG_5303.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t.adaptive-delivery-prevent-bg, #b3hWMGnLVotTzxbVrUtIEI4syApTGI7t.lazyload, #b3hWMGnLVotTzxbVrUtIEI4syApTGI7t.lazyloading { background-image: none; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container { background-color: transparent; background-image: none; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container > .video-iframe-container { display: none; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row > .video-iframe-container { display: none; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .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); }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container { border-width: 0; border-radius: 0; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3hWMGnLVotTzxbVrUtIEI4syApTGI7t > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }