.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f9f9f9;background-image:none;position:relative;display:block; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(77,115,161,0.92);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;z-index:auto;display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { background-color: transparent; background-image: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { border-width: 0; border-radius: 0; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { font-size:14px;font-family:arial;height:93px;width:960px;position:relative;display:block; }#p6fG252dleXTEzFrJrB6fkfee7ANlHrt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:78px;width:78px;top:0px;left:0px;overflow:hidden;display:block; }
#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfe7ec;background-image:url("https://images.assets-landingi.com/uc/f36d3a80-c79f-4499-a202-73c55d8587a4/desktopwallpapermbaindianinstituteofmanagementindoreindianinstitutelogo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9.adaptive-delivery-prevent-bg, #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9.lazyload, #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9.lazyloading { background-image: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { background-color: transparent; background-image: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container > .video-iframe-container { display: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row > .video-iframe-container { display: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .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); }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { border-width: 0; border-radius: 0; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { font-size:14px;font-family:arial;height:519px;width:960px;position:relative;display:block; }#wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { position:absolute;display:block;z-index:15000;background-color:transparent;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;height:472px;width:479px;top:1.1375045776367px;left:479.87503051758px;display:block; }
#iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { position:absolute;display:block;z-index:15002;height:348px;width:413px;top:63.125px;left:513.5px;display:block; }
#vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { color:#000000;display:block;width:436.969px;position:absolute;font-family:poppins;font-size:27px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.6875px;left:501.5px;height:29.6944px;display:block; }
#Qho9ga5gXEqTT88hxCEM9Lr3QJrx1U4C { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:473px;width:473px;top:0px;left:0px;overflow:hidden;display:block; }
#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O { border-top:1px solid #4c272b;border-left:1px solid #4c272b;border-right:1px solid #4c272b;border-bottom:1px solid #4c272b;background-color:#3073d5;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; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container { background-color: transparent; background-image: none; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container > .video-iframe-container { display: none; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row > .video-iframe-container { display: none; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .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); }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container { border-width: 0; border-radius: 0; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container { font-size:14px;font-family:arial;height:113.18181800000002px;width:960px;position:relative;display:block; }#Q4ypBLMwAJpB66dEr1TZ6IBT8rq68cth { display:block;width:940px;position:absolute;font-family:poppins;font-size:40px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:29.878479003906px;left:10px;height:52px;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;text-align:center;text-align-last:center;display:block; }
#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/f2yNb8dE/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA.adaptive-delivery-prevent-bg, #a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA.lazyload, #a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA.lazyloading { background-image: none; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container { background-color: transparent; background-image: none; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container > .video-iframe-container { display: none; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row > .video-iframe-container { display: none; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .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); }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container { border-width: 0; border-radius: 0; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container { font-size:14px;font-family:arial;height:240px;width:960px;position:relative;display:block; }#lBeyzd6ORRHZPgf2z8DPZUSEb5XCWa4u { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:182px;width:256px;top:29px;left:32px;display:block; }
#oukPquK4lOfBvPvyEandI0vgGWtJdM6H { color:#000000;display:block;width:230px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:157.33337402344px;left:45px;height:27.2917px;text-align:center;text-align-last:center;display:block; }
#lynkiPt6gdyHgnT41aox9qgVxJhzxmpA { color:#000000;display:block;width:254px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:144.98614501953px;left:354.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#FwuNhWd0VcNi3XlVcWTpWV3KXqs5LMBO { color:#000000;display:block;width:200px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:142px;left:701px;height:54.5833px;text-align:center;text-align-last:center;display:block; }
#TlWoW3lgVF0r3JzFRw4S2sypVRKL0OnI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9861px;width:86.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:55.916656494141px;left:116.48611450195px; }
#tQDcCHwGDe2qW5UOGTDx9bn2NCltkiDa { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.997px;width:255.99px;top:29px;left:353px;display:block; }
#pfeCZIraallu85aI2NtTPBUFNFLacULF { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.997px;width:255.99px;top:29px;left:673px;display:block; }
#RSVQky9ZULnuQ58CkBBksvfZR5kv4nsu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9792px;width:86.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:43px;left:757px; }
#uTr1W6v6JT5EvRoX9m4aHVfbdZXwO20T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9722px;width:86.9722px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:42.972221374512px;left:436.5px; }
#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/f2yNb8dE/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR.adaptive-delivery-prevent-bg, #eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR.lazyload, #eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR.lazyloading { background-image: none; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container { background-color: transparent; background-image: none; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container > .video-iframe-container { display: none; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row > .video-iframe-container { display: none; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .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); }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container { border-width: 0; border-radius: 0; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container { font-size:14px;font-family:arial;height:240px;width:960px;position:relative;display:block; }#cS4qN91lxyUEhdHUHADT8f9HtqMl5g8X { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:182px;width:256px;top:29px;left:32px;display:block; }
#cNPoIX4NQL0918vxdeLlf7grI66IsQHb { color:#000000;display:block;width:230px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:145px;left:46px;height:27.2917px;text-align:center;text-align-last:center;display:block; }
#C0kX4Oc29PSxFZFGZgOEUJqJILQ3oKhF { color:#000000;display:block;width:200px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:142px;left:701px;height:54.5833px;text-align:center;text-align-last:center;display:block; }
#Vo9rZtEQf4m85pGPxs371SOHnIkqeq98 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9965px;width:86.9965px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:43px;left:126px; }
#IwI9Q4GJNIqWhxwLGoVMr3BTiAUXa8zR { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.997px;width:255.99px;top:29px;left:673px;display:block; }
#zLH4lledQRlTTLmw7T8SxfUs7cnbLfSa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9792px;width:86.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:43px;left:757px; }
#OkzDI3r1nVikXmzoX7OkMTISVQkqlZtX { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.986px;width:255.986px;top:30px;left:353px;display:block; }
#QLoUTa7NWOK3WPArMT82rQ3hlhbcUtOD { color:#000000;display:block;width:242.972px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:148px;left:360px;height:27.2917px;text-align:center;text-align-last:center;display:block; }
#OqC55Z0iKsXNq8W2AOJC2DmMUHnxFD60 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9722px;width:86.9722px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:49px;left:438px; }
#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/f2yNb8dE/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE.adaptive-delivery-prevent-bg, #GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE.lazyload, #GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE.lazyloading { background-image: none; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container { background-color: transparent; background-image: none; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container > .video-iframe-container { display: none; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row > .video-iframe-container { display: none; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .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); }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container { border-width: 0; border-radius: 0; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#ca6C9O7C2GP0WXSVFPpw3g50v9SWhi6M { color:#000000;display:block;width:200px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:154px;left:56px;height:54.5833px;text-align:center;text-align-last:center;display:block; }
#veKheacMLzaczScvkHsDEpke1Z0LT6TX { color:#000000;display:block;width:200px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:154px;left:716px;height:54.5833px;text-align:center;text-align-last:center;display:block; }
#OXy1W8R9637MliuLkmF0CRQfRNL2HMgb { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.997px;width:255.99px;top:36px;left:28px;display:block; }
#Ne7npXQbqId9iH43uffufsWqTwe9G6Sk { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.997px;width:255.99px;top:38px;left:677px;display:block; }
#T3hBKfIdQ4NL7vfhJVwlDdc4GJNuVBwL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9792px;width:86.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:54px;left:112px; }
#BIcuJMtVLEyiLlogCWToHlryvRRT4v9v { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9792px;width:86.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:54px;left:762px; }
#Tz03RIJdcTAmnO8BsRqxOpFHrWmSVozq { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 2px 2px 4px rgba(0,0,0,0.5) ;height:181.972px;width:255.972px;top:37px;left:353px;display:block; }
#nk8aHHyqyu9dfm8bR2F2fcI4V1wS7Qz0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86.9583px;width:86.9583px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:47px;left:437px; }
#gG5MkuUs5BFgoGuolSfOwkCaQwvTnTGV { color:#000000;display:block;width:226px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:134px;left:368px;height:52px;text-align:center;text-align-last:center;display:block; }
#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd { border-top:1px solid #ee3162;border-left:1px solid #ee3162;border-right:1px solid #ee3162;border-bottom:1px solid #ee3162;background-color:#3073d5;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; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container { background-color: transparent; background-image: none; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container > .video-iframe-container { display: none; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row > .video-iframe-container { display: none; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .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); }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container { border-width: 0; border-radius: 0; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container { font-size:14px;font-family:arial;height:376px;width:960px;position:relative;display:block; }#prJuw5eJ5shwN6IOeTBqJaOOQo75KAMl { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:350px;top:229px;left:509px;display:block; }
#qChDM9yOaDc56w42TguNihF6vxMJp8vM { color:#000000;display:block;width:195px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:246.48611450195px;left:649px;height:78px;font-style:normal;display:block; }
#rebTwyNu7r0DxW2lpnD7QrGIFPx2P2uT { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:350px;top:90px;left:509px;display:block; }
#MLVO8g5wsu3IC5e7WMHfvMRk03i5TiVp { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:350px;top:228px;left:135px;display:block; }
#Nuzvwvy8WUeeS7NzQCt8LBriRK61od0q { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:350px;top:89px;left:135px;display:block; }
#RQQOSCQX98n8VwUJmgi5nDdWB8Jt47Fi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:74px;top:109px;left:532px;overflow:hidden;display:block; }
#F2GK9wLmCdF80NdOIQ6b4mEi0LouMIhP { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:74px;top:247px;left:171px;overflow:hidden;display:block; }
#gc9pqTaLmpPMTb8N8d9mFNFHRa7X4zNg { color:#000000;display:block;width:92px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:127px;left:347.5px;height:39px;font-style:normal;display:block; }
#VgI8qCoqX4UrSJbPuZZ052TKacRWahrJ { color:#000000;display:block;width:199px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:107.5px;left:647px;height:78px;font-style:normal;display:block; }
#C4PnlIN5TJIeCUydJez5JwVKUO9JDSzV { color:#000000;display:block;width:164px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:246.48611450195px;left:311.5px;height:78px;font-style:normal;display:block; }
#iNbqgPTfQdhMWIyXPuseUSR0O9NVtoex { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:72px;top:108px;left:162px;overflow:hidden;display:block; }
#rvKVsTVMA4doSn0oZXhfKnG6Q3t9uQPs { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:74px;top:248px;left:532px;overflow:hidden;display:block; }
#TCAtU8L3ZI7aNo3C3Wu4FHm15eg3TJNe { color:#000000;display:block;width:960px;position:absolute;font-family:poppins;font-size:45px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.000076293945px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oCwutzvrLyTE625JAFLqyEWhrDbITrXr { position:relative;display:block; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr { background-color: transparent; background-image: none; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row .container > .video-iframe-container { display: none; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row > .video-iframe-container { display: none; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .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); }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr { border-width: 0; border-radius: 0; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .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; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:14px;font-family:arial;height:974px;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; }#FhdSFZnyRUICs3RaWSVuPHUkp24Fm52p { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:236px;width:421px;top:396.98611450195px;left:0px;overflow:hidden;display:block; }
#MOpuC9b10lB1NH47RGllyLyakSnzh8TA { position:absolute;display:block;z-index:15007;background-color:#20447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2.95833px;width:960px;top:366px;left:0px;display:block; }
#e5uwNae8anhzkWlN2zQffGCTGan9m1Hv { color:#000000;display:block;width:435.958px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:94.847145080566px;left:524.04168701172px;height:246.2779px;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; }
#miV58eMAZ20vcnN7SUTAR3Vv4t6EVZiq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:236px;width:421px;top:99.972290039062px;left:0px;overflow:hidden;display:block; }
#KI5HVJBd7l2LOLvhc5sTdefmO8eKawM1 { color:#000000;display:block;width:435.958px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:391.84729003906px;left:524.04168701172px;height:246.2779px;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; }
#FQ2KxalsPRh78PQI4MnN2Bb6ZBF8l0aM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:236px;width:421px;top:703.97222900391px;left:0px;overflow:hidden;display:block; }
#EqK1qZRvelELt3WuV2wF6Nfagmlf6hek { position:absolute;display:block;z-index:15008;background-color:#20447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:960px;top:668px;left:0px;display:block; }
#Ih96EFkZTAJqvJZHSR2MNwAZZRaF2CzV { display:block;width:940px;position:absolute;font-family:poppins;font-size:40px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.791732788086px;left:10px;height:52px;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;text-align:center;text-align-last:center;display:block; }
#rKiVZ9s0eMqaWL35UTqll6ACBcU0N7Zg { color:#000000;display:block;width:435.944px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:694.34713745117px;left:524.05554199219px;height:246.2779px;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; }
#twZMVwzp1WD68tL7835ntTpExJCLARBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3073d5;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; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container { background-color: transparent; background-image: none; }#twZMVwzp1WD68tL7835ntTpExJCLARBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container > .video-iframe-container { display: none; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row > .video-iframe-container { display: none; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .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); }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container { border-width: 0; border-radius: 0; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container { font-size:14px;font-family:arial;height:356px;width:960px;position:relative;display:block; }#IGTW8WyoJHZ3sbVGLQPGaePVZaltLesK { color:#000000;display:block;width:960px;position:absolute;font-family:poppins;font-size:45px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.000007629395px;left:0px;height:58.5px;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;text-align:center;text-align-last:center;display:block; }
#hs7RR0XM8E3UdONvQ7N85Kfgo1qIzcBa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 21px rgba(0,0,0,0.19) ;height:159px;width:285px;top:138px;left:338px;display:block; }
#woAfGRuytMzWTGCNbRM2q8LiwOTqD7z6 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 03px 03px 09px rgba(0,0,0,0.5) ;height:180px;width:307px;top:127px;left:11px;display:block; }
#eS4FgwLTyvk0ObENE9IA31R4t8z5GUtG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 21px rgba(0,0,0,0.19) ;height:159px;width:285px;top:137px;left:22px;display:block; }
#AoO4FLFonv411Q8WTtBJ1fuU7gWRiNlr { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 3px 3px 09px rgba(0,0,0,0.5) ;height:180px;width:307px;top:128px;left:327px;display:block; }
#PF1RRe0ehyosvX9x9kkMkzFC4zE7yTtm { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 3px 3px 09px rgba(0,0,0,0.5) ;height:180px;width:307px;top:127px;left:644px;display:block; }
#zMcuvdvu0ePAmqfu8QLfUIVmbq7THv8b { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 21px rgba(0,0,0,0.19) ;height:159px;width:285px;top:138px;left:655px;display:block; }
#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 { border-top:2px solid #4c272b;border-left:2px solid #4c272b;border-right:2px solid #4c272b;border-bottom:2px solid #4c272b;background-color:#f8fafc;background-image:url("https://images.assets-landingi.com/OQMZwNd3ThU/unsplash/scott-graham-OQMZwNd3ThU-photo-1450101499163-c8848c66ca85.jpg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2.adaptive-delivery-prevent-bg, #l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2.lazyload, #l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2.lazyloading { background-image: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { background-color: transparent; background-image: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container > .video-iframe-container { display: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row > .video-iframe-container { display: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .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); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { border-width: 0; border-radius: 0; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { font-size:14px;font-family:arial;height:176px;width:960px;position:relative;display:block; }#P5BrFBlCp7H4E8fpU0FWanp6sUqfCAsV { background-color:#5a4bda;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;box-shadow: 1px 10px 30px rgba(0,0,0,0.11) ;box-sizing:border-box;color:#f9f9f9;text-shadow:6px 1px 30px rgba(0,0,0,0.05);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:51.9844px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:113.65625px;left:365px;display:block; }
#wcnLcZZXzweG2JDPNta1R9o85OUiNhNC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Jgrwifobwl29UeTD0TpbvdgoyvkAN8gO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:96px;width:96px;top:8.65625px;left:432px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:764px;height:146px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6fG252dleXTEzFrJrB6fkfee7ANlHrt { top:0px;left:0px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 { display:block; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { top:1px;left:0px;width:479px;height:472px;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { top:63px;left:351px;width:413px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { top:10px;left:328px;width:436px;height:29px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Qho9ga5gXEqTT88hxCEM9Lr3QJrx1U4C { top:0px;left:0px;width:473px;height:473px;display:block; }
 }@media only screen and (max-width: 763px) { #MMv27SEMpic2DOW2vX6krZRWMp8pNi6O { display:block; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4ypBLMwAJpB66dEr1TZ6IBT8rq68cth { width:740px;height:36px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA { display:block; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBeyzd6ORRHZPgf2z8DPZUSEb5XCWa4u { top:29px;left:0px;width:256px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #oukPquK4lOfBvPvyEandI0vgGWtJdM6H { top:157px;left:12px;width:230px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lynkiPt6gdyHgnT41aox9qgVxJhzxmpA { top:144px;left:254px;width:254px;height:52px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FwuNhWd0VcNi3XlVcWTpWV3KXqs5LMBO { top:142px;left:536px;width:200px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TlWoW3lgVF0r3JzFRw4S2sypVRKL0OnI { top:55px;left:83.486114501953px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #tQDcCHwGDe2qW5UOGTDx9bn2NCltkiDa { top:29px;left:253px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #pfeCZIraallu85aI2NtTPBUFNFLacULF { top:29px;left:507px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #RSVQky9ZULnuQ58CkBBksvfZR5kv4nsu { top:43px;left:592px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #uTr1W6v6JT5EvRoX9m4aHVfbdZXwO20T { top:42px;left:337.5px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR { display:block; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cS4qN91lxyUEhdHUHADT8f9HtqMl5g8X { top:29px;left:0px;width:256px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #cNPoIX4NQL0918vxdeLlf7grI66IsQHb { top:145px;left:13px;width:230px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C0kX4Oc29PSxFZFGZgOEUJqJILQ3oKhF { top:142px;left:536px;width:200px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Vo9rZtEQf4m85pGPxs371SOHnIkqeq98 { top:43px;left:93px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #IwI9Q4GJNIqWhxwLGoVMr3BTiAUXa8zR { top:29px;left:507px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #zLH4lledQRlTTLmw7T8SxfUs7cnbLfSa { top:43px;left:592px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #OkzDI3r1nVikXmzoX7OkMTISVQkqlZtX { top:30px;left:253px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #QLoUTa7NWOK3WPArMT82rQ3hlhbcUtOD { top:148px;left:261px;width:242px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OqC55Z0iKsXNq8W2AOJC2DmMUHnxFD60 { top:49px;left:339px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE { display:block; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca6C9O7C2GP0WXSVFPpw3g50v9SWhi6M { top:154px;left:23px;width:200px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #veKheacMLzaczScvkHsDEpke1Z0LT6TX { top:154px;left:551px;width:200px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OXy1W8R9637MliuLkmF0CRQfRNL2HMgb { top:36px;left:0px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7npXQbqId9iH43uffufsWqTwe9G6Sk { top:38px;left:507px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #T3hBKfIdQ4NL7vfhJVwlDdc4GJNuVBwL { top:54px;left:79px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #BIcuJMtVLEyiLlogCWToHlryvRRT4v9v { top:54px;left:597px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #Tz03RIJdcTAmnO8BsRqxOpFHrWmSVozq { top:37px;left:253px;width:255px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #nk8aHHyqyu9dfm8bR2F2fcI4V1wS7Qz0 { top:47px;left:338px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #gG5MkuUs5BFgoGuolSfOwkCaQwvTnTGV { top:134px;left:269px;width:226px;height:78px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd { display:block; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prJuw5eJ5shwN6IOeTBqJaOOQo75KAMl { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qChDM9yOaDc56w42TguNihF6vxMJp8vM { top:246px;left:551px;width:195px;height:78px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rebTwyNu7r0DxW2lpnD7QrGIFPx2P2uT { width:240px;height:530px;top:0px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #MLVO8g5wsu3IC5e7WMHfvMRk03i5TiVp { width:240px;height:530px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #Nuzvwvy8WUeeS7NzQCt8LBriRK61od0q { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RQQOSCQX98n8VwUJmgi5nDdWB8Jt47Fi { top:109px;left:434px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #F2GK9wLmCdF80NdOIQ6b4mEi0LouMIhP { top:247px;left:73px;width:74px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #gc9pqTaLmpPMTb8N8d9mFNFHRa7X4zNg { top:127px;left:249.5px;width:92px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #VgI8qCoqX4UrSJbPuZZ052TKacRWahrJ { top:107px;left:549px;width:199px;height:78px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #C4PnlIN5TJIeCUydJez5JwVKUO9JDSzV { top:246px;left:213.5px;width:164px;height:78px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iNbqgPTfQdhMWIyXPuseUSR0O9NVtoex { top:108px;left:64px;width:72px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #rvKVsTVMA4doSn0oZXhfKnG6Q3t9uQPs { top:248px;left:434px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #TCAtU8L3ZI7aNo3C3Wu4FHm15eg3TJNe { width:764px;height:;top:10px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #oCwutzvrLyTE625JAFLqyEWhrDbITrXr { display:block; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhdSFZnyRUICs3RaWSVuPHUkp24Fm52p { top:396px;left:0px;width:421px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #MOpuC9b10lB1NH47RGllyLyakSnzh8TA { top:366px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #e5uwNae8anhzkWlN2zQffGCTGan9m1Hv { top:94px;left:329px;width:435px;height:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #miV58eMAZ20vcnN7SUTAR3Vv4t6EVZiq { top:99px;left:0px;width:421px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #KI5HVJBd7l2LOLvhc5sTdefmO8eKawM1 { top:391px;left:329px;width:435px;height:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2KxalsPRh78PQI4MnN2Bb6ZBF8l0aM { top:703px;left:0px;width:421px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #EqK1qZRvelELt3WuV2wF6Nfagmlf6hek { top:668px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #Ih96EFkZTAJqvJZHSR2MNwAZZRaF2CzV { width:740px;height:36px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rKiVZ9s0eMqaWL35UTqll6ACBcU0N7Zg { top:694px;left:329px;width:435px;height:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #twZMVwzp1WD68tL7835ntTpExJCLARBD { display:block; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGTW8WyoJHZ3sbVGLQPGaePVZaltLesK { width:764px;height:;top:26px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #hs7RR0XM8E3UdONvQ7N85Kfgo1qIzcBa { width:285px;height:159px;top:138px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #woAfGRuytMzWTGCNbRM2q8LiwOTqD7z6 { top:127px;left:0px;width:307px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #eS4FgwLTyvk0ObENE9IA31R4t8z5GUtG { width:285px;height:159px;top:137px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AoO4FLFonv411Q8WTtBJ1fuU7gWRiNlr { top:128px;left:229px;width:307px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #PF1RRe0ehyosvX9x9kkMkzFC4zE7yTtm { top:127px;left:457px;width:307px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #zMcuvdvu0ePAmqfu8QLfUIVmbq7THv8b { width:285px;height:159px;top:138px;left:479px;display:block; }
 }@media only screen and (max-width: 763px) { #l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 { display:block; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { width:764px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5BrFBlCp7H4E8fpU0FWanp6sUqfCAsV { width:250px;height:51px;top:113px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #wcnLcZZXzweG2JDPNta1R9o85OUiNhNC { display:block; }
 }@media only screen and (max-width: 763px) { #Jgrwifobwl29UeTD0TpbvdgoyvkAN8gO { top:8px;left:334px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { position:relative;z-index:auto;background-color:rgba(249,249,249,0.92);background-image:none;display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { background-color: transparent; background-image: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6fG252dleXTEzFrJrB6fkfee7ANlHrt { width:77px;height:77px;top:4px;left:121.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 { display:block; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { width:320px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { width:320px;height:445px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { width:320px;height:346.984px;top:419.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { width:320px;height:59.3889px;top:12px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qho9ga5gXEqTT88hxCEM9Lr3QJrx1U4C { width:320px;height:320px;top:80.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MMv27SEMpic2DOW2vX6krZRWMp8pNi6O { display:block; }#MMv27SEMpic2DOW2vX6krZRWMp8pNi6O > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4ypBLMwAJpB66dEr1TZ6IBT8rq68cth { width:290px;height:156px;top:25.000061035156px;left:14.98611164093px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA { display:block; }#a10v1MznBcdv4ITv6bNgOhcyt6W0P6IA > .row .container { width:320px;height:613px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBeyzd6ORRHZPgf2z8DPZUSEb5XCWa4u { width:190px;height:173px;top:20px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #oukPquK4lOfBvPvyEandI0vgGWtJdM6H { width:210px;height:26px;top:142.33333587646px;left:54.98611164093px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lynkiPt6gdyHgnT41aox9qgVxJhzxmpA { width:123px;height:62.6667px;top:320px;left:98px;font-size:19px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FwuNhWd0VcNi3XlVcWTpWV3KXqs5LMBO { width:183px;height:52px;top:533.98609161377px;left:68.499997138977px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TlWoW3lgVF0r3JzFRw4S2sypVRKL0OnI { display:flex;width:85.9583px;height:85.9583px;top:45.472221374512px;left:117.01389026642px; }
 }@media only screen and (max-width: 763px) { #tQDcCHwGDe2qW5UOGTDx9bn2NCltkiDa { width:190px;height:173px;top:220px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #pfeCZIraallu85aI2NtTPBUFNFLacULF { width:190px;height:173px;top:420.98614501953px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #RSVQky9ZULnuQ58CkBBksvfZR5kv4nsu { display:flex;width:86px;height:86px;top:434.98612213135px;left:116.99999713898px; }
 }@media only screen and (max-width: 763px) { #uTr1W6v6JT5EvRoX9m4aHVfbdZXwO20T { display:flex;width:86px;height:86px;top:235px;left:117px; }
 }@media only screen and (max-width: 763px) { #eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR { display:block; }#eN4zXDtzwovP2P4K2ULKgiEpZ8w7COrR > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cS4qN91lxyUEhdHUHADT8f9HtqMl5g8X { width:190px;height:173px;top:14.984375px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #cNPoIX4NQL0918vxdeLlf7grI66IsQHb { width:210px;height:52px;top:123.984375px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C0kX4Oc29PSxFZFGZgOEUJqJILQ3oKhF { width:200px;height:52px;top:522.17016983032px;left:60.000000953674px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Vo9rZtEQf4m85pGPxs371SOHnIkqeq98 { display:flex;width:85.9844px;height:85.9844px;top:29px;left:117px; }
 }@media only screen and (max-width: 763px) { #IwI9Q4GJNIqWhxwLGoVMr3BTiAUXa8zR { width:190px;height:173px;top:414.921875px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zLH4lledQRlTTLmw7T8SxfUs7cnbLfSa { display:flex;width:86px;height:86px;top:414.93057632446px;left:116.99652957916px; }
 }@media only screen and (max-width: 763px) { #OkzDI3r1nVikXmzoX7OkMTISVQkqlZtX { width:190px;height:172.984px;top:215.984375px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QLoUTa7NWOK3WPArMT82rQ3hlhbcUtOD { width:204px;height:52px;top:327.265625px;left:58px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OqC55Z0iKsXNq8W2AOJC2DmMUHnxFD60 { display:flex;width:85.9896px;height:85.9896px;top:231.68402862549px;left:107.03125858307px; }
 }@media only screen and (max-width: 763px) { #GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE { display:block; }#GnDfyUliNmFPAizuGT8TZfHJT6xgTIVE > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca6C9O7C2GP0WXSVFPpw3g50v9SWhi6M { width:200px;height:52px;top:124.93051147461px;left:60.000000953674px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #veKheacMLzaczScvkHsDEpke1Z0LT6TX { width:200px;height:52px;top:518px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OXy1W8R9637MliuLkmF0CRQfRNL2HMgb { width:190px;height:173px;top:21.541656494141px;left:64.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7npXQbqId9iH43uffufsWqTwe9G6Sk { width:190px;height:172.984px;top:414px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #T3hBKfIdQ4NL7vfhJVwlDdc4GJNuVBwL { display:flex;width:86px;height:86px;top:30.916595458984px;left:116.99999713898px; }
 }@media only screen and (max-width: 763px) { #BIcuJMtVLEyiLlogCWToHlryvRRT4v9v { display:flex;width:85.9896px;height:85.9896px;top:422px;left:107px; }
 }@media only screen and (max-width: 763px) { #Tz03RIJdcTAmnO8BsRqxOpFHrWmSVozq { width:190px;height:173px;top:216px;left:64.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #nk8aHHyqyu9dfm8bR2F2fcI4V1wS7Qz0 { display:flex;width:86px;height:86px;top:216px;left:116.99999713898px; }
 }@media only screen and (max-width: 763px) { #gG5MkuUs5BFgoGuolSfOwkCaQwvTnTGV { width:191px;height:74.0833px;top:302px;left:64.499997138977px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd { display:block; }#Wcr1TEPzzxQZyT7Uqp1tWTyk5zxcMADd > .row .container { width:320px;height:606px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prJuw5eJ5shwN6IOeTBqJaOOQo75KAMl { width:300px;height:113px;top:477px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qChDM9yOaDc56w42TguNihF6vxMJp8vM { width:105px;height:70.1944px;top:498.40278625488px;left:150.00000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rebTwyNu7r0DxW2lpnD7QrGIFPx2P2uT { width:300px;height:113px;top:208px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MLVO8g5wsu3IC5e7WMHfvMRk03i5TiVp { width:300px;height:113px;top:344px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Nuzvwvy8WUeeS7NzQCt8LBriRK61od0q { width:300px;height:113px;top:75px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RQQOSCQX98n8VwUJmgi5nDdWB8Jt47Fi { width:74px;height:74px;top:227.47221374512px;left:36.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #F2GK9wLmCdF80NdOIQ6b4mEi0LouMIhP { width:74px;height:73px;top:363.98609924316px;left:36.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #gc9pqTaLmpPMTb8N8d9mFNFHRa7X4zNg { width:67px;height:35.0972px;top:113.93055725098px;left:169.00000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #VgI8qCoqX4UrSJbPuZZ052TKacRWahrJ { width:78px;height:62.3889px;top:231.98609924316px;left:150.00000476837px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #C4PnlIN5TJIeCUydJez5JwVKUO9JDSzV { width:82px;height:70.1944px;top:365.40278625488px;left:150.00000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iNbqgPTfQdhMWIyXPuseUSR0O9NVtoex { width:72px;height:74px;top:99px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #rvKVsTVMA4doSn0oZXhfKnG6Q3t9uQPs { width:74px;height:74px;top:496.50001525879px;left:36.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #TCAtU8L3ZI7aNo3C3Wu4FHm15eg3TJNe { width:320px;height:42.8889px;top:11.583332061768px;left:0px;text-align:center;text-align-last:center;font-size:33px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oCwutzvrLyTE625JAFLqyEWhrDbITrXr { display:block; }#oCwutzvrLyTE625JAFLqyEWhrDbITrXr > .row .container { width:320px;height:1613px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhdSFZnyRUICs3RaWSVuPHUkp24Fm52p { width:282px;height:158px;top:629px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MOpuC9b10lB1NH47RGllyLyakSnzh8TA { width:320px;height:1.98611px;top:1115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e5uwNae8anhzkWlN2zQffGCTGan9m1Hv { width:320px;height:291.0557px;top:287.00001144409px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #miV58eMAZ20vcnN7SUTAR3Vv4t6EVZiq { width:278px;height:156px;top:115.99995422363px;left:20.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #KI5HVJBd7l2LOLvhc5sTdefmO8eKawM1 { width:320px;height:291.0557px;top:806.99987792969px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2KxalsPRh78PQI4MnN2Bb6ZBF8l0aM { width:282px;height:158px;top:1137.9996032715px;left:18.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #EqK1qZRvelELt3WuV2wF6Nfagmlf6hek { width:320px;height:2px;top:602px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ih96EFkZTAJqvJZHSR2MNwAZZRaF2CzV { width:320px;height:83.1944px;top:14.319595336914px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rKiVZ9s0eMqaWL35UTqll6ACBcU0N7Zg { width:320px;height:268.6668px;top:1320px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #twZMVwzp1WD68tL7835ntTpExJCLARBD { display:block; }#twZMVwzp1WD68tL7835ntTpExJCLARBD > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGTW8WyoJHZ3sbVGLQPGaePVZaltLesK { width:320px;height:72.7812px;top:9.888916015625px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hs7RR0XM8E3UdONvQ7N85Kfgo1qIzcBa { height:159px;width:288px;top:106.50000762939px;left:15.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #woAfGRuytMzWTGCNbRM2q8LiwOTqD7z6 { width:307px;height:184px;top:94px;left:5.9999990463257px;display:block; }
 }@media only screen and (max-width: 763px) { #eS4FgwLTyvk0ObENE9IA31R4t8z5GUtG { height:159px;width:285px;top:326px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AoO4FLFonv411Q8WTtBJ1fuU7gWRiNlr { width:307px;height:184px;top:313px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #PF1RRe0ehyosvX9x9kkMkzFC4zE7yTtm { width:307px;height:180px;top:532px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #zMcuvdvu0ePAmqfu8QLfUIVmbq7THv8b { height:159px;width:285px;top:543px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 { display:block; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5BrFBlCp7H4E8fpU0FWanp6sUqfCAsV { width:280px;height:60px;top:145.98962402344px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #wcnLcZZXzweG2JDPNta1R9o85OUiNhNC { display:block; }
 }@media only screen and (max-width: 763px) { #Jgrwifobwl29UeTD0TpbvdgoyvkAN8gO { width:98px;height:100px;top:18.944458007812px;left:110.99999713898px;display:block; }
 }