.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QZTwSzbo/Colour-Fest-023.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-bottom:10px solid rgba(0,0,0,0);border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:14px;font-family:arial;height:844px;width:960px;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:463px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:91px;left:8px;height:52px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-form-header {  }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#f2f9ff;width:253px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:253px;box-sizing:border-box;height:41px;color:#f2f9ff;font-size:13px;overflow:hidden;font-family:ubuntu; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:253px;box-sizing:border-box;height:70px;color:#f2f9ff;font-size:13px;overflow:hidden;font-family:ubuntu; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:253px;box-sizing:border-box;height:41px;color:#ffffff;font-family:ubuntu;font-size:13px;overflow:hidden; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#3d4d72;width:253px;height:55px;font-family:ubuntu;overflow:hidden; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:234px;overflow:hidden;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:first-of-type{padding-top:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:last-of-type{padding-bottom:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a  { background-color:rgba(108,32,165,0.77);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:252.986px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:93.46875px;top:373.484375px;z-index:100002;position:absolute; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:253px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-info-text { font-size:12px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { background-color:rgba(108,32,165,0.77);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:252.986px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:93.46875px;top:373.484375px;z-index:100002;position:absolute; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #ThdXfkGzHqaVQlMIuwle4p1HbSKC8vve { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #fto9tDUzTN8akNmSIWdK0LeThrTp1AU6 { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #n0IfFMamLzkW97DEBJy0CZwo0CnzwXQd { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #Doxoxzgr4oDsPF8KTLCMb4Rw6fThkc6S { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #LJSIGQl8J04FcXbBlm9JEaig6MaTEM0L { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #TRgpPU9NiygzE6Jc5dHRekKQXL21MHrv { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #BJ0kKNuAG6SXvsAz7el5M8w3yKpX7znN { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #iqBa3lT92h1WZi8hoED3iTLpDoqavC48 { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #xvAN0hrxCKiJHNVS42yzHU7FAEs8fnUs { position:relative;top:0px;left:0px; }
#AvvDNh1UotoDPLSoaMhIBgzhAsAfduJU { position:relative;top:0px;left:0px;display:block; }
#SvQTiSH6I4zbJZbcHhKu6dBgD6TwJADP { position:relative;top:0px;left:0px;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb { position:relative; }
#ikOC4GFlHoZTQOKowFrNTaT0fEG0Wlzr { display:block;width:410px;position:absolute;font-family:noway;font-size:18px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:187px;left:35px;height:42px;color:#df002f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myh61Km9cqxCsqFxGUX63IMTdQ02tqfO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(206,198,180,0.61);background-image:none;height:860px;width:449px;position:absolute;display:block;z-index:99999;top:-10px;left:7.304017607411px;display:block; }
#eHOxRayCHA2LtyAzL23pD9QNCxpuezNN { display:block;width:364px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:22.5px;left:58px;height:27px;color:#f17555;text-align:center;text-align-last:center;font-style:italic;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; }
#uBriBpzSiTvCgxyhGI0SD1htdKQH2nK3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:189px;width:408px;position:absolute;display:block;z-index:100008;top:22.5px;left:36px;overflow:hidden;display:block; }
#I0comQxUMUzqFqprCF4OkfhsVlptk7p9 { z-index:100000;top:259.61807250977px;left:83.489562988281px;background-color:#e84c3d;background-image: -webkit-linear-gradient(top, #d2e905, #f45d08);background-image: -moz-linear-gradient(top, #d2e905, #f45d08);background-image: -ms-linear-gradient(top, #d2e905, #f45d08);background-image: -o-linear-gradient(top, #d2e905, #f45d08);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e905', endColorstr='#f45d08' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e905', endColorstr='#f45d08' );";background-image: linear-gradient(to bottom, #d2e905, #f45d08);border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#2b0a7e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:312.986px;height:60.9896px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eGv0a7JzMmnBLXpXh5VQ5FgkWmK9uspE { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff8f9;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:contain;position:relative;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:14px;font-family:arial;height:412px;width:960px;position:relative;display:block; }#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:30px;left:0;height:36px;color:#f40032;font-style:normal;display:block; }
#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { display:block;width:413px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:65.989562988281px;left:0;height:186px;color:#808080;text-align:left;text-align-last:left;display:block; }
#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { display:block;width:420px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:30px;left:510px;height:282px;color:#4d4d4d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FwkHtsl5FS87yN64xtQcVnPyX9UyIX7S { z-index:100001;top:318.0034828186px;left:50px;background-color:#e84c3d;background-image: -webkit-linear-gradient(top, #d2e905, #f45d08);background-image: -moz-linear-gradient(top, #d2e905, #f45d08);background-image: -ms-linear-gradient(top, #d2e905, #f45d08);background-image: -o-linear-gradient(top, #d2e905, #f45d08);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e905', endColorstr='#f45d08' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e905', endColorstr='#f45d08' );";background-image: linear-gradient(to bottom, #d2e905, #f45d08);border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#2b0a7e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:312.969px;height:60.9896px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QzG1vtcat0tmmvH4CrKZBgo9pJwWaMio { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container { background-color: transparent; background-image: none; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container > .video-iframe-container { display: none; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row > .video-iframe-container { display: none; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .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); }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container { border-width: 0; border-radius: 0; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container { font-size:14px;font-family:arial;height:519px;width:960px;position:relative;display:block; }#EaKtxReTae5xJSHyAdAQp08dcpwyCP3f { border-bottom:0;border-left:0;border-right:0;border-top:0;height:474px;width:960px;position:absolute;z-index:100007;top:22px;left:0;display:block; }
#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.86);background-image:none;position:relative;display:block; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container { background-color: transparent; background-image: none; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container > .video-iframe-container { display: none; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row > .video-iframe-container { display: none; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .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); }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container { border-width: 0; border-radius: 0; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container { font-size:14px;font-family:arial;height:441px;width:960px;position:relative;display:block; }#pDxb02A0QaiSeidbkphaVXHk908MoGl7 { display:block;width:400px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:68px;left:0;height:216px;color:#808080;text-align:justify;text-align-last:initial;display:block; }
#NTbNoaATNrSydPCzX4B5lFl9gEc1N7ap { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13px;left:0;height:36px;color:#f40032;font-style:normal;display:block; }
#dm9B6lGs70B6ArGZtSf45Tw3x8PP5vyI { display:block;width:446px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18px;left:488px;height:62px;color:#f40032;font-style:normal;display:block; }
#lUVtLue9KXFQzzeU8Jhv6HOTglbtgAFz { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:341px;left:480px;height:31px;color:#f40032;font-style:normal;display:block; }
#GG4Qa3tXfqTGP2OHRxekcl4QuvJGN2yQ { display:block;width:333px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:416px;left:480px;height:23px;color:#959595;display:block; }
#ni9S5uvrp0fiTmV93KmGdxmOyUTzdpte { box-sizing:content-box;color:rgba(229,32,14,0.8);font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:49px;left:480px;display:block; }
#pAVWUoU2T6H4EmhRsinq6Pye9BKVcdVX { box-sizing:content-box;color:rgba(229,14,14,0.8);font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:115px;left:480px;display:block; }
#d5y2ZmucE4DwcWzNoNFtIU8IwgofeMZr { box-sizing:content-box;color:rgba(229,14,14,0.74);font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:211px;left:480px;display:block; }
#zWnPPCtb2pqUWdFssmASQdSoJpNu9S5M { box-sizing:content-box;color:rgba(239,21,21,0.81);font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:323px;left:480px;display:block; }
#RHtlmS5fsklStE3xVM9DOBomsx5XTMPD { display:block;width:389px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:62px;left:526.5px;height:54px;color:#f40032;font-style:normal;display:block; }
#PJcDuocRzXldxcXwhJWwPAVJawRkUOtZ { display:block;width:391px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:126px;left:533.5px;height:264px;color:#959595;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; }
#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { background-color: transparent; background-image: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container > .video-iframe-container { display: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row > .video-iframe-container { display: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .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); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { border-width: 0; border-radius: 0; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { font-size:14px;font-family:arial;height:160px;width:960px;position:relative;display:block; }#G9HPLVrKl1wJTx4NZaCJv3pZDndtNyqB { display:block;width:108px;position:absolute;font-family:ubuntu;font-size:47px;font-weight:700;z-index:100009;line-height:0;letter-spacing:0;top:144px;left:458px;height:;color:#3da009;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIrG1IkOLv1h7mFmlpTFgOxkTceCeuTg { display:block;width:366px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:18px;left:13px;height:32px;color:#f8f1f1;font-style:normal;display:block; }
#SmE8QZ5aVdadkEl6CFSZcqMp2M9TCmOq { display:block;width:366px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:18px;left:348px;height:32px;color:#f8f1f1;font-style:normal;display:block; }
#xLZkwvNupiED5h6xH91DK1EwWO194Q6g { box-sizing:content-box;color:#fdf100;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:60px;left:32px;display:block; }
#EKpHvnA9BLWMDlMcVIxyH8a9aZooEzm1 { box-sizing:content-box;color:#fdf100;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:60px;left:82px;display:block; }
#pxcHQrJWE4dRpANImXOh2dpvTQatJ50C { box-sizing:content-box;color:#fdf100;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:60px;left:132px;display:block; }
#ihutSzzzh9KGrMCZmeqzqS9iSXfec0zd { box-sizing:content-box;color:#fdf100;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:60px;left:171px;display:block; }
@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/e1bbEbku/HP_2.jpg");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:transparent;background-image:none;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:764px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:382px;height:59px;top:90px;left:0;font-size:46px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { width:232px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { width:213px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a  { width:232px;height:auto;left:93px;top:235px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { width:232px;height:auto;left:93px;top:235px; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #ThdXfkGzHqaVQlMIuwle4p1HbSKC8vve {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #fto9tDUzTN8akNmSIWdK0LeThrTp1AU6 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #n0IfFMamLzkW97DEBJy0CZwo0CnzwXQd {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Doxoxzgr4oDsPF8KTLCMb4Rw6fThkc6S {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #LJSIGQl8J04FcXbBlm9JEaig6MaTEM0L {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #TRgpPU9NiygzE6Jc5dHRekKQXL21MHrv {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #BJ0kKNuAG6SXvsAz7el5M8w3yKpX7znN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #iqBa3lT92h1WZi8hoED3iTLpDoqavC48 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xvAN0hrxCKiJHNVS42yzHU7FAEs8fnUs {  }
 }@media only screen and (max-width: 763px) { #AvvDNh1UotoDPLSoaMhIBgzhAsAfduJU { display:block; }
 }@media only screen and (max-width: 763px) { #SvQTiSH6I4zbJZbcHhKu6dBgD6TwJADP { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb {  }
 }@media only screen and (max-width: 763px) { #ikOC4GFlHoZTQOKowFrNTaT0fEG0Wlzr { width:357px;height:52px;top:165px;left:44px;font-size:22px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #myh61Km9cqxCsqFxGUX63IMTdQ02tqfO { width:470px;height:730px;top:-10px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eHOxRayCHA2LtyAzL23pD9QNCxpuezNN { width:383px;height:22px;top:135px;left:159px;font-size:22px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uBriBpzSiTvCgxyhGI0SD1htdKQH2nK3 { width:408px;height:189px;top:3px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #I0comQxUMUzqFqprCF4OkfhsVlptk7p9 { top:259px;left:34.489562988281px;width:312px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #eGv0a7JzMmnBLXpXh5VQ5FgkWmK9uspE { display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:764px;height:331px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:382px;height:36px;top:42px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:382px;height:111.111px;top:87px;left:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { width:378px;height:329px;top:35px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #FwkHtsl5FS87yN64xtQcVnPyX9UyIX7S { top:318px;left:1px;width:312px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #QzG1vtcat0tmmvH4CrKZBgo9pJwWaMio { display:block; }
 }@media only screen and (max-width: 763px) { #KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o { display:block; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaKtxReTae5xJSHyAdAQp08dcpwyCP3f { width:547px;height:272px;top:101px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA { display:block; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDxb02A0QaiSeidbkphaVXHk908MoGl7 { width:366px;height:199.9999px;top:87px;left:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NTbNoaATNrSydPCzX4B5lFl9gEc1N7ap { width:382px;height:36px;top:31px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dm9B6lGs70B6ArGZtSf45Tw3x8PP5vyI { width:382px;height:62px;top:42px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #lUVtLue9KXFQzzeU8Jhv6HOTglbtgAFz { width:382px;height:31px;top:34px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #GG4Qa3tXfqTGP2OHRxekcl4QuvJGN2yQ { width:333px;height:23px;top:416px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #ni9S5uvrp0fiTmV93KmGdxmOyUTzdpte { width:50px;height:50px;top:95px;left:382px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pAVWUoU2T6H4EmhRsinq6Pye9BKVcdVX { width:50px;height:50px;top:175px;left:382px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #d5y2ZmucE4DwcWzNoNFtIU8IwgofeMZr { width:50px;height:50px;top:257px;left:382px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zWnPPCtb2pqUWdFssmASQdSoJpNu9S5M { width:50px;height:50px;top:357px;left:382px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #RHtlmS5fsklStE3xVM9DOBomsx5XTMPD { width:256px;height:106.6667px;top:97px;left:436px;display:block; }
 }@media only screen and (max-width: 763px) { #PJcDuocRzXldxcXwhJWwPAVJawRkUOtZ { width:318px;height:260px;top:183px;left:436px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { background-color:rgba(42,189,255,0.51);background-image:none;display:block; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { background-color: transparent; background-image: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container > .video-iframe-container { display: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row > .video-iframe-container { display: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .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); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { width:764px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9HPLVrKl1wJTx4NZaCJv3pZDndtNyqB { width:398px;height:0;top:42px;left:172px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aIrG1IkOLv1h7mFmlpTFgOxkTceCeuTg { width:366px;height:32px;top:18px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SmE8QZ5aVdadkEl6CFSZcqMp2M9TCmOq { width:366px;height:32px;top:18px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #xLZkwvNupiED5h6xH91DK1EwWO194Q6g { width:50px;height:50px;top:60px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EKpHvnA9BLWMDlMcVIxyH8a9aZooEzm1 { width:50px;height:50px;top:60px;left:108px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pxcHQrJWE4dRpANImXOh2dpvTQatJ50C { width:50px;height:50px;top:60px;left:34px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ihutSzzzh9KGrMCZmeqzqS9iSXfec0zd { width:50px;height:50px;top:60px;left:73px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:rgba(255,255,255,0.5);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:320px;height:829px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:302px;height:49px;top:117px;left:7px;font-size:38px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { width:228px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { width:228px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { width:228px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { width:228px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { width:228px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { width:209px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a  { width:228px;height:auto;top:243.97570800781px;left:25.486114501953px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { width:228px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { width:228px;height:auto;top:243.97570800781px;left:25.486114501953px; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #ThdXfkGzHqaVQlMIuwle4p1HbSKC8vve {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #fto9tDUzTN8akNmSIWdK0LeThrTp1AU6 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #n0IfFMamLzkW97DEBJy0CZwo0CnzwXQd {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Doxoxzgr4oDsPF8KTLCMb4Rw6fThkc6S {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #LJSIGQl8J04FcXbBlm9JEaig6MaTEM0L {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #TRgpPU9NiygzE6Jc5dHRekKQXL21MHrv {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #BJ0kKNuAG6SXvsAz7el5M8w3yKpX7znN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #iqBa3lT92h1WZi8hoED3iTLpDoqavC48 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xvAN0hrxCKiJHNVS42yzHU7FAEs8fnUs {  }
 }@media only screen and (max-width: 763px) { #AvvDNh1UotoDPLSoaMhIBgzhAsAfduJU { display:block; }
 }@media only screen and (max-width: 763px) { #SvQTiSH6I4zbJZbcHhKu6dBgD6TwJADP { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb {  }
 }@media only screen and (max-width: 763px) { #ikOC4GFlHoZTQOKowFrNTaT0fEG0Wlzr { width:320px;height:44px;top:173px;left:0;font-size:19px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myh61Km9cqxCsqFxGUX63IMTdQ02tqfO { width:320px;height:729px;top:0;left:0;background-color:rgba(206,198,180,0.61);background-image:url("https://images.assets-landingi.com/QZTwSzbo/Colour-Fest-023.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #eHOxRayCHA2LtyAzL23pD9QNCxpuezNN { width:320px;height:21px;top:130.43403625488px;left:0;font-size:21px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBriBpzSiTvCgxyhGI0SD1htdKQH2nK3 { width:241.997px;height:111.997px;top:19.982639312744px;left:36.996528625488px;display:block; }
 }@media only screen and (max-width: 763px) { #I0comQxUMUzqFqprCF4OkfhsVlptk7p9 { top:749px;left:4px;width:312px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #eGv0a7JzMmnBLXpXh5VQ5FgkWmK9uspE { display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:320px;height:602px;background-color:#d3cccd;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:contain;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:265px;height:72px;top:20px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:296px;height:144px;top:108px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { width:301px;height:224px;top:278.99652099609px;left:8.9930572509766px;text-align:left;text-align-last:left;font-size:20px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FwkHtsl5FS87yN64xtQcVnPyX9UyIX7S { top:522.984375px;left:4px;width:312px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #QzG1vtcat0tmmvH4CrKZBgo9pJwWaMio { display:block; }
 }@media only screen and (max-width: 763px) { #KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o { display:block; }#KtS4LrDlq5SFH5zMg4aI5yXTBm80Ho7o > .row .container { width:320px;height:248px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaKtxReTae5xJSHyAdAQp08dcpwyCP3f { width:320px;height:244px;top:4px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA { display:block; }#oTXOPNhLim4LJDCFUaezNyCTegQ2L2FA > .row .container { width:320px;height:814px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDxb02A0QaiSeidbkphaVXHk908MoGl7 { width:280px;height:190px;top:88px;left:20px;font-size:13px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NTbNoaATNrSydPCzX4B5lFl9gEc1N7ap { width:320px;height:36px;top:19px;left:0;text-align:center;text-align-last:center;color:#01365a;display:block; }
 }@media only screen and (max-width: 763px) { #dm9B6lGs70B6ArGZtSf45Tw3x8PP5vyI { width:320px;height:62px;top:325.97215270996px;left:0;text-align:center;text-align-last:center;color:#01365a;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #lUVtLue9KXFQzzeU8Jhv6HOTglbtgAFz { width:320px;height:31px;top:742.984375px;left:0;text-align:center;text-align-last:center;color:#01365a;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #GG4Qa3tXfqTGP2OHRxekcl4QuvJGN2yQ { width:320px;height:23px;top:772.984375px;left:0;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #ni9S5uvrp0fiTmV93KmGdxmOyUTzdpte { width:50px;height:50px;top:366.99653625488px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pAVWUoU2T6H4EmhRsinq6Pye9BKVcdVX { width:50px;height:50px;top:471px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #d5y2ZmucE4DwcWzNoNFtIU8IwgofeMZr { width:50px;height:50px;top:559px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zWnPPCtb2pqUWdFssmASQdSoJpNu9S5M { width:50px;height:50px;top:665px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #RHtlmS5fsklStE3xVM9DOBomsx5XTMPD { width:320px;height:44px;top:437px;left:0;text-align:center;text-align-last:center;color:#01365a;z-index:100005;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PJcDuocRzXldxcXwhJWwPAVJawRkUOtZ { width:320px;height:260px;top:521px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { display:block; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { background-color: transparent; background-image: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container > .video-iframe-container { display: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row > .video-iframe-container { display: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .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); }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { border-width: 0; border-radius: 0; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { width:320px;height:135px;background-color:rgba(42,189,255,0.51);background-image:url("https://images.assets-landingi.com/QZTwSzbo/Colour-Fest-023.jpg");background-position:center left;background-repeat:repeat-x;background-attachment:scroll;background-size:cover;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9HPLVrKl1wJTx4NZaCJv3pZDndtNyqB { width:108px;height:0;top:27px;left:122px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIrG1IkOLv1h7mFmlpTFgOxkTceCeuTg { width:320px;height:29px;top:7px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #SmE8QZ5aVdadkEl6CFSZcqMp2M9TCmOq { width:320px;height:32px;top:36px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLZkwvNupiED5h6xH91DK1EwWO194Q6g { width:50px;height:50px;top:79px;left:9px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EKpHvnA9BLWMDlMcVIxyH8a9aZooEzm1 { width:50px;height:50px;top:79px;left:59px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pxcHQrJWE4dRpANImXOh2dpvTQatJ50C { width:50px;height:50px;top:79px;left:109px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ihutSzzzh9KGrMCZmeqzqS9iSXfec0zd { width:50px;height:50px;top:79px;left:159px;font-size:35px;display:block; }
 }