.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { background-color: transparent; background-image: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container > .video-iframe-container { display: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row > .video-iframe-container { display: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .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); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { background-color:transparent;background-image:none;width:60rem;height:5.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { color:#fff6f6;display:block;width:58.375rem;position:absolute;font-family:caveat;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.75rem;left:0.8125rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhEuiGHNfz3FMgGTFVeL9wUlvwMsSlhW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:0rem;left:3.3367195129394rem;overflow:hidden;display:block; }
#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { background-color: transparent; background-image: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container > .video-iframe-container { display: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row > .video-iframe-container { display: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .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); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { background-color:transparent;background-image:none;width:60rem;height:7.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:contain !important;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;color:#020001;padding-top:0.71625rem;padding-right:0.6475rem;padding-bottom:0.71625rem;padding-left:0.6475rem;display:block;align-items:center;width:3.884375rem;min-width:3.884375rem;height:3.848125rem;position:relative;font-family:arial;font-size:2.864375rem;font-weight:700;line-height:61.57px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4475rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.179375rem;height:1.52125rem;position:relative;font-family:"open sans";font-size:1.074375rem;font-weight:700;line-height:24.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:24.6875rem;height:7.24925rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:17.656251907349rem;z-index:100001; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #eWJToHM1sskh0n25b3yfh0IQ8SR1VKX2 { display:flex;position:relative;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #mn11BfZIyk4ZSxIMZTE1mQZ2SgmJpFSV { width:auto; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #kuRX4MgSywuhTH8pRZl5WngSIwMSfUZF {  }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #aqoSE5uqQTqSCr8DCDVPxTboTFdH8v0D { display:flex;position:relative;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #P6JiJifJn3b4tXfOppp55ySH3N9pWXkK {  }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #LCLoG1IOs2GGQuF12UO7vNZmDwGN9gFx {  }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #W8mXpyOTW6SXCg9VINTNELevsGMroTgF { display:flex;position:relative;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #ZkpHMyJk82oLtNnqLE4TbKS1B367yBZu {  }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #euCOiLDpV4g05HCsLRIvHpChvT1Fa21V {  }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #lwb8QAWyTIeX24Le7fMLRGNJbuGGoLWQ { display:flex;position:relative;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #i3Jr3Vzq71uTtLM01ZPXDOCETDFWRc2C {  }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #W4thtJz4K3FLt96uaStXuGwiqfP0LS6J {  }
#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { background-color: transparent; background-image: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .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); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { border-width: 0; border-radius: 0; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { display:block;width:29.125rem;position:absolute;font-family:"titillium web";font-size:3.25rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.7812509536743rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;color:#ff66fc;display:block; }
#S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { border-bottom:0;border-left:0.25rem solid #ff5335;border-right:0;border-top:0;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/3aa3ef41c31f02749f37208d63d56387.png");background-position:center left !important;background-repeat:no-repeat !important;background-size:auto !important;height:19.375rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0.96875rem;left:30.187501907349rem;display:block; }
#S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI.adaptive-delivery-prevent-bg { background-image: none; }
#RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:10.88125038147rem;left:31.406251907349rem;height:8.4rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:100000;display:none; }
#imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { z-index:100000;top:22.53125rem;left:6.625rem;background-color:#ff66fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9375rem;height:5.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { display:block;width:27.875rem;position:absolute;font-family:"titillium web";font-size:3.3125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:4.15625rem;left:30.000001907349rem;height:6.6rem;text-align:center;text-align-last:center;color:#ff66fc;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; }
#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff66fc;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT.adaptive-delivery-prevent-bg { background-image: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container { background-color: transparent; background-image: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container > .video-iframe-container { display: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row > .video-iframe-container { display: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .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); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container { border-width: 0; border-radius: 0; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:60rem;position:relative;display:block; }#hWR2bmmE1mJ37anNFr9EOA29oMWyJCcm { border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:100006;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:1.5rem;left:3.75rem;overflow:hidden;display:block; }
#JpSp0Z58uQBNpsmzaEmKGmMykZ7xU8lk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:100007;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:1.5rem;left:23.750001907349rem;overflow:hidden;display:block; }
#WsR0VJlQe3HtAI5TmbOyEVBugzdygw8s { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:100008;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:1.5rem;left:43.750001907349rem;overflow:hidden;display:block; }
#Q4ABTdzMuOwJBFwgRTnifQx9RAPSNkAa { color:#faf3f3;display:block;width:19.125rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:15.875rem;left:0.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCGVaRTPxbS2UcPqEOdqQaEpqiqfNdez { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.4;letter-spacing:0;top:27.436717510223rem;left:0.5625rem;height:39.2rem;text-align:left;text-align-last:left;display:block; }
#lOLnwuc2xQgk3qimBcXbCFwzuksqIQMA { z-index:100002;top:81.375rem;left:2.96875rem;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t90nsA6Is5PiHdmuEICENcCqqmUDfnDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xzy8VazT1MPkIHCEs21rHRfJ951qNvay { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:23.737501144409rem;left:3.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#LTvb5C58X9upU8uZTwkpvoPL8AXo6T9O { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:68.012499809262rem;left:1.71875rem;height:12.8rem;font-style:normal;display:block; }
#nXL39iU3FuKuUTPg70SHVWR4lSlM5N90 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.437501907349rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHeTTqOo2HRZSLxsND79xQtw3aqapQrl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:23.737501144409rem;left:23.750001907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Lt2hZaM3M0E7hFkaGKvlrnTG1xH92F05 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.4;letter-spacing:0;top:27.436717987061rem;left:20.562501907349rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#AgwQ3L8GMDk1VHRk6FVcT7Jeb5Z9XdQB { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:42.249219894409rem;left:21.718751907349rem;height:9.6rem;font-style:normal;display:block; }
#JKL98KwppGxwUyrblRHkGo1ZtQPz40xk { z-index:100003;top:53.08749961853rem;left:22.968751907349rem;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p8DAX8KteghX2Jt8GnAo8OyGAZ7Eir6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wDJHnR6MDJyLmP5GpeUObwJzmwbA78J5 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:15.875rem;left:40.437501907349rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0CQOOO1dV0blz30PTf4L63WetGUSJyB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:23.737501144409rem;left:43.750001907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#n2kvGT4PHvWTZx5xa60dg0993to4c9FM { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.4;letter-spacing:0;top:27.436717987061rem;left:40.562501907349rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#Ox461VHK9v4PMVvCJJRzpwrQQ2r5imu1 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:42.248439788818rem;left:41.718751907349rem;height:9.6rem;font-style:normal;display:block; }
#NHIxdUQCt8gTVKfz3icxbQAZmcthszuT { z-index:100004;top:53.087501525879rem;left:42.968751907349rem;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NWexHya1DFTUEzTAEbnVvmPgFMPuUJKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff66fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { background-color: transparent; background-image: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .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); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { border-width: 0; border-radius: 0; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:block; }#Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.8rem;text-align:center;text-align-last:center;color:#020000;font-style:normal;display:block; }
#Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"titillium web";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.0625rem;height:3.375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:5.625rem;left:1.96875rem;display:block; }
#rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { position:relative;display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { background-color: transparent; background-image: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container > .video-iframe-container { display: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container { display: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .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); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { border-width: 0; border-radius: 0; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .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:3.625rem;width:60rem;position:relative;display:block; }#tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:4.28125rem;height:1.3rem;display:block; }
#BDeZGHgKPblPyaEb9xezZilrKvLECVib { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:45.34375rem;height:1.3rem;display:block; }
#Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:51.96875rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { top:0.75rem;left:0rem;width:47.75rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhEuiGHNfz3FMgGTFVeL9wUlvwMsSlhW { top:0rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 { width:18rem;height:5.0625rem;display:flex;top:3.25rem;left:24.83749961853rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #eWJToHM1sskh0n25b3yfh0IQ8SR1VKX2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #mn11BfZIyk4ZSxIMZTE1mQZ2SgmJpFSV {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #kuRX4MgSywuhTH8pRZl5WngSIwMSfUZF {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #aqoSE5uqQTqSCr8DCDVPxTboTFdH8v0D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #P6JiJifJn3b4tXfOppp55ySH3N9pWXkK {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #LCLoG1IOs2GGQuF12UO7vNZmDwGN9gFx {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #W8mXpyOTW6SXCg9VINTNELevsGMroTgF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #ZkpHMyJk82oLtNnqLE4TbKS1B367yBZu {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #euCOiLDpV4g05HCsLRIvHpChvT1Fa21V {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #lwb8QAWyTIeX24Le7fMLRGNJbuGGoLWQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #i3Jr3Vzq71uTtLM01ZPXDOCETDFWRc2C {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #W4thtJz4K3FLt96uaStXuGwiqfP0LS6J {  }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { width:0.75rem;height:8.75rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:21.875rem;height:2.5rem;top:10.1875rem;left:25.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:22.5rem;left:0rem;width:44.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT { display:block; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWR2bmmE1mJ37anNFr9EOA29oMWyJCcm { width:9.375rem;height:9.375rem;top:10rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpSp0Z58uQBNpsmzaEmKGmMykZ7xU8lk { width:9.375rem;height:9.375rem;top:10rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsR0VJlQe3HtAI5TmbOyEVBugzdygw8s { width:9.375rem;height:9.375rem;top:10rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ABTdzMuOwJBFwgRTnifQx9RAPSNkAa { top:15.875rem;left:0rem;width:19.125rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGVaRTPxbS2UcPqEOdqQaEpqiqfNdez { top:27.375rem;left:0rem;width:18.875rem;height:39.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLnwuc2xQgk3qimBcXbCFwzuksqIQMA { top:81.375rem;left:0.90625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90nsA6Is5PiHdmuEICENcCqqmUDfnDJ { display:block; }
 }@media only screen and (max-width: 763px) { #xzy8VazT1MPkIHCEs21rHRfJ951qNvay { top:23.6875rem;left:1.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvb5C58X9upU8uZTwkpvoPL8AXo6T9O { top:68rem;left:0rem;width:16.5625rem;height:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXL39iU3FuKuUTPg70SHVWR4lSlM5N90 { top:15.875rem;left:12.625rem;width:19.125rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHeTTqOo2HRZSLxsND79xQtw3aqapQrl { top:23.6875rem;left:17.562501907349rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2hZaM3M0E7hFkaGKvlrnTG1xH92F05 { top:27.375rem;left:12.875rem;width:18.875rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwQ3L8GMDk1VHRk6FVcT7Jeb5Z9XdQB { top:42.1875rem;left:15.1875rem;width:16.5625rem;height:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKL98KwppGxwUyrblRHkGo1ZtQPz40xk { top:53.0625rem;left:16.781251907349rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8DAX8KteghX2Jt8GnAo8OyGAZ7Eir6f { display:block; }
 }@media only screen and (max-width: 763px) { #wDJHnR6MDJyLmP5GpeUObwJzmwbA78J5 { top:15.875rem;left:28.5rem;width:19.125rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CQOOO1dV0blz30PTf4L63WetGUSJyB { top:23.6875rem;left:33.437501907349rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2kvGT4PHvWTZx5xa60dg0993to4c9FM { top:27.375rem;left:28.75rem;width:18.875rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox461VHK9v4PMVvCJJRzpwrQQ2r5imu1 { top:42.1875rem;left:31.0625rem;width:16.5625rem;height:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHIxdUQCt8gTVKfz3icxbQAZmcthszuT { top:53.0625rem;left:32.656251907349rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWexHya1DFTUEzTAEbnVvmPgFMPuUJKq { display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:8.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { top:1.1875rem;left:0rem;width:17.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { top:1.1875rem;left:39.21875rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { top:1.1875rem;left:43.5rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhEuiGHNfz3FMgGTFVeL9wUlvwMsSlhW { width:7.375rem;height:7.375rem;top:7.7rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uFgp3zSBXythZs6814UV2PNAm8ZbHL82 { width:18rem;height:5.0625rem;display:flex;top:1.25rem;left:1rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #eWJToHM1sskh0n25b3yfh0IQ8SR1VKX2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #mn11BfZIyk4ZSxIMZTE1mQZ2SgmJpFSV {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #kuRX4MgSywuhTH8pRZl5WngSIwMSfUZF {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #aqoSE5uqQTqSCr8DCDVPxTboTFdH8v0D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #P6JiJifJn3b4tXfOppp55ySH3N9pWXkK {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #LCLoG1IOs2GGQuF12UO7vNZmDwGN9gFx {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #W8mXpyOTW6SXCg9VINTNELevsGMroTgF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #ZkpHMyJk82oLtNnqLE4TbKS1B367yBZu {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #euCOiLDpV4g05HCsLRIvHpChvT1Fa21V {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #lwb8QAWyTIeX24Le7fMLRGNJbuGGoLWQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #i3Jr3Vzq71uTtLM01ZPXDOCETDFWRc2C {  }
 }@media only screen and (max-width: 763px) { #uFgp3zSBXythZs6814UV2PNAm8ZbHL82 #W4thtJz4K3FLt96uaStXuGwiqfP0LS6J {  }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:20rem;height:5.55rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { width:0;height:0;top:0rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:20rem;height:3.7rem;top:22.1125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { top:1.25rem;left:0.875rem;width:18.1875rem;height:0.875rem;z-index:100004;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;display:block; }
#wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:10.425rem;left:0.5rem;width:19rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:20rem;height:4rem;top:16.8625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT { background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-size:cover !important;display:block; }
#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT.adaptive-delivery-prevent-bg { background-image: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container { background-color: transparent; background-image: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container > .video-iframe-container { display: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row > .video-iframe-container { display: none; }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .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); }#FLMnH8gfvtcEWNkfGZsg0I9gbNK4iWgT > .row .container { width:20rem;height:203.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWR2bmmE1mJ37anNFr9EOA29oMWyJCcm { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpSp0Z58uQBNpsmzaEmKGmMykZ7xU8lk { width:12.5rem;height:12.5rem;top:87.6625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsR0VJlQe3HtAI5TmbOyEVBugzdygw8s { width:12.5rem;height:12.5rem;top:145.725rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ABTdzMuOwJBFwgRTnifQx9RAPSNkAa { width:19.125rem;height:0;top:15rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGVaRTPxbS2UcPqEOdqQaEpqiqfNdez { width:18.875rem;height:39.2rem;top:27.85rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLnwuc2xQgk3qimBcXbCFwzuksqIQMA { top:82.35rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90nsA6Is5PiHdmuEICENcCqqmUDfnDJ { display:block; }
 }@media only screen and (max-width: 763px) { #xzy8VazT1MPkIHCEs21rHRfJ951qNvay { width:12.5rem;height:2.6rem;top:24rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvb5C58X9upU8uZTwkpvoPL8AXo6T9O { width:16.5625rem;height:12.8rem;top:68.3rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXL39iU3FuKuUTPg70SHVWR4lSlM5N90 { width:19.125rem;height:7.8rem;top:101.4125rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHeTTqOo2HRZSLxsND79xQtw3aqapQrl { width:12.5rem;height:2.6rem;top:110.4625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2hZaM3M0E7hFkaGKvlrnTG1xH92F05 { width:18.875rem;height:14rem;top:114.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwQ3L8GMDk1VHRk6FVcT7Jeb5Z9XdQB { width:16.5625rem;height:9.6rem;top:129.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKL98KwppGxwUyrblRHkGo1ZtQPz40xk { top:140.4125rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8DAX8KteghX2Jt8GnAo8OyGAZ7Eir6f { display:block; }
 }@media only screen and (max-width: 763px) { #wDJHnR6MDJyLmP5GpeUObwJzmwbA78J5 { width:19.125rem;height:7.8rem;top:159.475rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CQOOO1dV0blz30PTf4L63WetGUSJyB { width:12.5rem;height:2.6rem;top:168.525rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2kvGT4PHvWTZx5xa60dg0993to4c9FM { width:18.875rem;height:14rem;top:172.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox461VHK9v4PMVvCJJRzpwrQQ2r5imu1 { width:16.5625rem;height:9.6rem;top:187.625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHIxdUQCt8gTVKfz3icxbQAZmcthszuT { top:198.475rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWexHya1DFTUEzTAEbnVvmPgFMPuUJKq { display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.125rem;top:7rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { width:13rem;height:2.6rem;top:1.25rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { width:4.25rem;height:1.3rem;top:5.1rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { width:4.25rem;height:1.3rem;top:7.65rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }