.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#e4f6f6;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container { background-color: transparent; background-image: none; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container > .video-iframe-container { display: none; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row > .video-iframe-container { display: none; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .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); }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container { border-width: 0; border-radius: 0; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container { font-size:14px;font-family:ubuntu;height:537px;width:960px;position:relative;display:block; }#P54pLuOfQTnC5cp91y2kbwE4Ouwl1lLN { display:block;width:699.984375px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:265.734375px;left:148.515625px;height:76px;text-align:center;text-align-last:center;color:#4bb6cf;font-style:normal;display:none; }
#cIvuBMVQeI6DU3xWKTnzSQy7TqIqki5O { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:539px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ { position:relative;display:block; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ { background-color: transparent; background-image: none; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row .container > .video-iframe-container { display: none; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row > .video-iframe-container { display: none; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .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); }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ { border-width: 0; border-radius: 0; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#VtiOCSEGJxkZhV6ndpWDhnK6DTi3WzUI { color:#ba7291;display:block;width:747.994px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:27.787506103516px;left:105.46875px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h { position:relative;display:block; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h { background-color: transparent; background-image: none; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row .container > .video-iframe-container { display: none; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row > .video-iframe-container { display: none; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .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); }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h { border-width: 0; border-radius: 0; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;font-size:14px;font-family:arial;height:2px;width:960px;position:relative;display:block; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { position:relative;display:block; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { background-color: transparent; background-image: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container > .video-iframe-container { display: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row > .video-iframe-container { display: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .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); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { border-width: 0; border-radius: 0; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WcJLz66Z/KAA_26_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:272px;width:960px;position:relative;display:block; }
#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#Tl8CLQDuAd73QGps2LmUu6O7hi39M4fU { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:30px;left:114.5px;height:205.33333778381px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ { position:relative;display:block; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ { background-color: transparent; background-image: none; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row .container > .video-iframe-container { display: none; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row > .video-iframe-container { display: none; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .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); }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ { border-width: 0; border-radius: 0; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Z7LhCwTd/KAA_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:291px;width:960px;position:relative;display:block; }
#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#ltDhyRmDNuPJgkXUfCsZkceosiHuSKPH { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:27px;left:114.5px;height:234.66667175293px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { position:relative;display:block; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { background-color: transparent; background-image: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container > .video-iframe-container { display: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row > .video-iframe-container { display: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .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); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { border-width: 0; border-radius: 0; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WcJLz66Z/KAA_26_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:180px;width:960px;position:relative;display:block; }
#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#gS6F19Twk49PIrCSEVynbCc1zN07kcBx { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:30px;left:114.5px;height:117.33333587646px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF { position:relative;display:block; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF { background-color: transparent; background-image: none; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row .container > .video-iframe-container { display: none; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row > .video-iframe-container { display: none; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .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); }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF { border-width: 0; border-radius: 0; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Z7LhCwTd/KAA_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:381px;width:960px;position:relative;display:block; }
#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#nAULFKRTcXdtrekRhui0B2TPblWPOIgn { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:27px;left:114.5px;height:322.66667366028px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 { position:relative;display:block; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 { background-color: transparent; background-image: none; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row .container > .video-iframe-container { display: none; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row > .video-iframe-container { display: none; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .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); }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 { border-width: 0; border-radius: 0; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;font-size:14px;font-family:arial;height:2px;width:960px;position:relative;display:block; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { position:relative;display:block; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { background-color: transparent; background-image: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container > .video-iframe-container { display: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row > .video-iframe-container { display: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .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); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { border-width: 0; border-radius: 0; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WcJLz66Z/KAA_26_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:500px;width:960px;position:relative;display:block; }
#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#q9GfK2s99pS6MbPTRTMbA1Gruq0fVnTg { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:30px;left:114.5px;height:440.00000953674px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq { position:relative;display:block; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq { background-color: transparent; background-image: none; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row .container > .video-iframe-container { display: none; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row > .video-iframe-container { display: none; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .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); }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq { border-width: 0; border-radius: 0; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;font-size:14px;font-family:arial;height:2px;width:960px;position:relative;display:block; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M { position:relative;display:block; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M { background-color: transparent; background-image: none; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container > .video-iframe-container { display: none; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row > .video-iframe-container { display: none; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .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); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M { border-width: 0; border-radius: 0; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Z7LhCwTd/KAA_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:291px;width:960px;position:relative;display:block; }
#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#pFWEwwXQy7qBDTQFsdcwhRk39UcTOwhQ { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:30px;left:114.5px;height:234.66667175293px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 { position:relative;display:block; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 { background-color: transparent; background-image: none; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row .container > .video-iframe-container { display: none; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row > .video-iframe-container { display: none; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .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); }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 { border-width: 0; border-radius: 0; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;font-size:14px;font-family:arial;height:2px;width:960px;position:relative;display:block; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { position:relative;display:block; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { background-color: transparent; background-image: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container > .video-iframe-container { display: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row > .video-iframe-container { display: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .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); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { border-width: 0; border-radius: 0; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WcJLz66Z/KAA_26_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:787px;width:960px;position:relative;display:block; }
#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#QsvvlxQ7tPn6UxxtNAuKv3zCvzfRQ7Ii { display:block;width:798px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:0px;left:81px;height:762.66668319702px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 { position:relative;display:block; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 { background-color: transparent; background-image: none; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row .container > .video-iframe-container { display: none; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row > .video-iframe-container { display: none; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .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); }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 { border-width: 0; border-radius: 0; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;font-size:14px;font-family:arial;height:2px;width:960px;position:relative;display:block; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO { position:relative;display:block; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO { background-color: transparent; background-image: none; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container > .video-iframe-container { display: none; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row > .video-iframe-container { display: none; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .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); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO { border-width: 0; border-radius: 0; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:url("https://images.assets-landingi.com/Z7LhCwTd/KAA_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:ubuntu;height:345px;width:960px;position:relative;display:block; }
#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#SALHRFUNiANv8uquFAvZ6tTs7EuTHDqF { display:block;width:731px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:30px;left:114.5px;height:293.33333969116px;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT { position:relative;display:block; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT { background-color: transparent; background-image: none; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row .container > .video-iframe-container { display: none; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row > .video-iframe-container { display: none; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .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); }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT { border-width: 0; border-radius: 0; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;font-size:14px;font-family:arial;height:2px;width:960px;position:relative;display:block; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { position:relative;display:block; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { background-color: transparent; background-image: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container > .video-iframe-container { display: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row > .video-iframe-container { display: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .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); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { border-width: 0; border-radius: 0; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:ubuntu;height:164px;width:960px;position:relative;display:block; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,253,251,0.7);background-image:url("https://images.assets-landingi.com/66EgKkgX/85.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu.adaptive-delivery-prevent-bg { background-image: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container { background-color: transparent; background-image: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container > .video-iframe-container { display: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row > .video-iframe-container { display: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .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); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container { border-width: 0; border-radius: 0; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container { font-size:14px;font-family:arial;height:500px;width:960px;position:relative;display:block; }#TWrrP9iq70st8kVqtDoXXr21Lv0FRx9x { display:block;width:900px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:120px;left:30px;height:136px;color:#00a8ba;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhaKnauPm2NqyMVH3I4TFPosuScVy7HG { display:block;width:900px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:52px;left:30px;height:126px;color:#040709;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h6wIFO7ephZtmJ1nz7QWW1kRG8X41cOn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #00a8ba;border-left:1px solid #00a8ba;border-right:1px solid #00a8ba;border-bottom:1px solid #00a8ba;box-sizing:border-box;color:#00a8ba;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:599.58366px;height:54.56666px;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:321.06683349609px;left:180px;display:block; }
#iP5WTigpJNe7TntkJgpdJ4hr4cKmNTXu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fKg02STdB9v8sa1Gzh8tlscS4wkSXhTq { display:block;width:900px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:120px;left:30px;height:134.4px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 > .row .container { border-width: 0; border-radius: 0; }#Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 > .row .container { font-size:14px;font-family:ubuntu;height:60px;width:960px;position:relative;display:none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container { background-color: transparent; background-image: none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container > .video-iframe-container { display: none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row > .video-iframe-container { display: none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .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); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container { border-width: 0; border-radius: 0; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container { font-size:14px;font-family:ubuntu;height:200px;width:960px;position:relative;display:block; }#TxVssRyKl415C4myoAJ6wsduHi0dPklD { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:199.987px;top:51.975036621094px;left:379.98748779297px;overflow:hidden;display:block; }
#ywbdaaoT918z1XNG024IJHFB5PXCZJ7Z { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:199.987px;top:42.299987792969px;left:126.97497558594px;overflow:hidden;display:none; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W { display:block; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container { width:764px;height:430px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #P54pLuOfQTnC5cp91y2kbwE4Ouwl1lLN { width:763.984375px;height:76px;top:215px;left:0px;font-size:45px;display:none; }
 }@media only screen and (max-width: 959px) { #cIvuBMVQeI6DU3xWKTnzSQy7TqIqki5O { width:764px;height:428.95416666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ { display:block; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row .container { width:764px;height:118px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VtiOCSEGJxkZhV6ndpWDhnK6DTi3WzUI { width:636.984375px;height:88px;top:17px;left:63.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h { display:block; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { display:block; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { background-color: transparent; background-image: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container > .video-iframe-container { display: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row > .video-iframe-container { display: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .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); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container { width:764px;height:253px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tl8CLQDuAd73QGps2LmUu6O7hi39M4fU { width:730.97918701172px;height:205.33333778381px;top:23.958374023438px;left:16.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ { display:block; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row .container { width:764px;height:286px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ltDhyRmDNuPJgkXUfCsZkceosiHuSKPH { width:730.969px;height:234.66667175293px;top:20px;left:16.499999046326px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { display:block; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { background-color: transparent; background-image: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container > .video-iframe-container { display: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row > .video-iframe-container { display: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .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); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container { width:764px;height:167px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gS6F19Twk49PIrCSEVynbCc1zN07kcBx { width:730.97918701172px;height:117.33333587646px;top:25.958374023438px;left:16.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF { display:block; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row .container { width:764px;height:356px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nAULFKRTcXdtrekRhui0B2TPblWPOIgn { width:730.969px;height:322.66667366028px;top:20px;left:16.499999046326px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 { display:block; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { display:block; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { background-color: transparent; background-image: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container > .video-iframe-container { display: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row > .video-iframe-container { display: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .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); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container { width:764px;height:466px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q9GfK2s99pS6MbPTRTMbA1Gruq0fVnTg { width:730.987px;height:440.00000953674px;top:19.96875px;left:16.481249809265px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq { display:block; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SnczQi0WN1uUlVMElyOE8fGIaViTym9M { display:block; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container { width:764px;height:268px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pFWEwwXQy7qBDTQFsdcwhRk39UcTOwhQ { width:731px;height:234.66667175293px;top:19.5px;left:16.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 { display:block; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { display:block; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { background-color: transparent; background-image: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container > .video-iframe-container { display: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row > .video-iframe-container { display: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .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); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container { width:764px;background-color:#ffffff;background-image:none;height:726px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QsvvlxQ7tPn6UxxtNAuKv3zCvzfRQ7Ii { width:764px;height:762.66668319702px;top:0px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 { display:block; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO { display:block; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container { width:764px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SALHRFUNiANv8uquFAvZ6tTs7EuTHDqF { width:731px;height:293.33333969116px;top:20px;left:16.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT { display:block; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { display:block; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { background-color: transparent; background-image: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container > .video-iframe-container { display: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row > .video-iframe-container { display: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .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); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container { width:764px;background-color:#ffffff;background-image:none;height:140px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iGpiQCpggatLSyeJzz2nkQna3LM0xQeu { display:block; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container { width:764px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TWrrP9iq70st8kVqtDoXXr21Lv0FRx9x { width:597px;height:0;top:60px;left:83.5px;text-align:center;text-align-last:center;font-size:35px;display:none; }
 }@media only screen and (max-width: 959px) { #LhaKnauPm2NqyMVH3I4TFPosuScVy7HG { width:597px;height:93px;top:29.5px;left:83.5px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 959px) { #h6wIFO7ephZtmJ1nz7QWW1kRG8X41cOn { width:598.73366px;height:53.71666px;top:267.98335266113px;left:82.616671562195px;display:block; }
 }@media only screen and (max-width: 959px) { #iP5WTigpJNe7TntkJgpdJ4hr4cKmNTXu { display:block; }
 }@media only screen and (max-width: 959px) { #fKg02STdB9v8sa1Gzh8tlscS4wkSXhTq { width:597px;height:156px;top:61px;left:83.500002861023px;text-align:center;text-align-last:center;font-size:35px;z-index:100012;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 { display:block; }#Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 > .row .container { width:764px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf { display:block; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container { width:764px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TxVssRyKl415C4myoAJ6wsduHi0dPklD { width:109px;height:55px;top:571.98310852051px;left:327.50001811981px;display:none; }
 }@media only screen and (max-width: 959px) { #ywbdaaoT918z1XNG024IJHFB5PXCZJ7Z { width:150px;height:75px;top:12.46875px;left:306.9749879837px;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W { display:block; }#GNsltWm5L2pB2WQkAD7KJzqVDkAeba5W > .row .container { width:320px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P54pLuOfQTnC5cp91y2kbwE4Ouwl1lLN { width:200px;height:0;top:100.63124084473px;left:59.981247425079px;text-align:center;text-align-last:center;line-height:1.3;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #cIvuBMVQeI6DU3xWKTnzSQy7TqIqki5O { width:320px;height:179px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ { display:block; }#a9zH1uiI6NVpb2DFPSdT0kzTO8GZXouQ > .row .container { width:320px;height:96px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtiOCSEGJxkZhV6ndpWDhnK6DTi3WzUI { width:320px;height:64px;top:16px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h { display:block; }#VtlhmMRmhuCkbFJvF5ytBnk4CARN6l0h > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { display:block; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X { background-color: transparent; background-image: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container > .video-iframe-container { display: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row > .video-iframe-container { display: none; }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .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); }#J8Of8By24BsmccpCLwCVJFJmI8IfJt7X > .row .container { width:320px;height:333px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8CLQDuAd73QGps2LmUu6O7hi39M4fU { width:300px;height:293.33333969116px;top:20.666656494141px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ { display:block; }#kTRGeZnL8TBT8MFX4sMmoNRzeNciOuAQ > .row .container { width:320px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltDhyRmDNuPJgkXUfCsZkceosiHuSKPH { width:300px;height:322.66667366028px;top:20px;left:9.9562497138977px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { display:block; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn { background-color: transparent; background-image: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container > .video-iframe-container { display: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row > .video-iframe-container { display: none; }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .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); }#TOO1sWI2sS3sKpA9aqhUX07aLBZAcHfn > .row .container { width:320px;height:243px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS6F19Twk49PIrCSEVynbCc1zN07kcBx { width:300px;height:205.33333587646px;top:18px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF { display:block; }#eqi83m25e3uFJw0VIfiJyAGdubPIJ5pF > .row .container { width:320px;height:569px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAULFKRTcXdtrekRhui0B2TPblWPOIgn { width:300px;height:528.00001144409px;top:20px;left:9.9562497138977px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 { display:block; }#MDb4BAk02x7z2uqpCprA5WXSk8T31nZ3 > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { display:block; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc { background-color: transparent; background-image: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container > .video-iframe-container { display: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row > .video-iframe-container { display: none; }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .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); }#pVi0WHZgfrtvwGaaWaosBex8E9HcvZgc > .row .container { width:320px;height:881px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9GfK2s99pS6MbPTRTMbA1Gruq0fVnTg { width:300px;height:850.66667938232px;top:14.8125px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq { display:block; }#Duo2aNgcF1Osyig4XwDV97ebLDx2G3hq > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnczQi0WN1uUlVMElyOE8fGIaViTym9M { display:block; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M { background-color: transparent; background-image: none; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container > .video-iframe-container { display: none; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row > .video-iframe-container { display: none; }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .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); }#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container { width:320px;height:413px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Z7LhCwTd/KAA_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#SnczQi0WN1uUlVMElyOE8fGIaViTym9M > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #pFWEwwXQy7qBDTQFsdcwhRk39UcTOwhQ { width:300px;height:381.33334159851px;top:14.812622070312px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 { display:block; }#Sgpq5nRT3t0EbNZOSbQyvWgggoNidTz2 > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { display:block; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 { background-color: transparent; background-image: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container > .video-iframe-container { display: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row > .video-iframe-container { display: none; }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .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); }#qQEmwNJZg9K9bXRRm8lQdqxZBOLXVpB6 > .row .container { width:320px;height:1190px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsvvlxQ7tPn6UxxtNAuKv3zCvzfRQ7Ii { width:300px;height:1173.33335495px;top:1px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 { display:block; }#xiaRwBChPxdwLQiSxmOOnd9bVHlJWn05 > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO { display:block; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO { background-color: transparent; background-image: none; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container > .video-iframe-container { display: none; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row > .video-iframe-container { display: none; }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .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); }#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container { width:320px;height:567px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Z7LhCwTd/KAA_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#DMotVxqX8TIp7HJAkQf0BKpdMGq95JSO > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #SALHRFUNiANv8uquFAvZ6tTs7EuTHDqF { width:300px;height:528.00000953674px;top:22px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT { display:block; }#fwPQTBK4rOL967xO8LU3HIoyEp5NU9pT > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { display:block; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce { background-color: transparent; background-image: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container > .video-iframe-container { display: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row > .video-iframe-container { display: none; }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .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); }#KWqUIwG0pfP1H4Xb8ElS34J3rBsxRTce > .row .container { width:320px;height:30px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGpiQCpggatLSyeJzz2nkQna3LM0xQeu { background-color:transparent;background-image:url("https://images.assets-landingi.com/66EgKkgX/85.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu.adaptive-delivery-prevent-bg { background-image: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container { background-color: transparent; background-image: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.11); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container > .video-iframe-container { display: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.11); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row > .video-iframe-container { display: none; }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .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); }#iGpiQCpggatLSyeJzz2nkQna3LM0xQeu > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWrrP9iq70st8kVqtDoXXr21Lv0FRx9x { width:320px;height:0;top:40px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #LhaKnauPm2NqyMVH3I4TFPosuScVy7HG { width:290px;height:128px;top:34.481262207031px;left:14.981249332428px;text-align:center;text-align-last:center;font-size:21px;z-index:100012;color:#0d94a6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h6wIFO7ephZtmJ1nz7QWW1kRG8X41cOn { width:300px;height:53.86666px;top:186.00006103516px;left:9px;font-size:17px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iP5WTigpJNe7TntkJgpdJ4hr4cKmNTXu { display:block; }
 }@media only screen and (max-width: 763px) { #fKg02STdB9v8sa1Gzh8tlscS4wkSXhTq { width:320px;height:auto;top:61px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 { display:block; }#Cdy7mlgCfJFlhFhPATE11xQULKIr6w29 > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf { background-color:transparent;background-image:none;display:block; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container { background-color: transparent; background-image: none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container > .video-iframe-container { display: none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row > .video-iframe-container { display: none; }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .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); }#bQMScxH3U6EOSNaTZ2l6SgHQ3D1ey0mf > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxVssRyKl415C4myoAJ6wsduHi0dPklD { width:100px;height:48px;top:30px;left:109.96874284744px;display:block; }
 }@media only screen and (max-width: 763px) { #ywbdaaoT918z1XNG024IJHFB5PXCZJ7Z { width:99.975px;height:49.9875px;top:98px;left:110px;display:none; }
 }