.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { background-color: transparent; background-image: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container > .video-iframe-container { display: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container { display: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .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); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { border-width: 0; border-radius: 0; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#r7QoXiUmgIqG1hrVHcSDom0kCgQmPwPN { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.875rem;top:0.8125rem;left:1.6513671875rem;overflow:hidden;display:block; }
#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c394b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { background-color: transparent; background-image: none; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container > .video-iframe-container { display: none; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row > .video-iframe-container { display: none; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .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); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { border-width: 0; border-radius: 0; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#ygNImUxPewEsbEK9q6dJwM749hxha5Tf { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.4375rem;left:0rem;height:6rem;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; }
#XAVpWuRBaZJmU7JvDTUsldeeaD2D7M4X { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0.125rem;height:5.0371125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ta2WzfS8pPqMECJdrl0JGwTVdC0UDamI { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AXGQDd5kb1PgklBrvULTC8uNPTrUe22D { position:absolute;display:block;z-index:15011;background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:36.0625rem;top:8.5rem;left:0.125rem;display:block; }
#Gp1hSdP0OiRvuFxPiWKIMo6I4z4DLB9d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:36.1875rem;top:4.3125rem;left:39.44447815534rem;overflow:hidden;display:block; }
#aBwwPslsAnQVVmuEaT910VoBZu4BuuTT { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.6875rem;left:0rem;display:block; }
#h16OBrxMIFzlhDHUdShIQpDHpAQ8W0p7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGKiH4VGvHsJOfMevWT1rgCE15wLo85y { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:29.375rem;left:0.875rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container { background-color: transparent; background-image: none; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container > .video-iframe-container { display: none; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row > .video-iframe-container { display: none; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .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); }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container { border-width: 0; border-radius: 0; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#BEueML4Hg6O6QNP3lHlVBEMIFOpQTrMV { box-sizing:content-box;height:55.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.9375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gwdo1WTFN28mmNvncTxcRnmm8ZCh9GHh { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#1a7f70;background-image:none;top:1.8115234375rem;left:2.96630859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#SXU9nKDU9TD4h7I740T9mzPeJCx0k0zW { color:#ffffff;display:block;width:7.937rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.09228515625rem;left:3.68408203125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvFP9GVb2aHMJ0pPA6Q28qgOorDvINWA { color:#2a4778;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:2.96875rem;height:5.2rem;font-style:normal;display:block; }
#vZb4eXBmnr8C79zwdWiMil4iIC5NLf8k { color:#0aadd0;display:block;width:42.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5rem;left:2.96875rem;height:6.375rem;display:block; }
#W6lhozOx6xMXcO79admKPuFuoTQxTi9m { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:26.625rem;top:1.8125rem;left:46.15625rem;overflow:hidden;display:block; }
#keR0Wy3nGlcw3UqJ5BJU1DxrBdmwrbGp { box-sizing:content-box;height:8.75rem;width:21.9375rem;position:absolute;display:block;z-index:15006;background-color:#d0e3f6;background-image:none;top:18.875rem;left:2.96875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Bhh5eMODwQ4tiSSXGJ6Czy89TtpEhKzx { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:59.96875rem;overflow:hidden;display:block; }
#PWdcIkwp5dEUTgOUMHVP8GuspO9UP13M { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.25rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#V25Dn7LMpgrZilT0DwUV9eIOLuy311SC { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:3.28125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#Ur8gKXOW3ZGu6BV4smV5xuIQcROuZL80 { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#d0e3f6;background-image:none;top:18.875rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#SpA4yBbcrFf2PcCKU9EuhKTucCSmOI0R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:36.25rem;overflow:hidden;display:block; }
#suhp9Ll31bZJRT3OPZKtcByTJTNV4FFg { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SuAvdp1VocoeGz4zBN5uzLahzuD95fSQ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:50.71875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#ACo7d2q7ktynlWCNwo3LcxrmmE3d9wJw { box-sizing:content-box;height:8.75rem;width:21.8125rem;position:absolute;display:block;z-index:15014;background-color:#d0e3f6;background-image:none;top:18.875rem;left:50.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#E9Mx8vOR5KO6Izmxbcbr2m3B7eQtclEo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:11.625rem;overflow:hidden;display:block; }
#ZhhvWgRiqWDWaEUSuJz46ZXTtx8RqEDp { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.25rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#IlBTf5ARvb3TmGuaAqe3T9OwkG6Zzmyg { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:27.59375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#cKbzsShgNoDesV6UabFMpgwlLTi6nZNb { box-sizing:content-box;height:3.0625rem;width:69.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -moz-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -ms-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -o-linear-gradient(79deg, #0aadd0, #1d6182);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );";background-image: linear-gradient(79deg, #0aadd0, #1d6182);background-size:auto !important;top:28.8125rem;left:2.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#y85VdrXH8syP5cs77VIaIoUDQFsaK4IN { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.53125rem;left:4.75rem;height:1.70625rem;font-style:normal;display:block; }
#LTR5ctZDSPrSA8b0cp6lHrlekpg6ZyeM { box-sizing:content-box;height:22.8125rem;width:69.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:32.63671875rem;left:2.9375rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#qxs2T3214SKJoqLVXXHy2aL4plfMkh37 { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:33.4375rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRmxfU6I1yqSBbMLACEUN0Gp0QgVJTEA { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#d0e3f6;background-image:none;top:33.375rem;left:4.75rem;display:block; }
#KlIe6NkRzAxMaQerT9AmlzUtVIm5rKxN { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.9375rem;left:8.25rem;height:1.4625rem;display:block; }
#F66Q9qxBMltozTHlq0hTPwCnRxGmCa9y { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.125rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPMShJxofwF5zTkrVpEhWTpZxE4tdT2k { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#d0e3f6;background-image:none;top:37.0625rem;left:4.75rem;display:block; }
#OcAGSsm3AVvbHq8BDdUtTRI1QP6LanF3 { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:40.6875rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fk4JPrFrJoH7xxkgpkT7WA9fmSIFt3gV { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#d0e3f6;background-image:none;top:40.625rem;left:4.75rem;display:block; }
#AofSnB0zpMh3OrMnNe31yic9ikerUGVP { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:44.3125rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1B4hDSOw21By3g2fygVhK3nWcdX4Nei { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#d0e3f6;background-image:none;top:44.25rem;left:4.75rem;display:block; }
#TV8r3v9BIvkrpm1dm3T3vGVbagEr6lFq { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:47.9375rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXnV92xIuEtXxssJxviHpU8hhTO9k7Kt { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#d0e3f6;background-image:none;top:47.875rem;left:4.75rem;display:block; }
#uHV2co71Ey4Ipx3HoO6vLOua1FBKE35p { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:51.4375rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6mZ6VytaFUBJbccMNHOiXinLDkUQtFD { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#d0e3f6;background-image:none;top:51.375rem;left:4.75rem;display:block; }
#mJTpbT7rHu42fgBy0wzdlNn1BkfxF8GI { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:37.6943359375rem;left:8.25rem;height:1.4625rem;display:block; }
#SZiiDc3XQ0nXla03yD8u2srhf8GvH1Pl { color:#1c3b6f;display:block;width:59.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:41.2568359375rem;left:8.25rem;height:1.4625rem;display:block; }
#fDIAM4pZ6SdbHCcpxJfAqxcK9mXzEffi { color:#1c3b6f;display:block;width:59.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:44.8818359375rem;left:8.25rem;height:1.4625rem;display:block; }
#UTNEKvT2Q0tGEgnVUxgdZV7Ny5Oehc3l { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:48.5068359375rem;left:8.25rem;height:1.4625rem;display:block; }
#pbrFp6M0s7xgRPTffNrp15TqWB2fkfkR { color:#1c3b6f;display:block;width:60.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:52.0068359375rem;left:8.25rem;height:1.4625rem;display:block; }
#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { background-color: transparent; background-image: none; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container > .video-iframe-container { display: none; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row > .video-iframe-container { display: none; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .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); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { border-width: 0; border-radius: 0; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#ScmtRbUv0rheGFZuMsFdyxA3C86FNgfq { color:#2d2d2d;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.7937545776367rem;left:0rem;height:5.85rem;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;font-style:normal;display:block; }
#z80mEfVJn5cR9eP664mhlRn34OQ2ATes { color:#2d2d2d;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:3.7937488555908rem;left:4.3125rem;height:3.8501rem;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; }
#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { background-color: transparent; background-image: none; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container > .video-iframe-container { display: none; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row > .video-iframe-container { display: none; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .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); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { border-width: 0; border-radius: 0; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#DPscFTFo8lba7s6ZziPe6EP605TgPV8J { color:rgba(17,43,69,0.9);display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:2.0625rem;left:3.125rem;height:9.28125rem;display:block; }
#lweiRu8T1fRrc7gZvkTgGLntmw1DuKKV { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:13.25rem;left:3.1875rem;height:8.25rem;display:block; }
#TpCKFJzoRdZt4KllPHevSPmlZf35hVh4 { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:25.4375rem;left:58.5rem;height:5.15625rem;display:block; }
#FQWcHS0IEeLUHZZTzk6q2PUIKK0UIufx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.375rem;width:38.375rem;top:2.0625rem;left:18.312498092651rem;overflow:hidden;display:block; }
#iAcnSo8PLTm0Al4x2nNNW7GmJVaQWbc5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:2.1875rem;left:0.15625rem;overflow:hidden;display:block; }
#IlAnvRTgQxT73cTNxok0oTXRV2J18dp9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:13.4375rem;left:0rem;overflow:hidden;display:block; }
#EIosrs1NwUAt7fIwg0aZM0eixJLe2n76 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.37426875rem;top:25.43701171875rem;left:55.5615234375rem;overflow:hidden;display:block; }
#ZTSz20hZfZxxduXZdpV9NIKAmIOvNIT9 { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:32.125rem;left:59rem;height:4.125rem;display:block; }
#EVSKg9DGBrhUPhkMQvuTrd31ai7iFofv { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:10.9375rem;left:58.376041412354rem;height:6.1875rem;display:block; }
#RMuQgWFslc96Zet7J4nKWwPdOc6dL6uV { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.25rem;left:58.375rem;height:8.25rem;display:block; }
#AtEMddSeUCAd8W3kQLdhRBVx90HnFzy9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:11rem;left:55.5625rem;overflow:hidden;display:block; }
#o5v8fq5M5CdLWya75nBqDe6UTE7GxOyL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.37426875rem;top:32.1240234375rem;left:55.5615234375rem;overflow:hidden;display:block; }
#f63G8PryO7ah9yfKvwflItWfKF5fyOu4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:2.5rem;left:55.5625rem;overflow:hidden;display:block; }
#AZxWfrF93Aors72Keo6LJ9yhwTg6RUJE { position:absolute;display:block;z-index:15022;background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:14.375rem;top:0.5625rem;left:3.3125038146973rem;display:block; }
#KzpedxWCBhin1mR0zES0v5QN4TMrgOZO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.37426875rem;top:19.320068359375rem;left:55.687255859375rem;overflow:hidden;display:block; }
#TZoDoBM4ghVC7VqTcTVRKRdxxq3d5GNv { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:18.6875rem;left:59rem;height:5.15625rem;display:block; }
#w7zC5mMRWCzQeAvDQovvSL1vIruvTo5H { position:absolute;display:block;z-index:15024;background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:5.25rem;top:17.125rem;left:59.25rem;display:block; }
#nTk8BbsTwFgMwu9lQEAo7Gh6tTwtq5ry { color:#112b45;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15041;line-height:.8;letter-spacing:0;top:17.625rem;left:59.3125rem;height:0.6rem;text-align:center;text-align-last:center;display:block; }
#trn2tUwrLpxzTkSUpqnbq6R3khkzf7Zu { color:#112b45;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:.8;letter-spacing:0;top:1.125rem;left:58.375rem;height:0.6rem;text-align:center;text-align-last:center;display:block; }
#wBgINiToBWQ6WfOTLZotgRrF8UbxkgTf { position:absolute;display:block;z-index:15025;background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:5.25rem;top:0.5625rem;left:58.4375rem;display:block; }
#lWKx2aktV41wAG75BGbTqNCyyD1ZRyKT { position:absolute;display:block;z-index:15026;background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:7.875rem;top:37.3125rem;left:59rem;display:block; }
#THRt5wZGp3mwwnZqdNhzPwSkIUOTI6Tn { color:#112b45;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15043;line-height:.8;letter-spacing:0;top:37.75rem;left:59.6875rem;height:0.6rem;text-align:center;text-align-last:center;display:block; }
#h7Lelhpwe1VfJJTBITMn1GSEJZm6MuN6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:29.5rem;left:0rem;overflow:hidden;display:block; }
#XblKmizMbL0nOlP2qcuBZ42R8JkTG9xg { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:29.625rem;left:2.75rem;height:11.34375rem;display:block; }
#PMElD2tD6XVcGPsXNRX4tipxIa8nPGT8 { color:#112b45;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15043;line-height:.8;letter-spacing:0;top:1.0125007629394rem;left:3.6250038146973rem;height:0.599609375rem;text-align:center;text-align-last:center;display:block; }
#K3KaPCCV96brKq9gs6iFPKaPKpXhphkV { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:22.0625rem;left:2.9375rem;height:6.1875rem;display:block; }
#ybnq99ImTI2zuEPCJkv3pHO6M7Gxasv8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:22.25rem;left:0rem;overflow:hidden;display:block; }
#fCdRJhn2TzbrxpJGq5S7Zq8gG5hWXDWp { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.37426875rem;top:38.748046875rem;left:55.5615234375rem;overflow:hidden;display:block; }
#d0xOekUF58Sn3fVQnsMDfqfhsPNpQHMa { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:38.8125rem;left:59rem;height:4.125rem;display:block; }
#fsSirptDvsM746MrIGKAXFZ2euaiHKrU { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.25rem;left:25.90625rem;display:block; }
#kwvF0Q15xSAlJLrSoVIWgQ608POqW1yE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { background-color: transparent; background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .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); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { border-width: 0; border-radius: 0; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { font-size:0.875rem;font-family:rubik;height:47.9375rem;width:75rem;position:relative;display:block; }#iVSVM5l9J92do3RCL1kJOWiNTCklErnd { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.2187461853025rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IS0OZL5TKSQAhrsV0MgRWwTVDVT3xBFf { color:#2d2d2d;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:2.125rem;left:4.0416641235351rem;height:;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; }
#vbXZ9AQqTNAlRrTAavSqSFTXSKHdsaXx { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.1875rem;top:36.5rem;left:56.5625rem;overflow:hidden;display:block; }
#VKdcTrPMIgxdtzp4qd5acxaWxvQSQl4E { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.4);border-left:0.0625rem solid rgba(195,195,195,0.4);border-right:0.0625rem solid rgba(195,195,195,0.4);border-bottom:0.0625rem solid rgba(195,195,195,0.4);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.0625rem;width:20.625rem;top:11.75rem;left:26.8125rem;display:block; }
#oeoq2aP0QuPuIemC7V29m6NQqG5ynVJ3 { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26rem;width:20.625rem;top:11.75rem;left:50.5625rem;display:block; }
#agUdpBlnSmTnJSFQpnlSeE3GqPo40Ioe { color:#000000;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:13.125rem;left:29.75rem;height:22.3125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JeXfnuFxarCurtQnt8USP49nmW0iy7Ke { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:12.75rem;left:53.125rem;height:23.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#H8KHrCS3HPaxxxdqFyvbcIotWHuHDawQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.1875rem;top:36.5rem;left:33.6875rem;overflow:hidden;display:block; }
#vTirWJGUmCTNR5yyaDl9mZ45guiwwpFC { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.4);border-left:0.0625rem solid rgba(195,195,195,0.4);border-right:0.0625rem solid rgba(195,195,195,0.4);border-bottom:0.0625rem solid rgba(195,195,195,0.4);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.3125rem;width:20.625rem;top:11.75rem;left:3.1875rem;display:block; }
#kOS9s5ibsWgMZAoRAAuyr6OSk0pITS9g { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:13.5625rem;left:5.5625rem;height:18.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VQ8btwUIHo7QlqQtNiZSxuDvN1KTA7aa { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.1875rem;top:36.5rem;left:8.6875rem;overflow:hidden;display:block; }
#PJVcTLJFAzqkQQTHh2DpPINkU2xT7bCt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:6.4375rem;overflow:hidden;display:block; }
#J7Adhu60kXkMhmWMZTiA5PlUyDd6qlqO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:30.4375rem;overflow:hidden;display:block; }
#tsEwSeWwWhU0rTZsCRHBZ2bW1NfSsH0a { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:54.1875rem;overflow:hidden;display:block; }
#DnacH58uzAyNWuJRJurId9W0Tndiqkxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { background-color: transparent; background-image: none; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container > .video-iframe-container { display: none; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row > .video-iframe-container { display: none; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .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); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { border-width: 0; border-radius: 0; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#JFzaQugGciaKfItCq2xPhdWSJyQQ6kkT { color:#2d2d2d;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.7562503814698rem;left:18.749996185302rem;height:;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;font-style:normal;display:block; }
#QF5DLpCBxkNJLolCsevcov5948V1L9bH { color:#2d2d2d;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:5.8187503814697rem;left:3rem;height:;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; }
#svxbeJNlBlPM5lAWcPSztzdgdGoollcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { background-color: transparent; background-image: none; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container > .video-iframe-container { display: none; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row > .video-iframe-container { display: none; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .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); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { border-width: 0; border-radius: 0; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#yBC9utdtZrEguZTeI8HrtAoUrFQgyW2g { color:#3c3c3c;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1302084922791rem;left:5.03125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E2afHix92GxGJF37rvJi59NTJlqHDUXv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;top:6.8125rem;left:10.125rem; }
#PNxiJDMVnxpxzIFWCP65uss8RS9LK5CH { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem dotted #00a219;border-left:0.0625rem dotted #00a219;border-right:0.0625rem dotted #00a219;border-bottom:0.0625rem dotted #00a219;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.8125rem;width:28.125rem;top:10.4375rem;left:0rem;display:block; }
#iFrLZ84Mh0w4dZcKyyEsqlWJRvP98Uny { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;top:8.4375rem;left:49.5rem; }
#TmwcSIrnDV0eTTcfgV612MbXxOGRxMbU { color:#3c3c3c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6728515625rem;left:43.5380859375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDTyE4R6LW7HPyKfTl7sSwpM0nt2zH79 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem dotted #00a219;border-left:0.0625rem dotted #00a219;border-right:0.0625rem dotted #00a219;border-bottom:0.0625rem dotted #00a219;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:44.9375rem;top:10.3125rem;left:30.1005859375rem;display:block; }
#qA48g12qKsfK6GWimTWLOUCqK2N8cUrv { color:#000000;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:24.375rem;left:57.1875rem;height:5.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Si3J8F8i1GGe6ZCoqG0msT8dpo3iJzQI { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:24.375rem;left:31.09375rem;height:5.59765rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#inhDy2RJC5rB4FchnWnaAZpwTIJuJPZG { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:16.3125rem;left:34.8125rem; }
#pMyJUstJgHPtR1a3G6cREh7maHBqoA9x { color:#3c3c3c;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:3.671875rem;left:10.59375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MUuc8wtJqX8WP7uvMoaNDyxHDG2JcKGm { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;top:16.4375rem;left:16.5rem; }
#H5toIXkE5vp9Aafcpg36TEs1ogS7zHDF { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:24.4375rem;left:0.375rem;height:1.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Eeh91lKR3IF0GuwflLqwMdsnTepch07u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;top:6.8125rem;left:47.875rem; }
#xZ0rwqaCHXLCLEemE3oBAbJWQykZIJPl { color:#000000;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.4375rem;left:12.625rem;height:6.99706875rem;text-align:center;text-align-last:center;display:block; }
#yS1c2T5faWqGdabl22H9adTy08f89lHo { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:16.15625rem;left:2.9375rem; }
#PqVUVlHLelGU97R8WQc7bBX8ZccMQNux { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:6.5625rem;top:14.5625rem;left:62.53125rem;overflow:hidden;display:block; }
#xWf0emsSpgbxE7zUoIdmUIfRryFAZIA4 { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.1875rem;left:25.90625rem;display:block; }
#MdFNKbQEm8P3OQb7MtOlfxmOK8E80XF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixK0e9NpEoxv52pI5OSwNn76KVXFd72E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;top:8.4375rem;left:11.75rem; }
#a8N98tKoiJWPiZDTABaNXJHJyECHFNCN { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:24.375rem;left:46.1005859375rem;height:5.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X1WdxbNL7Zz6ESuJ9Fwf5UHXgRHFScvS { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:15.34375rem;left:46.84375rem; }
#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { background-color: transparent; background-image: none; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container > .video-iframe-container { display: none; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row > .video-iframe-container { display: none; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .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); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { border-width: 0; border-radius: 0; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#dZsUi50xrTTHNJlSdrHPp88haWmPTco2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.125rem;left:11.25rem;overflow:hidden;display:block; }
#CxpT5DBpHC2hSy0ED3bT065dcT3zXRhn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:8.8125rem;top:12.3125rem;left:20.125rem;overflow:hidden;display:block; }
#nE7Rbty6RPqeKUFnatd09BXxyrIl2cD5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.125rem;left:31.9375rem;overflow:hidden;display:block; }
#ZbFDLb7aMTckQMOnMrd8asieQJ9vCgqb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:8.8125rem;top:12.3125rem;left:42.6875rem;overflow:hidden;display:block; }
#tuuotOXhlpBw5Z0tyz6oih60OLUP27Fw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.125rem;left:56.5625rem;overflow:hidden;display:block; }
#svXwvOAyeVtKqUxTQOqMCpioifAT8bTm { color:#112b45;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:7.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#hRSQIbk7b8PqNSLxp4B27tblwPwTV9qd { color:#112b45;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:27.9375rem;height:6.499025rem;text-align:center;text-align-last:center;display:block; }
#KpxVwI5OygZM4NzSDti9LXUPL8ZePz19 { color:#112b45;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:52.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ABzOZ0ZMvtNVfpS6T7tH3BMl7ikog0Fm { color:#202020;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.3125rem;left:2.21875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eLlvB7LSBH0HJgr5c5JN1Akrn0ZPqlwX { color:#202020;display:block;width:65.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.609375rem;left:4.8125rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3e7JxgJQxzOoP7IBsxTScP5MLmTDnXE { color:#203949;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:22.781251907349rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fFg1IQGWuh5kJAwxkd0y7oDaP2WVUWRN { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.125rem;left:25.90625rem;display:block; }
#X523awwy21TK8wlQwcKttkRpB0Xx1Xo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNvFoUaeosGS0uxJntndSX3UttckagWE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container { background-color: transparent; background-image: none; }#mNvFoUaeosGS0uxJntndSX3UttckagWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container > .video-iframe-container { display: none; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row > .video-iframe-container { display: none; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .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); }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container { border-width: 0; border-radius: 0; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#lmiU48DJv8EzJrrQGl9nm4m7PkfxL3ZT { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#y6J455teTiO9xQPN7IQhd7VULDLKcBST { background-color:#bfbfbf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:12.0625rem;left:17.6875rem;display:block; }
#vbGrv6kDWAqvGsSNBOw3JtF8c0n6759Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWO06VSUgo3HTvSJfQRIvyRmAAAFDadG { background-color:#bfbfbf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:12.0625rem;left:37.8125rem;display:block; }
#QhhSwGXvAvPBNb6GQfoB0QdHQxLpdKm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOARxzbg9tCF1gRdcnvV2R5JLhO2GvQk { color:#3c3c3c;display:block;width:37.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.25rem;left:17.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MwHIy40Sgg9NxbfQG63VOFTsAoaVlfqG { color:#3c3c3c;display:block;width:29.75rem;position:absolute;font-family:ubuntu;font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.375rem;left:21.625rem;height:3.16875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { background-color: transparent; background-image: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .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); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { border-width: 0; border-radius: 0; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { font-size:0.875rem;font-family:arial;height:98.5rem;width:75rem;position:relative;display:block; }#LK7MUnTL4N286nDbyEEH0TbvlsRJAuxx { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#T6fmbPBpTur8yAF6ioOrM2DKRzTUvZv6 { position:absolute;display:block;z-index:15000;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.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:45.3125rem;width:37.1875rem;top:44.3125rem;left:2.25rem;display:block; }
#hSUO43Wh1vmJR5GQv3TtcJEkvnp1TFZN { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15047;line-height:2;letter-spacing:0;top:66.3125rem;left:7.4375rem;height:6rem;font-style:normal;display:block; }
#U6nZO3SJNKIdXiVZiAVTwwcaTTT7hlMI { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:64rem;left:7.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#mO48UwU29QhV5oTDgoCVSJDBmKfzTopU { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:35.567962646484rem;left:4.78125rem;overflow:hidden;display:block; }
#exLQG32ClZxnapStf2139f4K505T7q0I { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:63.875rem;left:5.125rem;overflow:hidden;display:block; }
#z7GMUTMlScx5LuArHN6eigy1trmM9rEq { position:absolute;display:block;z-index:15027;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.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.9375rem;width:37.0625rem;top:4.25rem;left:2.34375rem;display:block; }
#DTnqVNUMA3B0hvqNAzprtPrbiRNwP1OQ { color:#000000;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15034;line-height:2;letter-spacing:0;top:29.0625rem;left:6.8124990463256rem;height:6rem;font-style:normal;display:block; }
#s5QggXHMDoPMBInWWDwpBDN8TQLP64kb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.5rem;left:6.8124990463256rem;height:1.3rem;display:block; }
#GRL7Tv8aTmyocJ4I3LmQgFT5PF1MhvmU { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:35.5rem;left:19.249999046326rem;height:1.3rem;display:block; }
#DebQufMunmxn0tD0xOea93I9STbHtKVH { position:absolute;display:block;z-index:15042;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.625rem;width:29.6875rem;top:43rem;left:5.9375rem;display:block; }
#MCkm6z18viQtNlQBTTLhyvZkgFTkRNbQ { color:#000000;display:block;width:27.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:43.5625rem;left:7.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcdQZvP6a1nR6PrTw3XeNM895T6Q5kiu { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:18.5rem;left:4.875rem;height:1.3rem;display:block; }
#bHRErPeEPuKWgZoROrzfRVuimITr7kAv { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:20.875rem;left:4.75rem;height:2.798825rem;font-style:normal;display:block; }
#UO2cTKZ4VgHKAO6gQEP3g8o88F7Eg2aR { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15033;line-height:2;letter-spacing:0;top:24.375rem;left:6.8124990463256rem;height:4rem;font-style:normal;display:block; }
#L02rVdLdx5lnzpGdnPvMrF9Jov3RdhEa { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:35.661712646484rem;left:17.343749046326rem;overflow:hidden;display:block; }
#cTPkJBQZ3m0v6AMXNbWAlVEJ3DTTOa6T { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:24.375rem;left:4.5rem;overflow:hidden;display:block; }
#vfUfJbfDiXm3iwbHcD0o3TU58HFJzKEW { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:29.0625rem;left:4.5rem;overflow:hidden;display:block; }
#g4ffmHCgNeTdwr7IE6q5DTcHWMkrJSRh { color:#000000;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:7.3388671875rem;left:4.78125rem;height:9.79589375rem;display:block; }
#tb6x2zACnObM9tNE0zUTZNktEGbfxOMB { position:absolute;display:block;z-index:15028;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.625rem;width:29.6875rem;top:3.1875rem;left:6.125rem;display:block; }
#kND809H9VBGUJmVzZTNvtS7k1nCZH0yn { color:#000000;display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.75rem;left:9rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1QIhM3qlPkxCX6wavKJUED2n29OkTk3 { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:47.1875rem;left:6.7490234375rem;height:15rem;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-form-header {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:15.625rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-text {padding-top: 0; padding-bottom: 0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:15.625rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-select {padding-top: 0; padding-bottom: 0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:8.125rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.625rem;height:3rem; }#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.adaptive-delivery-prevent-bg, #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.lazyload, #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.lazyloading { background-image: none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E [class*="-text"]:-moz-placeholder {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E [class*="-text"]::-moz-placeholder {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E [class*="-text"]:-ms-input-placeholder {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E [class*="-text"]::-webkit-input-placeholder {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container:first-of-type{padding-top:0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container:last-of-type{padding-bottom:0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:3.75rem;left:48.498046875rem;position:absolute;z-index:15001;height:auto; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .radio-container { display:inline-block;*zoom:1;*display:inline;width:15.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E {display:block;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:3.75rem;left:48.498046875rem;position:absolute;z-index:15001;height:auto; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #gztSIOIUTSlxDRIrfi53rWz0gbRNIf4b { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #gztSIOIUTSlxDRIrfi53rWz0gbRNIf4b .container-column{width:50%;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #s0QrhzydIibs2pSItSiMIcyaKeBdM7Tq { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UUvlT1VpF4QBTrsE54fHI9x6GT6ip2pR { position:relative;z-index:2; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #HlG84r5CmtIvAXaFK7HzXqdBZhv3BDbT { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #TxPqOznA8yAMxJ6C71mryQNuTVGHWHLv { position:relative;z-index:2; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #casTFO72aCQiI2QNPLummo0STPs9boEh { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #J8EauELn1VKyZoyTxN6uymfAfz4Om5wE { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #hVh9ByBzG72tkgUK6uRKbZGELuh09qta { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #JmyxWHEvxpTasl6xTQSwsenyR2G0XCTb { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UsdG1tUzQLE9pSAGucQa99KDeuAHQNB9 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #OxD0GMk4waQyJZfVNIXZDVxoBzkrxmqV { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #dOuEG3qmoaoWATTW11c4MyizqHbnAanT { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #tiZZKEECvuilNrTQ4cFNLLvXW2sA88x7 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #vLwr3DV8i9gk95xOHAgKGmHMEylHSH22 { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #IDbUxBingnK27Tw3xdJJIds68MxrDkrX { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #u9PDD33D5Ir7TcJNotu5GNGC0i6SB4ry { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #kQTWk4zqMaT5T74TWNQzy1LhTgbpb7rS { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #yaBCqZmTa5O9BqGc1f7r0wWTT07m5GQi { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pPKCrB39edBiXfxT4tSXRoUAMOFJblKu { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #fqWiSNnLPiZ0G4LTchZOSR9HHfF59PyE { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #HpwCZxLhhTGqCHcQOe7edkPUTU2RibW1 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #T7co7kDqBED1TpvBmBnZHEu3ntrCVQws { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #SV6Tw6h28Mgm9l6qN4PvaVdv2mSLA5SU { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #V1EJogIQ4uBpHWVLzBXtu3M1Ed6xEAv9 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #c7JGUlSo3PmXTrUT5GB4X1Bl9SHlQHsN { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UTylBhvO1IfvbiKGBifU5GiazBbFMg7G { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #CVNfpWNNF9IzVfGeCtC3UQ7GTdaTBT1p { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #xvB8iM8uPQhcOKF3pCsSSocZNVJZpDOT { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #iNwVVZO0m7JzAsTaI0z6p32xru8GVwVk { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Am6VqiATKn5mmZbmGEeOSFcP0z9yTXUV { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #M0xlVTKq43q33HBUWXM2QD5AHAorXsaK { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #g6a7vuDXxgUio8LkvL1uxvCuaVzNIiuk { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #sSkT8mkDEDBclZLpWeFsugNShIQ4Prpg { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Auc2W0BTRuh4CD7r3LAB8acm6ROVA5O2 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #eKJPahynPzfkI3arc4G3NffpbATtmdEr { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #GwKm6MITeJIIV1JBFZpzCAWr3rQ0tn9U { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #bRHoOue1wrWDqgDUJ5JgiGPII8K6fpxx { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #xQPPPC7R4royKQXSgwlJXg4PHx3s2Zmw { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #khPfZcPaFSNDt5Tu258zwl3GVLHna8ws { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #FqnNXVpAM8Jo44DEUT47x9DZT7wXX3ky { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #nqAJxI4w0vkCRDdVUZ0pyH9y9e04Uil2 { position:relative;z-index:2; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #si8BCcKOnPHp2BIiWK2awFKTusQtt70Z { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #ohgbD8UicaK6d51COkVRXldeoOZcJJca { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #MpGhDUcocqm0VqmAMAsMizrKWSr9Vt7H { position:relative;z-index:2; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #NIrwLMvkG9hmlz5r3UAwcwwz2hdM9lHm { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #buHTymZJcAUXoeLXCIM65CD79pkAipuI { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #tkm3sQfeUIQvxrRwqH8iKr87Bl4tGnsF { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pZJERsp3Q1KGzu9fFz7XDlBF53rEuIm8 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #OiUzdf5DDcFh65iV6AE3oTqzNW787xFJ { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #WmBDTk2rsrQqaiT6nPDNJmPvBHkZ2coT { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #S1aZt6cDEGTCxw8k1vvVqCJSOG2Eif64 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #LIOK63aP7OhphmM1KvBd1SRepz4UWbWA { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #FQ2VpnwVxqTOMWTHSNy2GW4TiXb5z22L { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Pu8xEPX3a4S2HHSZyoTe6KFkUIamWLFz { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #GtTH92pvLNXIt2k9fJNW0UenTHpQfdLz { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #JTaq9aUWwq4LuEUmswqfwEoXr89VuT38 { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Td5I8u2xHEdPTdniOu8Bm6JCHFTeSQgm { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #KMEPtMhTMN4eltWDOvHmyMrTOCQa8I5t { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #XSD0Vbw5DvEK6s3LJbioQbnfRlPbhU9Q { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #QHLZhzHdCy3SUXxVK7Awk8X191b6XCaW { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #cR2VvXRgSCHEuieKRJ5QEUGltdyTzmbl { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Ftupl9qyN2WNBOrs96uCNhASxkC2dsDv { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #flv7SCWvb85pJEAfKTXzJnACWxe1Vgbx { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #S0QlGUNNeB9D89fIFzVbQxeZI0wUh3qW { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #hR8kViKlWHT5AxoFrqT244soOyAmzV78 { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #C9LJfi1uLUPM7dcGFpD05Z5rR0xPcoPJ { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #thUZ6HGMANbbNQ6RNRFtZ1LOzVXnZ7pE { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #zCKDwWTKvpzBHRJnAvSHSy0dl3fTO5sA { position:relative;z-index:2; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #rHQ3LFxCO40cfp1aUR1QBbNG3rLv91oX { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #MJ4gdgBbAruqiyRBgcZQKiO0EMtMppm2 { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pIPBMSB0lTb8ACxyaGco1IWu6IhQutdc { position:relative;z-index:2; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Q9CGfzsVVDrMfcf6cFthyKZ1UmGoq6ZK { position:relative; }
#XcBpBvwTGNMxcOBs4LUMb4Ft2MG6FzAg { position:relative;display:block; }
#QTCDntnTOqzoHNUa6niFRLq2XU7JPqaK { position:relative;display:block; }
#LCGFRorFfbQH7UyxIkmob4yO3NWGXwlL { position:relative;display:block; }
#q8uT8H5IpXf6OS8iXBz6slyB5qyrLJOO { position:relative;display:block; }
#szhmG299opT9FD70TbrUhuFQs5tG08BA { position:relative;display:block; }
#vxGnimiKfZeXgXyy5F6kwexBV5a3L8bz { position:relative;display:block; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #PF3qc116sFiMKAztnvIXWaLRbxckbluf { position:relative; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #r483DTOe1IgdGa9a4zAH6UCoMa5cHJxF { position:relative; }
#LpTUHMSImB3VqTDToS8VE4RRQiXJGHAx { position:absolute;display:block;z-index:15049;height:6.25rem;width:6.25rem;top:91.5rem;left:2.25rem;display:block; }
#A9VtNL1Cam3s365zX4kfT0fqdxkzBbMI { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:84.75rem;left:20.375rem;height:1.29980625rem;display:block; }
#Cis0zhQZcPSqqpBfd9ODySzKOSz62S9q { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:84.9375rem;left:18.6875rem;overflow:hidden;display:block; }
#VukM5aTg3dR365VeQMQ4olukR7icEBwP { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:84.75rem;left:9.3125rem;height:1.29980625rem;display:block; }
#LwORRzUUFN4h6do6PwDQQAEp5ppHdZSn { color:#000000;display:block;width:26.499rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:82.0625rem;left:7.5rem;height:1.29980625rem;font-style:normal;display:block; }
#wpB5SLQSzUWAGyqKwrnF9RPKy2kaNpCZ { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:84.8125rem;left:7.625rem;overflow:hidden;display:block; }
#i8ko9VpKRnifuAoXouRrr3Z0vXTiaD7b { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15139;line-height:2;letter-spacing:0;top:72.9375rem;left:7.4375rem;height:8rem;font-style:normal;display:block; }
#fSdR2gIQwOpcJ9tBk6Hl9RRe4kdyJdwK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:81.625rem;left:5rem; }
#NvCxkt8n1hZFNStRFTzR8yNDv42I2IOe { position:absolute;display:block;z-index:15137;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:81.875rem;left:4.8125rem;display:block; }
#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W { position:relative;display:block; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W { background-color: transparent; background-image: none; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container > .video-iframe-container { display: none; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row > .video-iframe-container { display: none; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .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); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W { border-width: 0; border-radius: 0; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/eZepbZkL/partner_baner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container.adaptive-delivery-prevent-bg, #WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container.lazyload, #WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container.lazyloading { background-image: none; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eda7f434-ff05-48de-88c9-c67d963a1c78/footerbg.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h.adaptive-delivery-prevent-bg, #wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h.lazyload, #wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h.lazyloading { background-image: none; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container { background-color: transparent; background-image: none; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container > .video-iframe-container { display: none; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row > .video-iframe-container { display: none; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .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); }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container { border-width: 0; border-radius: 0; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#WCyH4zeVWxeaxZTTA82fqNh6leuFOJ7s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:14.25rem;top:4.5625rem;left:56.09375rem;overflow:hidden;display:block; }
#B3Agl9r3c72h570TTy0EXOTWURoDgvF9 { position:absolute;display:block;z-index:15011;height:11.25rem;width:35.7498125rem;top:1.4973945617676rem;left:0.9841594696045rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r7QoXiUmgIqG1hrVHcSDom0kCgQmPwPN { width:11.8125rem;height:2.8125rem;top:0.71875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef { display:block; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ygNImUxPewEsbEK9q6dJwM749hxha5Tf { width:22rem;height:4.798825rem;top:10.462890625rem;left:12.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XAVpWuRBaZJmU7JvDTUsldeeaD2D7M4X { width:43.3125rem;height:3.8994125rem;top:1.875rem;left:2.25rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Ta2WzfS8pPqMECJdrl0JGwTVdC0UDamI { width:38.5625rem;height:2.7119125rem;top:6.8994140625rem;left:4.59375rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AXGQDd5kb1PgklBrvULTC8uNPTrUe22D { width:27.375rem;height:0.3125rem;top:5.57421875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gp1hSdP0OiRvuFxPiWKIMo6I4z4DLB9d { width:36rem;height:25.375rem;top:16.3857421875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBwwPslsAnQVVmuEaT910VoBZu4BuuTT { width:26.125rem;height:3.125rem;top:44.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h16OBrxMIFzlhDHUdShIQpDHpAQ8W0p7 { display:block; }
 }@media only screen and (max-width: 1199px) { #PGKiH4VGvHsJOfMevWT1rgCE15wLo85y { top:48.9375rem;left:13.1875rem;width:21.375rem;height:1.23730625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh { display:block; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container { width:47.75rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BEueML4Hg6O6QNP3lHlVBEMIFOpQTrMV { width:47.75rem;height:45.875rem;top:2.9375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #gwdo1WTFN28mmNvncTxcRnmm8ZCh9GHh { width:9.375rem;height:2.1875rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXU9nKDU9TD4h7I740T9mzPeJCx0k0zW { width:7.9375rem;height:1.625rem;top:2.09375rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvFP9GVb2aHMJ0pPA6Q28qgOorDvINWA { width:26.1875rem;height:5.2rem;top:5.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZb4eXBmnr8C79zwdWiMil4iIC5NLf8k { width:42.25rem;height:6rem;top:13.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W6lhozOx6xMXcO79admKPuFuoTQxTi9m { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keR0Wy3nGlcw3UqJ5BJU1DxrBdmwrbGp { width:23.125rem;height:8.75rem;top:22.0625rem;left:0.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #Bhh5eMODwQ4tiSSXGJ6Czy89TtpEhKzx { width:2.75rem;height:2.75rem;top:32.59375rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWdcIkwp5dEUTgOUMHVP8GuspO9UP13M { width:21.25rem;height:1.3rem;top:26.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V25Dn7LMpgrZilT0DwUV9eIOLuy311SC { width:21.25rem;height:2.2734375rem;top:27.7373046875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ur8gKXOW3ZGu6BV4smV5xuIQcROuZL80 { width:22.3125rem;height:8.75rem;top:22.0625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpA4yBbcrFf2PcCKU9EuhKTucCSmOI0R { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suhp9Ll31bZJRT3OPZKtcByTJTNV4FFg { width:21.25rem;height:1.3rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuAvdp1VocoeGz4zBN5uzLahzuD95fSQ { width:21.25rem;height:2.2734375rem;top:37.8623046875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACo7d2q7ktynlWCNwo3LcxrmmE3d9wJw { width:23.9375rem;height:8.75rem;top:32.187515258789rem;left:12.062501132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9Mx8vOR5KO6Izmxbcbr2m3B7eQtclEo { width:2.75rem;height:2.75rem;top:22.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhhvWgRiqWDWaEUSuJz46ZXTtx8RqEDp { width:21.25rem;height:1.3rem;top:36.5625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlBTf5ARvb3TmGuaAqe3T9OwkG6Zzmyg { width:21.25rem;height:2.2734375rem;top:27.7265625rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cKbzsShgNoDesV6UabFMpgwlLTi6nZNb { width:47.75rem;height:3.0625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y85VdrXH8syP5cs77VIaIoUDQFsaK4IN { width:47.0625rem;height:1.625rem;top:42.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTR5ctZDSPrSA8b0cp6lHrlekpg6ZyeM { width:47.75rem;height:47.9375rem;top:22.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #qxs2T3214SKJoqLVXXHy2aL4plfMkh37 { width:2.0625rem;height:2.6rem;top:46.0751953125rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRmxfU6I1yqSBbMLACEUN0Gp0QgVJTEA { width:2.75rem;height:2.75rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlIe6NkRzAxMaQerT9AmlzUtVIm5rKxN { width:42.75rem;height:2.9746125rem;top:45.8876953125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F66Q9qxBMltozTHlq0hTPwCnRxGmCa9y { width:2.0625rem;height:2.6rem;top:49.875rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hPMShJxofwF5zTkrVpEhWTpZxE4tdT2k { width:2.75rem;height:2.75rem;top:49.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcAGSsm3AVvbHq8BDdUtTRI1QP6LanF3 { width:2.0625rem;height:2.6rem;top:53.505859375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fk4JPrFrJoH7xxkgpkT7WA9fmSIFt3gV { width:2.75rem;height:2.75rem;top:53.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AofSnB0zpMh3OrMnNe31yic9ikerUGVP { width:2.0625rem;height:2.6rem;top:57.2119140625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b1B4hDSOw21By3g2fygVhK3nWcdX4Nei { width:2.75rem;height:2.75rem;top:57.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV8r3v9BIvkrpm1dm3T3vGVbagEr6lFq { width:2.0625rem;height:2.6rem;top:61.0625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXnV92xIuEtXxssJxviHpU8hhTO9k7Kt { width:2.75rem;height:2.75rem;top:60.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHV2co71Ey4Ipx3HoO6vLOua1FBKE35p { width:2.0625rem;height:2.6rem;top:64.974609375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6mZ6VytaFUBJbccMNHOiXinLDkUQtFD { width:2.75rem;height:2.75rem;top:64.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJTpbT7rHu42fgBy0wzdlNn1BkfxF8GI { width:37.4375rem;height:2.9746125rem;top:49.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZiiDc3XQ0nXla03yD8u2srhf8GvH1Pl { width:44.4375rem;height:2.9746125rem;top:53.375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDIAM4pZ6SdbHCcpxJfAqxcK9mXzEffi { width:44.4375rem;height:2.9746125rem;top:57.0244140625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTNEKvT2Q0tGEgnVUxgdZV7Ny5Oehc3l { width:37.3125rem;height:2.9746125rem;top:60.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbrFp6M0s7xgRPTffNrp15TqWB2fkfkR { width:44.4375rem;height:1.48730625rem;top:65.537109375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV { display:block; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ScmtRbUv0rheGFZuMsFdyxA3C86FNgfq { width:47.7495625rem;height:3.575rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z80mEfVJn5cR9eP664mhlRn34OQ2ATes { width:47.75rem;height:3.0234375rem;top:4.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT { display:block; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { width:47.75rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DPscFTFo8lba7s6ZziPe6EP605TgPV8J { width:40.1875rem;height:5.15625rem;top:3.375rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lweiRu8T1fRrc7gZvkTgGLntmw1DuKKV { width:41.25rem;height:4.125rem;top:8rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpCKFJzoRdZt4KllPHevSPmlZf35hVh4 { width:25.6875rem;height:4.125rem;top:12.875030517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQWcHS0IEeLUHZZTzk6q2PUIKK0UIufx { width:20.625rem;height:20.625rem;top:14.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAcnSo8PLTm0Al4x2nNNW7GmJVaQWbc5 { width:2.375rem;height:2.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlAnvRTgQxT73cTNxok0oTXRV2J18dp9 { width:2.375rem;height:2.25rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIosrs1NwUAt7fIwg0aZM0eixJLe2n76 { width:2.375rem;height:2.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTSz20hZfZxxduXZdpV9NIKAmIOvNIT9 { width:37.0625rem;height:2.0625rem;top:42.125rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVSKg9DGBrhUPhkMQvuTrd31ai7iFofv { width:31.125rem;height:4.125rem;top:35.812530517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMuQgWFslc96Zet7J4nKWwPdOc6dL6uV { width:27.625rem;height:6.1875rem;top:29.500030517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtEMddSeUCAd8W3kQLdhRBVx90HnFzy9 { width:2.375rem;height:2.25rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5v8fq5M5CdLWya75nBqDe6UTE7GxOyL { width:2.375rem;height:2.25rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f63G8PryO7ah9yfKvwflItWfKF5fyOu4 { width:2.375rem;height:2.25rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZxWfrF93Aors72Keo6LJ9yhwTg6RUJE { width:6.6875rem;height:1.0625rem;top:53.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzpedxWCBhin1mR0zES0v5QN4TMrgOZO { width:2.375rem;height:2.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZoDoBM4ghVC7VqTcTVRKRdxxq3d5GNv { width:17.8125rem;height:3.09375rem;top:23.4375rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7zC5mMRWCzQeAvDQovvSL1vIruvTo5H { width:5.6875rem;height:1.0625rem;top:28.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTk8BbsTwFgMwu9lQEAo7Gh6tTwtq5ry { width:5.25rem;height:0.5rem;top:22.75rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trn2tUwrLpxzTkSUpqnbq6R3khkzf7Zu { width:5.25rem;height:0.5rem;top:28.78125rem;left:3.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBgINiToBWQ6WfOTLZotgRrF8UbxkgTf { width:5.6875rem;height:1.0625rem;top:22.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWKx2aktV41wAG75BGbTqNCyyD1ZRyKT { width:10.8125rem;height:1.0625rem;top:1.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THRt5wZGp3mwwnZqdNhzPwSkIUOTI6Tn { width:5.5rem;height:0.5rem;top:53.34375rem;left:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7Lelhpwe1VfJJTBITMn1GSEJZm6MuN6 { width:2.375rem;height:2.25rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XblKmizMbL0nOlP2qcuBZ42R8JkTG9xg { width:42.5rem;height:5.15625rem;top:47.250030517578rem;left:3.8750001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMElD2tD6XVcGPsXNRX4tipxIa8nPGT8 { width:13.5rem;height:0.5rem;top:1.40625rem;left:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3KaPCCV96brKq9gs6iFPKaPKpXhphkV { width:25.875rem;height:4.125rem;top:17.000030517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybnq99ImTI2zuEPCJkv3pHO6M7Gxasv8 { width:2.375rem;height:2.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCdRJhn2TzbrxpJGq5S7Zq8gG5hWXDWp { width:2.375rem;height:2.25rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0xOekUF58Sn3fVQnsMDfqfhsPNpQHMa { width:37.0625rem;height:4.125rem;top:54.0625rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsSirptDvsM746MrIGKAXFZ2euaiHKrU { width:23.375rem;height:4rem;top:60.2568359375rem;left:10.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwvF0Q15xSAlJLrSoVIWgQ608POqW1yE { display:block; }
 }@media only screen and (max-width: 1199px) { #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WJDACP2k/header_3_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.adaptive-delivery-prevent-bg, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyload, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyloading { background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { background-color: transparent; background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .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); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iVSVM5l9J92do3RCL1kJOWiNTCklErnd { width:37.5625rem;height:8.9375rem;top:0.591796875rem;left:5.09375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IS0OZL5TKSQAhrsV0MgRWwTVDVT3xBFf { width:47.75rem;height:3.0234375rem;top:9.529296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbXZ9AQqTNAlRrTAavSqSFTXSKHdsaXx { width:8.1875rem;height:7.125rem;top:41.375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VKdcTrPMIgxdtzp4qd5acxaWxvQSQl4E { width:14.4375rem;height:25.4375rem;top:16.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oeoq2aP0QuPuIemC7V29m6NQqG5ynVJ3 { width:14.625rem;height:25.5rem;top:16.812484741211rem;left:32.437503039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agUdpBlnSmTnJSFQpnlSeE3GqPo40Ioe { width:13.625rem;height:19.32425rem;top:20.1875rem;left:17rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeXfnuFxarCurtQnt8USP49nmW0iy7Ke { width:13.625rem;height:20.4609375rem;top:20.187507629394rem;left:33.125003039837rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8KHrCS3HPaxxxdqFyvbcIotWHuHDawQ { width:8.1875rem;height:7.125rem;top:41.375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTirWJGUmCTNR5yyaDl9mZ45guiwwpFC { width:14.4375rem;height:25.25rem;top:16.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOS9s5ibsWgMZAoRAAuyr6OSk0pITS9g { width:13.25rem;height:15.9140625rem;top:20.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQ8btwUIHo7QlqQtNiZSxuDvN1KTA7aa { width:8.1875rem;height:7.125rem;top:41.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJVcTLJFAzqkQQTHh2DpPINkU2xT7bCt { width:4.6875rem;height:3.6875rem;top:14rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7Adhu60kXkMhmWMZTiA5PlUyDd6qlqO { width:4.6875rem;height:3.6875rem;top:14rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tsEwSeWwWhU0rTZsCRHBZ2bW1NfSsH0a { width:4.6875rem;height:3.6875rem;top:14rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnacH58uzAyNWuJRJurId9W0Tndiqkxq { display:block; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JFzaQugGciaKfItCq2xPhdWSJyQQ6kkT { width:47.75rem;height:1.95rem;top:1.1864604949951rem;left:0.001042366027832rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QF5DLpCBxkNJLolCsevcov5948V1L9bH { width:47.75rem;height:1.4375rem;top:3.6875rem;left:0.0009765625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svxbeJNlBlPM5lAWcPSztzdgdGoollcE { display:block; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { width:47.75rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yBC9utdtZrEguZTeI8HrtAoUrFQgyW2g { top:1.3125rem;left:0rem;width:21.1875rem;height:0;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #E2afHix92GxGJF37rvJi59NTJlqHDUXv { width:5rem;height:5rem;top:5.3125rem;left:21.375rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PNxiJDMVnxpxzIFWCP65uss8RS9LK5CH { top:4.0625rem;left:1.5625rem;width:45.125rem;height:19.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #iFrLZ84Mh0w4dZcKyyEsqlWJRvP98Uny { width:2.1875rem;height:2.1875rem;top:34.875rem;left:22.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TmwcSIrnDV0eTTcfgV612MbXxOGRxMbU { top:26.75rem;left:11.90625rem;width:23.9375rem;height:1.7875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TDTyE4R6LW7HPyKfTl7sSwpM0nt2zH79 { top:29.8125rem;left:1.5625rem;width:44.5625rem;height:16.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #qA48g12qKsfK6GWimTWLOUCqK2N8cUrv { top:39.4990234375rem;left:27.375rem;width:18.9375rem;height:5.84765625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Si3J8F8i1GGe6ZCoqG0msT8dpo3iJzQI { top:39.5rem;left:2.375rem;width:13.75rem;height:5.84765rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #inhDy2RJC5rB4FchnWnaAZpwTIJuJPZG { width:4.9375rem;height:4.9375rem;top:32.4375rem;left:6.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMyJUstJgHPtR1a3G6cREh7maHBqoA9x { top:1.375rem;left:11.90625rem;width:23.9375rem;height:1.7875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MUuc8wtJqX8WP7uvMoaNDyxHDG2JcKGm { width:4.875rem;height:4.875rem;top:6.625rem;left:29.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5toIXkE5vp9Aafcpg36TEs1ogS7zHDF { top:13.75rem;left:10.0625rem;width:4.6875rem;height:3.91699375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eeh91lKR3IF0GuwflLqwMdsnTepch07u { width:5rem;height:5rem;top:33.4375rem;left:21.3125rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xZ0rwqaCHXLCLEemE3oBAbJWQykZIJPl { width:13.0625rem;height:7.87109375rem;top:13.25rem;left:25.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #yS1c2T5faWqGdabl22H9adTy08f89lHo { width:5.625rem;height:5.625rem;top:6.25rem;left:9.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqVUVlHLelGU97R8WQc7bBX8ZccMQNux { width:5.6875rem;height:7.8125rem;top:31rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWf0emsSpgbxE7zUoIdmUIfRryFAZIA4 { width:21.1875rem;height:3.8125rem;top:48.6875rem;left:13.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdFNKbQEm8P3OQb7MtOlfxmOK8E80XF9 { display:block; }
 }@media only screen and (max-width: 1199px) { #ixK0e9NpEoxv52pI5OSwNn76KVXFd72E { width:2.1875rem;height:2.1875rem;top:34.875rem;left:22.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a8N98tKoiJWPiZDTABaNXJHJyECHFNCN { top:39.4375rem;left:15.375rem;width:12.5rem;height:5.84765625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #X1WdxbNL7Zz6ESuJ9Fwf5UHXgRHFScvS { width:5.75rem;height:5.75rem;top:32.03125rem;left:19.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 { display:block; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dZsUi50xrTTHNJlSdrHPp88haWmPTco2 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxpT5DBpHC2hSy0ED3bT065dcT3zXRhn { width:8.8125rem;height:0.6875rem;top:6.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nE7Rbty6RPqeKUFnatd09BXxyrIl2cD5 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:21.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbFDLb7aMTckQMOnMrd8asieQJ9vCgqb { width:8.8125rem;height:0.6875rem;top:6.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuuotOXhlpBw5Z0tyz6oih60OLUP27Fw { width:5.3125rem;height:5.3125rem;top:3.75rem;left:38.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svXwvOAyeVtKqUxTQOqMCpioifAT8bTm { width:12.5rem;height:2.6rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRSQIbk7b8PqNSLxp4B27tblwPwTV9qd { width:12.5rem;height:6.499025rem;top:11.0625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpxVwI5OygZM4NzSDti9LXUPL8ZePz19 { width:12.5rem;height:2.6rem;top:11.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABzOZ0ZMvtNVfpS6T7tH3BMl7ikog0Fm { width:44.875rem;height:8.4375rem;top:19.6318359375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #eLlvB7LSBH0HJgr5c5JN1Akrn0ZPqlwX { width:32.375rem;height:1.38125rem;top:2.03125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3e7JxgJQxzOoP7IBsxTScP5MLmTDnXE { width:11.9375rem;height:2.03125rem;top:0rem;left:17rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFg1IQGWuh5kJAwxkd0y7oDaP2WVUWRN { width:22.5rem;height:4.1875rem;top:29.75rem;left:11.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X523awwy21TK8wlQwcKttkRpB0Xx1Xo1 { display:block; }
 }@media only screen and (max-width: 1199px) { #mNvFoUaeosGS0uxJntndSX3UttckagWE { display:block; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container { width:47.75rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lmiU48DJv8EzJrrQGl9nm4m7PkfxL3ZT { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y6J455teTiO9xQPN7IQhd7VULDLKcBST { width:12.5rem;height:3.125rem;top:8.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbGrv6kDWAqvGsSNBOw3JtF8c0n6759Q { display:block; }
 }@media only screen and (max-width: 1199px) { #NWO06VSUgo3HTvSJfQRIvyRmAAAFDadG { width:12.5rem;height:3.125rem;top:8.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QhhSwGXvAvPBNb6GQfoB0QdHQxLpdKm0 { display:block; }
 }@media only screen and (max-width: 1199px) { #iOARxzbg9tCF1gRdcnvV2R5JLhO2GvQk { width:6.0625rem;height:2.1125rem;top:5.5625rem;left:20.84375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MwHIy40Sgg9NxbfQG63VOFTsAoaVlfqG { width:21.749rem;height:2.1128875rem;top:1.56640625rem;left:11.9365234375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE { display:block; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { width:47.75rem;height:146.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LK7MUnTL4N286nDbyEEH0TbvlsRJAuxx { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T6fmbPBpTur8yAF6ioOrM2DKRzTUvZv6 { width:37rem;height:34.8125rem;top:39.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSUO43Wh1vmJR5GQv3TtcJEkvnp1TFZN { width:30.625rem;height:5.25rem;top:55.25rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6nZO3SJNKIdXiVZiAVTwwcaTTT7hlMI { width:27.4375rem;height:1.225rem;top:53.5625rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mO48UwU29QhV5oTDgoCVSJDBmKfzTopU { width:1rem;height:1rem;top:30.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exLQG32ClZxnapStf2139f4K505T7q0I { width:1.5625rem;height:1.5625rem;top:53.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7GMUTMlScx5LuArHN6eigy1trmM9rEq { width:37.0625rem;height:29.5625rem;top:5.03125rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTnqVNUMA3B0hvqNAzprtPrbiRNwP1OQ { width:28.0625rem;height:5.25rem;top:24.75rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5QggXHMDoPMBInWWDwpBDN8TQLP64kb { width:7.75rem;height:1.1375rem;top:30.375rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRL7Tv8aTmyocJ4I3LmQgFT5PF1MhvmU { width:15.0625rem;height:1.1375rem;top:30.375rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DebQufMunmxn0tD0xOea93I9STbHtKVH { width:29.6875rem;height:2.625rem;top:38.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCkm6z18viQtNlQBTTLhyvZkgFTkRNbQ { width:25rem;height:1.3rem;top:38.8125rem;left:12.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BcdQZvP6a1nR6PrTw3XeNM895T6Q5kiu { width:27.25rem;height:1.1375rem;top:15.0390625rem;left:8.8750005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHRErPeEPuKWgZoROrzfRVuimITr7kAv { width:27.4375rem;height:2.45rem;top:17.3125rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UO2cTKZ4VgHKAO6gQEP3g8o88F7Eg2aR { width:28.0625rem;height:3.5rem;top:20.4375rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L02rVdLdx5lnzpGdnPvMrF9Jov3RdhEa { width:1rem;height:0.8125rem;top:30.5625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTPkJBQZ3m0v6AMXNbWAlVEJ3DTTOa6T { width:1.5625rem;height:1.5625rem;top:20.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfUfJbfDiXm3iwbHcD0o3TU58HFJzKEW { width:1.5625rem;height:1.5625rem;top:25.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4ffmHCgNeTdwr7IE6q5DTcHWMkrJSRh { width:32.1875rem;height:7.34765625rem;top:6.7607421875rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tb6x2zACnObM9tNE0zUTZNktEGbfxOMB { width:29.6875rem;height:2.625rem;top:3.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kND809H9VBGUJmVzZTNvtS7k1nCZH0yn { width:20.75rem;height:1.3rem;top:3.7979183197021rem;left:13.500001132488rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #p1QIhM3qlPkxCX6wavKJUED2n29OkTk3 { width:32.75rem;height:13.125rem;top:41.8125rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-text {padding-top: 0; padding-bottom: 0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-select {padding-top: 0; padding-bottom: 0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.adaptive-delivery-prevent-bg, #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.lazyload, #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.lazyloading { background-image: none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container:first-of-type{padding-top:0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container:last-of-type{padding-bottom:0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:11.637500345707rem;top:76.75rem; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E {display:block;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:11.637500345707rem;top:76.75rem; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #gztSIOIUTSlxDRIrfi53rWz0gbRNIf4b {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #gztSIOIUTSlxDRIrfi53rWz0gbRNIf4b .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #s0QrhzydIibs2pSItSiMIcyaKeBdM7Tq { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UUvlT1VpF4QBTrsE54fHI9x6GT6ip2pR { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #HlG84r5CmtIvAXaFK7HzXqdBZhv3BDbT {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #TxPqOznA8yAMxJ6C71mryQNuTVGHWHLv { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #casTFO72aCQiI2QNPLummo0STPs9boEh {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #J8EauELn1VKyZoyTxN6uymfAfz4Om5wE {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #hVh9ByBzG72tkgUK6uRKbZGELuh09qta { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #JmyxWHEvxpTasl6xTQSwsenyR2G0XCTb {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UsdG1tUzQLE9pSAGucQa99KDeuAHQNB9 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #OxD0GMk4waQyJZfVNIXZDVxoBzkrxmqV { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #dOuEG3qmoaoWATTW11c4MyizqHbnAanT {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #tiZZKEECvuilNrTQ4cFNLLvXW2sA88x7 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #vLwr3DV8i9gk95xOHAgKGmHMEylHSH22 { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #IDbUxBingnK27Tw3xdJJIds68MxrDkrX {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #u9PDD33D5Ir7TcJNotu5GNGC0i6SB4ry {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #kQTWk4zqMaT5T74TWNQzy1LhTgbpb7rS { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #yaBCqZmTa5O9BqGc1f7r0wWTT07m5GQi {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pPKCrB39edBiXfxT4tSXRoUAMOFJblKu {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #fqWiSNnLPiZ0G4LTchZOSR9HHfF59PyE { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #HpwCZxLhhTGqCHcQOe7edkPUTU2RibW1 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #T7co7kDqBED1TpvBmBnZHEu3ntrCVQws {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #SV6Tw6h28Mgm9l6qN4PvaVdv2mSLA5SU { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #V1EJogIQ4uBpHWVLzBXtu3M1Ed6xEAv9 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #c7JGUlSo3PmXTrUT5GB4X1Bl9SHlQHsN {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UTylBhvO1IfvbiKGBifU5GiazBbFMg7G { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #CVNfpWNNF9IzVfGeCtC3UQ7GTdaTBT1p {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #xvB8iM8uPQhcOKF3pCsSSocZNVJZpDOT {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #iNwVVZO0m7JzAsTaI0z6p32xru8GVwVk { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Am6VqiATKn5mmZbmGEeOSFcP0z9yTXUV {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #M0xlVTKq43q33HBUWXM2QD5AHAorXsaK {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #g6a7vuDXxgUio8LkvL1uxvCuaVzNIiuk { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #sSkT8mkDEDBclZLpWeFsugNShIQ4Prpg {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Auc2W0BTRuh4CD7r3LAB8acm6ROVA5O2 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #eKJPahynPzfkI3arc4G3NffpbATtmdEr { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #GwKm6MITeJIIV1JBFZpzCAWr3rQ0tn9U {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #bRHoOue1wrWDqgDUJ5JgiGPII8K6fpxx {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #xQPPPC7R4royKQXSgwlJXg4PHx3s2Zmw { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #khPfZcPaFSNDt5Tu258zwl3GVLHna8ws {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #FqnNXVpAM8Jo44DEUT47x9DZT7wXX3ky {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #nqAJxI4w0vkCRDdVUZ0pyH9y9e04Uil2 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #si8BCcKOnPHp2BIiWK2awFKTusQtt70Z {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #ohgbD8UicaK6d51COkVRXldeoOZcJJca {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #MpGhDUcocqm0VqmAMAsMizrKWSr9Vt7H { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #NIrwLMvkG9hmlz5r3UAwcwwz2hdM9lHm {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #buHTymZJcAUXoeLXCIM65CD79pkAipuI {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #tkm3sQfeUIQvxrRwqH8iKr87Bl4tGnsF { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pZJERsp3Q1KGzu9fFz7XDlBF53rEuIm8 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #OiUzdf5DDcFh65iV6AE3oTqzNW787xFJ {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #WmBDTk2rsrQqaiT6nPDNJmPvBHkZ2coT { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #S1aZt6cDEGTCxw8k1vvVqCJSOG2Eif64 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #LIOK63aP7OhphmM1KvBd1SRepz4UWbWA {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #FQ2VpnwVxqTOMWTHSNy2GW4TiXb5z22L { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Pu8xEPX3a4S2HHSZyoTe6KFkUIamWLFz {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #GtTH92pvLNXIt2k9fJNW0UenTHpQfdLz {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #JTaq9aUWwq4LuEUmswqfwEoXr89VuT38 { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Td5I8u2xHEdPTdniOu8Bm6JCHFTeSQgm {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #KMEPtMhTMN4eltWDOvHmyMrTOCQa8I5t {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #XSD0Vbw5DvEK6s3LJbioQbnfRlPbhU9Q { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #QHLZhzHdCy3SUXxVK7Awk8X191b6XCaW {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #cR2VvXRgSCHEuieKRJ5QEUGltdyTzmbl {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Ftupl9qyN2WNBOrs96uCNhASxkC2dsDv { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #flv7SCWvb85pJEAfKTXzJnACWxe1Vgbx {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #S0QlGUNNeB9D89fIFzVbQxeZI0wUh3qW {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #hR8kViKlWHT5AxoFrqT244soOyAmzV78 { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #C9LJfi1uLUPM7dcGFpD05Z5rR0xPcoPJ {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #thUZ6HGMANbbNQ6RNRFtZ1LOzVXnZ7pE {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #zCKDwWTKvpzBHRJnAvSHSy0dl3fTO5sA { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #rHQ3LFxCO40cfp1aUR1QBbNG3rLv91oX {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #MJ4gdgBbAruqiyRBgcZQKiO0EMtMppm2 {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pIPBMSB0lTb8ACxyaGco1IWu6IhQutdc { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Q9CGfzsVVDrMfcf6cFthyKZ1UmGoq6ZK {  }
 }@media only screen and (max-width: 1199px) { #XcBpBvwTGNMxcOBs4LUMb4Ft2MG6FzAg { display:block; }
 }@media only screen and (max-width: 1199px) { #QTCDntnTOqzoHNUa6niFRLq2XU7JPqaK { display:block; }
 }@media only screen and (max-width: 1199px) { #LCGFRorFfbQH7UyxIkmob4yO3NWGXwlL { display:block; }
 }@media only screen and (max-width: 1199px) { #q8uT8H5IpXf6OS8iXBz6slyB5qyrLJOO { display:block; }
 }@media only screen and (max-width: 1199px) { #szhmG299opT9FD70TbrUhuFQs5tG08BA { display:block; }
 }@media only screen and (max-width: 1199px) { #vxGnimiKfZeXgXyy5F6kwexBV5a3L8bz { display:block; }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #PF3qc116sFiMKAztnvIXWaLRbxckbluf {  }
 }@media only screen and (max-width: 1199px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #r483DTOe1IgdGa9a4zAH6UCoMa5cHJxF {  }
 }@media only screen and (max-width: 1199px) { #LpTUHMSImB3VqTDToS8VE4RRQiXJGHAx { width:6.25rem;height:6.25rem;top:1.3742198944092rem;left:40.624219477177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9VtNL1Cam3s365zX4kfT0fqdxkzBbMI { width:15.0625rem;height:1.1375rem;top:70.3125rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cis0zhQZcPSqqpBfd9ODySzKOSz62S9q { width:1rem;height:0.8125rem;top:70.5rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VukM5aTg3dR365VeQMQ4olukR7icEBwP { width:7.75rem;height:1.1375rem;top:70.3125rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwORRzUUFN4h6do6PwDQQAEp5ppHdZSn { width:26.4365rem;height:1.1375rem;top:67.5625rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpB5SLQSzUWAGyqKwrnF9RPKy2kaNpCZ { width:1rem;height:1rem;top:70.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8ko9VpKRnifuAoXouRrr3Z0vXTiaD7b { width:31.375rem;height:5.25rem;top:61.3125rem;left:10.5rem;font-size:0.875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #fSdR2gIQwOpcJ9tBk6Hl9RRe4kdyJdwK { width:1.75rem;height:1.75rem;top:67.25rem;left:10.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvCxkt8n1hZFNStRFTzR8yNDv42I2IOe { width:1.4375rem;height:1.4375rem;top:67.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W { display:block; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h { display:block; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WCyH4zeVWxeaxZTTA82fqNh6leuFOJ7s { width:9.4375rem;height:4.625rem;top:3.0625rem;left:36.625001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3Agl9r3c72h570TTy0EXOTWURoDgvF9 { width:31.4355625rem;height:11.25rem;top:1.4984664916993rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7QoXiUmgIqG1hrVHcSDom0kCgQmPwPN { width:13.6875rem;height:3.25rem;top:1.03125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef { display:block; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygNImUxPewEsbEK9q6dJwM749hxha5Tf { width:18.875rem;height:3.5996125rem;top:9.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAVpWuRBaZJmU7JvDTUsldeeaD2D7M4X { width:20rem;height:2.1933625rem;top:2.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2WzfS8pPqMECJdrl0JGwTVdC0UDamI { width:15rem;height:4.0234375rem;top:5.1875rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXGQDd5kb1PgklBrvULTC8uNPTrUe22D { width:15.5rem;height:0.1875rem;top:4.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1hSdP0OiRvuFxPiWKIMo6I4z4DLB9d { width:20rem;height:14.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwwPslsAnQVVmuEaT910VoBZu4BuuTT { width:19rem;height:3.1875rem;top:30.625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16OBrxMIFzlhDHUdShIQpDHpAQ8W0p7 { display:block; }
 }@media only screen and (max-width: 763px) { #PGKiH4VGvHsJOfMevWT1rgCE15wLo85y { width:20rem;height:1.6875rem;top:34.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh { display:block; }#rfpBxnnLZkLTtPdZ0DnHDOHSMwtsrQTh > .row .container { width:20rem;height:136.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEueML4Hg6O6QNP3lHlVBEMIFOpQTrMV { width:20rem;height:134.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdo1WTFN28mmNvncTxcRnmm8ZCh9GHh { width:9.375rem;height:2.1875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXU9nKDU9TD4h7I740T9mzPeJCx0k0zW { width:7.9375rem;height:1.625rem;top:2.34375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvFP9GVb2aHMJ0pPA6Q28qgOorDvINWA { width:20rem;height:3.736325rem;top:4.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZb4eXBmnr8C79zwdWiMil4iIC5NLf8k { width:18.5rem;height:13.5rem;top:9.4375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6lhozOx6xMXcO79admKPuFuoTQxTi9m { width:20rem;height:10.751rem;top:25.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keR0Wy3nGlcw3UqJ5BJU1DxrBdmwrbGp { width:20rem;height:8.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhh5eMODwQ4tiSSXGJ6Czy89TtpEhKzx { width:2.75rem;height:2.75rem;top:38.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWdcIkwp5dEUTgOUMHVP8GuspO9UP13M { width:20rem;height:1.3rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25Dn7LMpgrZilT0DwUV9eIOLuy311SC { width:20rem;height:2.2734375rem;top:43.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8gKXOW3ZGu6BV4smV5xuIQcROuZL80 { width:20rem;height:9.875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpA4yBbcrFf2PcCKU9EuhKTucCSmOI0R { width:2.75rem;height:2.75rem;top:47.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suhp9Ll31bZJRT3OPZKtcByTJTNV4FFg { width:20rem;height:1.3rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuAvdp1VocoeGz4zBN5uzLahzuD95fSQ { width:20rem;height:3.41015625rem;top:52.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACo7d2q7ktynlWCNwo3LcxrmmE3d9wJw { width:20rem;height:8.75rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Mx8vOR5KO6Izmxbcbr2m3B7eQtclEo { width:2.75rem;height:2.75rem;top:57.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhvWgRiqWDWaEUSuJz46ZXTtx8RqEDp { width:20rem;height:1.3rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlBTf5ARvb3TmGuaAqe3T9OwkG6Zzmyg { width:20rem;height:2.2734375rem;top:63.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKbzsShgNoDesV6UabFMpgwlLTi6nZNb { width:20rem;height:5.875rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85VdrXH8syP5cs77VIaIoUDQFsaK4IN { width:17.0625rem;height:4.62890625rem;top:68.114587783812rem;left:1.4687501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTR5ctZDSPrSA8b0cp6lHrlekpg6ZyeM { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxs2T3214SKJoqLVXXHy2aL4plfMkh37 { width:2.0625rem;height:2.6rem;top:74.875rem;left:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRmxfU6I1yqSBbMLACEUN0Gp0QgVJTEA { width:2.75rem;height:2.75rem;top:74.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIe6NkRzAxMaQerT9AmlzUtVIm5rKxN { width:20rem;height:5.84765625rem;top:78.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F66Q9qxBMltozTHlq0hTPwCnRxGmCa9y { width:2.0625rem;height:2.6rem;top:84.5rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPMShJxofwF5zTkrVpEhWTpZxE4tdT2k { width:2.75rem;height:2.75rem;top:84.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcAGSsm3AVvbHq8BDdUtTRI1QP6LanF3 { width:2.0625rem;height:2.6rem;top:95.625rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4JPrFrJoH7xxkgpkT7WA9fmSIFt3gV { width:2.75rem;height:2.75rem;top:95.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AofSnB0zpMh3OrMnNe31yic9ikerUGVP { width:2.0625rem;height:2.6rem;top:103.8125rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1B4hDSOw21By3g2fygVhK3nWcdX4Nei { width:2.75rem;height:2.75rem;top:103.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8r3v9BIvkrpm1dm3T3vGVbagEr6lFq { width:2.0625rem;height:2.6rem;top:114.875rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXnV92xIuEtXxssJxviHpU8hhTO9k7Kt { width:2.75rem;height:2.75rem;top:114.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHV2co71Ey4Ipx3HoO6vLOua1FBKE35p { width:2.0625rem;height:2.6rem;top:124.5rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6mZ6VytaFUBJbccMNHOiXinLDkUQtFD { width:2.75rem;height:2.75rem;top:124.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTpbT7rHu42fgBy0wzdlNn1BkfxF8GI { width:20rem;height:4.38574375rem;top:88.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZiiDc3XQ0nXla03yD8u2srhf8GvH1Pl { width:20rem;height:4.38574375rem;top:99.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDIAM4pZ6SdbHCcpxJfAqxcK9mXzEffi { width:20rem;height:4.38574375rem;top:107.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTNEKvT2Q0tGEgnVUxgdZV7Ny5Oehc3l { width:20rem;height:5.84765625rem;top:118.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbrFp6M0s7xgRPTffNrp15TqWB2fkfkR { width:20rem;height:2.923825rem;top:128.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV { display:block; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScmtRbUv0rheGFZuMsFdyxA3C86FNgfq { width:20rem;height:2.923825rem;top:0.9677085876465rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80mEfVJn5cR9eP664mhlRn34OQ2ATes { width:20rem;height:4.53515625rem;top:1.826042175293rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT { display:block; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPscFTFo8lba7s6ZziPe6EP605TgPV8J { width:16rem;height:10.3125rem;top:22.4375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lweiRu8T1fRrc7gZvkTgGLntmw1DuKKV { width:16rem;height:8.25rem;top:33.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCKFJzoRdZt4KllPHevSPmlZf35hVh4 { width:16rem;height:5.15625rem;top:42.5rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQWcHS0IEeLUHZZTzk6q2PUIKK0UIufx { width:18.375rem;height:18.375rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAcnSo8PLTm0Al4x2nNNW7GmJVaQWbc5 { width:2.375rem;height:2.25rem;top:22.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlAnvRTgQxT73cTNxok0oTXRV2J18dp9 { width:2.375rem;height:2.25rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIosrs1NwUAt7fIwg0aZM0eixJLe2n76 { width:2.375rem;height:2.25rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSz20hZfZxxduXZdpV9NIKAmIOvNIT9 { width:16rem;height:4.125rem;top:75.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSKg9DGBrhUPhkMQvuTrd31ai7iFofv { width:16rem;height:6.1875rem;top:67.9375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuQgWFslc96Zet7J4nKWwPdOc6dL6uV { width:16rem;height:8.25rem;top:57.25rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtEMddSeUCAd8W3kQLdhRBVx90HnFzy9 { width:2.375rem;height:2.25rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5v8fq5M5CdLWya75nBqDe6UTE7GxOyL { width:2.375rem;height:2.25rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63G8PryO7ah9yfKvwflItWfKF5fyOu4 { width:2.375rem;height:2.25rem;top:57.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZxWfrF93Aors72Keo6LJ9yhwTg6RUJE { width:17.5625rem;height:1.5rem;top:20.562515258789rem;left:0.93750011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpedxWCBhin1mR0zES0v5QN4TMrgOZO { width:2.375rem;height:2.25rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoDoBM4ghVC7VqTcTVRKRdxxq3d5GNv { width:16rem;height:5.15625rem;top:49.875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7zC5mMRWCzQeAvDQovvSL1vIruvTo5H { width:5.25rem;height:1.5rem;top:48.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTk8BbsTwFgMwu9lQEAo7Gh6tTwtq5ry { width:5.3125rem;height:0.6rem;top:48.875rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trn2tUwrLpxzTkSUpqnbq6R3khkzf7Zu { width:5.3125rem;height:0.6rem;top:56.3125rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgINiToBWQ6WfOTLZotgRrF8UbxkgTf { width:5.25rem;height:1.5rem;top:55.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWKx2aktV41wAG75BGbTqNCyyD1ZRyKT { width:6.9375rem;height:1.5rem;top:80.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRt5wZGp3mwwnZqdNhzPwSkIUOTI6Tn { width:6.75rem;height:0.6rem;top:81.125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Lelhpwe1VfJJTBITMn1GSEJZm6MuN6 { width:2.375rem;height:2.25rem;top:87.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblKmizMbL0nOlP2qcuBZ42R8JkTG9xg { width:16rem;height:11.34375rem;top:87.875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMElD2tD6XVcGPsXNRX4tipxIa8nPGT8 { width:15.75rem;height:0.6rem;top:21.012501001358rem;left:2.1250001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3KaPCCV96brKq9gs6iFPKaPKpXhphkV { width:16rem;height:6.1875rem;top:101.5625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybnq99ImTI2zuEPCJkv3pHO6M7Gxasv8 { width:2.375rem;height:2.25rem;top:101.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCdRJhn2TzbrxpJGq5S7Zq8gG5hWXDWp { width:2.375rem;height:2.25rem;top:82.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xOekUF58Sn3fVQnsMDfqfhsPNpQHMa { width:16rem;height:4.125rem;top:82.1875rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsSirptDvsM746MrIGKAXFZ2euaiHKrU { width:19rem;height:4.25rem;top:109rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwvF0Q15xSAlJLrSoVIWgQ608POqW1yE { display:block; }
 }@media only screen and (max-width: 763px) { #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/50NUR16i/header_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.adaptive-delivery-prevent-bg, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyload, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyloading { background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { background-color: transparent; background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .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); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { width:20rem;height:121.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVSVM5l9J92do3RCL1kJOWiNTCklErnd { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0OZL5TKSQAhrsV0MgRWwTVDVT3xBFf { width:20rem;height:4.53515625rem;top:4.7479219436646rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbXZ9AQqTNAlRrTAavSqSFTXSKHdsaXx { width:8.1875rem;height:7.125rem;top:110.81250572204rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdcTrPMIgxdtzp4qd5acxaWxvQSQl4E { width:19.875rem;height:26.0625rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeoq2aP0QuPuIemC7V29m6NQqG5ynVJ3 { width:19.875rem;height:28.9375rem;top:85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agUdpBlnSmTnJSFQpnlSeE3GqPo40Ioe { width:18.125rem;height:21rem;top:50.995849609375rem;left:1.0000001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeXfnuFxarCurtQnt8USP49nmW0iy7Ke { width:17.1875rem;height:21rem;top:87.589599609375rem;left:1.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8KHrCS3HPaxxxdqFyvbcIotWHuHDawQ { width:8.1875rem;height:7.125rem;top:74.1201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTirWJGUmCTNR5yyaDl9mZ45guiwwpFC { width:19.875rem;height:22.8125rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOS9s5ibsWgMZAoRAAuyr6OSk0pITS9g { width:18.4375rem;height:17.0625rem;top:16.5rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8btwUIHo7QlqQtNiZSxuDvN1KTA7aa { width:8.1875rem;height:7.125rem;top:34.875002861023rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJVcTLJFAzqkQQTHh2DpPINkU2xT7bCt { width:4.6875rem;height:3.6875rem;top:10.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Adhu60kXkMhmWMZTiA5PlUyDd6qlqO { width:4.6875rem;height:3.6875rem;top:46.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsEwSeWwWhU0rTZsCRHBZ2bW1NfSsH0a { width:4.6875rem;height:3.6875rem;top:82.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnacH58uzAyNWuJRJurId9W0Tndiqkxq { display:block; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFzaQugGciaKfItCq2xPhdWSJyQQ6kkT { width:18.0620625rem;height:1.95rem;top:1.4423828125rem;left:0.9677734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF5DLpCBxkNJLolCsevcov5948V1L9bH { width:20rem;height:3.25rem;top:3.9052185058594rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #svxbeJNlBlPM5lAWcPSztzdgdGoollcE { display:block; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { width:20rem;height:100.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBC9utdtZrEguZTeI8HrtAoUrFQgyW2g { width:20rem;height:0;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E2afHix92GxGJF37rvJi59NTJlqHDUXv { width:3.75rem;height:3.75rem;top:2.5rem;left:8.0625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNxiJDMVnxpxzIFWCP65uss8RS9LK5CH { width:18rem;height:25.8125rem;top:5.3125rem;left:0.91015625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrLZ84Mh0w4dZcKyyEsqlWJRvP98Uny { width:1.875rem;height:1.875rem;top:3.4375rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmwcSIrnDV0eTTcfgV612MbXxOGRxMbU { width:20rem;height:3.75rem;top:34.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TDTyE4R6LW7HPyKfTl7sSwpM0nt2zH79 { width:17.8125rem;height:53.5rem;top:39.125rem;left:1rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA48g12qKsfK6GWimTWLOUCqK2N8cUrv { width:16.4375rem;height:7.871125rem;top:51.625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Si3J8F8i1GGe6ZCoqG0msT8dpo3iJzQI { width:15.4375rem;height:6.296875rem;top:83.8125rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #inhDy2RJC5rB4FchnWnaAZpwTIJuJPZG { width:5.875rem;height:5.875rem;top:77.1875rem;left:7.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMyJUstJgHPtR1a3G6cREh7maHBqoA9x { width:20rem;height:1.875rem;top:2.953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MUuc8wtJqX8WP7uvMoaNDyxHDG2JcKGm { width:5.0625rem;height:5.0625rem;top:16.625rem;left:7.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5toIXkE5vp9Aafcpg36TEs1ogS7zHDF { width:9.3125rem;height:1.2375rem;top:12.9140625rem;left:5.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eeh91lKR3IF0GuwflLqwMdsnTepch07u { width:4.375rem;height:4.375rem;top:54rem;left:7.8125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ0rwqaCHXLCLEemE3oBAbJWQykZIJPl { width:12.9375rem;height:7.87109375rem;top:22.1875rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS1c2T5faWqGdabl22H9adTy08f89lHo { width:6.4375rem;height:6.4375rem;top:6.25rem;left:6.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVUVlHLelGU97R8WQc7bBX8ZccMQNux { width:6.5625rem;height:8.9375rem;top:41.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWf0emsSpgbxE7zUoIdmUIfRryFAZIA4 { width:19rem;height:4.5rem;top:94rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFNKbQEm8P3OQb7MtOlfxmOK8E80XF9 { display:block; }
 }@media only screen and (max-width: 763px) { #ixK0e9NpEoxv52pI5OSwNn76KVXFd72E { width:3.125rem;height:3.125rem;top:94.1875rem;left:8.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8N98tKoiJWPiZDTABaNXJHJyECHFNCN { width:12.4375rem;height:6.296875rem;top:68.125rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X1WdxbNL7Zz6ESuJ9Fwf5UHXgRHFScvS { width:6.4375rem;height:6.4375rem;top:61.6875rem;left:6.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 { display:block; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZsUi50xrTTHNJlSdrHPp88haWmPTco2 { width:5.3125rem;height:5.3125rem;top:7.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxpT5DBpHC2hSy0ED3bT065dcT3zXRhn { width:8.8125rem;height:0.6875rem;top:7.8125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nE7Rbty6RPqeKUFnatd09BXxyrIl2cD5 { width:5.3125rem;height:5.3125rem;top:18.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFDLb7aMTckQMOnMrd8asieQJ9vCgqb { width:8.8125rem;height:0.6875rem;top:16.3125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuuotOXhlpBw5Z0tyz6oih60OLUP27Fw { width:5.3125rem;height:5.3125rem;top:32.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svXwvOAyeVtKqUxTQOqMCpioifAT8bTm { width:12.75rem;height:2.923825rem;top:12.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSQIbk7b8PqNSLxp4B27tblwPwTV9qd { width:18.375rem;height:7.30956875rem;top:23.5rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpxVwI5OygZM4NzSDti9LXUPL8ZePz19 { width:12.75rem;height:2.923825rem;top:38rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABzOZ0ZMvtNVfpS6T7tH3BMl7ikog0Fm { width:20rem;height:22.0898125rem;top:43.562473297119rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eLlvB7LSBH0HJgr5c5JN1Akrn0ZPqlwX { width:17.5625rem;height:2.923825rem;top:2.6015625rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3e7JxgJQxzOoP7IBsxTScP5MLmTDnXE { width:19.6875rem;height:1.95rem;top:0.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFg1IQGWuh5kJAwxkd0y7oDaP2WVUWRN { width:19rem;height:4.5rem;top:67.158203125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X523awwy21TK8wlQwcKttkRpB0Xx1Xo1 { display:block; }
 }@media only screen and (max-width: 763px) { #mNvFoUaeosGS0uxJntndSX3UttckagWE { display:block; }#mNvFoUaeosGS0uxJntndSX3UttckagWE > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmiU48DJv8EzJrrQGl9nm4m7PkfxL3ZT { width:6.375rem;height:1.125rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6J455teTiO9xQPN7IQhd7VULDLKcBST { width:17.5rem;height:3.4375rem;top:9.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbGrv6kDWAqvGsSNBOw3JtF8c0n6759Q { display:block; }
 }@media only screen and (max-width: 763px) { #NWO06VSUgo3HTvSJfQRIvyRmAAAFDadG { width:17.5rem;height:3.4375rem;top:13.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhhSwGXvAvPBNb6GQfoB0QdHQxLpdKm0 { display:block; }
 }@media only screen and (max-width: 763px) { #iOARxzbg9tCF1gRdcnvV2R5JLhO2GvQk { width:20rem;height:1.95rem;top:5.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwHIy40Sgg9NxbfQG63VOFTsAoaVlfqG { width:20rem;height:2.51875rem;top:1.0625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE { background-color:#ffffff;background-image:none;display:block; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { background-color: transparent; background-image: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .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); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { width:20rem;height:201.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK7MUnTL4N286nDbyEEH0TbvlsRJAuxx { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6fmbPBpTur8yAF6ioOrM2DKRzTUvZv6 { width:19.8125rem;height:63.25rem;top:59.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUO43Wh1vmJR5GQv3TtcJEkvnp1TFZN { width:16.5rem;height:11.25rem;top:86.75rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6nZO3SJNKIdXiVZiAVTwwcaTTT7hlMI { width:13.75rem;height:1.3125rem;top:84.6875rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mO48UwU29QhV5oTDgoCVSJDBmKfzTopU { width:1rem;height:1rem;top:48.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exLQG32ClZxnapStf2139f4K505T7q0I { width:1.3125rem;height:1.3125rem;top:84.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7GMUTMlScx5LuArHN6eigy1trmM9rEq { width:19.5625rem;height:53.625rem;top:2.125rem;left:0.24999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnqVNUMA3B0hvqNAzprtPrbiRNwP1OQ { width:13.6875rem;height:9.375rem;top:37.875rem;left:4.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5QggXHMDoPMBInWWDwpBDN8TQLP64kb { width:10.375rem;height:1.21875rem;top:48.3125rem;left:3.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRL7Tv8aTmyocJ4I3LmQgFT5PF1MhvmU { width:16.1875rem;height:1.21875rem;top:50.6875rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DebQufMunmxn0tD0xOea93I9STbHtKVH { width:16.625rem;height:3.25rem;top:57.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCkm6z18viQtNlQBTTLhyvZkgFTkRNbQ { width:16.125rem;height:2.4375rem;top:58.375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdQZvP6a1nR6PrTw3XeNM895T6Q5kiu { width:16.25rem;height:1.21875rem;top:20.133593559265rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bHRErPeEPuKWgZoROrzfRVuimITr7kAv { width:16.25rem;height:3.9375rem;top:22.875rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UO2cTKZ4VgHKAO6gQEP3g8o88F7Eg2aR { width:13.25rem;height:9.375rem;top:27.9375rem;left:4.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L02rVdLdx5lnzpGdnPvMrF9Jov3RdhEa { width:1rem;height:0.8125rem;top:50.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPkJBQZ3m0v6AMXNbWAlVEJ3DTTOa6T { width:1.4375rem;height:1.4375rem;top:28.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUfJbfDiXm3iwbHcD0o3TU58HFJzKEW { width:1.375rem;height:1.375rem;top:38.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ffmHCgNeTdwr7IE6q5DTcHWMkrJSRh { width:16.25rem;height:14.4375rem;top:4.25rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tb6x2zACnObM9tNE0zUTZNktEGbfxOMB { width:15.625rem;height:2.25rem;top:1rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kND809H9VBGUJmVzZTNvtS7k1nCZH0yn { width:15rem;height:1.21875rem;top:1.625rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1QIhM3qlPkxCX6wavKJUED2n29OkTk3 { width:16.6875rem;height:21.09375rem;top:62.359375rem;left:1.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-text {padding-top: 0; padding-bottom: 0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-select {padding-top: 0; padding-bottom: 0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.adaptive-delivery-prevent-bg, #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.lazyload, #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-button.lazyloading { background-image: none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container:first-of-type{padding-top:0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .widget-container:last-of-type{padding-bottom:0;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E  { width:16.746125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:125.5rem;left:1.2509765625rem; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E {display:block;}#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E { width:16.746125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:125.5rem;left:1.2509765625rem; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #gztSIOIUTSlxDRIrfi53rWz0gbRNIf4b {  }
#UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #gztSIOIUTSlxDRIrfi53rWz0gbRNIf4b .container-column{width:50%;} }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #s0QrhzydIibs2pSItSiMIcyaKeBdM7Tq { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UUvlT1VpF4QBTrsE54fHI9x6GT6ip2pR { z-index:2; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #HlG84r5CmtIvAXaFK7HzXqdBZhv3BDbT {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #TxPqOznA8yAMxJ6C71mryQNuTVGHWHLv { z-index:2; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #casTFO72aCQiI2QNPLummo0STPs9boEh {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #J8EauELn1VKyZoyTxN6uymfAfz4Om5wE {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #hVh9ByBzG72tkgUK6uRKbZGELuh09qta { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #JmyxWHEvxpTasl6xTQSwsenyR2G0XCTb {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UsdG1tUzQLE9pSAGucQa99KDeuAHQNB9 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #OxD0GMk4waQyJZfVNIXZDVxoBzkrxmqV { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #dOuEG3qmoaoWATTW11c4MyizqHbnAanT {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #tiZZKEECvuilNrTQ4cFNLLvXW2sA88x7 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #vLwr3DV8i9gk95xOHAgKGmHMEylHSH22 { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #IDbUxBingnK27Tw3xdJJIds68MxrDkrX {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #u9PDD33D5Ir7TcJNotu5GNGC0i6SB4ry {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #kQTWk4zqMaT5T74TWNQzy1LhTgbpb7rS { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #yaBCqZmTa5O9BqGc1f7r0wWTT07m5GQi {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pPKCrB39edBiXfxT4tSXRoUAMOFJblKu {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #fqWiSNnLPiZ0G4LTchZOSR9HHfF59PyE { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #HpwCZxLhhTGqCHcQOe7edkPUTU2RibW1 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #T7co7kDqBED1TpvBmBnZHEu3ntrCVQws {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #SV6Tw6h28Mgm9l6qN4PvaVdv2mSLA5SU { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #V1EJogIQ4uBpHWVLzBXtu3M1Ed6xEAv9 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #c7JGUlSo3PmXTrUT5GB4X1Bl9SHlQHsN {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #UTylBhvO1IfvbiKGBifU5GiazBbFMg7G { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #CVNfpWNNF9IzVfGeCtC3UQ7GTdaTBT1p {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #xvB8iM8uPQhcOKF3pCsSSocZNVJZpDOT {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #iNwVVZO0m7JzAsTaI0z6p32xru8GVwVk { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Am6VqiATKn5mmZbmGEeOSFcP0z9yTXUV {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #M0xlVTKq43q33HBUWXM2QD5AHAorXsaK {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #g6a7vuDXxgUio8LkvL1uxvCuaVzNIiuk { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #sSkT8mkDEDBclZLpWeFsugNShIQ4Prpg {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Auc2W0BTRuh4CD7r3LAB8acm6ROVA5O2 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #eKJPahynPzfkI3arc4G3NffpbATtmdEr { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #GwKm6MITeJIIV1JBFZpzCAWr3rQ0tn9U {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #bRHoOue1wrWDqgDUJ5JgiGPII8K6fpxx {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #xQPPPC7R4royKQXSgwlJXg4PHx3s2Zmw { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #khPfZcPaFSNDt5Tu258zwl3GVLHna8ws {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #FqnNXVpAM8Jo44DEUT47x9DZT7wXX3ky {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #nqAJxI4w0vkCRDdVUZ0pyH9y9e04Uil2 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #si8BCcKOnPHp2BIiWK2awFKTusQtt70Z {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #ohgbD8UicaK6d51COkVRXldeoOZcJJca {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #MpGhDUcocqm0VqmAMAsMizrKWSr9Vt7H { z-index:2; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #NIrwLMvkG9hmlz5r3UAwcwwz2hdM9lHm {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #buHTymZJcAUXoeLXCIM65CD79pkAipuI {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #tkm3sQfeUIQvxrRwqH8iKr87Bl4tGnsF { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pZJERsp3Q1KGzu9fFz7XDlBF53rEuIm8 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #OiUzdf5DDcFh65iV6AE3oTqzNW787xFJ {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #WmBDTk2rsrQqaiT6nPDNJmPvBHkZ2coT { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #S1aZt6cDEGTCxw8k1vvVqCJSOG2Eif64 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #LIOK63aP7OhphmM1KvBd1SRepz4UWbWA {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #FQ2VpnwVxqTOMWTHSNy2GW4TiXb5z22L { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Pu8xEPX3a4S2HHSZyoTe6KFkUIamWLFz {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #GtTH92pvLNXIt2k9fJNW0UenTHpQfdLz {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #JTaq9aUWwq4LuEUmswqfwEoXr89VuT38 { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Td5I8u2xHEdPTdniOu8Bm6JCHFTeSQgm {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #KMEPtMhTMN4eltWDOvHmyMrTOCQa8I5t {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #XSD0Vbw5DvEK6s3LJbioQbnfRlPbhU9Q { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #QHLZhzHdCy3SUXxVK7Awk8X191b6XCaW {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #cR2VvXRgSCHEuieKRJ5QEUGltdyTzmbl {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Ftupl9qyN2WNBOrs96uCNhASxkC2dsDv { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #flv7SCWvb85pJEAfKTXzJnACWxe1Vgbx {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #S0QlGUNNeB9D89fIFzVbQxeZI0wUh3qW {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #hR8kViKlWHT5AxoFrqT244soOyAmzV78 { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #C9LJfi1uLUPM7dcGFpD05Z5rR0xPcoPJ {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #thUZ6HGMANbbNQ6RNRFtZ1LOzVXnZ7pE {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #zCKDwWTKvpzBHRJnAvSHSy0dl3fTO5sA { z-index:2; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #rHQ3LFxCO40cfp1aUR1QBbNG3rLv91oX {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #MJ4gdgBbAruqiyRBgcZQKiO0EMtMppm2 {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #pIPBMSB0lTb8ACxyaGco1IWu6IhQutdc { z-index:2; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #Q9CGfzsVVDrMfcf6cFthyKZ1UmGoq6ZK {  }
 }@media only screen and (max-width: 763px) { #XcBpBvwTGNMxcOBs4LUMb4Ft2MG6FzAg { display:block; }
 }@media only screen and (max-width: 763px) { #QTCDntnTOqzoHNUa6niFRLq2XU7JPqaK { display:block; }
 }@media only screen and (max-width: 763px) { #LCGFRorFfbQH7UyxIkmob4yO3NWGXwlL { display:block; }
 }@media only screen and (max-width: 763px) { #q8uT8H5IpXf6OS8iXBz6slyB5qyrLJOO { display:block; }
 }@media only screen and (max-width: 763px) { #szhmG299opT9FD70TbrUhuFQs5tG08BA { display:block; }
 }@media only screen and (max-width: 763px) { #vxGnimiKfZeXgXyy5F6kwexBV5a3L8bz { display:block; }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #PF3qc116sFiMKAztnvIXWaLRbxckbluf {  }
 }@media only screen and (max-width: 763px) { #UusyU2nsHidLGTrBCsbIWQOhRvAqpy7E #r483DTOe1IgdGa9a4zAH6UCoMa5cHJxF {  }
 }@media only screen and (max-width: 763px) { #LpTUHMSImB3VqTDToS8VE4RRQiXJGHAx { width:6.25rem;height:6.25rem;top:193.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9VtNL1Cam3s365zX4kfT0fqdxkzBbMI { width:16.25rem;height:1.125rem;top:116.875rem;left:3.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Cis0zhQZcPSqqpBfd9ODySzKOSz62S9q { width:1rem;height:0.8125rem;top:116.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VukM5aTg3dR365VeQMQ4olukR7icEBwP { width:8.0625rem;height:1.21875rem;top:114.625rem;left:3.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwORRzUUFN4h6do6PwDQQAEp5ppHdZSn { width:13.3125rem;height:2.4375rem;top:111.125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpB5SLQSzUWAGyqKwrnF9RPKy2kaNpCZ { width:1rem;height:1rem;top:114.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ko9VpKRnifuAoXouRrr3Z0vXTiaD7b { width:16.625rem;height:11.25rem;top:98.9375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fSdR2gIQwOpcJ9tBk6Hl9RRe4kdyJdwK { display:flex;width:1.3125rem;height:1.3125rem;top:111.5625rem;left:1.625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #NvCxkt8n1hZFNStRFTzR8yNDv42I2IOe { width:1.125rem;height:1.125rem;top:111.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W { display:block; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W { background-color: transparent; background-image: none; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container > .video-iframe-container { display: none; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row > .video-iframe-container { display: none; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .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); }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container { width:20rem;height:1.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eZepbZkL/partner_baner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container.adaptive-delivery-prevent-bg, #WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container.lazyload, #WeK9mdoApmAe1pBVIyBWz3NAOGT0QU2W > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h { display:block; }#wC5aeHnBJnK8vky8Fn08zNUmvKPsOx9h > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCyH4zeVWxeaxZTTA82fqNh6leuFOJ7s { width:10.25rem;height:4.9375rem;top:2.9990234375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Agl9r3c72h570TTy0EXOTWURoDgvF9 { width:20rem;height:11.25rem;top:8.876953125rem;left:0rem;z-index:15000;display:block; }
 }