.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/5f7007c7-52a2-4077-a292-12f8c6fedcc2/bgcash.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:701px;width:1200px;overflow:visible;position:relative;display:block; }#pT9AbaIJLe0bMffB8g1avwwuhoiB3vR8 { color:#ffffff;display:block;width:459px;position:absolute;font-family:poppins;font-size:36px;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:170.19999694824px;left:80px;height:86.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#axQG8Tefpx4oHNmIGzKAl9wS4vV1o9uz { color:#ffffff;display:block;width:380px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:460px;left:80px;height:115.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ChhbcFilTkbGdctxx9TuReXDIlC5PiiZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:187px;top:79px;left:45px;overflow:hidden;display:block; }
#IPdP4tX1KNN3yeu442hHxiJzSF8g0HSM { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5876970b-4f95-43a4-a2c4-1cb7a2791197/herocachbackplatnosckarta.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:480px;width:348px;top:100px;left:740px;display:block; }#IPdP4tX1KNN3yeu442hHxiJzSF8g0HSM.adaptive-delivery-prevent-bg, #IPdP4tX1KNN3yeu442hHxiJzSF8g0HSM.lazyload, #IPdP4tX1KNN3yeu442hHxiJzSF8g0HSM.lazyloading { background-image: none; }
#FaqOm9at6qsUfBxEHMV1ckTP2nMcyK9F { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fc0e602-7faa-4ed8-bf2c-341d3e32784a/BadgeBooksy.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:115px;width:115px;top:40px;left:1020px;display:block; }#FaqOm9at6qsUfBxEHMV1ckTP2nMcyK9F.adaptive-delivery-prevent-bg, #FaqOm9at6qsUfBxEHMV1ckTP2nMcyK9F.lazyload, #FaqOm9at6qsUfBxEHMV1ckTP2nMcyK9F.lazyloading { background-image: none; }
#wFM3OozbKK5Km12T6biW7Rdb9twmIEUU { color:#0ba3ad;display:block;width:460px;position:absolute;font-family:poppins;font-size:78px;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:265.89999389648px;left:80px;height:187.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#koXiuf4zSsQkOXuddkzKra9wwFr1RMT3 { box-sizing:content-box;height:480px;width:348px;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0ba3ad);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0ba3ad);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0ba3ad);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0ba3ad' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0ba3ad);background-size:auto !important;top:140px;left:640px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }
#ivV8bb55LOhmLW4weLw1Nt0MnsCZLJGD { box-sizing:content-box;height:113px;width:161px;position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4291322d-bee1-4df1-8fdc-9e07841fa40b/modalmaster.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:260px;left:1020px;display:block; }#ivV8bb55LOhmLW4weLw1Nt0MnsCZLJGD.adaptive-delivery-prevent-bg, #ivV8bb55LOhmLW4weLw1Nt0MnsCZLJGD.lazyload, #ivV8bb55LOhmLW4weLw1Nt0MnsCZLJGD.lazyloading { background-image: none; }
#g57Fux0vqsJUe8tl3r3BKKo8NBDPm3Zs { box-sizing:content-box;height:113px;width:161px;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/389c5b86-df84-4f23-9899-b23171e510af/modalvisa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:60px;left:660px;display:block; }#g57Fux0vqsJUe8tl3r3BKKo8NBDPm3Zs.adaptive-delivery-prevent-bg, #g57Fux0vqsJUe8tl3r3BKKo8NBDPm3Zs.lazyload, #g57Fux0vqsJUe8tl3r3BKKo8NBDPm3Zs.lazyloading { background-image: none; }
#Ne2Lidh0K7vSqJ0PQcUSNg2PvVMcxI5d { box-sizing:content-box;height:67px;width:67px;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cfb89a5b-4f72-41de-8937-75f0b2679965/iconbooksyteal.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:180px;left:1120px;display:block; }#Ne2Lidh0K7vSqJ0PQcUSNg2PvVMcxI5d.adaptive-delivery-prevent-bg, #Ne2Lidh0K7vSqJ0PQcUSNg2PvVMcxI5d.lazyload, #Ne2Lidh0K7vSqJ0PQcUSNg2PvVMcxI5d.lazyloading { background-image: none; }
#g1qTwEWOhszW6U9GK6UNtISFPw8LTMei { box-sizing:content-box;height:46px;width:187px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68d6214f-cf3e-4ae7-893a-e91b324c6cba/badgecashback.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:592.5px;left:539px;display:block; }#g1qTwEWOhszW6U9GK6UNtISFPw8LTMei.adaptive-delivery-prevent-bg, #g1qTwEWOhszW6U9GK6UNtISFPw8LTMei.lazyload, #g1qTwEWOhszW6U9GK6UNtISFPw8LTMei.lazyloading { background-image: none; }
#R3SsXGTLeiDTRK8myqM7aQ1pvlKb16vi { box-sizing:content-box;height:30px;width:33px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15043;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc3b8ed7-319d-4e4c-b267-f38550f79fd4/iconcashback.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:630px;left:1080px;display:block; }#R3SsXGTLeiDTRK8myqM7aQ1pvlKb16vi.adaptive-delivery-prevent-bg, #R3SsXGTLeiDTRK8myqM7aQ1pvlKb16vi.lazyload, #R3SsXGTLeiDTRK8myqM7aQ1pvlKb16vi.lazyloading { background-image: none; }
#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container { background-color: transparent; background-image: none; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container > .video-iframe-container { display: none; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row > .video-iframe-container { display: none; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .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); }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container { border-width: 0; border-radius: 0; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container { font-size:14px;font-family:arial;height:518px;width:1200px;position:relative;display:block; }#AiUv78ACnL5N09nE2eeeOCQGirDqXfX4 { color:#2a2c32;display:block;width:481px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:138px;left:360px;height:143.9845px;text-align:center;text-align-last:center;display:block; }
#iWT9ePHq6nfWo26qFiTgtHRbnuNNHBKL { color:#0ba3ad;display:block;width:479px;position:absolute;font-family:poppins;font-size:56px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:292px;left:360px;height:89.6px;text-align:center;text-align-last:center;display:block; }
#c43nuzBRs9sUyqZd2K635G8GzTiPQ2Ct { color:#2a2c32;display:block;width:479px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:378px;left:360px;height:28.8px;text-align:center;text-align-last:center;display:block; }
#bq67NHkPR5di2vFbXOZV8VJnTT4327pN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:119px;width:238px;top:238px;left:800px;overflow:hidden;display:block; }
#M7UnZUMuBLn2T80SJ73msRiOToy5nVa4 { box-sizing:content-box;height:70px;width:77px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc3b8ed7-319d-4e4c-b267-f38550f79fd4/iconcashback.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59px;left:920px;display:block; }#M7UnZUMuBLn2T80SJ73msRiOToy5nVa4.adaptive-delivery-prevent-bg, #M7UnZUMuBLn2T80SJ73msRiOToy5nVa4.lazyload, #M7UnZUMuBLn2T80SJ73msRiOToy5nVa4.lazyloading { background-image: none; }
#ToOSiKMmPmXgp6x6hDqqkHmTGBIv6G8L { box-sizing:content-box;height:367px;width:244px;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/514a117d-2e79-4c9e-8fb3-99dd5efb23ff/profilcashback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:150px;left:74px;display:block; }#ToOSiKMmPmXgp6x6hDqqkHmTGBIv6G8L.adaptive-delivery-prevent-bg, #ToOSiKMmPmXgp6x6hDqqkHmTGBIv6G8L.lazyload, #ToOSiKMmPmXgp6x6hDqqkHmTGBIv6G8L.lazyloading { background-image: none; }
#iUJHrPX1B3f6OlNM50bxwq3gaKVtRRTl { box-sizing:content-box;height:113px;width:161px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4291322d-bee1-4df1-8fdc-9e07841fa40b/modalmaster.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:119px;left:0px;display:block; }#iUJHrPX1B3f6OlNM50bxwq3gaKVtRRTl.adaptive-delivery-prevent-bg, #iUJHrPX1B3f6OlNM50bxwq3gaKVtRRTl.lazyload, #iUJHrPX1B3f6OlNM50bxwq3gaKVtRRTl.lazyloading { background-image: none; }
#oGmWcTMPmRQcvchsbGTQQT4MUcVNdkoe { box-sizing:content-box;height:113px;width:161px;position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/389c5b86-df84-4f23-9899-b23171e510af/modalvisa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:379px;left:240px;display:block; }#oGmWcTMPmRQcvchsbGTQQT4MUcVNdkoe.adaptive-delivery-prevent-bg, #oGmWcTMPmRQcvchsbGTQQT4MUcVNdkoe.lazyload, #oGmWcTMPmRQcvchsbGTQQT4MUcVNdkoe.lazyloading { background-image: none; }
#sUrXdvEkJSfAB6MFpVV2EwVZgQeWVO2q { box-sizing:content-box;height:109px;width:200px;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e225175e-6e3c-4c13-92eb-08bfe495bab1/smscashback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:159px;left:980px;display:block; }#sUrXdvEkJSfAB6MFpVV2EwVZgQeWVO2q.adaptive-delivery-prevent-bg, #sUrXdvEkJSfAB6MFpVV2EwVZgQeWVO2q.lazyload, #sUrXdvEkJSfAB6MFpVV2EwVZgQeWVO2q.lazyloading { background-image: none; }
#dTKNf371GryZXy3xncvoEysZUNZHWwcZ { box-sizing:content-box;height:30px;width:33px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15044;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc3b8ed7-319d-4e4c-b267-f38550f79fd4/iconcashback.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29px;left:1167px;display:block; }#dTKNf371GryZXy3xncvoEysZUNZHWwcZ.adaptive-delivery-prevent-bg, #dTKNf371GryZXy3xncvoEysZUNZHWwcZ.lazyload, #dTKNf371GryZXy3xncvoEysZUNZHWwcZ.lazyloading { background-image: none; }
#Q7fQZACVJhr0lhQutfHLxmLv8nxsQEn7 { box-sizing:content-box;height:30px;width:126px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68d6214f-cf3e-4ae7-893a-e91b324c6cba/badgecashback.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:292px;left:49px;display:block; }#Q7fQZACVJhr0lhQutfHLxmLv8nxsQEn7.adaptive-delivery-prevent-bg, #Q7fQZACVJhr0lhQutfHLxmLv8nxsQEn7.lazyload, #Q7fQZACVJhr0lhQutfHLxmLv8nxsQEn7.lazyloading { background-image: none; }
#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/f66c9e3c-2922-4706-ac75-3c44de6a9674/bggradientteal.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz.adaptive-delivery-prevent-bg, #n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz.lazyload, #n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz.lazyloading { background-image: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { background-color: transparent; background-image: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container > .video-iframe-container { display: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row > .video-iframe-container { display: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .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); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { border-width: 0; border-radius: 0; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { font-size:14px;font-family:arial;height:880px;width:1200px;position:relative;display:block; }#hgIgGcTkMmls4SEbQqZoSTQfpQhmKWdo { color:#ffffff;display:block;width:402px;position:absolute;font-family:poppins;font-size:42px;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:139px;left:80px;height:50.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rEcBl1X4IxnwpGWfXUDt8L8GbuGMn1fz { color:#ffffff;display:block;width:519px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:219px;left:122px;height:547.1412px;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; }
#e4OBmqvb5b6zqKezr1Bx9RVadp7l6ihu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:223px;left:80px;overflow:hidden;display:block; }
#Zm1JHZORabKGKptlckzxqpm2sl32kAXV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:367px;left:80px;overflow:hidden;display:block; }
#TfXAb4BADLsxPfJqxL5XS3tr67EHBTAN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:482px;left:80px;overflow:hidden;display:block; }
#adRX28UCssF2iMG7ayR5Z5EeKqn5yyG5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:597px;left:80px;overflow:hidden;display:block; }
#tFCsfNeh9By7fUfflfkoGolKTfo5hiqr { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:686px;left:80px;overflow:hidden;display:block; }
#w2sdHRypGF0qJ5vtgEQXTn9X4BMdlXuz { box-sizing:content-box;height:381px;width:419px;position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/87b71d28-8dbb-4aed-99f4-c38c2860ed99/Booksypay1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:418px;left:720px;display:block; }#w2sdHRypGF0qJ5vtgEQXTn9X4BMdlXuz.adaptive-delivery-prevent-bg, #w2sdHRypGF0qJ5vtgEQXTn9X4BMdlXuz.lazyload, #w2sdHRypGF0qJ5vtgEQXTn9X4BMdlXuz.lazyloading { background-image: none; }
#NEcZ3TTQAHAbVGnVKStnrT17KkqRKDy9 { box-sizing:content-box;height:46px;width:51px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc3b8ed7-319d-4e4c-b267-f38550f79fd4/iconcashback.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:461px;left:1040px;display:block; }#NEcZ3TTQAHAbVGnVKStnrT17KkqRKDy9.adaptive-delivery-prevent-bg, #NEcZ3TTQAHAbVGnVKStnrT17KkqRKDy9.lazyload, #NEcZ3TTQAHAbVGnVKStnrT17KkqRKDy9.lazyloading { background-image: none; }
#n1ghcr7KX0p8wMGxBc7JK1aAdJZRrJlM { box-sizing:content-box;height:381px;width:419px;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6b9af052-6a88-4d1b-a126-37561ca70281/Booksypay2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:141px;left:740px;display:block; }#n1ghcr7KX0p8wMGxBc7JK1aAdJZRrJlM.adaptive-delivery-prevent-bg, #n1ghcr7KX0p8wMGxBc7JK1aAdJZRrJlM.lazyload, #n1ghcr7KX0p8wMGxBc7JK1aAdJZRrJlM.lazyloading { background-image: none; }
#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container { background-color: transparent; background-image: none; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container > .video-iframe-container { display: none; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row > .video-iframe-container { display: none; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .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); }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container { border-width: 0; border-radius: 0; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container { font-size:14px;font-family:arial;height:460px;width:1200px;position:relative;display:block; }#yy6uhfA3pXitgGpwOvCf47FPF4qakufD { color:#2a2c32;display:block;width:558px;position:absolute;font-family:poppins;font-size:42px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:59px;left:320px;height:54.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OO2BR5T9JTRJx9r1TegPtVyO8XfbgKx2 { color:#2a2c32;display:block;width:201px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:159px;left:80px;height:93.5625px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0VqTCc5pz1nTSghIBhkZMwWknKZC9VD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:157px;left:898px;overflow:hidden;display:block; }
#X6gsZhWRFvbn2foUTg5xpp333XTQERQr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:157px;left:618px;overflow:hidden;display:block; }
#hF0GtJ5dpTFe36Gia99Bib7hLTyhz6LC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:157px;left:318px;overflow:hidden;display:block; }
#VPC1vNS0GsJ1w3SF7VELfZMT3TUgqIEd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:22px;top:157px;left:38px;overflow:hidden;display:block; }
#cVOkUiI9KWn89uMqVpRsTUQqF7rpOpwT { color:#2a2c32;display:block;width:220px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:159px;left:660px;height:210.516px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPqkIRo4kLaR289bv26RzWGpmLhVmKoz { color:#2a2c32;display:block;width:219px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:159px;left:360px;height:187.125px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BD2M0uo2M4B8xKgu4T6TIxKvcKRxVNUg { color:#2a2c32;display:block;width:199px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:159px;left:940px;height:46.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container { background-color: transparent; background-image: none; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container > .video-iframe-container { display: none; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row > .video-iframe-container { display: none; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .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); }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container { border-width: 0; border-radius: 0; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container { font-size:14px;font-family:arial;height:119px;width:1200px;position:relative;display:block; }#vShJzoTpFq5365akov5ryRsiJyeHfIMn { color:#0ba3ad;display:block;width:640px;position:absolute;font-family:poppins;font-size:28px;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:38px;left:280px;height:44.8px;text-align:center;text-align-last:center;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; }
#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container { background-color: transparent; background-image: none; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container > .video-iframe-container { display: none; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row > .video-iframe-container { display: none; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .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); }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container { border-width: 0; border-radius: 0; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#kaCFoyovbNHnpqd23XHP3PEo9zs0gCLN { color:#2a2c32;display:block;width:600px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:39.89990234375px;left:300px;height:;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; }
#qBiMy0PDNd1chO9OKhrVB4wWXZfDcnHC { position:absolute;display:block;z-index:15025;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:720px;top:80px;left:240px;display:block; }
#pIwa5TWCfmNTNzoS0UQ7V2tAeecHJiFZ { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35px;left:908px; }
#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 { position:relative;display:block; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 { background-color: transparent; background-image: none; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row .container > .video-iframe-container { display: none; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row > .video-iframe-container { display: none; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .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); }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 { border-width: 0; border-radius: 0; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:158px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GAZTDfJ779F1gtWiCxVQKAQtFVAG9asS { color:#2a2c32;display:block;width:602px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38px;left:300px;height:48px;display:block; }
#hLdsV1dxeE30NifT8ZzeMpAuvF5L8VKi { position:absolute;display:block;z-index:15004;background-color:rgba(11,163,173,0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:97px;width:720px;top:19px;left:240px;display:block; }
#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container { background-color: transparent; background-image: none; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container > .video-iframe-container { display: none; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row > .video-iframe-container { display: none; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .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); }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container { border-width: 0; border-radius: 0; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#pX9X9HBN1dH36Q3AyAVgrlt3mT3ElWMB { color:#2a2c32;display:block;width:600px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:39.89990234375px;left:300px;height:;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; }
#OcUKt7sTbdnEeCUGENv2RVkff6NCbxX4 { position:absolute;display:block;z-index:15026;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:720px;top:80px;left:240px;display:block; }
#sS2GAVQWoJ0uVuZrbLvyAFSsnUl3wkhz { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35px;left:908px; }
#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN { position:relative;display:block; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN { background-color: transparent; background-image: none; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row .container > .video-iframe-container { display: none; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row > .video-iframe-container { display: none; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .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); }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN { border-width: 0; border-radius: 0; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:157px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZcWqEKysXZa15V8yxGwWozBOukEnQJCE { color:#2a2c32;display:block;width:602px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38px;left:300px;height:48px;display:block; }
#ykiV12BhCV8ZicD8hACbpvmD9RqgWa2p { position:absolute;display:block;z-index:15004;background-color:rgba(11,163,173,0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:720px;top:19px;left:240px;display:block; }
#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container { background-color: transparent; background-image: none; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container > .video-iframe-container { display: none; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row > .video-iframe-container { display: none; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .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); }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container { border-width: 0; border-radius: 0; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#zD0C3LrEV8owTZrF84pJOkrv6qxF46RC { color:#2a2c32;display:block;width:600px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:39.89990234375px;left:300px;height:;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; }
#TST6gkyeuTlekL73tcrIqbKrZnWEDysx { position:absolute;display:block;z-index:15027;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:720px;top:80px;left:240px;display:block; }
#xZg42ScbOPaxwLEsgtUplaLDgJNyhZvF { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:35px;left:908px; }
#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM { position:relative;display:block; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM { background-color: transparent; background-image: none; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row .container > .video-iframe-container { display: none; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row > .video-iframe-container { display: none; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .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); }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM { border-width: 0; border-radius: 0; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:160px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gSlkLkV1A9sSFPLGs8JgzM6QBHehuHvI { color:#2a2c32;display:block;width:602px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38px;left:300px;height:48px;display:block; }
#CQEZ66kHHsvywsO7PPF40CFqLeVuW1Im { position:absolute;display:block;z-index:15004;background-color:rgba(11,163,173,0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:720px;top:20px;left:240px;display:block; }
#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V { position:relative;display:block; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V { background-color: transparent; background-image: none; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row .container > .video-iframe-container { display: none; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row > .video-iframe-container { display: none; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .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); }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V { border-width: 0; border-radius: 0; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:162px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rQMmP9tFS775DA7XfEJ9MdlDGadB2tAZ { color:#2a2c32;display:block;width:602px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:62px;left:300px;height:24px;text-align:center;text-align-last:center;display:block; }
#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container { background-color: transparent; background-image: none; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container > .video-iframe-container { display: none; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row > .video-iframe-container { display: none; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .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); }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container { border-width: 0; border-radius: 0; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container { font-size:14px;font-family:arial;height:359px;width:1200px;position:relative;display:block; }#OM2Vz8phTQRWoQM8U327bEL4sIqVcrD0 { color:#ffffff;display:block;width:681px;position:absolute;font-family:poppins;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:96px;left:260px;height:163.781px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container { background-color: transparent; background-image: none; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container > .video-iframe-container { display: none; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row > .video-iframe-container { display: none; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .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); }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container { border-width: 0; border-radius: 0; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#EKkRPRRRNKUfTp2QUhBw9yEmHctSKSss { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:145px;top:38px;left:520px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT9AbaIJLe0bMffB8g1avwwuhoiB3vR8 { top:170px;left:0px;width:459px;height:86px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #axQG8Tefpx4oHNmIGzKAl9wS4vV1o9uz { top:460px;left:0px;width:380px;height:115px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ChhbcFilTkbGdctxx9TuReXDIlC5PiiZ { top:79px;left:0px;width:187px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #IPdP4tX1KNN3yeu442hHxiJzSF8g0HSM { top:100px;left:416px;width:348px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #FaqOm9at6qsUfBxEHMV1ckTP2nMcyK9F { top:40px;left:649px;width:115px;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #wFM3OozbKK5Km12T6biW7Rdb9twmIEUU { top:265px;left:0px;width:460px;height:187px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #koXiuf4zSsQkOXuddkzKra9wwFr1RMT3 { top:140px;left:416px;width:348px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #ivV8bb55LOhmLW4weLw1Nt0MnsCZLJGD { top:260px;left:603px;width:161px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #g57Fux0vqsJUe8tl3r3BKKo8NBDPm3Zs { top:60px;left:442px;width:161px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2Lidh0K7vSqJ0PQcUSNg2PvVMcxI5d { top:180px;left:697px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #g1qTwEWOhszW6U9GK6UNtISFPw8LTMei { top:592px;left:321px;width:187px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #R3SsXGTLeiDTRK8myqM7aQ1pvlKb16vi { top:630px;left:731px;width:33px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI { display:block; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiUv78ACnL5N09nE2eeeOCQGirDqXfX4 { top:138px;left:142px;width:481px;height:144px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iWT9ePHq6nfWo26qFiTgtHRbnuNNHBKL { top:292px;left:142px;width:479px;height:89px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #c43nuzBRs9sUyqZd2K635G8GzTiPQ2Ct { top:378px;left:142px;width:479px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bq67NHkPR5di2vFbXOZV8VJnTT4327pN { top:238px;left:526px;width:238px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #M7UnZUMuBLn2T80SJ73msRiOToy5nVa4 { top:59px;left:687px;width:77px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOSiKMmPmXgp6x6hDqqkHmTGBIv6G8L { top:150px;left:0px;width:244px;height:367px;display:block; }
 }@media only screen and (max-width: 763px) { #iUJHrPX1B3f6OlNM50bxwq3gaKVtRRTl { top:119px;left:0px;width:161px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #oGmWcTMPmRQcvchsbGTQQT4MUcVNdkoe { top:379px;left:22px;width:161px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #sUrXdvEkJSfAB6MFpVV2EwVZgQeWVO2q { top:159px;left:564px;width:200px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #dTKNf371GryZXy3xncvoEysZUNZHWwcZ { top:29px;left:731px;width:33px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7fQZACVJhr0lhQutfHLxmLv8nxsQEn7 { top:292px;left:0px;width:126px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz { display:block; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgIgGcTkMmls4SEbQqZoSTQfpQhmKWdo { top:139px;left:0px;width:402px;height:50px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #rEcBl1X4IxnwpGWfXUDt8L8GbuGMn1fz { top:219px;left:0px;width:519px;height:547px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e4OBmqvb5b6zqKezr1Bx9RVadp7l6ihu { top:223px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Zm1JHZORabKGKptlckzxqpm2sl32kAXV { top:367px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TfXAb4BADLsxPfJqxL5XS3tr67EHBTAN { top:482px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #adRX28UCssF2iMG7ayR5Z5EeKqn5yyG5 { top:597px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tFCsfNeh9By7fUfflfkoGolKTfo5hiqr { top:686px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #w2sdHRypGF0qJ5vtgEQXTn9X4BMdlXuz { top:418px;left:345px;width:419px;height:381px;display:block; }
 }@media only screen and (max-width: 763px) { #NEcZ3TTQAHAbVGnVKStnrT17KkqRKDy9 { top:461px;left:713px;width:51px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #n1ghcr7KX0p8wMGxBc7JK1aAdJZRrJlM { top:141px;left:345px;width:419px;height:381px;display:block; }
 }@media only screen and (max-width: 763px) { #QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT { display:block; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy6uhfA3pXitgGpwOvCf47FPF4qakufD { top:59px;left:102px;width:558px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #OO2BR5T9JTRJx9r1TegPtVyO8XfbgKx2 { top:159px;left:0px;width:201px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a0VqTCc5pz1nTSghIBhkZMwWknKZC9VD { top:157px;left:680px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #X6gsZhWRFvbn2foUTg5xpp333XTQERQr { top:157px;left:400px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hF0GtJ5dpTFe36Gia99Bib7hLTyhz6LC { top:157px;left:100px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VPC1vNS0GsJ1w3SF7VELfZMT3TUgqIEd { top:157px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cVOkUiI9KWn89uMqVpRsTUQqF7rpOpwT { top:159px;left:442px;width:220px;height:234px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OPqkIRo4kLaR289bv26RzWGpmLhVmKoz { top:159px;left:142px;width:219px;height:210px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BD2M0uo2M4B8xKgu4T6TIxKvcKRxVNUg { top:159px;left:565px;width:199px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn { display:block; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vShJzoTpFq5365akov5ryRsiJyeHfIMn { top:38px;left:62px;width:640px;height:44px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #BvuRdstV8l4esnZT6Pf175p2wg0QCAmb { display:block; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaCFoyovbNHnpqd23XHP3PEo9zs0gCLN { top:39px;left:82px;width:600px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qBiMy0PDNd1chO9OKhrVB4wWXZfDcnHC { top:80px;left:0px;width:720px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #pIwa5TWCfmNTNzoS0UQ7V2tAeecHJiFZ { top:35px;left:690px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 { display:block; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAZTDfJ779F1gtWiCxVQKAQtFVAG9asS { top:38px;left:82px;width:602px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hLdsV1dxeE30NifT8ZzeMpAuvF5L8VKi { top:19px;left:22px;width:720px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P { display:block; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX9X9HBN1dH36Q3AyAVgrlt3mT3ElWMB { top:39px;left:82px;width:600px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OcUKt7sTbdnEeCUGENv2RVkff6NCbxX4 { top:80px;left:22px;width:720px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #sS2GAVQWoJ0uVuZrbLvyAFSsnUl3wkhz { top:35px;left:690px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #G8hlr35wVO16lmukiEgkT0Z4S34CZOXN { display:block; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcWqEKysXZa15V8yxGwWozBOukEnQJCE { top:38px;left:82px;width:602px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ykiV12BhCV8ZicD8hACbpvmD9RqgWa2p { top:19px;left:22px;width:720px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy { display:block; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD0C3LrEV8owTZrF84pJOkrv6qxF46RC { top:39px;left:82px;width:600px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TST6gkyeuTlekL73tcrIqbKrZnWEDysx { top:80px;left:22px;width:720px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #xZg42ScbOPaxwLEsgtUplaLDgJNyhZvF { top:35px;left:690px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM { display:block; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSlkLkV1A9sSFPLGs8JgzM6QBHehuHvI { top:38px;left:82px;width:602px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CQEZ66kHHsvywsO7PPF40CFqLeVuW1Im { top:20px;left:22px;width:720px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V { display:block; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQMmP9tFS775DA7XfEJ9MdlDGadB2tAZ { top:62px;left:82px;width:602px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh { display:block; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OM2Vz8phTQRWoQM8U327bEL4sIqVcrD0 { top:96px;left:42px;width:681px;height:163px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV { display:block; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKkRPRRRNKUfTp2QUhBw9yEmHctSKSss { top:38px;left:302px;width:145px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/35865f4d-9974-43cc-bf0e-f5caabddf91c/branze.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:801px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT9AbaIJLe0bMffB8g1avwwuhoiB3vR8 { width:279px;height:62.4px;top:435px;left:20px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #axQG8Tefpx4oHNmIGzKAl9wS4vV1o9uz { width:278px;height:102.4px;top:620px;left:20px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChhbcFilTkbGdctxx9TuReXDIlC5PiiZ { width:152px;height:28px;top:40px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #IPdP4tX1KNN3yeu442hHxiJzSF8g0HSM { width:200px;height:236px;top:124px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FaqOm9at6qsUfBxEHMV1ckTP2nMcyK9F { width:86px;height:86px;top:80px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #wFM3OozbKK5Km12T6biW7Rdb9twmIEUU { width:269px;height:96px;top:499px;left:20px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #koXiuf4zSsQkOXuddkzKra9wwFr1RMT3 { width:200px;height:236px;top:160px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ivV8bb55LOhmLW4weLw1Nt0MnsCZLJGD { width:81px;height:58px;top:200px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #g57Fux0vqsJUe8tl3r3BKKo8NBDPm3Zs { width:81px;height:58px;top:100px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2Lidh0K7vSqJ0PQcUSNg2PvVMcxI5d { width:41px;height:41px;top:260px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #g1qTwEWOhszW6U9GK6UNtISFPw8LTMei { width:118px;height:28px;top:172px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R3SsXGTLeiDTRK8myqM7aQ1pvlKb16vi { width:33px;height:30px;top:750px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI { display:block; }#z2DJo7V1uX5IwskAiCzPmXRuTI29w5CI > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiUv78ACnL5N09nE2eeeOCQGirDqXfX4 { width:278px;height:168px;top:39px;left:20px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWT9ePHq6nfWo26qFiTgtHRbnuNNHBKL { width:281px;height:51.2px;top:219px;left:20px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c43nuzBRs9sUyqZd2K635G8GzTiPQ2Ct { width:241px;height:48px;top:279px;left:40px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq67NHkPR5di2vFbXOZV8VJnTT4327pN { width:238px;height:119px;top:238px;left:41px;display:none; }
 }@media only screen and (max-width: 763px) { #M7UnZUMuBLn2T80SJ73msRiOToy5nVa4 { width:46px;height:42px;top:357px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOSiKMmPmXgp6x6hDqqkHmTGBIv6G8L { width:199px;height:352px;top:367px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #iUJHrPX1B3f6OlNM50bxwq3gaKVtRRTl { width:100px;height:70px;top:359px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oGmWcTMPmRQcvchsbGTQQT4MUcVNdkoe { width:100px;height:70px;top:589px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #sUrXdvEkJSfAB6MFpVV2EwVZgQeWVO2q { width:200px;height:109px;top:379px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #dTKNf371GryZXy3xncvoEysZUNZHWwcZ { width:33px;height:30px;top:599px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7fQZACVJhr0lhQutfHLxmLv8nxsQEn7 { width:102px;height:23px;top:509px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz { background-color:#2a2c32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { background-color: transparent; background-image: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container > .video-iframe-container { display: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row > .video-iframe-container { display: none; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .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); }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { border-width: 0; border-radius: 0; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n22EBQfgHFG0xQZiqTh5P92TvCBKxxfz > .row .container { width:320px;height:1320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgIgGcTkMmls4SEbQqZoSTQfpQhmKWdo { width:281px;height:31.2px;top:40px;left:22px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #rEcBl1X4IxnwpGWfXUDt8L8GbuGMn1fz { width:241px;height:691.2px;top:91px;left:62px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4OBmqvb5b6zqKezr1Bx9RVadp7l6ihu { width:22px;height:22px;top:92px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Zm1JHZORabKGKptlckzxqpm2sl32kAXV { width:22px;height:22px;top:272px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TfXAb4BADLsxPfJqxL5XS3tr67EHBTAN { width:22px;height:22px;top:426px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #adRX28UCssF2iMG7ayR5Z5EeKqn5yyG5 { width:22px;height:22px;top:583px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tFCsfNeh9By7fUfflfkoGolKTfo5hiqr { width:22px;height:22px;top:681px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #w2sdHRypGF0qJ5vtgEQXTn9X4BMdlXuz { width:269px;height:301px;top:970px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NEcZ3TTQAHAbVGnVKStnrT17KkqRKDy9 { width:42px;height:38px;top:1041px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #n1ghcr7KX0p8wMGxBc7JK1aAdJZRrJlM { width:258px;height:294px;top:799px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT { display:block; }#QnUxIPtm6HPNlr4sL5SfVnx9QtRGIFTT > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy6uhfA3pXitgGpwOvCf47FPF4qakufD { width:279px;height:31.2px;top:20px;left:20px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OO2BR5T9JTRJx9r1TegPtVyO8XfbgKx2 { width:240px;height:62.4px;top:100px;left:60px;font-size:16px;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #a0VqTCc5pz1nTSghIBhkZMwWknKZC9VD { width:22px;height:22px;top:100px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X6gsZhWRFvbn2foUTg5xpp333XTQERQr { width:22px;height:22px;top:195px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hF0GtJ5dpTFe36Gia99Bib7hLTyhz6LC { width:22px;height:22px;top:335px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VPC1vNS0GsJ1w3SF7VELfZMT3TUgqIEd { width:22px;height:22px;top:475px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cVOkUiI9KWn89uMqVpRsTUQqF7rpOpwT { width:220px;height:145.6px;top:337px;left:60px;font-size:16px;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #OPqkIRo4kLaR289bv26RzWGpmLhVmKoz { width:219px;height:145.6px;top:197px;left:60px;font-size:16px;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #BD2M0uo2M4B8xKgu4T6TIxKvcKRxVNUg { width:199px;height:41.6px;top:477px;left:60px;font-size:16px;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn { display:block; }#dP4p3E1ICs0BrO7ZCN61bqHJhDQnC3Tn > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vShJzoTpFq5365akov5ryRsiJyeHfIMn { width:280px;height:24px;top:28px;left:20px;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BvuRdstV8l4esnZT6Pf175p2wg0QCAmb { display:block; }#BvuRdstV8l4esnZT6Pf175p2wg0QCAmb > .row .container { width:320px;height:97px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaCFoyovbNHnpqd23XHP3PEo9zs0gCLN { width:241px;height:59.4px;top:25.7333984375px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qBiMy0PDNd1chO9OKhrVB4wWXZfDcnHC { width:320px;height:2px;top:85.3333984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pIwa5TWCfmNTNzoS0UQ7V2tAeecHJiFZ { display:flex;width:32px;height:32px;top:26px;left:268px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 { display:block; }#zTo79mXhWlxrs6dmB8xzTyP50TTfCz12 > .row .container { width:320px;height:223px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAZTDfJ779F1gtWiCxVQKAQtFVAG9asS { width:282px;height:120px;top:18px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hLdsV1dxeE30NifT8ZzeMpAuvF5L8VKi { width:320px;height:180px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P { display:block; }#mp3O0FfcJZkOgHnN7FGqS7TJrXy3lg1P > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX9X9HBN1dH36Q3AyAVgrlt3mT3ElWMB { width:259px;height:19.8px;top:19.800048828125px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OcUKt7sTbdnEeCUGENv2RVkff6NCbxX4 { width:320px;height:2px;top:59.5998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sS2GAVQWoJ0uVuZrbLvyAFSsnUl3wkhz { display:flex;width:32px;height:32px;top:14.5998046875px;left:288px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #G8hlr35wVO16lmukiEgkT0Z4S34CZOXN { display:block; }#G8hlr35wVO16lmukiEgkT0Z4S34CZOXN > .row .container { width:320px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcWqEKysXZa15V8yxGwWozBOukEnQJCE { width:282px;height:72px;top:18px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ykiV12BhCV8ZicD8hACbpvmD9RqgWa2p { width:320px;height:119px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy { display:block; }#IJbLc9CsZrp1GCvPS0fw3hmeL6uR65gy > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD0C3LrEV8owTZrF84pJOkrv6qxF46RC { width:280px;height:39.6px;top:17.799987792969px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TST6gkyeuTlekL73tcrIqbKrZnWEDysx { width:320px;height:2px;top:97.1998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xZg42ScbOPaxwLEsgtUplaLDgJNyhZvF { display:flex;width:32px;height:32px;top:52.1998046875px;left:288px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM { display:block; }#hTSSdTIbiwd0Bybc4UDX2fSi0nJPslvM > .row .container { width:320px;height:201px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSlkLkV1A9sSFPLGs8JgzM6QBHehuHvI { width:282px;height:96px;top:18px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CQEZ66kHHsvywsO7PPF40CFqLeVuW1Im { width:320px;height:160px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V { display:block; }#cyCShfOVXnZU4g0VaUr4hNpqgP4uAH4V > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQMmP9tFS775DA7XfEJ9MdlDGadB2tAZ { width:276px;height:48px;top:34.933349609375px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh { display:block; }#A8GvkHTgwyJVwLIKWwAAJorh8pcU20vh > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OM2Vz8phTQRWoQM8U327bEL4sIqVcrD0 { width:287px;height:78px;top:66px;left:17px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV { display:block; }#hKvEI1y5ZXxrgOmQCNC5V2RU6mKBeuFV > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKkRPRRRNKUfTp2QUhBw9yEmHctSKSss { width:145px;height:28px;top:20px;left:87px;display:block; }
 }