.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 { 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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container { background-color: transparent; background-image: none; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container > .video-iframe-container { display: none; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row > .video-iframe-container { display: none; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .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); }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container { border-width: 0; border-radius: 0; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container { width:60rem;height:5.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#J64tW650uCZST6EkwnKqHAnOSssZShRg { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:5.5625rem;height:1.4625rem;display:block; }
#mfe1quTNlEv9Lhs9MTTXkLEyDHaZi5Zu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.9375rem;top:0.54374980926514rem;left:0.625rem;overflow:hidden;display:block; }
#OFdMo7VbXEi7NalcZkBJ3EkgmOx69pNX { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:1.9375rem;left:23.3125rem;overflow:hidden;display:block; }
#KJ1dBBpATPqLFCQ5qDZiXxDILq9k6UVR { color:#1e1e27;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:40.3125rem;height:1.4625rem;display:block; }
#LkRvQ74ChVGWm1lVfzz0d23bRZxiFTnP { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5rem;top:2.0625rem;left:37.9375rem;overflow:hidden;display:block; }
#C5Z7TlGxKXlLbsAVg3f8xx7OyUNiF77p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:left;text-align-last:left;top:1.4375rem;left:25.5625rem;display:block; }
#RKpdXxL1uXOcvTwT509yN7CqTEdS1tGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qGDELfNabTObJzngscaH05uGEblQ48Fc { 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;position:relative;z-index:auto;display:block; }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container { background-color: transparent; background-image: none; }#qGDELfNabTObJzngscaH05uGEblQ48Fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container > .video-iframe-container { display: none; }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row > .video-iframe-container { display: none; }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .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); }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container { border-width: 0; border-radius: 0; }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container { width:60rem;height:5.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k2LfEc44/slide_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm.adaptive-delivery-prevent-bg, #Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm.lazyload, #Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm.lazyloading { background-image: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container { background-color: transparent; background-image: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container > .video-iframe-container { display: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row > .video-iframe-container { display: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .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); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container { border-width: 0; border-radius: 0; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;overflow:visible;position:relative;display:block; }#TUHnIzmkd6xyqpMv5JLNfAQ5SWuJ9g8O { color:#ffffff;display:block;width:44.125rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.5rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtBDUwSn8WcIhXsTC6TPfzWaa3iMCsVR { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:5.3125rem;height:1.625rem;font-style:normal;display:block; }
#ILtx3sUslI6WvSWLQKTANFIaovzfQMcB { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:22.9375rem;height:5.60625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vH8e3C7Wzf614DuO4wPQMXVqE9UO9gvx { box-sizing:content-box;color:#386abe;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:9.8125rem;left:4.5rem;display:block; }
#csHR8Lx7dpDS9KpTJrkcmhHkyBaVCIcA { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:7.5625rem;height:1.625rem;font-style:normal;display:block; }
#hXEnesSlxBzhn2RtNWxTNUDCL181ov8B { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:13.375rem;left:7.4375rem;height:1.625rem;font-style:normal;display:block; }
#V5v5FXGwmpcxdsUIr070pDpGthS8ruea { box-sizing:content-box;color:#386abe;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:12.75rem;left:4.5rem;display:block; }
#ZKR2tTdIPeI7I4mJMOohrA7xG9HALhKm { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:16.375rem;left:7.4375rem;height:1.625rem;font-style:normal;display:block; }
#JdCO6NBsB9ZVJCGxSstcPgJfPrlLgTQ1 { box-sizing:content-box;color:#386abe;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:15.75rem;left:4.5rem;display:block; }
#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { border-width: 0; border-radius: 0; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { color:#4a4a4a;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.2625007629394rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMVt0L36N4OlQzHx2owckT2eFDh2812N { position:absolute;display:block;z-index:100002;background-color:#59aee9;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;height:0.125rem;width:5rem;top:10.625rem;left:27.5rem;display:block; }
#PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { color:#bdbdbd;display:block;width:48.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klw94SIqXQVDfbcm2O58T1fJnLDTxszV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { background-color: transparent; background-image: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .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); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { border-width: 0; border-radius: 0; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#LaNECebXbz4BgsSkoxVqcUJG63smxM6S { color:#4a4a4a;display:block;width:7.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:15.3125rem;left:25.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZroRc8bQRr0TMcWHQugUoihSGbXem61I { box-sizing:content-box;color:#386abe;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:14.625rem;left:1rem;display:block; }
#uPCGLq7eztTPH18PaVNBoJ7HI8puS912 { color:#4a4a4a;display:block;width:12.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:25.4375rem;left:25.4375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzImF88wRN5uUiNFoEAFEUTZIAiCIQTM { color:#4a4a4a;display:block;width:11.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:17.5625rem;left:46.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPCf6X3OL4mxWArhvun0tnq5bia3OdVl { color:#4a4a4a;display:block;width:10.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:15.25rem;left:4.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHcGK1WpAmFsZuAoyZW3hPWHcoitqLor { color:#4a4a4a;display:block;width:14.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdGh6CLTiE54IvHf3VPJdHUgv7ATy7TP { color:#4a4a4a;display:block;width:10.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:6.375rem;left:4.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4mddK8z29PdUhmGThPcwphGu0ouTTL8 { color:#4a4a4a;display:block;width:7.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:14.8125rem;left:46.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIFWiNL6r5cIoWoN1zbFeEGHLJEABDr0 { color:#4a4a4a;display:block;width:8.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:23.0625rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CLtLKWOuUp5Cg2IXFW8T2hpaFvEtDprk { color:#4a4a4a;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:23.0625rem;left:46.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTuFIeZ66TFloOq5kew9dzs3twNcV4Vl { box-sizing:content-box;color:#386abe;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:14.375rem;left:21.6875rem;display:block; }
#oS1EnnVePCWtoe945EaWrg9aLFSigw4C { box-sizing:content-box;color:#386abe;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:5.1875rem;left:0.5625rem;display:block; }
#cNXds3T1KNwJTic3vb4XWSob7X91KvOb { box-sizing:content-box;color:#386abe;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:22.3125rem;left:1rem;display:block; }
#TCZaKLOiyA8aEye4nzMwBhS9ZTBkqUp7 { position:absolute;display:block;z-index:100000;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.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;height:29.5625rem;width:18.9375rem;top:2.625rem;left:20.5rem;display:block; }
#dgAzHxUBmiqqmIgOEDAfgAtviHIfsila { color:#4a4a4a;display:block;width:14.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:6.375rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRSARs4dRwLN4aKdMpxhLFJQlqKIs8CJ { box-sizing:content-box;color:#386abe;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:5.6875rem;left:22rem;display:block; }
#tuPRCVnXWmprC9Z3JILRIyA5LwuQkOCk { color:#4a4a4a;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.0625rem;left:25.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCdJthrTBdUzdMEMBbCcdmXml28S5fyE { position:absolute;display:block;z-index:100001;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.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;height:29.5625rem;width:18.9375rem;top:2.625rem;left:40.9375rem;display:block; }
#WcBDPaaHZflGIKCeTq4u43nGrRlhHWup { position:absolute;display:block;z-index:99999;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.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;height:29.5625rem;width:18.9375rem;top:2.625rem;left:0rem;display:block; }
#knmD02bDbsalTHqq5sTTkvGQmlNdAzST { box-sizing:content-box;color:#386abe;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:22.625rem;left:22.0625rem;display:block; }
#FMk5T0WyNisEvi5nwEVPQgdh2eeOqvhN { box-sizing:content-box;color:#386abe;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.65625rem;left:42.40625rem;display:block; }
#oikhisdF9mdzz8fpQocL47d56qeVB7TO { box-sizing:content-box;color:#386abe;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:22.4375rem;left:42.4375rem;display:block; }
#QmeBT0J6eQhLOa5fi7OROUQgXd7QtT2S { box-sizing:content-box;color:#386abe;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.6875rem;left:42.3125rem;display:block; }
#dcqHSkXabRVxra4AAf8suhfHxFw3AS7J { color:#4a4a4a;display:block;width:5.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otRTtBaw2H3ZChDCJERsa2e7q4MXnhLW { color:#4a4a4a;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:9.0625rem;left:46.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6ihGngUgrkNTZxrRpKl0bVE9tX3z4Br { color:#4a4a4a;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.0625rem;left:25.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WVQL4VIpSVVTil8AGg2LWJHPrp8IK9TG { color:#4a4a4a;display:block;width:12.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:25.4375rem;left:46.3125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0NdpE7GivCpsx2WzVId2VZooql4Is14 { color:#4a4a4a;display:block;width:13.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:25.4375rem;left:4.8125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0nM7JZ6vGdbo8v31IniPKz1J8Wlgr7O { color:#4a4a4a;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:17.5625rem;left:25.125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tosFld2bHo4X77hFKB0fx5kMas5mio0K { color:#4a4a4a;display:block;width:13.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:17.5625rem;left:4.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UQY0ka4a/06.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.adaptive-delivery-prevent-bg, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyload, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyloading { background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { background-color: transparent; background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .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); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { border-width: 0; border-radius: 0; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { position:absolute;display:block;z-index:100004;background-color:#59aee9;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;height:0.125rem;width:5rem;top:14.875rem;left:27.5rem;display:block; }
#bJ1PZcVlQ3JGe2W8R9gfGlSr2gnolsDB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lerGrL84h6F8WTpydKH676Xz0KTnVgpF { background-color:#59aee9;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:21.1875rem;left:21.25rem;display:block; }
#uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:9.5875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { background-color: transparent; background-image: none; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container > .video-iframe-container { display: none; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row > .video-iframe-container { display: none; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .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); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { border-width: 0; border-radius: 0; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#Jw8qdAIBtbAVeLZosuJX97rpr6llTcvT { position:absolute;display:block;z-index:100004;background-color:#59aee9;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;height:0.125rem;width:5rem;top:10.4375rem;left:27.5rem;display:block; }
#CAbEF09t6pWVPlW1QhoMmvRmCQmd0kXG { color:#4a4a4a;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { background-color: transparent; background-image: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container > .video-iframe-container { display: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container { display: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .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); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { border-width: 0; border-radius: 0; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:19rem;top:6.3125rem;left:0.5rem;overflow:hidden;display:block; }
#PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { position:absolute;display:block;z-index:100001;background-color:#59aee9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.875rem;width:5.875rem;top:3.1875rem;left:6.8125rem;display:block; }
#iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { box-sizing:content-box;color:#ffffff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:4.75rem;left:8.375rem;display:block; }
#F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0.78125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z80OqVvTBMH5DC22oxKqzZK3y2rPuTpZ { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:6rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { background-color:#59aee9;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.875rem;left:0.5rem;display:block; }
#JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:19rem;top:6.375rem;left:40.5rem;overflow:hidden;display:block; }
#XRvrWlSEEa7B1d2gbOowdZxKwW8lr5rT { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:11.875rem;left:40.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ar0tkEl2MlHZsZemQFQfceFPu6P2huod { position:absolute;display:block;z-index:100012;background-color:#59aee9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.875rem;width:5.875rem;top:3.25rem;left:46.8125rem;display:block; }
#fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { box-sizing:content-box;color:#ffffff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:4.59375rem;left:48.21875rem;display:block; }
#K59LlMdVaLJJpcIr172ebAxmZA40KdgF { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:19rem;top:6.375rem;left:20.5rem;overflow:hidden;display:block; }
#eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { position:absolute;display:block;z-index:100017;background-color:#59aee9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.875rem;width:5.875rem;top:3.25rem;left:26.8125rem;display:block; }
#UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:4.875rem;left:28.5rem;display:block; }
#RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M33SJDIWTn2a3W49ymt6wkza7qvMubro { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.9375rem;left:25.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dLea9xg5/10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.adaptive-delivery-prevent-bg, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyload, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyloading { background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { background-color: transparent; background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .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); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { border-width: 0; border-radius: 0; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { position:absolute;display:block;z-index:100006;background-color:#59aee9;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;height:0.125rem;width:5rem;top:9.625rem;left:27.5rem;display:block; }
#fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { color:#4a4a4a;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.53125rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { color:#4a4a4a;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dLea9xg5/10.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7.adaptive-delivery-prevent-bg, #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7.lazyload, #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7.lazyloading { background-image: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { background-color: transparent; background-image: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container > .video-iframe-container { display: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row > .video-iframe-container { display: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .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); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { border-width: 0; border-radius: 0; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#gUr4v2adn6T5xJr54Jz6x2NcICN5CLJq { position:absolute;display:block;z-index:100000;background-color:#59aee9;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;height:14.625rem;width:28.9375rem;top:2.71875rem;left:0.53125rem;display:block; }
#r3nmaTwMrFKn29Z94JFKI9GIsLoGz6AG { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:6.1875rem;left:4.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTHEioKUQP6CgmfZMnTq68DKnQByOoil { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:8.421875rem;left:4.0625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BymkvGncSFhIi28EiL4Mpoaklw9w9RJC { position:absolute;display:block;z-index:100004;background-color:#59aee9;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;height:13rem;width:28.9375rem;top:18.5625rem;left:0.625rem;display:block; }
#QCM9XlySB6zcWL2VeEAM9EoCwK834gVd { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:22.8125rem;left:4.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4qSe3B1HLVhpNplE3yD1sTRh9yRmLrJ { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSaiLhz7CMtsBQvnPAqxnl2HIxtZfSoA { position:absolute;display:block;z-index:100012;background-color:#59aee9;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;height:13rem;width:28.9375rem;top:18.5625rem;left:30.625rem;display:block; }
#iSymQVOV1bX6FiaLTTMaEfbXHPTGKNgs { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:22.8125rem;left:34.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPLXOBUJhDPGU4Vb4WxA875G6VSlfMvD { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:21.25rem;left:34.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ul3fBOfC4dMn7vwvJnkg3m94K7fU6FAy { position:absolute;display:block;z-index:100008;background-color:#59aee9;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;height:14.8125rem;width:28.9375rem;top:2.625rem;left:30.5625rem;display:block; }
#OGnpuEqkvJTsHyTFTQhqvgiFX8m4WRib { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:8.421875rem;left:34.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWvVRuCdzGaSxFe81FEsdS7dnZJOxGp8 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:6.1875rem;left:32.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;display:block; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container { background-color: transparent; background-image: none; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container > .video-iframe-container { display: none; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row > .video-iframe-container { display: none; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .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); }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container { border-width: 0; border-radius: 0; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#lf2DmLsRhbhR1xKcQozau4yeTwNesPxT { color:#4a4a4a;display:block;width:35.1875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#XAwi6hAxz5ShCggPwmRJDIyO30NTpWUA { position:absolute;display:block;z-index:100007;background-color:#f8bc38;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;height:0.25rem;width:4.6875rem;top:6.75rem;left:0rem;display:block; }
#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;display:block; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container { background-color: transparent; background-image: none; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container > .video-iframe-container { display: none; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row > .video-iframe-container { display: none; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .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); }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container { border-width: 0; border-radius: 0; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#hIusEZvVkSWFt8HzvdD9RVw0JU6gZhvB { position:absolute;display:block;z-index:100000;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;height:26.25rem;width:19.375rem;top:0rem;left:0rem;display:block; }
#p5JTX29X4RhqcEzsgzxSs2HOZTce2zet { position:absolute;display:block;z-index:100001;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;height:26.25rem;width:19.375rem;top:0rem;left:20.3125rem;display:block; }
#pxd2UtaksEQOJsSGBfSSzSfvKoDJD04z { position:absolute;display:block;z-index:100002;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;height:26.25rem;width:19.375rem;top:0rem;left:40.625rem;display:block; }
#vwOpyoZIuRh8TzkXd29FABgMbJouXzTV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:15.8125rem;top:6.6875rem;left:2.09375rem;overflow:hidden;display:block; }
#UTfftDD3Uawvy4lPRoAO6kFxO8LhgM1B { position:absolute;display:block;z-index:100006;background-color:#f8bc38;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;height:3.5rem;width:0.25rem;top:1.5625rem;left:2.09375rem;display:block; }
#eBbc2FCB9273qmNtdoykJQKJavCr5uAW { position:absolute;display:block;z-index:100007;background-color:#f8bc38;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;height:3.5rem;width:0.25rem;top:1.5625rem;left:21.90625rem;display:block; }
#yfMPOUzGuJF97IRzsmQ98Iv8Gv5P4ps4 { position:absolute;display:block;z-index:100008;background-color:#f8bc38;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;height:3.5rem;width:0.25rem;top:1.625rem;left:41.90625rem;display:block; }
#h0xV2II6hqmgJEuaOTOS1aXaZov0boGI { color:#284d42;display:block;width:8.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.875rem;height:3.65625rem;font-style:normal;display:block; }
#BacRSRrsElb2vWuQsguKiA9UPoTsH4N2 { color:#284d42;display:block;width:8.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.59375rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OhdGqMuycroeEUvW9ZGL8cQtWvekdWFh { color:#284d42;display:block;width:8.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.875rem;height:3.65625rem;font-style:normal;display:block; }
#qX62h1by78Bp1zGuGSrJxFV83zHuzowT { color:#284d42;display:block;width:8.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:1.625rem;left:29.625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xuAxRSsaw51E5TfRz38XwRkXrzfPJpBg { color:#284d42;display:block;width:8.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1.625rem;left:42.875rem;height:3.65625rem;font-style:normal;display:block; }
#vtqlCHAbVJGZxwnSMcld9EX4HyPCgeMZ { color:#284d42;display:block;width:8.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:1.625rem;left:49.625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xCISfeLmRrqqZ9plZ6elwIoNvfXuVMWq { background-color:#284d42;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;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:21.3125rem;left:4.78125rem;display:block; }
#X0QvvuKceCtIUngKhhweazuTKaKArFy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rmc26y4v6Vz2s9zUdRpiElTmPGvsBWZl { background-color:#284d42;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;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.9375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:21.3125rem;left:24.84375rem;display:block; }
#PpH15xGdk1g0TqT76lpV6DMTwo6NVrTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ULRdB1fhkLA4Ee4DEMkRoZWFpsFpUvbZ { background-color:#284d42;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;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:21.3125rem;left:44.96875rem;display:block; }
#Af5U0kogu3abDaWTywObGLJ1GnsC2UAW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZKJNamZFWdmkqmpRpVdTwrHWgZTG8Az8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:16.875rem;top:6.875rem;left:21.90625rem;overflow:hidden;display:block; }
#zBZTzR3TtU5sZwrmm6n52Kr2WOetAfr7 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:15.8125rem;top:6.6875rem;left:42.09375rem;overflow:hidden;display:block; }
#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GkUc4EOs/1333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { border-width: 0; border-radius: 0; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#MPFtwBntanemHl3ti0EarcwDRkFnvTgB { position:absolute;display:block;z-index:100008;background-color:#59aee9;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;height:0.125rem;width:5rem;top:13.375rem;left:12.375rem;display:block; }
#z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:raleway;font-size:3.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.3562469482422rem;left:0rem;height:8.6125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:14.300003051757rem;left:1.4375rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BJLzT1ZVmZQkRmI2CvwwKx2BZ1AEdTco { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:25.5625rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ps2aXHGN46celFvPZqPzfbHGb8nVoFbU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.0625rem;text-decoration:none;z-index:100010;text-align:left;text-align-last:left;top:17.6875rem;left:6.875rem;display:block; }
#RuEm82N7sD2k49sJSlBrv056wgI5AdXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GakBkopCVXvDMoEXSg3yPOIUCcxpVxs9 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:20.75rem;left:7.125rem;height:1.70625rem;display:block; }
#WJkUq5N0A6vJfrXC9kd5KqvQl21PZZuy { box-sizing:content-box;color:#0e9ae5;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:17.875rem;left:2.3125rem;display:block; }
#A6o7G50hZeSOThocZuCsyWAAqNzkTegt { box-sizing:content-box;color:#0e9ae5;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:20.25rem;left:2.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 { display:block; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J64tW650uCZST6EkwnKqHAnOSssZShRg { width:12.5rem;height:1.4375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfe1quTNlEv9Lhs9MTTXkLEyDHaZi5Zu { width:4.9375rem;height:4.1875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFdMo7VbXEi7NalcZkBJ3EkgmOx69pNX { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1dBBpATPqLFCQ5qDZiXxDILq9k6UVR { width:10.5rem;height:1.4375rem;top:1.9375rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRvQ74ChVGWm1lVfzz0d23bRZxiFTnP { width:1.5rem;height:1.1875rem;top:2.0625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Z7TlGxKXlLbsAVg3f8xx7OyUNiF77p { width:10rem;height:2.5rem;top:1.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpdXxL1uXOcvTwT509yN7CqTEdS1tGt { display:block; }
 }@media only screen and (max-width: 763px) { #qGDELfNabTObJzngscaH05uGEblQ48Fc { display:block; }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm { display:block; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUHnIzmkd6xyqpMv5JLNfAQ5SWuJ9g8O { width:44.125rem;height:4.4375rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtBDUwSn8WcIhXsTC6TPfzWaa3iMCsVR { width:15.3125rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtx3sUslI6WvSWLQKTANFIaovzfQMcB { width:25.0625rem;height:5.5625rem;top:7.6875rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH8e3C7Wzf614DuO4wPQMXVqE9UO9gvx { width:2.9375rem;height:2.9375rem;top:9.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #csHR8Lx7dpDS9KpTJrkcmhHkyBaVCIcA { width:16.25rem;height:1.625rem;top:10.4375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXEnesSlxBzhn2RtNWxTNUDCL181ov8B { width:16.25rem;height:1.625rem;top:13.375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5v5FXGwmpcxdsUIr070pDpGthS8ruea { width:2.9375rem;height:2.9375rem;top:12.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKR2tTdIPeI7I4mJMOohrA7xG9HALhKm { width:16.25rem;height:1.625rem;top:16.375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCO6NBsB9ZVJCGxSstcPgJfPrlLgTQ1 { width:2.9375rem;height:2.9375rem;top:15.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:47.75rem;height:3.875rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:5rem;height:0.125rem;top:10.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:47.75rem;height:4.875rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaNECebXbz4BgsSkoxVqcUJG63smxM6S { width:7.75rem;height:1.625rem;top:15.3125rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroRc8bQRr0TMcWHQugUoihSGbXem61I { width:2.9375rem;height:2.9375rem;top:14.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPCGLq7eztTPH18PaVNBoJ7HI8puS912 { width:12.6875rem;height:2.5625rem;top:25.4375rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzImF88wRN5uUiNFoEAFEUTZIAiCIQTM { width:11.4375rem;height:2.5625rem;top:17.5625rem;left:35.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPCf6X3OL4mxWArhvun0tnq5bia3OdVl { width:10.1875rem;height:1.625rem;top:15.25rem;left:2.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHcGK1WpAmFsZuAoyZW3hPWHcoitqLor { width:14.3125rem;height:2.625rem;top:9.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGh6CLTiE54IvHf3VPJdHUgv7ATy7TP { width:10.375rem;height:1.625rem;top:6.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4mddK8z29PdUhmGThPcwphGu0ouTTL8 { width:7.125rem;height:1.625rem;top:14.8125rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFWiNL6r5cIoWoN1zbFeEGHLJEABDr0 { width:8.5625rem;height:1.625rem;top:23.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLtLKWOuUp5Cg2IXFW8T2hpaFvEtDprk { width:12.375rem;height:1.625rem;top:23.0625rem;left:35.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTuFIeZ66TFloOq5kew9dzs3twNcV4Vl { width:3.5rem;height:3.5rem;top:14.375rem;left:15.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1EnnVePCWtoe945EaWrg9aLFSigw4C { width:3.875rem;height:3.875rem;top:5.1875rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNXds3T1KNwJTic3vb4XWSob7X91KvOb { width:3.1875rem;height:3.1875rem;top:22.3125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCZaKLOiyA8aEye4nzMwBhS9ZTBkqUp7 { width:18.9375rem;height:29.5625rem;top:2.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAzHxUBmiqqmIgOEDAfgAtviHIfsila { width:14.5rem;height:1.625rem;top:6.375rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRSARs4dRwLN4aKdMpxhLFJQlqKIs8CJ { width:2.8125rem;height:2.8125rem;top:5.6875rem;left:15.875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuPRCVnXWmprC9Z3JILRIyA5LwuQkOCk { width:16.125rem;height:2.5625rem;top:9.0625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCdJthrTBdUzdMEMBbCcdmXml28S5fyE { width:18.9375rem;height:29.5625rem;top:2.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcBDPaaHZflGIKCeTq4u43nGrRlhHWup { width:18.9375rem;height:29.5625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmD02bDbsalTHqq5sTTkvGQmlNdAzST { width:2.6875rem;height:2.6875rem;top:22.625rem;left:15.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMk5T0WyNisEvi5nwEVPQgdh2eeOqvhN { width:3.0625rem;height:3.0625rem;top:5.625rem;left:32.09375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oikhisdF9mdzz8fpQocL47d56qeVB7TO { width:2.8125rem;height:2.8125rem;top:22.4375rem;left:32.125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmeBT0J6eQhLOa5fi7OROUQgXd7QtT2S { width:3rem;height:3rem;top:14.6875rem;left:32rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcqHSkXabRVxra4AAf8suhfHxFw3AS7J { width:5.6875rem;height:1.625rem;top:6.4375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otRTtBaw2H3ZChDCJERsa2e7q4MXnhLW { width:11.8125rem;height:2.5625rem;top:9.0625rem;left:35.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6ihGngUgrkNTZxrRpKl0bVE9tX3z4Br { width:5.625rem;height:1.625rem;top:23.0625rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVQL4VIpSVVTil8AGg2LWJHPrp8IK9TG { width:12.6875rem;height:2.5625rem;top:25.4375rem;left:34.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0NdpE7GivCpsx2WzVId2VZooql4Is14 { width:13.3125rem;height:2.5625rem;top:25.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0nM7JZ6vGdbo8v31IniPKz1J8Wlgr7O { width:11.6875rem;height:2.625rem;top:17.5625rem;left:18.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tosFld2bHo4X77hFKB0fx5kMas5mio0K { width:13.375rem;height:2.5625rem;top:17.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:5rem;height:0.125rem;top:14.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ1PZcVlQ3JGe2W8R9gfGlSr2gnolsDB { width:47.75rem;height:1.9375rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:17.5rem;height:2.9375rem;top:21.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 763px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:47.75rem;height:9.5625rem;top:4.3125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw8qdAIBtbAVeLZosuJX97rpr6llTcvT { width:5rem;height:0.125rem;top:10.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAbEF09t6pWVPlW1QhoMmvRmCQmd0kXG { width:47.75rem;height:3.875rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { width:19rem;height:15rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { width:5.875rem;height:5.875rem;top:3.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { width:3.25rem;height:3.25rem;top:4.75rem;left:6.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { width:18.4375rem;height:1.1875rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80OqVvTBMH5DC22oxKqzZK3y2rPuTpZ { width:9.375rem;height:2.4375rem;top:13.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { width:19rem;height:3.5rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block; }
 }@media only screen and (max-width: 763px) { #pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { width:19rem;height:15rem;top:6.375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRvrWlSEEa7B1d2gbOowdZxKwW8lr5rT { width:11.0625rem;height:2.4375rem;top:13.4375rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { width:18.25rem;height:1.1875rem;top:11.875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar0tkEl2MlHZsZemQFQfceFPu6P2huod { width:5.875rem;height:5.875rem;top:3.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { width:3.5625rem;height:3.5625rem;top:4.5625rem;left:37.90625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K59LlMdVaLJJpcIr172ebAxmZA40KdgF { width:19rem;height:15rem;top:6.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { width:5.875rem;height:5.875rem;top:3.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { width:2.9375rem;height:2.9375rem;top:4.875rem;left:22.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { width:18.125rem;height:1.1875rem;top:11.4375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33SJDIWTn2a3W49ymt6wkza7qvMubro { width:10.6875rem;height:2.4375rem;top:12.9375rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { width:5rem;height:0.125rem;top:9.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:47.75rem;height:3.875rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { width:47.75rem;height:4.875rem;top:11.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 { display:block; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUr4v2adn6T5xJr54Jz6x2NcICN5CLJq { width:28.9375rem;height:14.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3nmaTwMrFKn29Z94JFKI9GIsLoGz6AG { width:20.5rem;height:1.1875rem;top:6.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTHEioKUQP6CgmfZMnTq68DKnQByOoil { width:21.875rem;height:6.0625rem;top:8.375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymkvGncSFhIi28EiL4Mpoaklw9w9RJC { width:28.9375rem;height:13rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCM9XlySB6zcWL2VeEAM9EoCwK834gVd { width:21.875rem;height:2.4375rem;top:22.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4qSe3B1HLVhpNplE3yD1sTRh9yRmLrJ { width:20.875rem;height:;top:21.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSaiLhz7CMtsBQvnPAqxnl2HIxtZfSoA { width:28.9375rem;height:13rem;top:18.5625rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSymQVOV1bX6FiaLTTMaEfbXHPTGKNgs { width:21.875rem;height:2.4375rem;top:22.8125rem;left:24.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPLXOBUJhDPGU4Vb4WxA875G6VSlfMvD { width:20.3125rem;height:1.1875rem;top:21.25rem;left:25.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ul3fBOfC4dMn7vwvJnkg3m94K7fU6FAy { width:28.9375rem;height:14.8125rem;top:2.625rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGnpuEqkvJTsHyTFTQhqvgiFX8m4WRib { width:21.875rem;height:4.875rem;top:8.375rem;left:24.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWvVRuCdzGaSxFe81FEsdS7dnZJOxGp8 { width:24.75rem;height:1.1875rem;top:6.1875rem;left:23rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 { display:block; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf2DmLsRhbhR1xKcQozau4yeTwNesPxT { top:1.625rem;left:0rem;width:35.1875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAwi6hAxz5ShCggPwmRJDIyO30NTpWUA { top:6.75rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw { display:block; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIusEZvVkSWFt8HzvdD9RVw0JU6gZhvB { top:0rem;left:0rem;width:19.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5JTX29X4RhqcEzsgzxSs2HOZTce2zet { top:0rem;left:12.375rem;width:19.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxd2UtaksEQOJsSGBfSSzSfvKoDJD04z { top:0rem;left:28.25rem;width:19.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwOpyoZIuRh8TzkXd29FABgMbJouXzTV { top:6.6875rem;left:0.03125rem;width:15.8125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfftDD3Uawvy4lPRoAO6kFxO8LhgM1B { top:1.5625rem;left:0.03125rem;width:0.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBbc2FCB9273qmNtdoykJQKJavCr5uAW { top:1.5625rem;left:15.875rem;width:0.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfMPOUzGuJF97IRzsmQ98Iv8Gv5P4ps4 { top:1.625rem;left:31.75rem;width:0.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0xV2II6hqmgJEuaOTOS1aXaZov0boGI { top:1.625rem;left:0.8125rem;width:8.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BacRSRrsElb2vWuQsguKiA9UPoTsH4N2 { top:1.625rem;left:7.5rem;width:8.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhdGqMuycroeEUvW9ZGL8cQtWvekdWFh { top:1.625rem;left:16.6875rem;width:8.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX62h1by78Bp1zGuGSrJxFV83zHuzowT { top:1.625rem;left:23.375rem;width:8.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAxRSsaw51E5TfRz38XwRkXrzfPJpBg { top:1.625rem;left:32.5625rem;width:8.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqlCHAbVJGZxwnSMcld9EX4HyPCgeMZ { top:1.625rem;left:39.25rem;width:8.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCISfeLmRrqqZ9plZ6elwIoNvfXuVMWq { width:10.3125rem;height:2.9375rem;top:21.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QvvuKceCtIUngKhhweazuTKaKArFy0 { display:block; }
 }@media only screen and (max-width: 763px) { #rmc26y4v6Vz2s9zUdRpiElTmPGvsBWZl { width:10.3125rem;height:2.9375rem;top:21.3125rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpH15xGdk1g0TqT76lpV6DMTwo6NVrTn { display:block; }
 }@media only screen and (max-width: 763px) { #ULRdB1fhkLA4Ee4DEMkRoZWFpsFpUvbZ { width:10.3125rem;height:2.9375rem;top:21.3125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af5U0kogu3abDaWTywObGLJ1GnsC2UAW { display:block; }
 }@media only screen and (max-width: 763px) { #ZKJNamZFWdmkqmpRpVdTwrHWgZTG8Az8 { top:6.875rem;left:15rem;width:16.875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZTzR3TtU5sZwrmm6n52Kr2WOetAfr7 { top:6.6875rem;left:31.78125rem;width:15.8125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:5rem;height:0.125rem;top:13.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:21.6875rem;height:8.625rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { width:21.8125rem;height:2.3125rem;top:14.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJLzT1ZVmZQkRmI2CvwwKx2BZ1AEdTco { width:21.25rem;height:8.125rem;top:25.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps2aXHGN46celFvPZqPzfbHGb8nVoFbU { width:12.5rem;height:3.0625rem;top:17.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuEm82N7sD2k49sJSlBrv056wgI5AdXW { display:block; }
 }@media only screen and (max-width: 763px) { #GakBkopCVXvDMoEXSg3yPOIUCcxpVxs9 { width:12rem;height:1.6875rem;top:20.75rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkUq5N0A6vJfrXC9kd5KqvQl21PZZuy { width:2.6875rem;height:2.6875rem;top:17.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6o7G50hZeSOThocZuCsyWAAqNzkTegt { width:2.6875rem;height:2.6875rem;top:20.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#xsuJmMNzgQQ10ynTqfhUQwHd3yaN98w5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J64tW650uCZST6EkwnKqHAnOSssZShRg { width:12.5rem;height:1.3rem;top:1.4750003814698rem;left:5.2489585876465rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfe1quTNlEv9Lhs9MTTXkLEyDHaZi5Zu { width:4.625rem;height:3.875rem;top:0.59375rem;left:0.9989585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFdMo7VbXEi7NalcZkBJ3EkgmOx69pNX { width:1.4375rem;height:1.4375rem;top:1.40625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1dBBpATPqLFCQ5qDZiXxDILq9k6UVR { width:12.6875rem;height:1.1375rem;top:3.3937501907349rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRvQ74ChVGWm1lVfzz0d23bRZxiFTnP { width:1.5rem;height:1.1875rem;top:3.34375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Z7TlGxKXlLbsAVg3f8xx7OyUNiF77p { width:10rem;height:2.5rem;top:0.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpdXxL1uXOcvTwT509yN7CqTEdS1tGt { display:block; }
 }@media only screen and (max-width: 763px) { #qGDELfNabTObJzngscaH05uGEblQ48Fc { position:relative;z-index:auto;display:block; }#qGDELfNabTObJzngscaH05uGEblQ48Fc > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k2LfEc44/slide_2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm.adaptive-delivery-prevent-bg, #Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm.lazyload, #Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm.lazyloading { background-image: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container { background-color: transparent; background-image: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container > .video-iframe-container { display: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row > .video-iframe-container { display: none; }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .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); }#Cztt1bR9pD6qTgxkTJInpIkt7yslIVUm > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUHnIzmkd6xyqpMv5JLNfAQ5SWuJ9g8O { width:20rem;height:2.1125rem;top:1.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtBDUwSn8WcIhXsTC6TPfzWaa3iMCsVR { width:17.1875rem;height:1.625rem;top:3.3312501907349rem;left:1.40625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtx3sUslI6WvSWLQKTANFIaovzfQMcB { width:16.625rem;height:3.65625rem;top:5.5062503814697rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH8e3C7Wzf614DuO4wPQMXVqE9UO9gvx { width:2.9375rem;height:2.9375rem;top:18.9375rem;left:0rem;font-size:2rem;color:#be5f38;display:block; }
 }@media only screen and (max-width: 763px) { #csHR8Lx7dpDS9KpTJrkcmhHkyBaVCIcA { width:10.5rem;height:1.625rem;top:19.59375rem;left:2.9375rem;text-align:left;text-align-last:left;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXEnesSlxBzhn2RtNWxTNUDCL181ov8B { width:9.5625rem;height:1.625rem;top:22.40625rem;left:2.9375rem;text-align:left;text-align-last:left;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5v5FXGwmpcxdsUIr070pDpGthS8ruea { width:2.9375rem;height:2.9375rem;top:21.75rem;left:0rem;font-size:2rem;color:#be5f38;display:block; }
 }@media only screen and (max-width: 763px) { #ZKR2tTdIPeI7I4mJMOohrA7xG9HALhKm { width:10.3125rem;height:1.625rem;top:25.34375rem;left:2.9375rem;text-align:left;text-align-last:left;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCO6NBsB9ZVJCGxSstcPgJfPrlLgTQ1 { width:2.9375rem;height:2.9375rem;top:24.6875rem;left:0rem;font-size:2rem;color:#be5f38;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:20rem;height:4.3875rem;top:2.4812507629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:3.75rem;height:0.125rem;top:9.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:16.625rem;height:9.75rem;top:10.625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaNECebXbz4BgsSkoxVqcUJG63smxM6S { width:4.25rem;height:1.625rem;top:42.8125rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroRc8bQRr0TMcWHQugUoihSGbXem61I { width:2.375rem;height:2.375rem;top:12.875rem;left:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPCGLq7eztTPH18PaVNBoJ7HI8puS912 { width:10.3125rem;height:2.6rem;top:51.5625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzImF88wRN5uUiNFoEAFEUTZIAiCIQTM { width:11.4375rem;height:2.6rem;top:73.125rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IPCf6X3OL4mxWArhvun0tnq5bia3OdVl { width:8.6875rem;height:1.625rem;top:13.25rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHcGK1WpAmFsZuAoyZW3hPWHcoitqLor { width:12.6875rem;height:3.9rem;top:7.4375rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGh6CLTiE54IvHf3VPJdHUgv7ATy7TP { width:6rem;height:1.625rem;top:5rem;left:6rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4mddK8z29PdUhmGThPcwphGu0ouTTL8 { width:3.25rem;height:1.625rem;top:70.875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFWiNL6r5cIoWoN1zbFeEGHLJEABDr0 { width:9.6875rem;height:1.625rem;top:20.625rem;left:6rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLtLKWOuUp5Cg2IXFW8T2hpaFvEtDprk { width:12.4375rem;height:1.625rem;top:78.8125rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuFIeZ66TFloOq5kew9dzs3twNcV4Vl { width:3.4375rem;height:3.4375rem;top:41.9375rem;left:2.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1EnnVePCWtoe945EaWrg9aLFSigw4C { width:3.25rem;height:3.25rem;top:4.1875rem;left:2rem;font-size:2.25rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #cNXds3T1KNwJTic3vb4XWSob7X91KvOb { width:3.0625rem;height:3.0625rem;top:19.9375rem;left:2.3125rem;font-size:2.125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #TCZaKLOiyA8aEye4nzMwBhS9ZTBkqUp7 { width:18.9375rem;height:27.6875rem;top:30.3125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAzHxUBmiqqmIgOEDAfgAtviHIfsila { width:9.75rem;height:3.25rem;top:33.125rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRSARs4dRwLN4aKdMpxhLFJQlqKIs8CJ { width:2.6875rem;height:2.6875rem;top:33.40625rem;left:2.28125rem;font-size:1.875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #tuPRCVnXWmprC9Z3JILRIyA5LwuQkOCk { width:13.125rem;height:3.9rem;top:37.0625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCdJthrTBdUzdMEMBbCcdmXml28S5fyE { width:18.9375rem;height:27.6875rem;top:59.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcBDPaaHZflGIKCeTq4u43nGrRlhHWup { width:18.9375rem;height:27.6875rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmD02bDbsalTHqq5sTTkvGQmlNdAzST { width:2.9375rem;height:2.9375rem;top:48.6875rem;left:2.15625rem;font-size:2rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #FMk5T0WyNisEvi5nwEVPQgdh2eeOqvhN { width:3rem;height:3rem;top:61.875rem;left:2.125rem;font-size:2.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #oikhisdF9mdzz8fpQocL47d56qeVB7TO { width:3rem;height:3rem;top:78.125rem;left:2.375rem;font-size:2.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #QmeBT0J6eQhLOa5fi7OROUQgXd7QtT2S { width:2.9375rem;height:2.9375rem;top:70.125rem;left:2.4375rem;font-size:2rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #dcqHSkXabRVxra4AAf8suhfHxFw3AS7J { width:5.6875rem;height:1.625rem;top:62.5625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otRTtBaw2H3ZChDCJERsa2e7q4MXnhLW { width:12.25rem;height:2.6rem;top:65.4375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ihGngUgrkNTZxrRpKl0bVE9tX3z4Br { width:5.625rem;height:1.625rem;top:49rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVQL4VIpSVVTil8AGg2LWJHPrp8IK9TG { width:12.6875rem;height:2.6rem;top:81.125rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0NdpE7GivCpsx2WzVId2VZooql4Is14 { width:12.8125rem;height:2.6rem;top:22.75rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0nM7JZ6vGdbo8v31IniPKz1J8Wlgr7O { width:11.75rem;height:2.6rem;top:45.3125rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #tosFld2bHo4X77hFKB0fx5kMas5mio0K { width:13.375rem;height:2.6rem;top:15.25rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:3.75rem;height:0.125rem;top:10.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ1PZcVlQ3JGe2W8R9gfGlSr2gnolsDB { width:15.5625rem;height:2.275rem;top:11.8125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:17.5rem;height:2.9375rem;top:15.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 763px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:20rem;height:8.04375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw8qdAIBtbAVeLZosuJX97rpr6llTcvT { width:3.75rem;height:0.125rem;top:7rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAbEF09t6pWVPlW1QhoMmvRmCQmd0kXG { width:13.875rem;height:2.19375rem;top:1.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { width:19rem;height:12.1875rem;top:3.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { width:5.875rem;height:5.875rem;top:0.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { width:3.25rem;height:3.25rem;top:1.75rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { width:18.4375rem;height:1.3rem;top:8.25rem;left:0.875rem;text-align:center;text-align-last:center;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #z80OqVvTBMH5DC22oxKqzZK3y2rPuTpZ { width:18.25rem;height:1.3rem;top:9.4375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { width:19rem;height:3.5rem;top:12.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block; }
 }@media only screen and (max-width: 763px) { #pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { width:19rem;height:12.1875rem;top:40.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRvrWlSEEa7B1d2gbOowdZxKwW8lr5rT { width:11.8125rem;height:2.6rem;top:46.299999237061rem;left:4.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { width:18.1875rem;height:1.3rem;top:45rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ar0tkEl2MlHZsZemQFQfceFPu6P2huod { width:5.875rem;height:5.875rem;top:37.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { width:3.5625rem;height:3.5625rem;top:39.125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K59LlMdVaLJJpcIr172ebAxmZA40KdgF { width:19rem;height:12.1875rem;top:21.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { width:5.875rem;height:5.875rem;top:18.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { width:18.1875rem;height:1.3rem;top:26.6875rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M33SJDIWTn2a3W49ymt6wkza7qvMubro { width:18.1875rem;height:2.6rem;top:27.9375rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dLea9xg5/10.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.adaptive-delivery-prevent-bg, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyload, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyloading { background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { background-color: transparent; background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .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); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { width:5rem;height:0.125rem;top:8.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:14.5625rem;height:6.58125rem;top:1.4375rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { width:18.6875rem;height:8.53125rem;top:11.0625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 { display:block; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUr4v2adn6T5xJr54Jz6x2NcICN5CLJq { width:20rem;height:14.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3nmaTwMrFKn29Z94JFKI9GIsLoGz6AG { width:19.625rem;height:2.6rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTHEioKUQP6CgmfZMnTq68DKnQByOoil { width:17.4375rem;height:9.1rem;top:6.8374938964844rem;left:1.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BymkvGncSFhIi28EiL4Mpoaklw9w9RJC { width:20rem;height:14.8125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCM9XlySB6zcWL2VeEAM9EoCwK834gVd { width:19.3125rem;height:2.6rem;top:24.5rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4qSe3B1HLVhpNplE3yD1sTRh9yRmLrJ { width:13.6875rem;height:2.6rem;top:20.4375rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSaiLhz7CMtsBQvnPAqxnl2HIxtZfSoA { width:20rem;height:13rem;top:50.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSymQVOV1bX6FiaLTTMaEfbXHPTGKNgs { width:20rem;height:2.6rem;top:56.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPLXOBUJhDPGU4Vb4WxA875G6VSlfMvD { width:20rem;height:2.6rem;top:53rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ul3fBOfC4dMn7vwvJnkg3m94K7fU6FAy { width:20rem;height:14.8125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnpuEqkvJTsHyTFTQhqvgiFX8m4WRib { width:16.6875rem;height:7.8rem;top:39.625rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWvVRuCdzGaSxFe81FEsdS7dnZJOxGp8 { width:19.3125rem;height:2.6rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 { display:block; }#baF0yWnBZ8uTIKTtRMcLkZXtWeQ8LnD9 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf2DmLsRhbhR1xKcQozau4yeTwNesPxT { width:19.125rem;height:4.875rem;top:2.625rem;left:0.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAwi6hAxz5ShCggPwmRJDIyO30NTpWUA { width:4.6875rem;height:0.25rem;top:1.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw { display:block; }#p3Cn4iXD90SHmeV2MpcmEt1xv36yEkSw > .row .container { width:20rem;height:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIusEZvVkSWFt8HzvdD9RVw0JU6gZhvB { width:19.375rem;height:25rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5JTX29X4RhqcEzsgzxSs2HOZTce2zet { width:19.375rem;height:25rem;top:27.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxd2UtaksEQOJsSGBfSSzSfvKoDJD04z { width:19.375rem;height:25.1875rem;top:53.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwOpyoZIuRh8TzkXd29FABgMbJouXzTV { width:15.8125rem;height:12.875rem;top:7.75rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfftDD3Uawvy4lPRoAO6kFxO8LhgM1B { width:0.25rem;height:3.5rem;top:2.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBbc2FCB9273qmNtdoykJQKJavCr5uAW { width:0.25rem;height:3.5rem;top:28.9375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfMPOUzGuJF97IRzsmQ98Iv8Gv5P4ps4 { width:0.25rem;height:3.5rem;top:55.375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0xV2II6hqmgJEuaOTOS1aXaZov0boGI { width:8.375rem;height:3.4125rem;top:2.6875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BacRSRrsElb2vWuQsguKiA9UPoTsH4N2 { width:8.375rem;height:3.4125rem;top:2.6875rem;left:9.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhdGqMuycroeEUvW9ZGL8cQtWvekdWFh { width:8.375rem;height:3.4125rem;top:29rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX62h1by78Bp1zGuGSrJxFV83zHuzowT { width:8.375rem;height:3.4125rem;top:29rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAxRSsaw51E5TfRz38XwRkXrzfPJpBg { width:8.375rem;height:3.4125rem;top:55.375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqlCHAbVJGZxwnSMcld9EX4HyPCgeMZ { width:8.375rem;height:3.4125rem;top:55.375rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCISfeLmRrqqZ9plZ6elwIoNvfXuVMWq { width:8.75rem;height:2.5rem;top:21.875rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QvvuKceCtIUngKhhweazuTKaKArFy0 { display:block; }
 }@media only screen and (max-width: 763px) { #rmc26y4v6Vz2s9zUdRpiElTmPGvsBWZl { width:8.75rem;height:2.5rem;top:48.0625rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpH15xGdk1g0TqT76lpV6DMTwo6NVrTn { display:block; }
 }@media only screen and (max-width: 763px) { #ULRdB1fhkLA4Ee4DEMkRoZWFpsFpUvbZ { width:8.75rem;height:2.5rem;top:74.4375rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af5U0kogu3abDaWTywObGLJ1GnsC2UAW { display:block; }
 }@media only screen and (max-width: 763px) { #ZKJNamZFWdmkqmpRpVdTwrHWgZTG8Az8 { width:15.8125rem;height:11.8125rem;top:34.125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZTzR3TtU5sZwrmm6n52Kr2WOetAfr7 { width:15.8125rem;height:12.875rem;top:60.375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/iaJNkjuK/1233.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:3.75rem;height:0.125rem;top:9.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:20rem;height:5.3625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { width:18.8125rem;height:1.95rem;top:10.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJLzT1ZVmZQkRmI2CvwwKx2BZ1AEdTco { width:20rem;height:7.71875rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ps2aXHGN46celFvPZqPzfbHGb8nVoFbU { width:12.5rem;height:3.0625rem;top:13.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuEm82N7sD2k49sJSlBrv056wgI5AdXW { display:block; }
 }@media only screen and (max-width: 763px) { #GakBkopCVXvDMoEXSg3yPOIUCcxpVxs9 { width:12rem;height:1.70625rem;top:17.0625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkUq5N0A6vJfrXC9kd5KqvQl21PZZuy { width:2.6875rem;height:2.6875rem;top:13.5rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6o7G50hZeSOThocZuCsyWAAqNzkTegt { width:2.6875rem;height:2.6875rem;top:16.5625rem;left:2rem;font-size:1.875rem;display:block; }
 }