.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bba9605f-3ef0-4269-904c-c073871ee1e7/tajmahal366_1280.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(181,65,104,0.42);background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:auto;display:block; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl.adaptive-delivery-prevent-bg, #SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl.lazyload, #SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl.lazyloading { background-image: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { background-color: transparent; background-image: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container > .video-iframe-container { display: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row > .video-iframe-container { display: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .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); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { border-width: 0; border-radius: 0; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { font-size:14px;font-family:arial;height:604px;width:960px;position:relative;display:block; }#d0iFs4H4ytGAc4TP0J9XPLzJAALdkbI7 { 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;box-shadow: none;height:354px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#Ftus3NXUZvLIB65UGAct2mkh49umXhFp { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:49px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:353.97570800781px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#ZWVsWkDk6NI1sil7GRDIHEDxydfXO4U5 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:470px;left:376px;height:;display:block; }
#UGACxCDCP1t72nx0QBxH1pqMBgeI71rV { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:40px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:419.1328125px;left:0px;height:52.0078px;text-align:center;text-align-last:center;display:block; }
#dyyFhdOVUtCoxt2Wm1I6EtCl8TfAFPSJ { 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;box-shadow: none;height:83.9766px;width:112.969px;top:8.9765625px;left:13.9921875px;overflow:hidden;display:block; }
#FEJRfZusR73MFCtJMaSgDJMsgqTZwyEu { color:#79656b;display:block;width:960px;position:absolute;font-family:roboto;font-size:51px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:507.984375px;left:0px;height:68px;font-style:normal;display:block; }
#TKtIVq5en43lmgiHGoJb8oys6hTEUteO { 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; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { background-color: transparent; background-image: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container > .video-iframe-container { display: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container { display: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .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); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { border-width: 0; border-radius: 0; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { font-size:14px;font-family:arial;height:709px;width:960px;position:relative;display:block; }#DLuIeKZrBCk7JFzVX1zTy9ArEeTknHRw { color:#79656b;display:block;width:553.993px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:30.9375px;left:390.57293701172px;height:120px;font-style:normal;display:block; }
#ncOFlZrC7vLW8gJMhWVLv2Wd6B2Uo7kR { position:absolute;display:block;z-index:15003;border-top:1px solid #793a4c;border-left:1px solid #793a4c;border-right:1px solid #793a4c;border-bottom:1px solid #793a4c;border-top-left-radius:186px;border-top-right-radius:186px;border-bottom-left-radius:186px;border-bottom-right-radius:186px;box-shadow: none;height:373.993px;width:371.997px;top:216.04172897339px;left:571.45837402344px;overflow:hidden;display:block; }
#hXRevwRLXsZGTVLIbV5A08ksXSEDNJ5h { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:394px;width:225px;top:270.45146179199px;left:520.98962402344px;overflow:hidden;display:block; }
#v0TdcwbyiRmGwnBerplADNd6bfbhgTVe { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:527px;top:413px;left:10px;display:block; }
#C3hn6z5JuwJ98gqBrknOzHK8gByHxp2K { color:#793a4c;display:block;width:425px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:392.65625px;left:46.996551513672px;height:21px;display:block; }
#DqiO6nJHnzXviETWv42y5TzmVHNXaiI6 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:496px;top:485px;left:61px;display:block; }
#OegE2rOKCsDH6g6hb7D45rFAXcx7TN2W { color:#793a4c;display:block;width:425px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:465.32986450195px;left:113.10766601562px;height:21px;display:block; }
#erMDT5pPP0BdRNwT1RcaubRNgmT5X572 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:476px;top:554px;left:118px;display:block; }
#wzzunHxWPReyc57fDsn0GmpnLkt7SGVn { color:#793a4c;display:block;width:435px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:528px;left:156px;height:21px;display:block; }
#v3SNDTI7pgmsMmwTLBmthF8PTHETXg8R { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:475px;top:620px;left:191px;display:block; }
#smvHpRzIxiO9Sha6pkxetsRkt1EFMOz5 { color:#793a4c;display:block;width:292px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:594px;left:229px;height:21px;display:block; }
#OFooaviZkI4GlLDFOIWBTIcastyiLxT6 { box-sizing:content-box;height:22.9688px;width:22.9688px;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:15029;background-color:#793a4c;background-image:none;top:642.56943130493px;left:745.98962402344px;display:block; }
#WHsV0aib7ZyLc17gNTJifKhSJH9tTfC3 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.972222px;width:475px;top:663.33337402344px;left:271.59722900391px;display:block; }
#dl7bOI6JPTuPTITbNnSGen8VFTozgMKB { color:#793a4c;display:block;width:291.997px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:638.31945800781px;left:321.07641601562px;height:21px;display:block; }
#pTBkIeIShyLKB6zmXxNSgh1TJGRJlNgQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.9965px;width:46.9965px;top:367.10070800781px;left:0px;overflow:hidden;display:block; }
#uTx4ER94oCf7FAyyTRgxJg8LuW88rbDR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.9792px;width:46.9792px;top:441.57986450195px;left:60.989593505859px;overflow:hidden;display:block; }
#CJyl6tWib0LfzU4vgzCug0ob9L0Z4NGX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.9792px;width:46.9792px;top:508.10766601562px;left:107.96878051758px;overflow:hidden;display:block; }
#Vb0SI4DKrLsOglEPLwTGBgQFWGI9iqbM { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.9792px;width:46.9792px;top:574.13195800781px;left:175.10418701172px;overflow:hidden;display:block; }
#Dd0p8nWvsywSCUL2QMgOVPCvpogh8Sqb { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.9792px;width:46.9792px;top:616.18057250977px;left:265.98962402344px;overflow:hidden;display:block; }
#MxyxNTLixsEbI5tPiWsv5a35lXXV3GPZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;box-shadow: none;height:251.997px;width:165.99px;top:30.9375px;left:26.09375px;overflow:hidden;display:block; }
#aygrcCsUpZme1ZrsmTZsNsxOrCvvKhAE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;box-shadow: none;height:245px;width:138.993px;top:67.569446563721px;left:222.08334350586px;overflow:hidden;display:block; }
#kVz4hLC0RgqUfcZJlXd3ip8EzlsGnGSI { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:496px;top:485px;left:61px;display:none; }
#OVyIX6RCHqHf9xfIqsOMHkwAypQvI4Bp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"proxima nova";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:318px;height:57px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:141px;left:1013px;display:block; }
#LabAQWyOdvGGcCJGd71UWwdtHz0Z8qXl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TLza0DpA5E8B5U479FN60F5hbzlK5p1b { position:relative;display:block; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b { background-color: transparent; background-image: none; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container > .video-iframe-container { display: none; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row > .video-iframe-container { display: none; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .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); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b { border-width: 0; border-radius: 0; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .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; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .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:867px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EwisKLuJkTvPSNJ79ulHvXvThy7rEt4A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:164px;border-top-right-radius:164px;border-bottom-left-radius:164px;border-bottom-right-radius:164px;box-shadow: none;height:135.961px;width:127.969px;top:15.796875px;left:206.953125px;overflow:hidden;display:block; }
#TasbdqzKk0ULWyaHUC8sVLr12dvgJ4Ib { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:313px;border-top-right-radius:313px;border-bottom-left-radius:313px;border-bottom-right-radius:313px;box-shadow: none;height:126px;width:130.969px;top:20.7890625px;left:387.9375px;overflow:hidden;display:block; }
#ni4WNOZkvJ63HJ5THTgTn0PZ7DOI3UTD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:141px;border-top-right-radius:141px;border-bottom-left-radius:141px;border-bottom-right-radius:141px;box-shadow: none;height:126px;width:130.969px;top:20.7890625px;left:782.34375px;overflow:hidden;display:block; }
#W0XEz30O0DqbPoWN8Fk9Uh7SXfwQQQfy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:277px;border-top-right-radius:277px;border-bottom-left-radius:277px;border-bottom-right-radius:277px;box-shadow: none;height:131px;width:142px;top:19.921875px;left:16.5px;overflow:hidden;display:block; }
#fdZ2lErLBvp98ZRAKKs3CcU3fCWDFvKq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:183px;border-top-right-radius:183px;border-bottom-left-radius:183px;border-bottom-right-radius:183px;box-shadow: none;height:126px;width:136.969px;top:20.7890625px;left:577.3125px;overflow:hidden;display:block; }
#tez2AgJq31umgZLLHo8EdDqoikVhb1O9 { color:#79656b;display:block;width:960px;position:absolute;font-family:roboto;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:174.375px;left:0px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bmTbxXnSX8HIW3Ug3dE5KlMmosVsRCh8 { color:#79656b;display:block;width:415.977px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:312.36328125px;left:93.02734375px;height:32px;display:block; }
#bxXsBwHAJgcSosvuk22GtFTATth6nacq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:252.969px;width:377.988px;top:306.9921875px;left:546.875px;overflow:hidden;display:block; }
#XTQUf76ZRbu1eIncTaSQ5OaNCO7ciQqR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:271.969px;width:426px;top:575.671875px;left:42.8203125px;overflow:hidden;display:block; }
#raQw0LZL90l28OTeeR2Tu9NlN2oiNev7 { color:#79656b;display:block;width:354px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:576.5390625px;left:581.90625px;height:32px;display:block; }
#uPlXADmTqMQ5ESiQuERmfrS8TrIZ4Jnw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63.9844px;width:63.9844px;top:282.109375px;left:16.484375px;overflow:hidden;display:block; }
#yeBaapSfVDoPfcEi507rqFG7sEsTJSpy { color:#79656b;display:block;width:499.98px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:352.2265625px;left:20.91796875px;height:160px;display:block; }
#bW5aaFopyc7kR7UVQKLOakwwO1UBL5vw { 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;box-shadow: none;height:63.9844px;width:63.9844px;top:558.515625px;left:507.7734375px;overflow:hidden;display:block; }
#FhrQPzJJ4UuTE5Zk7u0JvIQ3G7aRNo8F { color:#79656b;display:block;width:433.992px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:622.5px;left:518.90625px;height:192px;display:block; }
#BsC1QyMT92iTdkmNFSAfhvqe3a6Z0vKV { 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;box-shadow: none;height:63.9844px;width:63.9844px;top:558.515625px;left:507.7734375px;overflow:hidden;display:none; }
#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs { position:relative;display:block; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs { background-color: transparent; background-image: none; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container > .video-iframe-container { display: none; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row > .video-iframe-container { display: none; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .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); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs { border-width: 0; border-radius: 0; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container > .video-iframe-container { border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:485px;width:960px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;position:relative;display:block; }#MZd3cXRGSz59ADyNz4tF1LpydDu1lCxU { color:#79656b;display:block;width:463.984px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:231.6796875px;left:79.453125px;height:192px;display:block; }
#HooyJwOJsrdSz0arkI71cmt6XOEBHqy2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:434px;width:234px;top:22.421875px;left:591.9921875px;overflow:hidden;display:block; }
#BOQe0nkOXveuWa8xn8HderMSasCCyQge { color:#79656b;display:block;width:475px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:62.6171875px;left:73.96484375px;height:128px;display:block; }
#so5zxzDdxk0pn6PUzJ9pOHQwlhrZQa0b { 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;box-shadow: none;height:63.9648px;width:63.9648px;top:40.9765625px;left:0px;overflow:hidden;display:block; }
#g69rcuG9tWTxkhmoVn2CJKckH7N6vBbn { 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;box-shadow: none;height:63.9648px;width:63.9648px;top:217.48046875px;left:0px;overflow:hidden;display:block; }
#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 { position:relative;display:block; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 { background-color: transparent; background-image: none; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container > .video-iframe-container { display: none; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row > .video-iframe-container { display: none; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .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); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 { border-width: 0; border-radius: 0; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container > .video-iframe-container { border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1085px;width:960px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;position:relative;display:block; }#XBgOI0Z8Nd30qplC9rp6BZnbOOcuqNL5 { color:#79656b;display:block;width:960px;position:absolute;font-family:roboto;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.546875px;left:0px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X11za7HVf2QWpa8QF89Szzq9a17ToUve { color:#79656b;display:block;width:885px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:98.0390625px;left:57.984375px;height:936px;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; }
#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV { position:relative;display:block; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV { background-color: transparent; background-image: none; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container > .video-iframe-container { display: none; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row > .video-iframe-container { display: none; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .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); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV { border-width: 0; border-radius: 0; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container > .video-iframe-container { border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:953px;width:960px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;position:relative;display:block; }#a82LGfxxsxpJ2yyzzub9wu56RTPTX6UT { color:#79656b;display:block;width:520.992px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:558px;left:0px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdIttOARUv4bJGu4fSOBObGpRBQWyI87 { color:#79656b;display:block;width:518px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:618px;left:0px;height:321px;display:block; }#qdIttOARUv4bJGu4fSOBObGpRBQWyI87 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qdIttOARUv4bJGu4fSOBObGpRBQWyI87 li:before{  }
#NZcxoDEzySTGUBGmg8GOfbJ2nLibZ9Oq { color:#79656b;display:block;width:435.957px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:557.98828125px;left:524.04296875px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iczAsEZynwhgAEThMkykaU7XOQeaa0ck { color:#79656b;display:block;width:382.992px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:618px;left:577px;height:176px;display:block; }#iczAsEZynwhgAEThMkykaU7XOQeaa0ck li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#iczAsEZynwhgAEThMkykaU7XOQeaa0ck li:before{  }
#rl67wXmaG3QGyafuauhwMXXfzGIF6TMb { color:#79656b;display:block;width:960px;position:absolute;font-family:roboto;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.546875px;left:0px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa { color:#79656b;display:block;width:868.969px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:245.265625px;left:37.015625px;height:202px;display:block; }#i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa li:before{  }
#TiOTFeFci45hQiT8foTSqMcm9c6smF3F { color:#79656b;display:block;width:870.996px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:83.06640625px;left:57.4609375px;height:140px;display:block; }
#emnid8X4J55ELu7ZfvyRDmV5JNawz65n { position:relative;display:block; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n { background-color: transparent; background-image: none; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container > .video-iframe-container { display: none; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row > .video-iframe-container { display: none; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .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); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n { border-width: 0; border-radius: 0; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container > .video-iframe-container { border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:195px;width:960px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;position:relative;display:block; }#Oz41Qb6BphaITHUCs2U06BGlGvgByKfq { color:#79656b;display:block;width:960px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.0078125px;left:0px;height:45px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TioCgtMNrZs9v6SMvwslD7kXzKE7gDTS { color:#79656b;display:block;width:960px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:87.65625px;left:0px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 { border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;background-color:rgba(181,65,104,0.42);background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:auto;display:block; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6.adaptive-delivery-prevent-bg, #z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6.lazyload, #z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6.lazyloading { background-image: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { background-color: transparent; background-image: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container > .video-iframe-container { display: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row > .video-iframe-container { display: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .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); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { border-width: 0; border-radius: 0; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { font-size:14px;font-family:arial;height:1110.5px;width:960px;position:relative;display:block; }#QHRChSvV5W27gQTu0QSHtt4xhCkAeB9x { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:470px;left:376px;height:;display:block; }
#iVbU1LQyDdQxwzDTcUe29l2GDti7eWx7 { color:#ffffff;display:block;width:276px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:236.25px;left:17.484375px;height:598px;display:block; }
#dpNVnRPyAAngz9hCqdSEJmy9TX8Q3oTS { position:absolute;display:block;z-index:15022;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:353px;border-top-right-radius:353px;border-bottom-left-radius:353px;border-bottom-right-radius:353px;box-shadow: none;height:189px;width:189px;top:21.97265625px;left:34.98046875px;overflow:hidden;display:block; }
#L7x3uR9H8NdTCyGV9sftNtmcWTmpfhB3 { position:absolute;display:block;z-index:15023;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:231px;border-top-right-radius:231px;border-bottom-left-radius:231px;border-bottom-right-radius:231px;box-shadow: none;height:186px;width:193.984px;top:23.49609375px;left:736.97265625px;overflow:hidden;display:block; }
#luNzLTlcZUlVCq7qGVd4foKgFUR5cmIm { color:#ffffff;display:block;width:211px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:236.25px;left:746.0078125px;height:598px;display:block; }
#lO6tkRdmOEoJzfBUoEbxZg007R1LmRTx { position:absolute;display:block;z-index:15025;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:164px;border-top-right-radius:164px;border-bottom-left-radius:164px;border-bottom-right-radius:164px;box-shadow: none;height:193.969px;width:192.953px;top:19.53125px;left:379.74609375px;overflow:hidden;display:block; }
#s9gtPKDU6zDLEfPy6sWeadQVS4zkTim0 { color:#ffffff;display:block;width:297.984px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:233.296875px;left:375.984375px;height:552px;display:block; }
#D2pdW05EUzf0pfmJ0eqwdozSJdFaTLJD { color:#79656b;display:block;width:820px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:998.69140625px;left:140px;height:84px;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; }
#k8WPKhyaAzaF1mhOMOE1S8uzxiDmE7TH { 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;box-shadow: none;height:83.9688px;width:112.969px;top:999.55078125px;left:17.48046875px;overflow:hidden;display:block; }
#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS { 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; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { background-color: transparent; background-image: none; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container > .video-iframe-container { display: none; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row > .video-iframe-container { display: none; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .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); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { border-width: 0; border-radius: 0; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { font-size:14px;font-family:arial;height:277px;width:960px;position:relative;display:block; }#cO8yDsKlOlhiCuwJeAuJv0UV1v7k6gni { color:#79656b;display:block;width:430.984px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:102.96875px;left:115.99609375px;height:135px;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; }
#euASXnR5vaBlb6O0F1z9K6sZ6rpNpWMW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49.9844px;width:49.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:102.96875px;left:44.70703125px; }
#VGtW0fO5QsfmRkT8WPvlmKN3OWu3QIAu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49.9844px;width:49.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:199.98046875px;left:44.70703125px; }
#ISEcdpnBdkdTGdP6cbWNypxRWiCXBPWe { color:#79656b;display:block;width:463.965px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.99609375px;left:27.98828125px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhtzHrGTXQgq9MqKbun6GGOHDcy2dDba { 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;box-shadow: none;height:63.9648px;width:63.9648px;top:15.44921875px;left:484.27734375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl { display:block; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0iFs4H4ytGAc4TP0J9XPLzJAALdkbI7 { width:764px;height:281.725px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ftus3NXUZvLIB65UGAct2mkh49umXhFp { width:764px;height:64px;top:353px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWVsWkDk6NI1sil7GRDIHEDxydfXO4U5 { width:200px;height:;top:470px;left:277.98962402344px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UGACxCDCP1t72nx0QBxH1pqMBgeI71rV { width:764px;height:52px;top:419px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dyyFhdOVUtCoxt2Wm1I6EtCl8TfAFPSJ { width:112px;height:83.25628446742px;top:8px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FEJRfZusR73MFCtJMaSgDJMsgqTZwyEu { top:507px;left:0px;width:764px;height:69px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #TKtIVq5en43lmgiHGoJb8oys6hTEUteO { display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLuIeKZrBCk7JFzVX1zTy9ArEeTknHRw { top:30px;left:211px;width:553px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ncOFlZrC7vLW8gJMhWVLv2Wd6B2Uo7kR { top:216px;left:393px;width:371px;height:372.99065046223px;display:block; }
 }@media only screen and (max-width: 763px) { #hXRevwRLXsZGTVLIbV5A08ksXSEDNJ5h { top:270px;left:422.98962402344px;width:225px;height:394px;display:block; }
 }@media only screen and (max-width: 763px) { #v0TdcwbyiRmGwnBerplADNd6bfbhgTVe { top:413px;left:0px;width:527px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #C3hn6z5JuwJ98gqBrknOzHK8gByHxp2K { top:392px;left:0px;width:425px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DqiO6nJHnzXviETWv42y5TzmVHNXaiI6 { top:485px;left:0px;width:496px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #OegE2rOKCsDH6g6hb7D45rFAXcx7TN2W { top:465px;left:15.107666015625px;width:425px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #erMDT5pPP0BdRNwT1RcaubRNgmT5X572 { top:554px;left:20px;width:476px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #wzzunHxWPReyc57fDsn0GmpnLkt7SGVn { top:527px;left:57.989593505859px;width:435px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #v3SNDTI7pgmsMmwTLBmthF8PTHETXg8R { top:620px;left:93px;width:475px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #smvHpRzIxiO9Sha6pkxetsRkt1EFMOz5 { top:593px;left:130.99307250977px;width:291px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OFooaviZkI4GlLDFOIWBTIcastyiLxT6 { width:22px;height:22px;top:642px;left:647.98962402344px;display:block; }
 }@media only screen and (max-width: 763px) { #WHsV0aib7ZyLc17gNTJifKhSJH9tTfC3 { top:663px;left:173.59722900391px;width:475px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dl7bOI6JPTuPTITbNnSGen8VFTozgMKB { top:638px;left:223.07641601562px;width:291px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pTBkIeIShyLKB6zmXxNSgh1TJGRJlNgQ { width:46px;height:46px;top:367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uTx4ER94oCf7FAyyTRgxJg8LuW88rbDR { width:46px;height:46px;top:441px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CJyl6tWib0LfzU4vgzCug0ob9L0Z4NGX { width:46px;height:46px;top:508px;left:9.9687805175781px;display:block; }
 }@media only screen and (max-width: 763px) { #Vb0SI4DKrLsOglEPLwTGBgQFWGI9iqbM { width:46px;height:46px;top:574px;left:77.104187011719px;display:block; }
 }@media only screen and (max-width: 763px) { #Dd0p8nWvsywSCUL2QMgOVPCvpogh8Sqb { width:46px;height:46px;top:616px;left:167.98962402344px;display:block; }
 }@media only screen and (max-width: 763px) { #MxyxNTLixsEbI5tPiWsv5a35lXXV3GPZ { width:165px;height:250.49403578529px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aygrcCsUpZme1ZrsmTZsNsxOrCvvKhAE { width:138px;height:243.24966005482px;top:67px;left:124.08334350586px;display:block; }
 }@media only screen and (max-width: 763px) { #kVz4hLC0RgqUfcZJlXd3ip8EzlsGnGSI { top:485px;left:0px;width:496px;height:1px;display:none; }
 }@media only screen and (max-width: 763px) { #OVyIX6RCHqHf9xfIqsOMHkwAypQvI4Bp { width:318px;height:57px;top:151px;left:446px;display:block; }
 }@media only screen and (max-width: 763px) { #LabAQWyOdvGGcCJGd71UWwdtHz0Z8qXl { display:block; }
 }@media only screen and (max-width: 763px) { #TLza0DpA5E8B5U479FN60F5hbzlK5p1b { display:block; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwisKLuJkTvPSNJ79ulHvXvThy7rEt4A { width:127px;height:134.93148340614px;top:15px;left:108.953125px;display:block; }
 }@media only screen and (max-width: 763px) { #TasbdqzKk0ULWyaHUC8sVLr12dvgJ4Ib { width:130px;height:125.06776412739px;top:20px;left:289.9375px;display:block; }
 }@media only screen and (max-width: 763px) { #ni4WNOZkvJ63HJ5THTgTn0PZ7DOI3UTD { width:130px;height:125.06776412739px;top:20px;left:634px;display:block; }
 }@media only screen and (max-width: 763px) { #W0XEz30O0DqbPoWN8Fk9Uh7SXfwQQQfy { width:142px;height:131px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fdZ2lErLBvp98ZRAKKs3CcU3fCWDFvKq { width:136px;height:125.10860121633px;top:20px;left:479.3125px;display:block; }
 }@media only screen and (max-width: 763px) { #tez2AgJq31umgZLLHo8EdDqoikVhb1O9 { top:174px;left:0px;width:764px;height:101px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bmTbxXnSX8HIW3Ug3dE5KlMmosVsRCh8 { width:415px;height:32px;top:312px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bxXsBwHAJgcSosvuk22GtFTATth6nacq { width:377px;height:252.30777961205px;top:306px;left:386px;display:block; }
 }@media only screen and (max-width: 763px) { #XTQUf76ZRbu1eIncTaSQ5OaNCO7ciQqR { width:426px;height:271.969px;top:575px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #raQw0LZL90l28OTeeR2Tu9NlN2oiNev7 { width:353px;height:32px;top:576px;left:410px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uPlXADmTqMQ5ESiQuERmfrS8TrIZ4Jnw { width:63px;height:63px;top:282px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yeBaapSfVDoPfcEi507rqFG7sEsTJSpy { width:499px;height:162px;top:352px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bW5aaFopyc7kR7UVQKLOakwwO1UBL5vw { width:63px;height:63px;top:558px;left:409.7734375px;display:block; }
 }@media only screen and (max-width: 763px) { #FhrQPzJJ4UuTE5Zk7u0JvIQ3G7aRNo8F { width:433px;height:195px;top:622px;left:331px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BsC1QyMT92iTdkmNFSAfhvqe3a6Z0vKV { width:63px;height:63px;top:558px;left:409.7734375px;display:none; }
 }@media only screen and (max-width: 763px) { #fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs { display:block; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZd3cXRGSz59ADyNz4tF1LpydDu1lCxU { width:463px;height:195px;top:231px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HooyJwOJsrdSz0arkI71cmt6XOEBHqy2 { width:234px;height:434px;top:22px;left:493.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #BOQe0nkOXveuWa8xn8HderMSasCCyQge { width:475px;height:130px;top:62px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #so5zxzDdxk0pn6PUzJ9pOHQwlhrZQa0b { width:63px;height:63px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g69rcuG9tWTxkhmoVn2CJKckH7N6vBbn { width:63px;height:63px;top:217px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 { display:block; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBgOI0Z8Nd30qplC9rp6BZnbOOcuqNL5 { top:16px;left:0px;width:764px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #X11za7HVf2QWpa8QF89Szzq9a17ToUve { width:764px;height:936px;top:98px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV { display:block; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a82LGfxxsxpJ2yyzzub9wu56RTPTX6UT { top:558px;left:0px;width:520px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qdIttOARUv4bJGu4fSOBObGpRBQWyI87 { width:518px;height:321px;top:618px;left:0px;font-size:20px;display:block; }#qdIttOARUv4bJGu4fSOBObGpRBQWyI87 li:before{  }
 }@media only screen and (max-width: 763px) { #NZcxoDEzySTGUBGmg8GOfbJ2nLibZ9Oq { top:557px;left:329px;width:435px;height:32px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #iczAsEZynwhgAEThMkykaU7XOQeaa0ck { width:382px;height:176px;top:618px;left:382px;font-size:20px;display:block; }#iczAsEZynwhgAEThMkykaU7XOQeaa0ck li:before{  }
 }@media only screen and (max-width: 763px) { #rl67wXmaG3QGyafuauhwMXXfzGIF6TMb { top:16px;left:0px;width:764px;height:54px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa { width:764px;height:202px;top:245px;left:0px;font-size:18px;display:block; }#i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa li:before{  }
 }@media only screen and (max-width: 763px) { #TiOTFeFci45hQiT8foTSqMcm9c6smF3F { width:764px;height:;top:83px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #emnid8X4J55ELu7ZfvyRDmV5JNawz65n { display:block; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oz41Qb6BphaITHUCs2U06BGlGvgByKfq { top:23px;left:0px;width:764px;height:45px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TioCgtMNrZs9v6SMvwslD7kXzKE7gDTS { top:87px;left:0px;width:764px;height:85px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 { display:block; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHRChSvV5W27gQTu0QSHtt4xhCkAeB9x { width:200px;height:;top:470px;left:277.98962402344px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iVbU1LQyDdQxwzDTcUe29l2GDti7eWx7 { width:276px;height:608px;top:236px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dpNVnRPyAAngz9hCqdSEJmy9TX8Q3oTS { width:189px;height:189px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L7x3uR9H8NdTCyGV9sftNtmcWTmpfhB3 { width:193px;height:185.05649950511px;top:23px;left:563px;display:block; }
 }@media only screen and (max-width: 763px) { #luNzLTlcZUlVCq7qGVd4foKgFUR5cmIm { width:210px;height:608px;top:236px;left:554px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lO6tkRdmOEoJzfBUoEbxZg007R1LmRTx { width:192px;height:193.01098194897px;top:19px;left:281.74609375px;display:block; }
 }@media only screen and (max-width: 763px) { #s9gtPKDU6zDLEfPy6sWeadQVS4zkTim0 { width:297px;height:552px;top:233px;left:277.984375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #D2pdW05EUzf0pfmJ0eqwdozSJdFaTLJD { width:764px;height:85px;top:998px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k8WPKhyaAzaF1mhOMOE1S8uzxiDmE7TH { width:112px;height:83.2485513725px;top:999px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS { display:block; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO8yDsKlOlhiCuwJeAuJv0UV1v7k6gni { width:430px;height:135px;top:102px;left:17.984375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #euASXnR5vaBlb6O0F1z9K6sZ6rpNpWMW { width:49px;height:49px;top:102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VGtW0fO5QsfmRkT8WPvlmKN3OWu3QIAu { width:49px;height:49px;top:199px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ISEcdpnBdkdTGdP6cbWNypxRWiCXBPWe { top:25px;left:0px;width:463px;height:42px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #PhtzHrGTXQgq9MqKbun6GGOHDcy2dDba { width:63px;height:63px;top:15px;left:386.27734375px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bba9605f-3ef0-4269-904c-c073871ee1e7/tajmahal366_1280.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #d7bac2; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #d7bac2; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl { background-color:#d7bac2;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;border-top:10px solid #d7bac2;border-left:10px solid #d7bac2;border-right:10px solid #d7bac2;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl.adaptive-delivery-prevent-bg, #SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl.lazyload, #SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl.lazyloading { background-image: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { background-color: transparent; background-image: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container > .video-iframe-container { display: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row > .video-iframe-container { display: none; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .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); }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { border-width: 0; border-radius: 0; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#SUCnQN3aOoKUzOg2d9DuNkK9wCgxAiGl > .row .container { width:320px;height:467px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0iFs4H4ytGAc4TP0J9XPLzJAALdkbI7 { width:320px;height:117px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ftus3NXUZvLIB65UGAct2mkh49umXhFp { width:319.984px;height:80px;top:140px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWVsWkDk6NI1sil7GRDIHEDxydfXO4U5 { width:199.992px;height:0;top:465.8203px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UGACxCDCP1t72nx0QBxH1pqMBgeI71rV { width:319.984px;height:32px;top:255px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dyyFhdOVUtCoxt2Wm1I6EtCl8TfAFPSJ { width:64px;height:47px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FEJRfZusR73MFCtJMaSgDJMsgqTZwyEu { width:319.953px;height:43px;top:307px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKtIVq5en43lmgiHGoJb8oys6hTEUteO { display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO { border-width: 0; border-radius: 0; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { width:320px;height:964px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLuIeKZrBCk7JFzVX1zTy9ArEeTknHRw { width:319.98px;height:144px;top:227.21875px;left:0.015625px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncOFlZrC7vLW8gJMhWVLv2Wd6B2Uo7kR { width:208px;height:208px;top:723px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hXRevwRLXsZGTVLIbV5A08ksXSEDNJ5h { width:120px;height:214px;top:52.40625px;left:181px;display:none; }
 }@media only screen and (max-width: 763px) { #v0TdcwbyiRmGwnBerplADNd6bfbhgTVe { width:280px;height:0.996094px;top:750.1878px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #C3hn6z5JuwJ98gqBrknOzHK8gByHxp2K { width:320px;height:20px;top:462.171875px;left:2.015625px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqiO6nJHnzXviETWv42y5TzmVHNXaiI6 { width:280px;height:0.996094px;top:900.1722px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #OegE2rOKCsDH6g6hb7D45rFAXcx7TN2W { width:320px;height:20px;top:497.703125px;left:1.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erMDT5pPP0BdRNwT1RcaubRNgmT5X572 { width:166.992px;height:2.98828px;top:692.06253051758px;left:49.991073608398px;display:none; }
 }@media only screen and (max-width: 763px) { #wzzunHxWPReyc57fDsn0GmpnLkt7SGVn { width:320px;height:20px;top:531.671875px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3SNDTI7pgmsMmwTLBmthF8PTHETXg8R { width:320px;height:0.996094px;top:1095.141px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #smvHpRzIxiO9Sha6pkxetsRkt1EFMOz5 { width:320px;height:20px;top:565.578125px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFooaviZkI4GlLDFOIWBTIcastyiLxT6 { width:21.9922px;height:21.9922px;top:1570.41078125px;left:149px;display:none; }
 }@media only screen and (max-width: 763px) { #WHsV0aib7ZyLc17gNTJifKhSJH9tTfC3 { width:320px;height:2px;top:1221.4375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dl7bOI6JPTuPTITbNnSGen8VFTozgMKB { width:320px;height:20px;top:597.390625px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTBkIeIShyLKB6zmXxNSgh1TJGRJlNgQ { width:41px;height:41px;top:402.171875px;left:139.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uTx4ER94oCf7FAyyTRgxJg8LuW88rbDR { width:45.9766px;height:45.9766px;top:445.96875px;left:33px;display:none; }
 }@media only screen and (max-width: 763px) { #CJyl6tWib0LfzU4vgzCug0ob9L0Z4NGX { width:45.9766px;height:45.9766px;top:488.9375px;left:67.015625px;display:none; }
 }@media only screen and (max-width: 763px) { #Vb0SI4DKrLsOglEPLwTGBgQFWGI9iqbM { width:45.9961px;height:45.9961px;top:532.84375px;left:112px;display:none; }
 }@media only screen and (max-width: 763px) { #Dd0p8nWvsywSCUL2QMgOVPCvpogh8Sqb { width:45.9961px;height:45.9961px;top:634.453125px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #MxyxNTLixsEbI5tPiWsv5a35lXXV3GPZ { width:111px;height:171px;top:29.5px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #aygrcCsUpZme1ZrsmTZsNsxOrCvvKhAE { width:98px;height:174px;top:28px;left:170.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #kVz4hLC0RgqUfcZJlXd3ip8EzlsGnGSI { width:280px;height:1px;top:879.1722px;left:20px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #OVyIX6RCHqHf9xfIqsOMHkwAypQvI4Bp { width:318px;height:57px;top:151px;left:1px;background-color:#ff7700;background-image:none;font-size:19px;font-family:"proxima nova";border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:none; }
 }@media only screen and (max-width: 763px) { #LabAQWyOdvGGcCJGd71UWwdtHz0Z8qXl { display:block; }
 }@media only screen and (max-width: 763px) { #TLza0DpA5E8B5U479FN60F5hbzlK5p1b { background-color:#ffffff;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; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container { background-color: transparent; background-image: none; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container > .video-iframe-container { display: none; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row > .video-iframe-container { display: none; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .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); }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container { border-width: 0; border-radius: 0; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLza0DpA5E8B5U479FN60F5hbzlK5p1b > .row .container { width:320px;height:1483px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwisKLuJkTvPSNJ79ulHvXvThy7rEt4A { width:70px;height:74px;top:1390.09375px;left:24.4375px;display:block; }
 }@media only screen and (max-width: 763px) { #TasbdqzKk0ULWyaHUC8sVLr12dvgJ4Ib { width:98px;height:94px;top:447.734375px;left:159.421875px;display:block; }
 }@media only screen and (max-width: 763px) { #ni4WNOZkvJ63HJ5THTgTn0PZ7DOI3UTD { width:78px;height:75px;top:1389.59375px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #W0XEz30O0DqbPoWN8Fk9Uh7SXfwQQQfy { width:71px;height:65px;top:1394.59375px;left:225px;display:block; }
 }@media only screen and (max-width: 763px) { #fdZ2lErLBvp98ZRAKKs3CcU3fCWDFvKq { width:102px;height:93px;top:448.234375px;left:44.4375px;display:block; }
 }@media only screen and (max-width: 763px) { #tez2AgJq31umgZLLHo8EdDqoikVhb1O9 { width:320px;height:96px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bmTbxXnSX8HIW3Ug3dE5KlMmosVsRCh8 { width:319.98px;height:26px;top:208.28125px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxXsBwHAJgcSosvuk22GtFTATth6nacq { width:270px;height:180px;top:889.203125px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XTQUf76ZRbu1eIncTaSQ5OaNCO7ciQqR { width:291px;height:185px;top:1165.796875px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #raQw0LZL90l28OTeeR2Tu9NlN2oiNev7 { width:319.969px;height:26px;top:667.03125px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPlXADmTqMQ5ESiQuERmfrS8TrIZ4Jnw { width:63.9844px;height:63.9844px;top:144.296875px;left:121.25px;display:block; }
 }@media only screen and (max-width: 763px) { #yeBaapSfVDoPfcEi507rqFG7sEsTJSpy { width:319.98px;height:182px;top:234.27734375px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bW5aaFopyc7kR7UVQKLOakwwO1UBL5vw { width:63px;height:63px;top:585.78125px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FhrQPzJJ4UuTE5Zk7u0JvIQ3G7aRNo8F { width:319.969px;height:182px;top:693.03125px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsC1QyMT92iTdkmNFSAfhvqe3a6Z0vKV { width:63px;height:63px;top:1086.5px;left:128.5px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs { 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;background-color:#ffffff;background-image:none;display:block; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container { background-color: transparent; background-image: none; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container > .video-iframe-container { display: none; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row > .video-iframe-container { display: none; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .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); }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container { border-width: 0; border-radius: 0; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fx9HCB0ZXwS8pl6dg3TA7eZESkCfBszs > .row .container { width:320px;height:1049px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZd3cXRGSz59ADyNz4tF1LpydDu1lCxU { width:319.984px;height:182px;top:335.390625px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HooyJwOJsrdSz0arkI71cmt6XOEBHqy2 { width:268px;height:494.172px;top:551.34375px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #BOQe0nkOXveuWa8xn8HderMSasCCyQge { width:319.984px;height:130px;top:83px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #so5zxzDdxk0pn6PUzJ9pOHQwlhrZQa0b { width:63px;height:63px;top:20px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #g69rcuG9tWTxkhmoVn2CJKckH7N6vBbn { width:63px;height:63px;top:245.390625px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container { background-color: transparent; background-image: none; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container > .video-iframe-container { display: none; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row > .video-iframe-container { display: none; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .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); }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container { border-width: 0; border-radius: 0; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wb3oDLwSmrFqwoOpLkWl8DL6FGzNcXc2 > .row .container { width:320px;height:2121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBgOI0Z8Nd30qplC9rp6BZnbOOcuqNL5 { width:319.992px;height:41px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #X11za7HVf2QWpa8QF89Szzq9a17ToUve { width:319.992px;height:2028px;top:81.5547px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container { background-color: transparent; background-image: none; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container > .video-iframe-container { display: none; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row > .video-iframe-container { display: none; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .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); }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container { border-width: 0; border-radius: 0; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeXm5cP6q8yhpI1RuLfWtCxbtVMte8EV > .row .container { width:320px;height:1449px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a82LGfxxsxpJ2yyzzub9wu56RTPTX6UT { width:319.969px;height:40px;top:671.03125px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qdIttOARUv4bJGu4fSOBObGpRBQWyI87 { width:319.969px;height:399px;top:737.328125px;left:0px;font-size:20px;display:block; }#qdIttOARUv4bJGu4fSOBObGpRBQWyI87 li:before{  }
 }@media only screen and (max-width: 763px) { #NZcxoDEzySTGUBGmg8GOfbJ2nLibZ9Oq { width:319.969px;height:33px;top:1166.921875px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #iczAsEZynwhgAEThMkykaU7XOQeaa0ck { width:319.969px;height:228px;top:1200.71875px;left:0px;font-size:20px;display:block; }#iczAsEZynwhgAEThMkykaU7XOQeaa0ck li:before{  }
 }@media only screen and (max-width: 763px) { #rl67wXmaG3QGyafuauhwMXXfzGIF6TMb { width:319.969px;height:37px;top:14.984375px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa { width:320px;height:411px;top:220.703125px;left:0px;font-size:18px;display:block; }#i8hhhkGR4bKGGCt8FVC9lmXcfVhLvDCa li:before{  }
 }@media only screen and (max-width: 763px) { #TiOTFeFci45hQiT8foTSqMcm9c6smF3F { width:320px;height:144px;top:64px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #emnid8X4J55ELu7ZfvyRDmV5JNawz65n { display:block; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n { background-color: transparent; background-image: none; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container > .video-iframe-container { display: none; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row > .video-iframe-container { display: none; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .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); }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emnid8X4J55ELu7ZfvyRDmV5JNawz65n > .row .container { width:320px;height:351px;background-color:#d7bac2;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oz41Qb6BphaITHUCs2U06BGlGvgByKfq { width:319.992px;height:32px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TioCgtMNrZs9v6SMvwslD7kXzKE7gDTS { width:319.969px;height:234px;top:94.546875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 { background-color:#d7bac2;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6.adaptive-delivery-prevent-bg, #z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6.lazyload, #z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6.lazyloading { background-image: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { background-color: transparent; background-image: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container > .video-iframe-container { display: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row > .video-iframe-container { display: none; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .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); }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { border-width: 0; border-radius: 0; }#z1ZfTGzsIqm9hcVLdoiRhXRIU1DCTXl6 > .row .container { width:320px;height:2930px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHRChSvV5W27gQTu0QSHtt4xhCkAeB9x { width:199.992px;height:0;top:1293.179px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iVbU1LQyDdQxwzDTcUe29l2GDti7eWx7 { width:320px;height:676px;top:235.3125px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpNVnRPyAAngz9hCqdSEJmy9TX8Q3oTS { width:189px;height:189px;top:20px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #L7x3uR9H8NdTCyGV9sftNtmcWTmpfhB3 { width:193px;height:185.047px;top:1866px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #luNzLTlcZUlVCq7qGVd4foKgFUR5cmIm { width:320px;height:520px;top:2072px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lO6tkRdmOEoJzfBUoEbxZg007R1LmRTx { width:192px;height:193px;top:988px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #s9gtPKDU6zDLEfPy6sWeadQVS4zkTim0 { width:320px;height:624px;top:1205.171875px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2pdW05EUzf0pfmJ0eqwdozSJdFaTLJD { width:320px;height:182px;top:2669px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8WPKhyaAzaF1mhOMOE1S8uzxiDmE7TH { width:76px;height:56px;top:2592px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS { background-color:#ffffff;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; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { background-color: transparent; background-image: none; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container > .video-iframe-container { display: none; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row > .video-iframe-container { display: none; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .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); }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { border-width: 0; border-radius: 0; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3qekGLqlSZ1DnKtRLL2gh3d46fE6ROS > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO8yDsKlOlhiCuwJeAuJv0UV1v7k6gni { width:319.984px;height:110px;top:90px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euASXnR5vaBlb6O0F1z9K6sZ6rpNpWMW { display:flex;width:40px;height:40px;top:198px;left:115.5px;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #VGtW0fO5QsfmRkT8WPvlmKN3OWu3QIAu { display:flex;width:36px;height:36px;top:360.3125px;left:117.5px;display:none; }
 }@media only screen and (max-width: 763px) { #ISEcdpnBdkdTGdP6cbWNypxRWiCXBPWe { width:243px;height:66px;top:10.09375px;left:67.015625px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #PhtzHrGTXQgq9MqKbun6GGOHDcy2dDba { width:63px;height:63px;top:10.09375px;left:14.015625px;display:block; }
 }