.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wzVBxkrp/sh_topbg.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container { background-color: transparent; background-image: none; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container > .video-iframe-container { display: none; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row > .video-iframe-container { display: none; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .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); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container { border-width: 0; border-radius: 0; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container { font-size:14px;font-family:arial;height:638px;width:1200px;overflow:visible;position:relative;display:block; }#EHzXq3P3nDBFsxy8x127a4dZ4dvugc3z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:570px;width:570px;top:68px;left:0px;overflow:hidden;display:block; }
#oa8l3Z59NtR71R8i5iEFb68uKGb9BLsC { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.79);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:180px;width:558px;top:0px;left:570px;display:block; }
#VTl2Kzo92K5K6U5MRF52ZoIUZmi7pKWc { color:#ffffff;display:block;width:384px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:146.80000305176px;left:651.5px;height:;text-align:center;text-align-last:center;display:block; }
#KU0xrpq6mtuha5ZSxkx3pEo7x6ipxGNf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:502px;top:39.800003051758px;left:598px;overflow:hidden;display:block; }
#wcKE86ifO8qzSVJl3Z3nkLZO6c2JfEiT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:264px;top:216.48333740234px;left:711.5px;overflow:hidden;display:block; }
#SP32sKc7ciSWTrd667GaakiHq3wkwKdk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:117px;width:399px;top:294.5px;left:649.5px;overflow:hidden;display:block; }
#Z5bTam5MsosXv8EuANCsECc9n6BVOSOB { color:#000000;display:block;width:381px;position:absolute;font-family:roboto;font-size:25px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:459.93334960938px;left:658.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#Ao7hlbpOydk1h450IXUVkpQJMzMINqbG { color:#000000;display:block;width:300px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:278.5px;left:699px;height:26px;text-align:center;text-align-last:center;display:block; }
#MVuuTiQOyS038qd392XxEGQBvmFI9RKv { color:#000000;display:block;width:300px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:377.5px;left:711.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#J9OIUpfwrhFFmSnkrFGrGdMh7EKPnPam { color:#000000;display:block;width:300px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:506px;left:711.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#qmyPi1vmu8OeEIsPPRydZqcBBOqfDSN9 { position:absolute;display:block;z-index:99998;background-color:rgba(255,255,255,0.54);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:458px;width:558px;top:180px;left:570px;display:block; }
#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19203c;background-image:none;position:relative;display:block; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container { background-color: transparent; background-image: none; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container > .video-iframe-container { display: none; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row > .video-iframe-container { display: none; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .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); }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container { border-width: 0; border-radius: 0; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container { font-size:14px;font-family:arial;height:118px;width:1200px;position:relative;display:block; }#gf3ClNhnvcqKT4fXNTt6Q2w8Z8udHQeV { color:#ffffff;display:block;width:387px;position:absolute;font-family:poppins;font-size:34px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.300003051758px;left:71px;height:44.2px;text-align:center;text-align-last:center;display:block; }
#QTiuSZHy2ql6iSioUESXxvTS3CG6Ow9H { color:#ffffff;display:block;width:387px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:71px;left:71px;height:26px;text-align:center;text-align-last:center;display:block; }
#EawhT3prFZd0WTw9v4G6pMPnUMNKW2yi { background-color:#ae8938;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:55px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.5px;left:716px;display:block; }
#l1i2AmT11bzbHPRwZwC1H47bV9fAFTwk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZJq9no8ewToxOkMKDgJ5tSbWS7usa8Ez { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:400px;top:58.5px;left:64.5px;display:block; }
#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { background-color: transparent; background-image: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .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); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { border-width: 0; border-radius: 0; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { font-size:14px;font-family:arial;height:758px;width:1200px;position:relative;display:block; }#hvXBCT5WVrRSs1GTTrz6w5GCzpPs4dH1 { color:#19203c;display:block;width:441px;position:absolute;font-family:roboto;font-size:30px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:78px;left:548px;height:39px;font-style:normal;display:block; }
#FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { color:#19203c;display:block;width:605px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:99999;line-height:1.875;letter-spacing:0;top:132px;left:548px;height:393.75px;font-style:normal;display:block; }
#oCPTokq7iRT4xyyPnrTENdTxZMxn3hWV { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:552px;top:608px;left:574.5px;display:block; }
#wHtMLAgNcZas4KhUxCN91ev5pwW8wi0U { background-color:#ae8938;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:55px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:645.96667480469px;left:574.5px;display:block; }
#MPq5UPE469aTrQ2iszX8Q3fPkLTdEgwr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IH87eg9AtAPXiQNdhpbqULvTmx0F681n { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:376px;width:450px;top:94px;left:38.116668701172px;overflow:hidden;display:block; }
#kx7s6SnPIT0Mlk6rBIyZMrFFFHHXF5GG { background-color:#19203c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:55px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:645.96667480469px;left:769.5px;display:block; }
#oHdSlHDTCQ75xLJWJf1sxuVF8wZLJFPp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#H6sxFHtTPQUxmmIiZXtzRdaUoRwS12Sl { background-color:#19203c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:645.96667480469px;left:965.5px;display:block; }
#DEaaOdF1vQvlRngIi0dTZq2lPDrvONqU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { background-color: transparent; background-image: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container > .video-iframe-container { display: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container { display: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .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); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { border-width: 0; border-radius: 0; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { font-size:14px;font-family:arial;height:642px;width:1200px;position:relative;display:block; }#AaPWqREA1Sz0KhJ6gXSG08IZPLwZkeV6 { color:#000000;display:block;width:320px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:86px;left:120px;height:23.4px;display:block; }
#zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { color:#000000;display:block;width:320px;position:absolute;font-family:roboto;font-size:38px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:112.97918701172px;left:120px;height:98.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EVMTUTg90IeAByniz05wmKm5DdRSynzF { color:rgba(0,0,0,0.7);display:block;width:320px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100002;line-height:1.625;letter-spacing:0;top:235.52432250977px;left:120px;height:78px;font-style:normal;display:block; }
#LXBfkBMtDMBh7nNlZcZx8UbVPyBqVASg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:207px;width:207px;top:84px;left:483px;overflow:hidden;display:block; }
#alCX48yhKrwEbLmeiSLoXTBZngfsAyaQ { color:rgba(0,0,0,0.7);display:block;width:310px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:122px;left:750px;height:126px;font-style:normal;display:block; }
#KyewphWZui5m1GbGI5l3UVbrZqRtWT20 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15px;width:19px;top:103.46182250977px;left:724px;overflow:hidden;display:block; }
#Wtwq2xHcpkV83e9eMvyPqTG9d9s9g1xg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15px;width:19px;top:254.49652099609px;left:868px;overflow:hidden;display:block; }
#bzFkuxPO8UbfP18HxnNszWTXdhlxpyte { color:#000000;display:block;width:320px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:296.57641601562px;left:750px;height:19.5px;font-style:normal;display:block; }
#oLhNq0c1we9ugQMTR4NnCenFd1Dw7FEU { color:rgba(0,0,0,0.7);display:block;width:320px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100003;line-height:1.625;letter-spacing:0;top:336.99654388428px;left:120px;height:208px;font-style:normal;display:block; }
#yibTsR7BpCEcXEDXUvoUFnBcEr9KgNUW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:207px;width:207px;top:335px;left:483px;overflow:hidden;display:block; }
#zqubP8pScHev5BfU3pyHWZOZ7oO5LFzl { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:19px;top:349px;left:724px;overflow:hidden;display:block; }
#Xnk9wp50AcZWKzuaPf17ZkU3482ke1JE { color:rgba(0,0,0,0.7);display:block;width:310px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:364px;left:754px;height:126px;font-style:normal;display:block; }
#Q74BxSwQxtZwVO1GcCnnbTQLUswJp4Et { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:19px;top:496px;left:872px;overflow:hidden;display:block; }
#T3EIAOvaBtoDZssnv0K9dNrWKu24wGT9 { color:#000000;display:block;width:320px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:538px;left:754px;height:19.5px;font-style:normal;display:block; }
#chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { position:absolute;display:block;z-index:100012;background-color:#ebebeb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:450px;width:1px;top:86px;left:450px;display:block; }
#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { background-color: transparent; background-image: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container > .video-iframe-container { display: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container { display: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .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); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { border-width: 0; border-radius: 0; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { font-size:14px;font-family:arial;height:106px;width:1200px;position:relative;display:block; }#tdddfFEdfE0mRba1KEZHnn8EDgDbfGIf { color:#000000;display:block;width:1200px;position:absolute;font-family:roboto;font-size:38px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:26px;left:0px;height:49.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container { background-color: transparent; background-image: none; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container > .video-iframe-container { display: none; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row > .video-iframe-container { display: none; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .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); }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container { border-width: 0; border-radius: 0; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container { font-size:14px;font-family:arial;height:538px;width:1200px;position:relative;display:block; }#JoOJL6XIx2q127HZqnaEOh2LMu3gsqJr { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 2px 15px rgba(0,0,0,0.1) ;height:444px;width:310px;top:20px;left:40px;display:block; }
#d5d5ZCogC5ZzhnTmwyp1LxvdgHZIBNw0 { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:70px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:70px;left:55px;height:70px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqX81vWT7xvcoiNzWgeZ1WTDb1JBss4T { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:150.98958587646px;left:55px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MB050c0vvoKqLXuiI9wTP6iPBQFAQfMC { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:220.97570037842px;left:55px;height:16px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N1h6kyFJPSbyQTQuhe1eLapaTT08yAON { color:rgba(0,0,0,0.7);display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:251.95835113525px;left:55px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0JuiAXfmFzom5mAH496mW979alqSTqx { background-color:#19203c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:54px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:364.96185302734px;left:118px;display:block; }
#fGRqrT9iL1rycS0V2GBW6gDa6EFk8Jq9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#c0MWzpb3kyxxycPh0CbTZVgozSmVLIuN { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 2px 15px rgba(0,0,0,0.1) ;height:444px;width:310px;top:20px;left:850px;display:block; }
#kVPV84zVycH416Qamy6wVFC9R6cfoIaS { position:absolute;display:block;z-index:99999;background-color:#19203c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:484px;width:320px;top:0px;left:440px;display:block; }
#DBJimmQXJTaTLh6fZS1WIHWqydZwFg34 { background-color:#ae8938;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:54px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:363px;left:524px;display:block; }
#vFdw248eEtNCk1DdRcK6exX3sG026TZg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BiMHkATzI9RsA3RvGmTiWT0PoE4CHmVW { color:rgba(255,255,255,0.7);display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:250px;left:460px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNWmf5rTT65won3fh3Plz8ANTlZyotoO { color:#ffffff;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:219px;left:460px;height:16px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppCNU6rQed4xlIwZtaEu6n2Ih4dqeQi7 { color:#ffffff;display:block;width:280px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:149px;left:460px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QnBrufbzoIRaIkJ3Kwqp09XqyKu0r1Rl { color:#ffffff;display:block;width:280px;position:absolute;font-family:roboto;font-size:70px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:68px;left:460px;height:70px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvi9oyNXDcnDKL5V7N4k31uZ3az1sZyc { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:70px;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:70px;left:860px;height:70px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsHsFN55JtZDxINR5v0Mc2G38A5e40vz { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:150.98333740234px;left:860px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8NOaOp9moRqrK4AZFBiGt4ILDADEEbw { color:#000000;display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100014;line-height:1;letter-spacing:0;top:220.98333740234px;left:860px;height:16px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlJLC8rBMAJVBrVNIBdsw1ulP5uMcuWH { color:rgba(0,0,0,0.7);display:block;width:280px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:251.96667480469px;left:860px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9GJp0Q0KVqaghGVcG4VJTldG7IroiXC { background-color:#19203c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #09699d;border-left:1px solid #09699d;border-right:1px solid #09699d;border-bottom:1px solid #09699d;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:54px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:364.96667480469px;left:919px;display:block; }
#v75kn43qD2blQ4ZiILtzVC0n3A84tCgZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#tacR1BT2wF6OUObIvJlRfeMorfJl858q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container { background-color: transparent; background-image: none; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container > .video-iframe-container { display: none; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row > .video-iframe-container { display: none; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .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); }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container { border-width: 0; border-radius: 0; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container { font-size:14px;font-family:arial;height:108px;width:1200px;position:relative;display:block; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19203c;background-image:none;position:relative;display:block; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container { background-color: transparent; background-image: none; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container > .video-iframe-container { display: none; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row > .video-iframe-container { display: none; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .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); }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container { border-width: 0; border-radius: 0; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container { font-size:14px;font-family:arial;height:118px;width:1200px;position:relative;display:block; }#mG7Mtk02Z9QBnsWlv27RPTUMbFvbmQJG { color:#ffffff;display:block;width:387px;position:absolute;font-family:poppins;font-size:34px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.800003051758px;left:190px;height:44.2px;text-align:center;text-align-last:center;display:block; }
#yvt8XpzktdLSEmiZfEc5XnSLkpaLTq6i { color:#ffffff;display:block;width:387px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:71px;left:190px;height:26px;text-align:center;text-align-last:center;display:block; }
#sEzLO9gpNnPLA4HTxBdkonMHRtD7oDTg { background-color:#ae8938;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:143px;height:55px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.5px;left:886px;display:block; }
#tR25SfsMG153RUbmTHBGQA3ob9IZEkXT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BaUFUS9OSL4omvvQhOOO23JMp6aOLhR0 { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:400px;top:58px;left:183.5px;display:block; }
#PTwZm7a5PKIHBhvT3Zy5HMTIbwRWCLnk { background-color:#19203c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:3px solid #ae8938;border-left:3px solid #ae8938;border-right:3px solid #ae8938;border-bottom:3px solid #ae8938;box-shadow: 0 5px 8px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:143px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:31.5px;left:718px;display:block; }
#RyXCc4myKCDurpVcsGHuKeO2n9piD6cb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#I1ShxEVayS5kJssViXW8lZHwsaat9TMm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wzVBxkrp/sh_topbg.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container { background-color: transparent; background-image: none; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container > .video-iframe-container { display: none; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row > .video-iframe-container { display: none; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .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); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container { border-width: 0; border-radius: 0; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container { font-size:14px;font-family:arial;height:690px;width:1200px;overflow:visible;position:relative;display:block; }#cvZAVFAszKX7OEsSXH9sL7ALi4iNAGPa { position:absolute;display:block;z-index:99999;background-color:rgba(32,46,85,0.45);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:687px;width:1200px;top:0px;left:0px;display:block; }
#rG5i6LzmfBB6lebzRbCovFV6xdQcdW3q { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:624px;width:916px;top:28px;left:149.5px;display:block; }
#X6vytrmFva3qluTFRWDr873gGi4tZqWu { color:#ffffff;display:block;width:384px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:146.80000305176px;left:651.5px;height:;text-align:center;text-align-last:center;display:block; }
#IVSi1uXDlosNyzgLx19qU0bO1pmcDJqa { position:absolute;display:block;z-index:100009;height:348px;width:858px;top:51px;left:177px;display:block; }
#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container { background-color: transparent; background-image: none; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container > .video-iframe-container { display: none; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row > .video-iframe-container { display: none; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .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); }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container { border-width: 0; border-radius: 0; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container { font-size:14px;font-family:arial;height:106px;width:1200px;position:relative;display:block; }#rxbn1QQbTvVOcLNsV6yyKp7g08HnkPI5 { color:#ffffff;display:block;width:573px;position:absolute;font-family:poppins;font-size:13px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:36.099975585938px;left:313.5px;height:33.8px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB { display:block; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container { width:764px;height:578px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHzXq3P3nDBFsxy8x127a4dZ4dvugc3z { width:431px;height:431px;top:150.05000305176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oa8l3Z59NtR71R8i5iEFb68uKGb9BLsC { width:441px;height:694px;top:0px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #VTl2Kzo92K5K6U5MRF52ZoIUZmi7pKWc { width:384px;height:81.9px;top:132.69999694824px;left:332.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KU0xrpq6mtuha5ZSxkx3pEo7x6ipxGNf { width:502px;height:108px;top:39px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #wcKE86ifO8qzSVJl3Z3nkLZO6c2JfEiT { width:264px;height:50px;top:216px;left:493.5px;display:block; }
 }@media only screen and (max-width: 763px) { #SP32sKc7ciSWTrd667GaakiHq3wkwKdk { width:399px;height:117px;top:294px;left:365px;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bTam5MsosXv8EuANCsECc9n6BVOSOB { width:381px;height:32px;top:459px;left:383px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Ao7hlbpOydk1h450IXUVkpQJMzMINqbG { width:300px;height:26px;top:278px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MVuuTiQOyS038qd392XxEGQBvmFI9RKv { width:300px;height:26px;top:377px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J9OIUpfwrhFFmSnkrFGrGdMh7EKPnPam { width:300px;height:26px;top:506px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qmyPi1vmu8OeEIsPPRydZqcBBOqfDSN9 { width:441px;height:694px;top:0px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT { display:block; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf3ClNhnvcqKT4fXNTt6Q2w8Z8udHQeV { width:387px;height:39px;top:30px;left:331px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QTiuSZHy2ql6iSioUESXxvTS3CG6Ow9H { width:387px;height:32.5px;top:69px;left:331px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EawhT3prFZd0WTw9v4G6pMPnUMNKW2yi { width:162px;height:55px;top:380px;left:301px;display:block; }
 }@media only screen and (max-width: 763px) { #l1i2AmT11bzbHPRwZwC1H47bV9fAFTwk { display:block; }
 }@media only screen and (max-width: 763px) { #ZJq9no8ewToxOkMKDgJ5tSbWS7usa8Ez { width:400px;height:1px;top:117px;left:324.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvXBCT5WVrRSs1GTTrz6w5GCzpPs4dH1 { width:441px;height:39px;top:78px;left:323px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { width:605px;height:446px;top:132px;left:159px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oCPTokq7iRT4xyyPnrTENdTxZMxn3hWV { width:552px;height:1px;top:608px;left:212px;display:block; }
 }@media only screen and (max-width: 763px) { #wHtMLAgNcZas4KhUxCN91ev5pwW8wi0U { width:162px;height:55px;top:645px;left:356.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MPq5UPE469aTrQ2iszX8Q3fPkLTdEgwr { display:block; }
 }@media only screen and (max-width: 763px) { #IH87eg9AtAPXiQNdhpbqULvTmx0F681n { width:450px;height:376px;top:94px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kx7s6SnPIT0Mlk6rBIyZMrFFFHHXF5GG { width:162px;height:55px;top:645px;left:551.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oHdSlHDTCQ75xLJWJf1sxuVF8wZLJFPp { display:block; }
 }@media only screen and (max-width: 763px) { #H6sxFHtTPQUxmmIiZXtzRdaUoRwS12Sl { width:162px;height:55px;top:645px;left:602px;display:block; }
 }@media only screen and (max-width: 763px) { #DEaaOdF1vQvlRngIi0dTZq2lPDrvONqU { display:block; }
 }@media only screen and (max-width: 763px) { #vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaPWqREA1Sz0KhJ6gXSG08IZPLwZkeV6 { width:320px;height:23px;top:86px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { width:320px;height:98px;top:112px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EVMTUTg90IeAByniz05wmKm5DdRSynzF { width:320px;height:78px;top:235px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LXBfkBMtDMBh7nNlZcZx8UbVPyBqVASg { width:207px;height:207px;top:84px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #alCX48yhKrwEbLmeiSLoXTBZngfsAyaQ { width:310px;height:126px;top:122px;left:454px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KyewphWZui5m1GbGI5l3UVbrZqRtWT20 { width:19px;height:15px;top:103px;left:506px;display:block; }
 }@media only screen and (max-width: 763px) { #Wtwq2xHcpkV83e9eMvyPqTG9d9s9g1xg { width:19px;height:15px;top:254px;left:650px;display:block; }
 }@media only screen and (max-width: 763px) { #bzFkuxPO8UbfP18HxnNszWTXdhlxpyte { width:320px;height:19px;top:296px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oLhNq0c1we9ugQMTR4NnCenFd1Dw7FEU { width:320px;height:234px;top:337px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yibTsR7BpCEcXEDXUvoUFnBcEr9KgNUW { width:207px;height:207px;top:335px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #zqubP8pScHev5BfU3pyHWZOZ7oO5LFzl { width:19px;height:16px;top:349px;left:506px;display:block; }
 }@media only screen and (max-width: 763px) { #Xnk9wp50AcZWKzuaPf17ZkU3482ke1JE { width:310px;height:126px;top:364px;left:454px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Q74BxSwQxtZwVO1GcCnnbTQLUswJp4Et { width:19px;height:16px;top:496px;left:654px;display:block; }
 }@media only screen and (max-width: 763px) { #T3EIAOvaBtoDZssnv0K9dNrWKu24wGT9 { width:320px;height:19px;top:538px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { width:1px;height:450px;top:86px;left:232px;display:none; }
 }@media only screen and (max-width: 763px) { #IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA { display:block; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdddfFEdfE0mRba1KEZHnn8EDgDbfGIf { width:764px;height:;top:26px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 { display:block; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoOJL6XIx2q127HZqnaEOh2LMu3gsqJr { width:310px;height:444px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d5d5ZCogC5ZzhnTmwyp1LxvdgHZIBNw0 { width:280px;height:70px;top:70px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mqX81vWT7xvcoiNzWgeZ1WTDb1JBss4T { width:280px;height:24px;top:150px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MB050c0vvoKqLXuiI9wTP6iPBQFAQfMC { width:280px;height:16px;top:220px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N1h6kyFJPSbyQTQuhe1eLapaTT08yAON { width:280px;height:72px;top:251px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E0JuiAXfmFzom5mAH496mW979alqSTqx { width:162px;height:54px;top:364px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #fGRqrT9iL1rycS0V2GBW6gDa6EFk8Jq9 { display:block; }
 }@media only screen and (max-width: 763px) { #c0MWzpb3kyxxycPh0CbTZVgozSmVLIuN { width:310px;height:444px;top:20px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #kVPV84zVycH416Qamy6wVFC9R6cfoIaS { width:320px;height:484px;top:0px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #DBJimmQXJTaTLh6fZS1WIHWqydZwFg34 { width:162px;height:54px;top:363px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #vFdw248eEtNCk1DdRcK6exX3sG026TZg { display:block; }
 }@media only screen and (max-width: 763px) { #BiMHkATzI9RsA3RvGmTiWT0PoE4CHmVW { width:280px;height:72px;top:250px;left:228px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cNWmf5rTT65won3fh3Plz8ANTlZyotoO { width:280px;height:16px;top:219px;left:228px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ppCNU6rQed4xlIwZtaEu6n2Ih4dqeQi7 { width:280px;height:24px;top:149px;left:228px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QnBrufbzoIRaIkJ3Kwqp09XqyKu0r1Rl { width:280px;height:70px;top:68px;left:228px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dvi9oyNXDcnDKL5V7N4k31uZ3az1sZyc { width:280px;height:70px;top:70px;left:482px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gsHsFN55JtZDxINR5v0Mc2G38A5e40vz { width:280px;height:24px;top:150px;left:482px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m8NOaOp9moRqrK4AZFBiGt4ILDADEEbw { width:280px;height:16px;top:220px;left:482px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JlJLC8rBMAJVBrVNIBdsw1ulP5uMcuWH { width:280px;height:72px;top:251px;left:482px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b9GJp0Q0KVqaghGVcG4VJTldG7IroiXC { width:162px;height:54px;top:364px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #v75kn43qD2blQ4ZiILtzVC0n3A84tCgZ { display:block; }
 }@media only screen and (max-width: 763px) { #tacR1BT2wF6OUObIvJlRfeMorfJl858q { display:block; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO { display:block; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG7Mtk02Z9QBnsWlv27RPTUMbFvbmQJG { width:387px;height:39px;top:30px;left:331px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yvt8XpzktdLSEmiZfEc5XnSLkpaLTq6i { width:387px;height:32.5px;top:69px;left:331px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sEzLO9gpNnPLA4HTxBdkonMHRtD7oDTg { width:162px;height:55px;top:380px;left:301px;display:block; }
 }@media only screen and (max-width: 763px) { #tR25SfsMG153RUbmTHBGQA3ob9IZEkXT { display:block; }
 }@media only screen and (max-width: 763px) { #BaUFUS9OSL4omvvQhOOO23JMp6aOLhR0 { width:400px;height:1px;top:117px;left:324.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PTwZm7a5PKIHBhvT3Zy5HMTIbwRWCLnk { width:162px;height:55px;top:380px;left:301px;display:block; }
 }@media only screen and (max-width: 763px) { #RyXCc4myKCDurpVcsGHuKeO2n9piD6cb { display:block; }
 }@media only screen and (max-width: 763px) { #I1ShxEVayS5kJssViXW8lZHwsaat9TMm { display:block; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container { width:764px;height:578px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvZAVFAszKX7OEsSXH9sL7ALi4iNAGPa { width:441px;height:694px;top:0px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #rG5i6LzmfBB6lebzRbCovFV6xdQcdW3q { width:387px;height:305px;top:250.75px;left:331px;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #X6vytrmFva3qluTFRWDr873gGi4tZqWu { width:384px;height:81.9px;top:132.69999694824px;left:332.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IVSi1uXDlosNyzgLx19qU0bO1pmcDJqa { width:764px;height:348px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr { display:block; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxbn1QQbTvVOcLNsV6yyKp7g08HnkPI5 { width:573px;height:33px;top:36px;left:95.5px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wzVBxkrp/sh_topbg.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container { background-color: transparent; background-image: none; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container > .video-iframe-container { display: none; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row > .video-iframe-container { display: none; }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .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); }#vtpgSvGDVhHeGW3vhuMHOT7WxK50GoCB > .row .container { width:320px;height:774px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHzXq3P3nDBFsxy8x127a4dZ4dvugc3z { width:299px;height:298px;top:73px;left:10.5px;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #oa8l3Z59NtR71R8i5iEFb68uKGb9BLsC { width:320px;height:73px;top:0px;left:0px;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #VTl2Kzo92K5K6U5MRF52ZoIUZmi7pKWc { width:320px;height:0;top:120px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KU0xrpq6mtuha5ZSxkx3pEo7x6ipxGNf { width:320px;height:65px;top:9.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wcKE86ifO8qzSVJl3Z3nkLZO6c2JfEiT { width:264px;height:50px;top:383px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SP32sKc7ciSWTrd667GaakiHq3wkwKdk { width:320px;height:93.8333px;top:470px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bTam5MsosXv8EuANCsECc9n6BVOSOB { width:320px;height:32.5px;top:633px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Ao7hlbpOydk1h450IXUVkpQJMzMINqbG { width:320px;height:20.8px;top:449px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVuuTiQOyS038qd392XxEGQBvmFI9RKv { width:320px;height:20.8px;top:575px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9OIUpfwrhFFmSnkrFGrGdMh7EKPnPam { width:320px;height:20.8px;top:684px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmyPi1vmu8OeEIsPPRydZqcBBOqfDSN9 { width:320px;height:381px;top:370px;left:0px;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT { display:block; }#ftyJa56ZnDXrlDg11dvO9MTsq4F5DRPT > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf3ClNhnvcqKT4fXNTt6Q2w8Z8udHQeV { width:320px;height:26px;top:12.399993896484px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QTiuSZHy2ql6iSioUESXxvTS3CG6Ow9H { width:320px;height:32.5px;top:62.399993896484px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EawhT3prFZd0WTw9v4G6pMPnUMNKW2yi { width:262px;height:55px;top:125px;left:29px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #l1i2AmT11bzbHPRwZwC1H47bV9fAFTwk { display:block; }
 }@media only screen and (max-width: 763px) { #ZJq9no8ewToxOkMKDgJ5tSbWS7usa8Ez { width:320px;height:1px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { width:320px;height:1203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvXBCT5WVrRSs1GTTrz6w5GCzpPs4dH1 { width:282px;height:26px;top:349.20001220703px;left:0px;text-align:left;text-align-last:left;font-size:20px;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { width:320px;height:658.3499px;top:396px;left:0px;text-align:left;text-align-last:left;z-index:99999;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #oCPTokq7iRT4xyyPnrTENdTxZMxn3hWV { width:320px;height:1px;top:1082px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wHtMLAgNcZas4KhUxCN91ev5pwW8wi0U { width:100px;height:55px;top:1110px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MPq5UPE469aTrQ2iszX8Q3fPkLTdEgwr { display:block; }
 }@media only screen and (max-width: 763px) { #IH87eg9AtAPXiQNdhpbqULvTmx0F681n { width:320px;height:268px;top:30.699996948242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kx7s6SnPIT0Mlk6rBIyZMrFFFHHXF5GG { width:100px;height:55px;top:1110px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #oHdSlHDTCQ75xLJWJf1sxuVF8wZLJFPp { display:block; }
 }@media only screen and (max-width: 763px) { #H6sxFHtTPQUxmmIiZXtzRdaUoRwS12Sl { width:100px;height:55px;top:1110px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #DEaaOdF1vQvlRngIi0dTZq2lPDrvONqU { display:block; }
 }@media only screen and (max-width: 763px) { #vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { width:320px;height:1474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaPWqREA1Sz0KhJ6gXSG08IZPLwZkeV6 { width:320px;height:20.8px;top:25.984375px;left:0px;text-align:center;text-align-last:center;font-size:16px;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { width:320px;height:62.4px;top:65.984375px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EVMTUTg90IeAByniz05wmKm5DdRSynzF { width:320px;height:78px;top:154px;left:0px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #LXBfkBMtDMBh7nNlZcZx8UbVPyBqVASg { width:207px;height:207px;top:993px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #alCX48yhKrwEbLmeiSLoXTBZngfsAyaQ { width:300px;height:91px;top:1246px;left:20px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KyewphWZui5m1GbGI5l3UVbrZqRtWT20 { width:19px;height:15px;top:742px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Wtwq2xHcpkV83e9eMvyPqTG9d9s9g1xg { width:19px;height:15px;top:889px;left:226px;display:block; }
 }@media only screen and (max-width: 763px) { #bzFkuxPO8UbfP18HxnNszWTXdhlxpyte { width:320px;height:20.8px;top:1412px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLhNq0c1we9ugQMTR4NnCenFd1Dw7FEU { width:320px;height:169.067px;top:254px;left:0px;text-align:center;text-align-last:center;font-family:poppins;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yibTsR7BpCEcXEDXUvoUFnBcEr9KgNUW { width:207px;height:207px;top:521px;left:56.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zqubP8pScHev5BfU3pyHWZOZ7oO5LFzl { width:19px;height:16px;top:1219px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Xnk9wp50AcZWKzuaPf17ZkU3482ke1JE { width:310px;height:91px;top:768px;left:5px;text-align:center;text-align-last:center;font-family:poppins;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Q74BxSwQxtZwVO1GcCnnbTQLUswJp4Et { width:19px;height:16px;top:1367px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #T3EIAOvaBtoDZssnv0K9dNrWKu24wGT9 { width:320px;height:20.8px;top:931px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { width:1px;height:450px;top:86px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA { display:block; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdddfFEdfE0mRba1KEZHnn8EDgDbfGIf { width:320px;height:31.2px;top:35.399993896484px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 { display:block; }#Q7rqtnk3A8ONQhwnX4bqA66S1GAs56p8 > .row .container { width:320px;height:1126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoOJL6XIx2q127HZqnaEOh2LMu3gsqJr { width:310px;height:320px;top:28px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #d5d5ZCogC5ZzhnTmwyp1LxvdgHZIBNw0 { width:280px;height:16px;top:64px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqX81vWT7xvcoiNzWgeZ1WTDb1JBss4T { width:280px;height:16px;top:91px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MB050c0vvoKqLXuiI9wTP6iPBQFAQfMC { width:280px;height:16px;top:125px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1h6kyFJPSbyQTQuhe1eLapaTT08yAON { width:280px;height:72px;top:152px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0JuiAXfmFzom5mAH496mW979alqSTqx { width:162px;height:54px;top:259px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #fGRqrT9iL1rycS0V2GBW6gDa6EFk8Jq9 { display:block; }
 }@media only screen and (max-width: 763px) { #c0MWzpb3kyxxycPh0CbTZVgozSmVLIuN { width:310px;height:320px;top:746px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #kVPV84zVycH416Qamy6wVFC9R6cfoIaS { width:320px;height:320px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DBJimmQXJTaTLh6fZS1WIHWqydZwFg34 { width:162px;height:54px;top:614px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #vFdw248eEtNCk1DdRcK6exX3sG026TZg { display:block; }
 }@media only screen and (max-width: 763px) { #BiMHkATzI9RsA3RvGmTiWT0PoE4CHmVW { width:280px;height:72px;top:510px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNWmf5rTT65won3fh3Plz8ANTlZyotoO { width:280px;height:16px;top:478px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppCNU6rQed4xlIwZtaEu6n2Ih4dqeQi7 { width:280px;height:16px;top:444px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnBrufbzoIRaIkJ3Kwqp09XqyKu0r1Rl { width:280px;height:16px;top:410px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvi9oyNXDcnDKL5V7N4k31uZ3az1sZyc { width:280px;height:16px;top:770px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gsHsFN55JtZDxINR5v0Mc2G38A5e40vz { width:280px;height:16px;top:806px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m8NOaOp9moRqrK4AZFBiGt4ILDADEEbw { width:280px;height:16px;top:842px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JlJLC8rBMAJVBrVNIBdsw1ulP5uMcuWH { width:280px;height:72px;top:878px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b9GJp0Q0KVqaghGVcG4VJTldG7IroiXC { width:162px;height:54px;top:970px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #v75kn43qD2blQ4ZiILtzVC0n3A84tCgZ { display:block; }
 }@media only screen and (max-width: 763px) { #tacR1BT2wF6OUObIvJlRfeMorfJl858q { display:block; }#tacR1BT2wF6OUObIvJlRfeMorfJl858q > .row .container { width:320px;height:36px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO { display:block; }#vBeSxT1HdrIm5V0DsyuBhWrAlpf8OHUO > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG7Mtk02Z9QBnsWlv27RPTUMbFvbmQJG { width:320px;height:26px;top:24.399993896484px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yvt8XpzktdLSEmiZfEc5XnSLkpaLTq6i { width:320px;height:32.5px;top:68.75px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sEzLO9gpNnPLA4HTxBdkonMHRtD7oDTg { width:190px;height:55px;top:125px;left:65px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tR25SfsMG153RUbmTHBGQA3ob9IZEkXT { display:block; }
 }@media only screen and (max-width: 763px) { #BaUFUS9OSL4omvvQhOOO23JMp6aOLhR0 { width:320px;height:1px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PTwZm7a5PKIHBhvT3Zy5HMTIbwRWCLnk { width:189px;height:55px;top:200px;left:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RyXCc4myKCDurpVcsGHuKeO2n9piD6cb { display:block; }
 }@media only screen and (max-width: 763px) { #I1ShxEVayS5kJssViXW8lZHwsaat9TMm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wzVBxkrp/sh_topbg.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container { background-color: transparent; background-image: none; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container > .video-iframe-container { display: none; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row > .video-iframe-container { display: none; }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .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); }#I1ShxEVayS5kJssViXW8lZHwsaat9TMm > .row .container { width:320px;height:858px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvZAVFAszKX7OEsSXH9sL7ALi4iNAGPa { width:320px;height:855px;top:0px;left:0px;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #rG5i6LzmfBB6lebzRbCovFV6xdQcdW3q { width:320px;height:803px;top:21.800003051758px;left:3px;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #X6vytrmFva3qluTFRWDr873gGi4tZqWu { width:320px;height:0;top:120px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IVSi1uXDlosNyzgLx19qU0bO1pmcDJqa { width:320px;height:768px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr { display:block; }#iyPN8p4hG3Gt32AtaVUZklfw8tsWooFr > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxbn1QQbTvVOcLNsV6yyKp7g08HnkPI5 { width:320px;height:42.9px;top:20px;left:0px;font-size:11px;display:block; }
 }