.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVs3Il7hFisQdMlv7sznllvGavN7T9oN { position:relative;display:none; }#uVs3Il7hFisQdMlv7sznllvGavN7T9oN { border-width: 0; border-radius: 0; }#uVs3Il7hFisQdMlv7sznllvGavN7T9oN > .row .container > .video-iframe-container {  }#uVs3Il7hFisQdMlv7sznllvGavN7T9oN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#tuPrDfMv5v6Bxiv8PT40whfNKIabfDXv { 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:block;z-index:100000;display:none; }
#WCFBkJH5H77lhHbmwD0LCAJJZspgP8L0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.375rem;left:9.875rem;display:none; }
#W6PketF2laGHimJzqCrhX4gEgZ07T3C9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:6.125rem;display:none; }
#yyCzChnihkklQok3kWynOUolbtO8Uvk7 { position:relative;display:none; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 { border-width: 0; border-radius: 0; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container > .video-iframe-container {  }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#RzdyuoBhhApWRUOpAV1Wbv2P6vHUWIbP { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:21rem;top:2.1875rem;left:0rem;display:none; }
#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf { position:relative;display:block; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf { background-color: transparent; background-image: none; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container > .video-iframe-container { display: none; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row > .video-iframe-container { display: none; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .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); }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf { border-width: 0; border-radius: 0; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container > .video-iframe-container {  }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#WlfsTCl1TyURiNiEhcqVEJfOR5VTZBST { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:2.28125rem;left:11.125rem;display:block; }
#vCZuSD3AEIPsm7zzIletkkhrgklhWmF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MtTPRHhrmlcXinXNPB1DTxLVQ7CEdPnt { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:2.28125rem;left:18rem;display:block; }
#aHZg8vkm3hFIydg6RO9MtoAS7JGFpgxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XvTTWJvgvyLnOf7py590ornXM8rrBIaZ { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:2.28125rem;left:47.6875rem;display:block; }
#u2pkgvAPwSB16agvD3HT73cNALSQ2akT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cXBnup6K1Ios9hek7wp1BepWJ9TTgKIr { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:2.28125rem;left:56.4375rem;display:block; }
#esSiv6fpVCezuP1o5z3DJH8xfNaI5u17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d4vySXyorxSV3LzJLnz35CTkZMbHuT1K { background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:4.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.75rem;left:64.9375rem;display:block; }
#O27IASJv93V0WfWdqgTdQmGyZcOWOidi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aFUcfxKgRgBNxWBdlHTAhxV3rDOQ7nyL { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:2.28125rem;left:29.15625rem;display:block; }
#QK0lUxFXBMNhh9g8aStWx3rEWdsEbaog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XUnLhaO9VvoZSiGb55aLfTN2qvQIBRSi { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:6.125rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b58d7fc0-f20b-4cf2-bee5-50efa2cfe6fd/intro8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:73.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ZEpzxEiLqhgs4GTRLAX4GyMTh0MZUpND { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:21.125rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#JQtBSgGBkJQOw8iAodI6Fq38fclLvh4Q { position:absolute;display:block;z-index:100011;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:12.375rem;top:18.6875rem;left:0rem;display:block; }
#Rc1gkZp4iso3vXEqCmDD5zCGOzhi7lCn { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"tenor sans";font-size:3.75rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:8.6875rem;left:5.75rem;height:7.5rem;display:block; }
#DOSptpTT0epC0Pzm20FohmQE4VnHsM3g { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"tenor sans";font-size:3.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:4.875rem;display:block; }
#EvAiGBvghxVKDwPxi3wpaJMHAr81IHZv { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"tenor sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:17.625rem;left:14.25rem;height:1.875rem;display:block; }
#uWh72BaZRXG0SnUiBQkT7IkmgarZBem5 { background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:"tenor sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:6.5rem;text-decoration:none;z-index:100009;text-align:left;text-align-last:left;top:29.875rem;left:0rem;display:block; }
#HJDH7gUNIB85Hg9dAxhDSFVrGPc6OZX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wiifg7aRnB97PlxN6h4chrGmIlxsSl8T { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:31.6875rem;left:21.75rem;overflow:hidden;display:block; }
#XA3S79ei65cMGgasuclQDt4FxayCiflE { 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.0625rem solid #1d1d1d;border-left:0.0625rem solid #1d1d1d;border-right:0.0625rem solid #1d1d1d;border-bottom:0.0625rem solid #1d1d1d;box-sizing:border-box;color:#0c2037;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.5rem;text-decoration:none;z-index:100011;text-align:left;text-align-last:left;top:29.875rem;left:26.125rem;display:block; }
#hVQWnKmT4SoeomqDszNB5J9wDsevaFct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a3OoCwGZ9bhslfgMX4lK4EtFyWA7VFEq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:31.6875rem;left:36.0625rem;overflow:hidden;display:block; }
#SPV92a18LhxqfLk8riatTze822dlvpqi { background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:"tenor sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:6.5rem;text-decoration:none;z-index:100009;text-align:left;text-align-last:left;top:35rem;left:0rem;display:none; }
#fi0SJQrJ9I1In55TczNfmqOi5uqZ3eyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-form-header {  }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-regular-label { height:auto;display:none;font-family:"tenor sans";font-size:0.875rem;font-weight:bold;color:#000000;width:36.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(29,29,29,0.4);border-left:0.0625rem solid rgba(29,29,29,0.4);border-right:0.0625rem solid rgba(29,29,29,0.4);border-bottom:0.0625rem solid rgba(29,29,29,0.4);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.25rem;margin-left:0;display:block;width:36.6875rem;box-sizing:border-box;height:2.625rem;color:#1d1d1d;font-size:1rem;overflow:hidden;font-family:"tenor sans";vertical-align:top; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-text {padding-top: 0; padding-bottom: 0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(29,29,29,0.4);border-left:0.0625rem solid rgba(29,29,29,0.4);border-right:0.0625rem solid rgba(29,29,29,0.4);border-bottom:0.0625rem solid rgba(29,29,29,0.4);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.25rem;margin-left:0;display:block;width:36.6875rem;box-sizing:border-box;height:4.375rem;color:#1d1d1d;font-size:1rem;overflow:hidden;font-family:"tenor sans";vertical-align:top; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"tenor sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-select {padding-top: 0; padding-bottom: 0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button { background-color:#eee1c4;background-image:url("https://images.assets-landingi.com/uc/dfa5702e-8168-4e6c-abc3-a7a458a9286e/Group35.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:1.25rem solid #eee1c4;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#1d1d1d;width:22rem;height:5.25rem;font-family:"tenor sans";overflow:hidden;text-align:left;text-align-last:left; }#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button.adaptive-delivery-prevent-bg, #yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button.lazyload, #yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button.lazyloading { background-image: none; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u [class*="-text"]:-moz-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u [class*="-text"]::-moz-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u [class*="-text"]:-ms-input-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u [class*="-text"]::-webkit-input-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"tenor sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#1d1d1d;vertical-align:top;width:36.1875rem;overflow:hidden;font-style:normal; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"tenor sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-container:first-of-type{padding-top:0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-container:last-of-type{padding-bottom:0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:45.875rem;left:0.8125rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.6875rem;display:block;vertical-align:top; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-info-text { display:block;height:auto;font-family:"tenor sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u {display:block;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:45.875rem;left:0.8125rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #Vfv3D6mLnQ4GFb31STsRTSL1UB3mdpNs { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #cfJPT33suvui7FUCea1WMTu5STJkPUxG { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #lBznn9d0CVJLaIJzAQpq3DZZ0mSwtZKV { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #VMI0eZsNHzS63bT8Qk4pdZTEXU3uxwhg { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #wP03CgdK4uUkdfWAiage3ZRxI0t4skKi { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #QxMV1RvpsCwt2CUR2MsB8Omu80vvTmSc { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #gUe31dTgL6SsDOfz2ZfrOgu9lmPubSJI { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #XBDrtWCyVS14xs8xPSoyX2eqL9Ffzx07 { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #bR4klS1JhFKHCHd1abmFWkAb27IZgwhg { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #TGtuhk8DS7IsFSi6acDHqN1qdGtBBa7q { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #g0DASihBSDoBWqokeTKuZNwMuxZ0scGI { position:relative;z-index:2; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #TNVuUIiCGwo0pVm25tFdxZU3iS8VRq0S { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #z6EVpgWQJLwWrCL9Wwio78lX3JNvQaZz { position:relative; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u #SmBLw9SyvEZ03aQ1Fcy5RLucSaJ9TwDs { position:relative; }
#RMc050OJTz2n9f9bTRMcIX0M6QqqWaRv { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:41.125rem;top:39.4375rem;left:0rem;display:block; }
#tVtrLWr17sRNeokTFtFzqJ2FEx7Gg6s8 { color:#1d1d1d;display:block;width:28.4375rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:41.25rem;left:1.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#Mhmd5wyO9f6vomZcSQk0ZeXWyaKiMf2z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:24.375rem;display:none; }
#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2fe0426-cb1d-4050-902a-ee322e7671b8/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW.adaptive-delivery-prevent-bg, #NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW.lazyload, #NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW.lazyloading { background-image: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container { background-color: transparent; background-image: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container > .video-iframe-container { display: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row > .video-iframe-container { display: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .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); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container { border-width: 0; border-radius: 0; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row > .video-iframe-container {  }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:75rem;position:relative;display:block; }#AkqqDtUCJT9wRz4tcKXbk77p5pCFUl6o { color:#1d1d1d;display:block;width:13.8125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.9375rem;height:5.5244125rem;display:block; }
#W2l6bCyUSdUZU3IhMQ4lRTmJu88kxr0H { color:#1d1d1d;display:block;width:7.25rem;position:absolute;font-family:"tenor sans";font-size:4.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:5.6875rem;display:block; }
#eaOQJmKHSVp9AVT1Nzo9TrZnd7WraA0c { color:#1d1d1d;display:block;width:29.3125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:11.5625rem;left:0rem;height:3.3994125rem;display:block; }
#sMg4DqFNLwwAnogZrmJyrUL01WO7QSU7 { position:absolute;display:block;z-index:100007;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/6eba956c-dfdc-4d24-b350-df4558880b43/tk_140422_0193.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:29.125rem;top:19.875rem;left:0rem;display:block; }#sMg4DqFNLwwAnogZrmJyrUL01WO7QSU7.adaptive-delivery-prevent-bg, #sMg4DqFNLwwAnogZrmJyrUL01WO7QSU7.lazyload, #sMg4DqFNLwwAnogZrmJyrUL01WO7QSU7.lazyloading { background-image: none; }
#fNaVmTXntkUIXpaFTxOQTxASERWCRuXv { position:absolute;display:block;z-index:100008;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/86a93b8b-ab26-4a5a-b911-952ed172607d/tk_140422_0194.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:14.1875rem;top:4.1875rem;left:34.6875rem;display:block; }#fNaVmTXntkUIXpaFTxOQTxASERWCRuXv.adaptive-delivery-prevent-bg, #fNaVmTXntkUIXpaFTxOQTxASERWCRuXv.lazyload, #fNaVmTXntkUIXpaFTxOQTxASERWCRuXv.lazyloading { background-image: none; }
#uF5NpcyLsXuwgvSTrPilIJbOpwQLlhxO { position:absolute;display:block;z-index:100008;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/a0f2a331-b159-4e0a-b0a0-6a7a0f1bc9ee/tk_140422_01922x.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:27rem;top:34.42529296875rem;left:38.625rem;display:block; }#uF5NpcyLsXuwgvSTrPilIJbOpwQLlhxO.adaptive-delivery-prevent-bg, #uF5NpcyLsXuwgvSTrPilIJbOpwQLlhxO.lazyload, #uF5NpcyLsXuwgvSTrPilIJbOpwQLlhxO.lazyloading { background-image: none; }
#wBTy3xLzRRbTbTxUdEPs27lEdq4QZUAJ { color:#1d1d1d;display:block;width:20.4375rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:11.4375rem;left:54.5625rem;height:15.297375rem;display:block; }
#htsWTQDcJHb2edQxHAbZrJa4Eqicp9zT { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:54.5rem;height:5.5244125rem;display:block; }
#plGZfh0XO9ErmhICh02UToNDldep99JQ { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:7.5rem;top:6.88671875rem;left:46.4375rem;display:block; }
#CXXkkArAoqvdetk8agnBWvHzRwLP6ksB { color:#1d1d1d;display:block;width:27.5rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:40.28857421875rem;left:0rem;height:2.76220625rem;display:block; }
#mM5nnX7PhTdNyQ2PqzgSpGaUabBb13Qx { color:#1d1d1d;display:block;width:33.6875rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:47.625rem;left:0rem;height:6.7988125rem;display:block; }
#QdB5WOHKlMKaTMaQJXdzOu6ssJTTymoJ { position:absolute;display:block;z-index:100013;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:12.5rem;top:45.1875rem;left:29.5625rem;display:block; }
#kecZhdf9J6S8JI2pDw6G3BSOAUz4elXa { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:7.5rem;top:6.88671875rem;left:46.4375rem;display:none; }
#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1d;background-image:none;position:relative;display:block; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container { background-color: transparent; background-image: none; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container > .video-iframe-container { display: none; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row > .video-iframe-container { display: none; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .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); }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container { border-width: 0; border-radius: 0; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row > .video-iframe-container {  }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;position:relative;display:block; }#OMaKJ2h4gufPhsUiqE6mOZ4BoPnstS1o { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"tenor sans";font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.375rem;left:19.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#rDTUTuXg3sN4l9eLnT4ZboHRoFNLCDKZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:24.0625rem;top:17.125rem;left:0rem;overflow:hidden;display:block; }
#Uq8n4uI4F0iVhTQMGk953hc3TgnrhfTD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:24.0625rem;top:17.125rem;left:25.5rem;overflow:hidden;display:block; }
#AD49Rl0LdkWtTwhnHSvQWaRVPHc9cWdX { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:24.0625rem;top:17.125rem;left:51rem;overflow:hidden;display:block; }
#JdiihlTxaOwyh1JRrN59Dz9m6kKWNdhT { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"tenor sans";font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#kdLT6h18ghT2PBA6x02tDGrJOlE1sSxg { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:41.1875rem;top:13.6875rem;left:33.75rem;display:block; }
#FaJRmCQ4NE3FUNI6e1ARtS9wHO5whktU { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"tenor sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:6.5rem;text-decoration:none;z-index:100045;text-align:left;text-align-last:left;top:43.25rem;left:23.875rem;display:block; }
#MPKtAVOfrQAelVbws8UMtQ4uz0tHVmRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ppcy3dAH6aMkodATiJoUHnHiSuuMdnEP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:45.0625rem;left:47rem;overflow:hidden;display:block; }
#Tae5z6bR2a64aOp6fAsonTfITqrUfKeZ { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"tenor sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:6.5rem;text-decoration:none;z-index:100045;text-align:left;text-align-last:left;top:43.25rem;left:23.875rem;display:none; }
#C5EBIqizAGUgiTmeaNeSTPlBiaKZch4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn { position:relative;display:block; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn { background-color: transparent; background-image: none; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row .container > .video-iframe-container { display: none; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row > .video-iframe-container { display: none; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .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); }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn { border-width: 0; border-radius: 0; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row .container > .video-iframe-container {  }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#Jsy4blueGQ4B4g2MlqFmrUUboPIvrwHz { color:#1d1d1d;display:block;width:56rem;position:absolute;font-family:"tenor sans";font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.625rem;left:9.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh { position:relative;display:block; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh { background-color: transparent; background-image: none; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row .container > .video-iframe-container { display: none; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row > .video-iframe-container { display: none; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .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); }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh { border-width: 0; border-radius: 0; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row .container > .video-iframe-container {  }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#LJAZXXDGUKzZJvMGtAqOFDQdT6ZoP9JE { position:absolute;display:block;z-index:100000;background-color:#eee1c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:24.875rem;top:0rem;left:0rem;display:block; }
#dWWZTGqiymSbVzPoErSa7GlmycOpgGvn { color:#1d1d1d;display:block;width:16.25rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.662109375rem;left:6.9375rem;height:4.54980625rem;text-align:left;text-align-last:left;display:block; }
#FvHhh2eTa8mUWoEX44dpbZTAw7JTX7Lf { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.25rem 3.125rem rgba(0,0,0,0.04) ;height:22rem;width:24.875rem;top:10.625rem;left:0rem;display:block; }
#S2T1GquaNsHLIam2Fn95l1ozBI5yMnGm { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:4.375rem;top:1.75rem;left:0rem;display:block; }
#TIHOGyX7frSBTrlPc8acW6S8Jv3zZPMO { color:#1d1d1d;display:block;width:2.4375rem;position:absolute;font-family:"tenor sans";font-size:5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.9375rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#HbtUrh866cPTXFcbVnbdzPJBucB9ckaZ { color:#1d1d1d;display:block;width:22.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:13.0625rem;left:1.25rem;height:3.3994125rem;display:block; }
#GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV { color:#1d1d1d;display:block;width:20rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:17.36083984375rem;left:1.25rem;height:5.125rem;display:block; }#GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV li:before{  }
#kuFg9pXM8FhR0aO0EAqJSiu2pQ73IypB { color:#1d1d1d;display:block;width:21.8125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:23.5625rem;left:1.4375rem;height:6.7988125rem;display:block; }
#cpXUGTx5HdPRnsyKwPxn2D4DbUBxMt8o { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.25rem 3.125rem rgba(0,0,0,0.04) ;height:22rem;width:24.875rem;top:10.625rem;left:25.0625rem;display:block; }
#OtgLx5sisZVSlKx9t3rbHokOira06O5m { color:#1d1d1d;display:block;width:20.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:13.125rem;left:27.28125rem;height:11.8979375rem;display:block; }
#H6OuBKBNezb21zd2ZFbKKftMzgDwp3Dp { position:absolute;display:block;z-index:100008;background-color:#ceebf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:24.875rem;top:0rem;left:25.0625rem;display:block; }
#mM1vKNEWBytCztZM6iLN4yteFGc1PQA9 { color:#1d1d1d;display:block;width:2.4375rem;position:absolute;font-family:"tenor sans";font-size:5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:2.625rem;left:27rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#BPvC0cTLI9Knx867z3yNZckWFsvcSCNT { color:#1d1d1d;display:block;width:16.25rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:32rem;height:4.54980625rem;text-align:left;text-align-last:left;display:block; }
#Ki2nTXmTn8Dscv4QEy85HiI4LL1fZC6L { position:absolute;display:block;z-index:100020;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:7.5rem;top:1.75rem;left:23.1875rem;display:block; }
#oqRAAIWQw8oAnMg3pf9u3uNOFxXpgkav { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.25rem 3.125rem rgba(0,0,0,0.04) ;height:22rem;width:24.875rem;top:10.625rem;left:50.125rem;display:block; }
#EGPd3JDX1qkfNx7T1EuQT0TvBsSz98OU { color:#1d1d1d;display:block;width:20.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:13.125rem;left:52.375rem;height:11.8979375rem;display:block; }
#wwOGuo2DSm3GA5clZF7VzhQgUbcZPurJ { position:absolute;display:block;z-index:100014;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:24.875rem;top:0rem;left:50.125rem;display:block; }
#XT8SWLiWbOTBQ5P17R32C9ZUoie9DoCc { color:#1d1d1d;display:block;width:15.375rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.6875rem;left:57.0625rem;height:4.54980625rem;text-align:left;text-align-last:left;display:block; }
#Ldh4zSID9Wc1EXUmPev7zxHocclhX2km { color:#1d1d1d;display:block;width:2.4375rem;position:absolute;font-family:"tenor sans";font-size:5rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:2.625rem;left:52.0625rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#sSusuQZqSJIgBVHWsyTPRMBZ4ayAMphx { position:absolute;display:block;z-index:100026;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:7.5rem;top:1.75rem;left:48.25rem;display:block; }
#oAI4Ov4OGmkUUaLiuvqqcxTCzcAvtpcb { background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:"tenor sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:6.5rem;text-decoration:none;z-index:100007;text-align:left;text-align-last:left;top:35.0625rem;left:27.1875rem;display:block; }
#FTzknEQCbIEiNe5QXBNE8SLAQ3aCVKAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aiMrAFzHaLOJ3xsv19hrd8qPRgddq8hD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:36.9375rem;left:43.75rem;overflow:hidden;display:block; }
#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ { position:relative;display:block; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ { background-color: transparent; background-image: none; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row .container > .video-iframe-container { display: none; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row > .video-iframe-container { display: none; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .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); }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ { border-width: 0; border-radius: 0; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row .container > .video-iframe-container {  }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#GG6Ti8VSPLEkE92vvJPo09evfXSyuGhF { color:#1d1d1d;display:block;width:56rem;position:absolute;font-family:"tenor sans";font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4rem;left:9.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#XWZNgEsxQB020zVRyAuoROhtkvdSRQmx { color:#1d1d1d;display:block;width:15.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:29.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 { position:relative;display:block; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 { background-color: transparent; background-image: none; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row .container > .video-iframe-container { display: none; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row > .video-iframe-container { display: none; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .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); }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 { border-width: 0; border-radius: 0; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row .container > .video-iframe-container {  }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#nTxEmBXsGtnU5TTSGgDvnEiHVIBcT1Lb { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41rem;height:2.76220625rem;text-align:left;text-align-last:left;display:block; }
#H72hzrPJ2J3lZy6vRpQmtFG9ZenGMPFT { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3d9b59ba-4a7c-434f-9286-5dbc6eb99893/tk_140422_03532x.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.375rem;width:33.75rem;top:0rem;left:1.6875rem;display:block; }#H72hzrPJ2J3lZy6vRpQmtFG9ZenGMPFT.adaptive-delivery-prevent-bg, #H72hzrPJ2J3lZy6vRpQmtFG9ZenGMPFT.lazyload, #H72hzrPJ2J3lZy6vRpQmtFG9ZenGMPFT.lazyloading { background-image: none; }
#Aek3NihL5FtTdgU7fLMcAeTtJEQXWm39 { position:absolute;display:block;z-index:100005;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:1.6875rem;top:9.4375rem;left:0rem;display:block; }
#qO0reH3GW5KgZ2XO1w0E5TMiDsMUTIXc { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:13.375rem;left:41rem;height:11.89793125rem;display:block; }
#TQ74lkV8f5NuOKFArgKoCdBh31V4e66S { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:9.625rem;left:41.0625rem;height:1.5rem;display:block; }
#BWydXD2PkZIDUt7VfKIxTHFfhz5HQyTZ { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:23.5rem;top:4.1875rem;left:33.1875rem;display:block; }
#f1pGkmEJcaveFJmVFLl7iHP1gTrapMgn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:30.25rem;left:48.5625rem;overflow:hidden;display:block; }
#KfN8STw9OAAFU04DzuiDwV3I8LbM6128 { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:left;text-align-last:left;top:30rem;left:41rem;display:block; }
#TJLW27eUQymD2KOCmNeD495zxqm2yMzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container { background-color: transparent; background-image: none; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container > .video-iframe-container { display: none; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row > .video-iframe-container { display: none; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .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); }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container { border-width: 0; border-radius: 0; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row > .video-iframe-container {  }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container { font-size:0.875rem;font-family:arial;height:89.5625rem;width:75rem;position:relative;display:block; }#yqIv4hXImd9I5wp8zi3yJcKcP18dS3mk { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#AUZpA4aWTddIFKChdwnRUTbAoDZnxx7u { position:absolute;display:block;z-index:100013;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:3.125rem;left:0rem;display:block; }
#be5nfms7QstRhGUovOTCHlm56O0GT2bE { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.7;letter-spacing:0;top:10.25rem;left:0rem;height:8.4985625rem;display:block; }
#GpbSzLhZwhleVbs1kqv57bbE9rSTlkAw { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:30.4375rem;left:0rem;height:20.3965rem;display:block; }
#C9iQzOqLHVNViner7V3eSsTeWHsGFe6m { color:#1d1d1d;display:block;width:37.25rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:27.125rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#XvVmpmzEZEk5RlrtwJgWOOd8E1qzt68a { position:absolute;display:block;z-index:100016;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:25.25rem;left:0rem;display:block; }
#AscaHoQx77XrHQWxz1JIXyLIdxKCoC0x { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100023;line-height:1.7;letter-spacing:0;top:8.3125rem;left:39.5rem;height:11.8979375rem;display:block; }
#rEc3ppVlpzz7kTJ1XUXkuu0I2Spklemo { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5rem;left:39.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#aP3g10BUK4zKIOXDRblMtTvga0Dk6WcX { position:absolute;display:block;z-index:100019;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:3.125rem;left:39.5rem;display:block; }
#d1AXOJSCu4ebavBXxl8UeLuvKVhTqDKR { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:30.4375rem;left:39.5rem;height:6.7988125rem;display:block; }
#ZOrgXW3H1cTIq94Ribadffp7SqAvrl19 { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:27.125rem;left:39.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#rTHCOMUNlEiVxmL9KJQeCaB3AHGp6sJ7 { position:absolute;display:block;z-index:100022;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:25.25rem;left:39.5rem;display:block; }
#m4tmJFu2rnw9dHnldk9L63hJZco2Sbx7 { position:absolute;display:block;z-index:100003;background-color:#eee1c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:75rem;top:55.59521484375rem;left:0rem;display:block; }
#F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g { color:rgba(29,29,29,0.7);display:block;width:32.625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.7;letter-spacing:0;top:63.125rem;left:3.875rem;height:;display:block; }#F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g li:before{  }
#EcMV7ZpFcN4mlDF62US51Jif7SQsIoDB { color:#1d1d1d;display:block;width:29.5625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:59.25rem;left:3.875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#z3TeAWFBAmuZBSZWefxuT2loTBIQwDVO { position:absolute;display:block;z-index:100017;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:57.5625rem;left:0rem;display:block; }
#epL69hwg4IHP8PQrXruC8reJR7c9sCck { color:rgba(29,29,29,0.7);display:block;width:32.625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:63.125rem;left:39.5rem;height:;display:block; }#epL69hwg4IHP8PQrXruC8reJR7c9sCck li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#epL69hwg4IHP8PQrXruC8reJR7c9sCck li:before{  }
#kkPeLVSuySggTL2luTIbczbhC8JUkMKb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:84rem;left:72.125rem;overflow:hidden;display:block; }
#Sx1bhCbszaDqUHMJRNFlkOCC2F9uiI7x { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:left;text-align-last:left;top:83.71875rem;left:64.9375rem;display:block; }
#PZPHpBIvfaxUbez7mPP3GuDQCp2u9NqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET { position:relative;display:block; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET { background-color: transparent; background-image: none; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row .container > .video-iframe-container { display: none; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row > .video-iframe-container { display: none; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .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); }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET { border-width: 0; border-radius: 0; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row .container > .video-iframe-container {  }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#g4G554yi0vS6nCsAaGCCTcf0tLEtv4qI { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.76220625rem;text-align:left;text-align-last:left;display:block; }
#hhkkhNPUzWzM4DsQFqT4uVvm5uf9vqap { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c9067f57-d0ba-4d66-b112-a2ba9eeed95e/tk_140422_03521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.75rem;width:33.75rem;top:2.5rem;left:39.5625rem;display:block; }#hhkkhNPUzWzM4DsQFqT4uVvm5uf9vqap.adaptive-delivery-prevent-bg, #hhkkhNPUzWzM4DsQFqT4uVvm5uf9vqap.lazyload, #hhkkhNPUzWzM4DsQFqT4uVvm5uf9vqap.lazyloading { background-image: none; }
#r7mlEPagzq0NEcO0ZizXcdTzmGtEFJec { position:absolute;display:block;z-index:100005;background-color:#ceebf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:1.6875rem;top:9.375rem;left:73.3125rem;display:block; }
#gohpVpyDUgpJ0qC9S4QZwGD2SS1kMZM3 { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:12.625rem;left:0rem;height:15.297375rem;display:block; }
#UOgfvNxWU2uHLmwZWRHcqh8CRqPZANZg { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:9.0625rem;left:0.0625rem;height:1.5rem;display:block; }
#mn1roxVltfr8VqLJnbOxy1UnKa1JT27I { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:23.5rem;top:3.625rem;left:0rem;display:block; }
#N2OoTuDUntJdf9PZZbVSwnBfm0ckVyum { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:34.6875rem;left:7.5625rem;overflow:hidden;display:block; }
#F4qBcNriatVKZhdVFxde3FpFA4VoVTTH { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:left;text-align-last:left;top:34.40625rem;left:0rem;display:block; }
#ezL6h2mVA8u5MT22lTB45fNgplg31QsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container { background-color: transparent; background-image: none; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container > .video-iframe-container { display: none; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row > .video-iframe-container { display: none; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .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); }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container { border-width: 0; border-radius: 0; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row > .video-iframe-container {  }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container { font-size:0.875rem;font-family:arial;height:85.375rem;width:75rem;position:relative;display:block; }#CiBczGro0V5Le4wtIAzgrk6IUtQWPMsZ { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#zxph5Mi3TTrvmFOJGGxItSByTslGdiIJ { position:absolute;display:block;z-index:100013;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:3.125rem;left:0rem;display:block; }
#qDIrIdchCfX89JuZkPKSoJrrBgbqGrqu { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:8.3125rem;left:0rem;height:16.9970625rem;display:block; }
#ryrETLcexySQhNH5dJ1gVg0WeTXvhsMJ { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:36.375rem;left:0rem;height:11.8979375rem;display:block; }
#e4z89Zu6xT2kD7X61eKoPO7xBqyTrTA4 { color:#1d1d1d;display:block;width:37.25rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:33.0625rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#sGkqea4gxAfp8rzg2f6cdFMMO5EeKLTu { position:absolute;display:block;z-index:100016;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:30.9375rem;left:0rem;display:block; }
#Vuest49KT0Z5yNZHRRfdpRtcGFk7FKLP { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:8.3125rem;left:39.5rem;height:16.9970625rem;display:block; }
#WOG0hpRtOUtlIPpMLWgAScLAQm8HcROW { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5rem;left:39.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#Lkv7pyQ2wgyDTvMZaWkKw4i0w3QP7oga { position:absolute;display:block;z-index:100019;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:3.125rem;left:39.5rem;display:block; }
#KGseC8okZyUP0kSbwCvXF8lCJ8guqf29 { position:absolute;display:block;z-index:100003;background-color:#eee1c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:75rem;top:52.9375rem;left:0rem;display:block; }
#IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy { color:rgba(29,29,29,0.7);display:block;width:33rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.7;letter-spacing:0;top:60.4375rem;left:3.875rem;height:;display:block; }#IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy li:before{  }
#P7xZrc2XB891GTFVFXw6drsXQ6XreMkg { color:#1d1d1d;display:block;width:29.5625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:56.5625rem;left:3.875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#UccgMElyPaOAHxdSq79Pq7EnSIeViDwJ { position:absolute;display:block;z-index:100017;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:54.875rem;left:0rem;display:block; }
#ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF { color:rgba(29,29,29,0.7);display:block;width:32.625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:60.4375rem;left:39.5rem;height:;display:block; }#ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF li:before{  }
#tFHxct7wm1CI1H5L76mpHF5ArqFCQS1W { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:79.3125rem;left:72.0625rem;overflow:hidden;display:block; }
#xTJEiwTnXpWRhVnvd2Em1LgoZCkSkn4R { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:left;text-align-last:left;top:79.03125rem;left:64.9375rem;display:block; }
#TwoxhINkPWBLpoH21ZnbAkiKUnEMEGMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf { position:relative;display:block; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf { background-color: transparent; background-image: none; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row .container > .video-iframe-container { display: none; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row > .video-iframe-container { display: none; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .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); }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf { border-width: 0; border-radius: 0; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row .container > .video-iframe-container {  }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#ar5Jezvn7NvnvrNbfQsSwGzTTQoFLtgL { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41rem;height:2.76220625rem;text-align:left;text-align-last:left;display:block; }
#az391FCkRvyWPNOonkcJai0xwtPZrqBc { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d9f5c15c-b0b5-48c5-960f-87122cade16b/tk_140422_0351.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.375rem;width:33.75rem;top:2.5rem;left:1.6875rem;display:block; }#az391FCkRvyWPNOonkcJai0xwtPZrqBc.adaptive-delivery-prevent-bg, #az391FCkRvyWPNOonkcJai0xwtPZrqBc.lazyload, #az391FCkRvyWPNOonkcJai0xwtPZrqBc.lazyloading { background-image: none; }
#pq7r9kiPT2LvvKCHrT1eN35gpGNoMf0P { position:absolute;display:block;z-index:100005;background-color:#f6e6d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:1.6875rem;top:11.9375rem;left:0rem;display:block; }
#VyUv7SpI1rolJn9Zs3IozWXTsUm64v7x { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:15.875rem;left:41rem;height:10.19825rem;display:block; }
#gE50IJEmgZ0pZaPeNdE19qitAKkzDxoe { color:#1d1d1d;display:block;width:32.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:12.125rem;left:41.0625rem;height:1.5rem;display:block; }
#ef6MNTUq6nSuGFXqFZ87qg8d9m41hXTQ { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:23.5rem;top:6.6875rem;left:33.1875rem;display:block; }
#T5Tsw7fzPVykle8KPUTi27buXAJq4iHM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:32.4375rem;left:48.5625rem;overflow:hidden;display:block; }
#CSWSw7PAiTZWaQMgR5SXiS10tDqsqqaD { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:left;text-align-last:left;top:32.125rem;left:41rem;display:block; }
#f9rENaa4r5k8E77nZgAgyJSxr4ZeLK74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container { background-color: transparent; background-image: none; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container > .video-iframe-container { display: none; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row > .video-iframe-container { display: none; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .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); }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container { border-width: 0; border-radius: 0; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row > .video-iframe-container {  }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#EPlTUnsIbq5IRK8t0QQvxStiKb6r0nwR { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#RBpRA65hQczIwBpZ4BtQVdAbZIPDEx0V { position:absolute;display:block;z-index:100013;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:3.125rem;left:0rem;display:block; }
#ni6EnKzCthdzfZh8rV68Io3v7gCxtk0O { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:8.3125rem;left:0rem;height:15.297375rem;display:block; }
#Zp2qX6txLligOPu8mwV2HeWut3ZUSeCp { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:36.4375rem;left:0rem;height:11.8979375rem;display:block; }
#SHz5oQb5OqCPhucIua5HJbJ8nRNPpH3Z { color:#1d1d1d;display:block;width:37.25rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#mkbtws3eru4y3RlBa7TNMZm0c7HVi9C6 { position:absolute;display:block;z-index:100016;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:31.25rem;left:0rem;display:block; }
#g4iQlzTkVOfozPl8B0LRpu4D9MkUv1xn { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:8.3125rem;left:39.5rem;height:16.9970625rem;display:block; }
#dCc97aHpV2mqeKEgv2IiDSHItaB2o50r { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5rem;left:39.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#F7s507HKt5fedqvKempzbCv2UJ7CbmOJ { position:absolute;display:block;z-index:100019;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:3.125rem;left:39.5rem;display:block; }
#I40XUscgKJ1JFRme9KZkFNZO0LVLr1nt { color:rgba(29,29,29,0.7);display:block;width:35.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:36.4375rem;left:39.5rem;height:8.4985625rem;display:block; }
#GZ4UBPUOZ2dbcWAUbT2zxhe4UxqkNWvH { color:#1d1d1d;display:block;width:24.625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.125rem;left:39.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#Z8NUtw8MQgFrpG8MA7HKayiNhkhNe45l { position:absolute;display:block;z-index:100022;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:31.25rem;left:39.5rem;display:block; }
#MQTpSthHyzTIc0iOQTlmfyMN6FIXRfB3 { position:absolute;display:block;z-index:100003;background-color:#eee1c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:75rem;top:53.9375rem;left:0rem;display:block; }
#X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs { color:rgba(29,29,29,0.7);display:block;width:32.8125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.7;letter-spacing:0;top:61.4375rem;left:3.875rem;height:;display:block; }#X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs li:before{  }
#kntmRJ9fUUGVVezrxF0Ozi5WtlIHKEFs { color:#1d1d1d;display:block;width:29.5625rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:57.5625rem;left:3.875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#GIciKaNXNXiU2ZF3cdH8eWdaiN4GUowb { position:absolute;display:block;z-index:100017;background-color:#1d1d1d;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.0625rem solid #ffffff;height:0.0625rem;width:9.375rem;top:55.875rem;left:0rem;display:block; }
#xA6kP9N1ukOzdcGCitu6ard6pMyqIaub { color:rgba(29,29,29,0.7);display:block;width:32.625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:61.4375rem;left:39.5rem;height:;display:block; }#xA6kP9N1ukOzdcGCitu6ard6pMyqIaub li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xA6kP9N1ukOzdcGCitu6ard6pMyqIaub li:before{  }
#T6542l5EXJflA377H5fA8F9cq6n2xNm0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:82rem;left:72.0625rem;overflow:hidden;display:block; }
#qQOxsDoSEdHIF6oy6rg0l6ihr8Dfl12F { 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;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:left;text-align-last:left;top:81.71875rem;left:64.875rem;display:block; }
#XIqCaKtP9ZtT8IOCZu0tCRkIRvIpfLdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1d;background-image:none;position:relative;display:block; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container { background-color: transparent; background-image: none; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container > .video-iframe-container { display: none; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row > .video-iframe-container { display: none; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .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); }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container { border-width: 0; border-radius: 0; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row > .video-iframe-container {  }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container { font-size:0.875rem;font-family:arial;height:94.625rem;width:75rem;position:relative;display:block; }#QT1cmdqd3wktH0eVJS3PVgkV6LnxcwSb { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"tenor sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:6.5rem;text-decoration:none;z-index:100043;text-align:left;text-align-last:left;top:81.75rem;left:24rem;display:block; }
#yNedxqnGoeHZOEusJuKxoTpEwv8lzM2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wf36kcPsqGgPxfdfyqZSrR8J3nrZvFXu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:83.5625rem;left:47.125rem;overflow:hidden;display:block; }
#a8pMZ8APfcfmLCZqGLTeX6947yDUdDmx { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"tenor sans";font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:19.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Am3zGD015SQ7TqbbwG82AUWhtQadxXQ0 { color:#eee1c4;display:block;width:14.875rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:16.25rem;left:3.4375rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#uKQJkrHFkdvb6AO61GOlqeT8dZmsTh76 { position:absolute;display:block;z-index:100000;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;border-left:0.0625rem solid rgba(246,230,211,0.3);border-right:0;border-bottom:0rem solid #f6e6d3;height:10.6875rem;width:23.75rem;top:15.625rem;left:0rem;display:block; }
#LkbzcXibvQ5mXZifwUQ6Waq57UlEpmfc { color:rgba(255,255,255,0.7);display:block;width:19.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:9.9375rem;left:27.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kfRQggXGxKBuTeB7G5tInWbcdBfhcU0q { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:49.625rem;top:47.8125rem;left:0rem;display:block; }
#RwCL1aDZanpfofGdSd9T1zi7QXtQUm6V { position:absolute;display:block;z-index:99999;background-color:#eee1c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5rem;width:40.1875rem;top:45.5rem;left:34.8125rem;display:block; }
#vBAQ3e6b6CHE8p7x6tFzvd4To0ZHwh54 { color:#1d1d1d;display:block;width:16.1875rem;position:absolute;font-family:"tenor sans";font-size:2.875rem;font-weight:normal;z-index:100019;line-height:1.2;letter-spacing:0;top:56.4375rem;left:54.8125rem;height:10.349125rem;text-align:left;text-align-last:left;display:block; }
#kiQb3w30drn819trISS4SpwXM4QrnNgr { color:#1d1d1d;display:block;width:15.375rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:53.375rem;left:52.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ktyXyAnwHf8aydfzqsfvxSZmGaDk6s65 { position:absolute;display:block;z-index:100042;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:0.0625rem;width:9.375rem;top:53.9375rem;left:41.875rem;display:block; }
#kMUXTpC7JELFZZrTTezz3QTtOWMPgWDP { color:#1d1d1d;display:block;width:16.1875rem;position:absolute;font-family:"tenor sans";font-size:1.875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:69rem;left:54.8125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#e4Vp2d5M7VUVoTyU4VWvPt17z7Ge8r2a { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c71859e3-7831-4b77-9650-fda2fffca61e/arrow.svg");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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-sizing:border-box;color:#f6e6d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.125rem;left:16.75rem;display:block; }#e4Vp2d5M7VUVoTyU4VWvPt17z7Ge8r2a.adaptive-delivery-prevent-bg, #e4Vp2d5M7VUVoTyU4VWvPt17z7Ge8r2a.lazyload, #e4Vp2d5M7VUVoTyU4VWvPt17z7Ge8r2a.lazyloading { background-image: none; }
#CIwNmJmmx2WH7WWCnLKO6aQ8e6vDguAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nqWoPZzTx36hFuKXTA7nVTtL171gpbOE { position:absolute;display:block;z-index:100004;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;border-left:0.0625rem solid rgba(206,235,246,0.3);border-right:0;border-bottom:0rem solid #f6e6d3;height:10.6875rem;width:23.75rem;top:15.5625rem;left:25.625rem;display:block; }
#PyERR9Fz9nTt3Ep9AHMnqTLwyxBpT3aT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/60b4f026-c867-4783-9e6d-410c4bc9e98f/Group42.svg");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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-sizing:border-box;color:#f6e6d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:23.0625rem;left:42.375rem;display:block; }#PyERR9Fz9nTt3Ep9AHMnqTLwyxBpT3aT.adaptive-delivery-prevent-bg, #PyERR9Fz9nTt3Ep9AHMnqTLwyxBpT3aT.lazyload, #PyERR9Fz9nTt3Ep9AHMnqTLwyxBpT3aT.lazyloading { background-image: none; }
#aTfl7rZy6gngQ2kXk4FhrdaJt9GT57bJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LNew5pbauCneF8Rbq0pWx39eJ0hQyvZb { color:#ceebf6;display:block;width:14.875rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:16.1875rem;left:29.0625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#qquGgsiBsdOEUd7N5C4TeC73bIdXb8PC { position:absolute;display:block;z-index:100008;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;border-left:0.0625rem solid rgba(241,241,241,0.3);border-right:0;border-bottom:0rem solid #f6e6d3;height:10.6875rem;width:23.75rem;top:15.5625rem;left:51.25rem;display:block; }
#cJvUiHuzaa4f7Qkqc0te25fLKX3dHZgu { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19d813f5-c4a8-453b-be3d-9efd9fd97415/Group41.svg");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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-sizing:border-box;color:#f6e6d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:23.0625rem;left:68rem;display:block; }#cJvUiHuzaa4f7Qkqc0te25fLKX3dHZgu.adaptive-delivery-prevent-bg, #cJvUiHuzaa4f7Qkqc0te25fLKX3dHZgu.lazyload, #cJvUiHuzaa4f7Qkqc0te25fLKX3dHZgu.lazyloading { background-image: none; }
#cQqkzdWhpOH6RkJyAmgTiJLrxBg90ATG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JeTqPaAdZD9t4THxwPBafmFEvR78qbxa { color:#f1f1f1;display:block;width:14.875rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:16.1875rem;left:54.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#uTJW5SmVMcH53thbDPQp9fwmWcUitehc { position:absolute;display:block;z-index:100016;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;border-left:0.0625rem solid rgba(206,235,246,0.3);border-right:0;border-bottom:0rem solid #f6e6d3;height:10.6875rem;width:23.75rem;top:29.5625rem;left:25.625rem;display:block; }
#JTrZcQoX5x8WPLORKTN5DVCBtzxirNCo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/60b4f026-c867-4783-9e6d-410c4bc9e98f/Group42.svg");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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-sizing:border-box;color:#f6e6d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.1875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:37.0625rem;left:42.375rem;display:block; }#JTrZcQoX5x8WPLORKTN5DVCBtzxirNCo.adaptive-delivery-prevent-bg, #JTrZcQoX5x8WPLORKTN5DVCBtzxirNCo.lazyload, #JTrZcQoX5x8WPLORKTN5DVCBtzxirNCo.lazyloading { background-image: none; }
#t3Bo5WT4GCE16AfsSEkL7xSQonptAPmD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UpXDIgmBrRMAcf6xs1xSIIzUIkgTk0kA { position:absolute;display:block;z-index:100020;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;border-left:0.0625rem solid rgba(241,241,241,0.3);border-right:0;border-bottom:0rem solid #f6e6d3;height:10.6875rem;width:23.75rem;top:29.5625rem;left:51.25rem;display:block; }
#Thyabs5mXTmtVdVlZRSN2sbdfGSDrpAl { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19d813f5-c4a8-453b-be3d-9efd9fd97415/Group41.svg");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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-sizing:border-box;color:#f6e6d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.1875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:37.0625rem;left:68rem;display:block; }#Thyabs5mXTmtVdVlZRSN2sbdfGSDrpAl.adaptive-delivery-prevent-bg, #Thyabs5mXTmtVdVlZRSN2sbdfGSDrpAl.lazyload, #Thyabs5mXTmtVdVlZRSN2sbdfGSDrpAl.lazyloading { background-image: none; }
#AxrENDN1ENGT4LTnkdsKTd1dD5AT3LP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cKTId88WT4r9mx2R8AOmrUD7tvPTwRlQ { color:#eee1c4;display:block;width:14.875rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:30.25rem;left:3.4375rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#Uaz6wru4XD45q9bqUPvUHAVakqFsZgNU { position:absolute;display:block;z-index:100012;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;border-left:0.0625rem solid rgba(246,230,211,0.3);border-right:0;border-bottom:0rem solid #f6e6d3;height:10.6875rem;width:23.75rem;top:29.625rem;left:0rem;display:block; }
#IC1xcKx9zzXca81LKn42sc6c17dyuA12 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c71859e3-7831-4b77-9650-fda2fffca61e/arrow.svg");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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-sizing:border-box;color:#f6e6d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.1875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:37.125rem;left:16.75rem;display:block; }#IC1xcKx9zzXca81LKn42sc6c17dyuA12.adaptive-delivery-prevent-bg, #IC1xcKx9zzXca81LKn42sc6c17dyuA12.lazyload, #IC1xcKx9zzXca81LKn42sc6c17dyuA12.lazyloading { background-image: none; }
#nfiqT7dkDE8biPPhKBSethDmyzAaMIAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cwbV9L56kIl7Xh7h2oFJb6aDJeZna4U3 { color:#ceebf6;display:block;width:14.875rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:30.1875rem;left:29.0625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#EC7OzTiqdUXBStbkpeu5lQANHd7JgPWI { color:#f1f1f1;display:block;width:14.875rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:100022;line-height:1.5;letter-spacing:0;top:30.1875rem;left:54.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#AGh0r46332Z9XWPndfT7ixdMgDbuKlbU { color:rgba(238,225,196,0.7);display:block;width:7.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:24.06884765625rem;left:8rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Fk44Qa6FyB0Jw3VR67FQHDQO8AIJQdWX { color:rgba(206,235,246,0.7);display:block;width:7.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:24.06884765625rem;left:33.71875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#J9BK9DcM82cORamGTI8CotvGVzoCM2HZ { color:rgba(241,241,241,0.7);display:block;width:7.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:24.06884765625rem;left:59.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wZF9G4QFAq0H5RpXQ1AJAR6L4QJhsFEP { color:rgba(241,241,241,0.7);display:block;width:7.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:38rem;left:59.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#RcXtOJ802uHF94LqO98HlqDBTfs422bI { color:rgba(206,235,246,0.7);display:block;width:7.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:38rem;left:33.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#a89nNKVSE6MyIyXNcM7LF93OZ4L3t0e5 { color:rgba(238,225,196,0.7);display:block;width:7.5625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:38.00634765625rem;left:8.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#GNeQRG7fA3os0wQOQliLvTTFiOLCvZA7 { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"tenor sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:6.5rem;text-decoration:none;z-index:100043;text-align:left;text-align-last:left;top:81.75rem;left:24rem;display:none; }
#nsolJCJLbqpVXJTTs4lBwCrdbLgE2XNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container { background-color: transparent; background-image: none; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container > .video-iframe-container { display: none; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row > .video-iframe-container { display: none; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .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); }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container { border-width: 0; border-radius: 0; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row > .video-iframe-container {  }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#GePWUGPgFKvTLIAN2L1LrOaaVH52OE29 { color:#1d1d1d;display:block;width:75rem;position:absolute;font-family:"tenor sans";font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#QNKfMsKy4DbDswTtLlm6uS12oZvNhiLH { position:absolute;display:block;z-index:100003;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:24rem;top:15.625rem;left:0rem;display:block; }
#PmtNgnZUG90dxa8DEdtHXcu3r5zOktde { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.125rem;left:3.875rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#PkdBqqW9czsOzRnzzZea68L7NIKyN5OH { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qN63MOLNDtnPQkZtQny3MLc3T5R4EIx0 { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:22.5rem;top:22.625rem;left:0.75rem;display:block; }
#ucS6NHGSfUZx6Q8SIGGKwP9KnhsbGDTt { position:absolute;display:block;z-index:100006;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:12.875rem;top:20.75rem;left:5.5625rem;display:block; }
#QXqdKbTOqSflKSpGdiLsU0WaGoXUi2A1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:9.5625rem;top:25.90625rem;left:7.21875rem;overflow:hidden;display:block; }
#oQsghV2muOQAQTKy92OTeJERyUeeEaB5 { position:absolute;display:block;z-index:100009;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:24rem;top:15.625rem;left:25.5rem;display:block; }
#TKWPcPBWXZOeqheDkyZKClDzmNMQkyHf { position:absolute;display:block;z-index:100011;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:22.5rem;top:22.625rem;left:26.25rem;display:block; }
#UJDpOJ2le0Wtd0IOURQ8aeG0GI1gDZbM { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:21.125rem;left:29.34375rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#tBc4y1Z9FTicx6JIB6iuoDHIRwGSIJf1 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:18.375rem;left:29.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#dxKtZMQ5ycc4ENOM0n07hlqHvg8M5BFn { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:11.25rem;top:20.755859375rem;left:31.875rem;display:block; }
#yxuxszLk8bTPgHg1GtDgU8tFwqARCwe2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:13.5rem;top:26.8125rem;left:30.75rem;overflow:hidden;display:block; }
#qfrCf3Sapc6DwBO0aD2SUKexyALINRae { position:absolute;display:block;z-index:100015;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:24rem;top:15.625rem;left:51rem;display:block; }
#E6V5n7LmQGFS2053TOWpxFfVqWZMLM3E { position:absolute;display:block;z-index:100017;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:22.5rem;top:22.625rem;left:51.75rem;display:block; }
#KZfzHA9wJOvJFTq6K8P6uTAgt7s8v1w3 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.125rem;left:54.875rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#dpLX9lpgK6ucV9mdb5bMQgIwdHKbRVCN { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:18.375rem;left:54.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#aMHiA81anQKBvohbc7QegqAt7Ncfm3pd { position:absolute;display:block;z-index:100018;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:11.25rem;top:20.755859375rem;left:57.375rem;display:block; }
#n3TcDS0aAsJukAR7GsPyAl8DQnmcVyVf { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:18.8125rem;top:28.9375rem;left:53.625rem;overflow:hidden;display:block; }
#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container { background-color: transparent; background-image: none; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container > .video-iframe-container { display: none; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row > .video-iframe-container { display: none; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .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); }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container { border-width: 0; border-radius: 0; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row > .video-iframe-container {  }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:block; }#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-form-header {  }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-regular-label { height:auto;display:block;font-family:"tenor sans";font-size:0.875rem;font-weight:bold;color:#000000;width:43.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(29,29,29,0.4);border-left:0.0625rem solid rgba(29,29,29,0.4);border-right:0.0625rem solid rgba(29,29,29,0.4);border-bottom:0.0625rem solid rgba(29,29,29,0.4);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.25rem;margin-left:0;display:block;width:43.625rem;box-sizing:border-box;height:3.125rem;color:#1d1d1d;font-size:1rem;overflow:hidden;font-family:"tenor sans";vertical-align:top; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(29,29,29,0.4);border-left:0.0625rem solid rgba(29,29,29,0.4);border-right:0.0625rem solid rgba(29,29,29,0.4);border-bottom:0.0625rem solid rgba(29,29,29,0.4);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.25rem;margin-left:0;display:block;width:43.625rem;box-sizing:border-box;height:4.375rem;color:#1d1d1d;font-size:1rem;overflow:hidden;font-family:"tenor sans";vertical-align:top; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"tenor sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button { background-color:#eee1c4;background-image:url("https://images.assets-landingi.com/uc/dfa5702e-8168-4e6c-abc3-a7a458a9286e/Group35.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:1.25rem solid #eee1c4;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:21.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#1d1d1d;width:21.8125rem;height:5.25rem;font-family:"tenor sans";overflow:hidden;text-align:left;text-align-last:left; }#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button.adaptive-delivery-prevent-bg, #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button.lazyload, #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button.lazyloading { background-image: none; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw [class*="-text"]:-moz-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw [class*="-text"]::-moz-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw [class*="-text"]:-ms-input-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw [class*="-text"]::-webkit-input-placeholder { color:rgba(29,29,29,0.4);font-family:"tenor sans";font-size:1rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"tenor sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#1d1d1d;vertical-align:top;width:42.375rem;overflow:hidden;font-style:normal; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"tenor sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-container:first-of-type{padding-top:0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-container:last-of-type{padding-bottom:0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:21.3125rem;left:2rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.625rem;display:block;vertical-align:top; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-info-text { display:block;height:auto;font-family:"tenor sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw {display:block;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:21.3125rem;left:2rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #oOiP3N7e83fWtdJRqyFAPxUlUTTppgaN { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #yn3dWhaAFChGn5ldAfPtUuTmsrW6LiLI { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #H21OcRseqNfWA906qvn5otdIAia80m5K { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #kvBdFV9ObZMlrJfaJMssxuFLJFEbzC5u { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #O4xoca1pwTAJTdG0OMOJREUmqN284S4F { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #gz2fxaiFM4qTJbP8hxiv8OqwI4wZKTSe { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #t4T5yCwxCFlLmUgR7qJChMdHekNWnlHT { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #nkAmGwtXFJH1CVPh8W4yPlkCp7asaCr7 { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #FXapBF91PlDdNQUqs4R6X7HFfBfmuBzh { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #PF9N8yxpnhSduI5BiflKdsAF5b3hhr01 { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #vk6knCWbdVvVLHQ9EU4Ci6LJvl3s9oy9 { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #J0I7oQk1NrJDQT2ThHhmn423AV1N3Bcq { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #T6zMsuemBDmEUeWqyhqIdu8qrsGEHtH3 { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #qxdCMIWlUsb28SHFvGnqqUn3S0Zh0qTU { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #WCecH5pHLJBDJ1HVPzsQHTATrhnDHo6q { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #qy5lXwy4zfJdl0LPGxLBqwIhWmPphAAX { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #mO4QO3b17loOeEtnfDyhgua2NtvbwNoZ { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #BRmJAeq6pFni5OTTLMPXbBPqL9ErSzfI { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #yHn6vVueWCicn3yoOhmqhb9kF6yWxhy4 { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #xiJDosTpqi50oBitI9xreEn8lsv6JI4h { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #gsWPbQ7gKFzQBnrXKTO2ot2ieeStsTnB { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #PgPSn9RE1RB0Wb6UokZAUuJIvH6SdrxI { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #dpdeRFeVnTxwR770iPL4fhft5vNpm1pg { position:relative;z-index:2; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #RPRVsVt2A26TRBrWpizZJmi0T6VNzH56 { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #SorHVouBaHmQKmwchQoSlmV9vFzrDu9i { position:relative; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #UnOOSbV88bU89PRc0fBUM7S6qmcqb005 { position:relative; }
#XSCsvTp4Hy2SBNnfdsp0AqJaJe6eoQo0 { color:#1d1d1d;display:block;width:46.625rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.9375rem;height:2.76220625rem;display:block; }
#TUclT6aEPrw3rCmHP7cQqWDcX64hC8Fg { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:61.8125rem;left:54.5rem;height:8.9238125rem;display:block; }
#aHag9U8dpn16hH0SXKoHH2oKEy1P5eSp { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.875rem;width:51rem;top:13.125rem;left:0rem;display:block; }
#cdRhkFUv0ZWtPEoodnc4JMXgmshm4iJu { position:absolute;display:block;z-index:100012;background-color:#1d1d1d;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.0625rem solid #f1f1f1;height:11.25rem;width:0.0625rem;top:47.875rem;left:54.5rem;display:block; }
#luHpXs4lpoydMPcUVVwth8u5yu6WJQv5 { position:absolute;display:block;z-index:99997;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/9f56e4af-b8cd-41ec-989f-086410cf857c/foto_p.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.375rem;width:24rem;top:13.125rem;left:51rem;display:block; }#luHpXs4lpoydMPcUVVwth8u5yu6WJQv5.adaptive-delivery-prevent-bg, #luHpXs4lpoydMPcUVVwth8u5yu6WJQv5.lazyload, #luHpXs4lpoydMPcUVVwth8u5yu6WJQv5.lazyloading { background-image: none; }
#UgWVMauoQXSmZqppDD8Dr4X2gJ0b0LvS { color:#1d1d1d;display:block;width:56rem;position:absolute;font-family:"tenor sans";font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#hvsq19CV75khn4iazTt3ygFyOr6CeUPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1d;background-image:none;position:relative;display:block; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container { background-color: transparent; background-image: none; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container > .video-iframe-container { display: none; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row > .video-iframe-container { display: none; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .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); }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container { border-width: 0; border-radius: 0; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row > .video-iframe-container {  }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#akueTDDLW2SnIyNw2OorRW6E5HpcCKU1 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:9.6875rem;left:27.125rem;height:5.69970625rem;display:block; }
#zr25QyuVMHeMNflmFy7s9mA26I98Ou7N { color:rgba(255,255,255,0.65);display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:5rem;left:27.125rem;height:2.54980625rem;display:block; }
#Pe6EfTLc47b4TZat7vlVWIkHFb8H2iAQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:6.1875rem;top:17rem;left:27.125rem;overflow:hidden;display:block; }
#dpGzy81zTAeHv7c5d3SyTaLQJ0vcgot7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.9;letter-spacing:0;top:9.6875rem;left:44.3125rem;height:5.6997rem;display:block; }
#C94yadtXuehHpQhDBn4ozQ5GT55Lx1oo { color:rgba(255,255,255,0.65);display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:5rem;left:44.3125rem;height:2.54980625rem;display:block; }
#wwRXmAuzkqGO8GspX2G22TJSgswxTspF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.9;letter-spacing:0;top:9.6875rem;left:61.3125rem;height:5.69970625rem;display:block; }
#UqzoIBP0NHbNSIvWWElid0cHJWFVmQkI { color:rgba(255,255,255,0.65);display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:5rem;left:61.3125rem;height:2.54980625rem;display:block; }
#t2ZFFTDWax2CIUw4r3i6rS2bLIIQqnSs { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:11rem;top:17rem;left:44.3125rem;overflow:hidden;display:block; }
#Fps60wRQdhU6JQMbSp8m2QJOezremVuG { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:13.75rem;top:18.0625rem;left:61.25rem;overflow:hidden;display:block; }
#BOSi4xdQfyC6GG4LlNfSCkJITDMiIK08 { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:27.625rem;left:0rem;display:block; }
#EObk9K6ABTSSf9Ddyzv1ZDK0Wi5s61My { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:27.625rem;left:0rem;display:none; }
#EPcaSdJ5wZhC9OmRsS5eakFIauvq7WRi { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:27.625rem;left:0rem;display:none; }
#Tff6sdvtRS3R1aHiqq5oxHgtPDUzwiDI { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:27.625rem;left:0rem;display:none; }
#FllbKhZ0tS9qCsZOkz4WvlHxE9izAp6M { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.9;letter-spacing:0;top:29.76953125rem;left:0rem;height:1.8999rem;display:block; }
#R0C9amygNl7RRH1CWtngflCEg1cbvkTH { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.9;letter-spacing:0;top:33.45703125rem;left:0rem;height:1.8999rem;display:block; }
#ma3n8BWu3t7ydiP2v8X6KUVgOcmMJTvO { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:29.21923828125rem;left:7.25rem;overflow:hidden;display:block; }
#ADpS9rGcLd4KEyn3VNp6xIU4CLGZNc2k { color:rgba(255,255,255,0.6);display:block;width:34.0625rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.9;letter-spacing:0;top:33.45654296875rem;left:40.9375rem;height:1.8999rem;text-align:right;text-align-last:right;display:block; }
#m7dL5eQW7LOwUP1lRrWCMuHOzhlDyQE7 { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:27.625rem;left:0rem;display:none; }
#tUlS2FPIVHsoscVEORfWBxvSBU9N1PKl { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"tenor sans";font-size:2.125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:5.5244125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uVs3Il7hFisQdMlv7sznllvGavN7T9oN { display:none; }#uVs3Il7hFisQdMlv7sznllvGavN7T9oN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tuPrDfMv5v6Bxiv8PT40whfNKIabfDXv { display:none; }
 }@media only screen and (max-width: 763px) { #WCFBkJH5H77lhHbmwD0LCAJJZspgP8L0 { top:2.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6PketF2laGHimJzqCrhX4gEgZ07T3C9 { width:6.125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyCzChnihkklQok3kWynOUolbtO8Uvk7 { display:none; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RzdyuoBhhApWRUOpAV1Wbv2P6vHUWIbP { top:2.1875rem;left:0rem;width:18.3125rem;height:21rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf { display:block; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfsTCl1TyURiNiEhcqVEJfOR5VTZBST { width:5.1875rem;height:3.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCZuSD3AEIPsm7zzIletkkhrgklhWmF9 { display:block; }
 }@media only screen and (max-width: 763px) { #MtTPRHhrmlcXinXNPB1DTxLVQ7CEdPnt { width:9.125rem;height:3.4375rem;top:2.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHZg8vkm3hFIydg6RO9MtoAS7JGFpgxt { display:block; }
 }@media only screen and (max-width: 763px) { #XvTTWJvgvyLnOf7py590ornXM8rrBIaZ { width:7.25rem;height:3.4375rem;top:2.25rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2pkgvAPwSB16agvD3HT73cNALSQ2akT { display:block; }
 }@media only screen and (max-width: 763px) { #cXBnup6K1Ios9hek7wp1BepWJ9TTgKIr { width:6.3125rem;height:3.4375rem;top:2.25rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esSiv6fpVCezuP1o5z3DJH8xfNaI5u17 { display:block; }
 }@media only screen and (max-width: 763px) { #d4vySXyorxSV3LzJLnz35CTkZMbHuT1K { width:10.0625rem;height:4.5rem;top:1.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O27IASJv93V0WfWdqgTdQmGyZcOWOidi { display:block; }
 }@media only screen and (max-width: 763px) { #aFUcfxKgRgBNxWBdlHTAhxV3rDOQ7nyL { width:16.6875rem;height:3.4375rem;top:2.25rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK0lUxFXBMNhh9g8aStWx3rEWdsEbaog { display:block; }
 }@media only screen and (max-width: 763px) { #XUnLhaO9VvoZSiGb55aLfTN2qvQIBRSi { top:1.4375rem;left:0rem;width:6.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEpzxEiLqhgs4GTRLAX4GyMTh0MZUpND { top:21.125rem;left:0rem;width:29.6875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQtBSgGBkJQOw8iAodI6Fq38fclLvh4Q { top:18.6875rem;left:0rem;width:12.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc1gkZp4iso3vXEqCmDD5zCGOzhi7lCn { top:8.6875rem;left:0rem;width:26.625rem;height:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOSptpTT0epC0Pzm20FohmQE4VnHsM3g { top:7.9375rem;left:0rem;width:4.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvAiGBvghxVKDwPxi3wpaJMHAr81IHZv { top:17.625rem;left:0.625rem;width:14.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWh72BaZRXG0SnUiBQkT7IkmgarZBem5 { width:25.5rem;height:6.5rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJDH7gUNIB85Hg9dAxhDSFVrGPc6OZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #Wiifg7aRnB97PlxN6h4chrGmIlxsSl8T { top:31.6875rem;left:8.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA3S79ei65cMGgasuclQDt4FxayCiflE { width:13.625rem;height:6.5rem;top:29.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQWnKmT4SoeomqDszNB5J9wDsevaFct { display:block; }
 }@media only screen and (max-width: 763px) { #a3OoCwGZ9bhslfgMX4lK4EtFyWA7VFEq { top:31.6875rem;left:22.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPV92a18LhxqfLk8riatTze822dlvpqi { width:25.5rem;height:6.5rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fi0SJQrJ9I1In55TczNfmqOi5uqZ3eyR { display:block; }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-regular-label { width:37.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-text { width:37.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-text {padding-top: 0; padding-bottom: 0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-textarea { width:37.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-select { width:37.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-select {padding-top: 0; padding-bottom: 0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-checkbox-label { width:36.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u  { width:37.4375rem;height:auto;top:45.875rem;left:0rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .radio-container { width:37.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u {display:block;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u { width:37.4375rem;height:auto;top:45.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #Vfv3D6mLnQ4GFb31STsRTSL1UB3mdpNs {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #cfJPT33suvui7FUCea1WMTu5STJkPUxG {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #lBznn9d0CVJLaIJzAQpq3DZZ0mSwtZKV {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #VMI0eZsNHzS63bT8Qk4pdZTEXU3uxwhg {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #wP03CgdK4uUkdfWAiage3ZRxI0t4skKi {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #QxMV1RvpsCwt2CUR2MsB8Omu80vvTmSc {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #gUe31dTgL6SsDOfz2ZfrOgu9lmPubSJI {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #XBDrtWCyVS14xs8xPSoyX2eqL9Ffzx07 {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #bR4klS1JhFKHCHd1abmFWkAb27IZgwhg {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #TGtuhk8DS7IsFSi6acDHqN1qdGtBBa7q {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #g0DASihBSDoBWqokeTKuZNwMuxZ0scGI {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #TNVuUIiCGwo0pVm25tFdxZU3iS8VRq0S {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #z6EVpgWQJLwWrCL9Wwio78lX3JNvQaZz {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #SmBLw9SyvEZ03aQ1Fcy5RLucSaJ9TwDs {  }
 }@media only screen and (max-width: 763px) { #RMc050OJTz2n9f9bTRMcIX0M6QqqWaRv { top:39.4375rem;left:0rem;width:41.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVtrLWr17sRNeokTFtFzqJ2FEx7Gg6s8 { top:41.25rem;left:0rem;width:28.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhmd5wyO9f6vomZcSQk0ZeXWyaKiMf2z { width:24.375rem;height:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW { display:block; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkqqDtUCJT9wRz4tcKXbk77p5pCFUl6o { top:4.1875rem;left:0rem;width:13.8125rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2l6bCyUSdUZU3IhMQ4lRTmJu88kxr0H { top:3.9375rem;left:0rem;width:7.25rem;height:5.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaOQJmKHSVp9AVT1Nzo9TrZnd7WraA0c { top:11.5625rem;left:0rem;width:29.3125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMg4DqFNLwwAnogZrmJyrUL01WO7QSU7 { top:19.875rem;left:0rem;width:29.125rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNaVmTXntkUIXpaFTxOQTxASERWCRuXv { top:4.1875rem;left:21.0625rem;width:14.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5NpcyLsXuwgvSTrPilIJbOpwQLlhxO { top:34.375rem;left:20.75rem;width:27rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTy3xLzRRbTbTxUdEPs27lEdq4QZUAJ { top:11.4375rem;left:27.3125rem;width:20.4375rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsWTQDcJHb2edQxHAbZrJa4Eqicp9zT { top:3.9375rem;left:33.9375rem;width:13.8125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plGZfh0XO9ErmhICh02UToNDldep99JQ { top:6.875rem;left:32.8125rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXXkkArAoqvdetk8agnBWvHzRwLP6ksB { top:40.25rem;left:0rem;width:27.5rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM5nnX7PhTdNyQ2PqzgSpGaUabBb13Qx { top:47.625rem;left:0rem;width:33.6875rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdB5WOHKlMKaTMaQJXdzOu6ssJTTymoJ { top:45.1875rem;left:15.9375rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kecZhdf9J6S8JI2pDw6G3BSOAUz4elXa { top:6.875rem;left:32.8125rem;width:7.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O { display:block; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMaKJ2h4gufPhsUiqE6mOZ4BoPnstS1o { top:4.375rem;left:6.1875rem;width:35.375rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTUTuXg3sN4l9eLnT4ZboHRoFNLCDKZ { top:17.125rem;left:0rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq8n4uI4F0iVhTQMGk953hc3TgnrhfTD { top:17.125rem;left:11.875rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD49Rl0LdkWtTwhnHSvQWaRVPHc9cWdX { top:17.125rem;left:23.6875rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdiihlTxaOwyh1JRrN59Dz9m6kKWNdhT { top:12.5625rem;left:0rem;width:35.375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLT6h18ghT2PBA6x02tDGrJOlE1sSxg { top:13.6875rem;left:6.5625rem;width:41.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJRmCQ4NE3FUNI6e1ARtS9wHO5whktU { width:27.3125rem;height:6.5rem;top:43.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPKtAVOfrQAelVbws8UMtQ4uz0tHVmRK { display:block; }
 }@media only screen and (max-width: 763px) { #ppcy3dAH6aMkodATiJoUHnHiSuuMdnEP { top:45.0625rem;left:33.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tae5z6bR2a64aOp6fAsonTfITqrUfKeZ { width:27.3125rem;height:6.5rem;top:43.25rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5EBIqizAGUgiTmeaNeSTPlBiaKZch4y { display:block; }
 }@media only screen and (max-width: 763px) { #SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn { display:block; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jsy4blueGQ4B4g2MlqFmrUUboPIvrwHz { top:5.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh { display:block; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJAZXXDGUKzZJvMGtAqOFDQdT6ZoP9JE { top:0rem;left:0rem;width:24.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWZTGqiymSbVzPoErSa7GlmycOpgGvn { top:3.625rem;left:0rem;width:16.25rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHhh2eTa8mUWoEX44dpbZTAw7JTX7Lf { top:10.625rem;left:0rem;width:24.875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2T1GquaNsHLIam2Fn95l1ozBI5yMnGm { top:1.75rem;left:0rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHOGyX7frSBTrlPc8acW6S8Jv3zZPMO { top:2.625rem;left:0rem;width:2.4375rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbtUrh866cPTXFcbVnbdzPJBucB9ckaZ { top:13.0625rem;left:0rem;width:22.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV { top:17.3125rem;left:0rem;width:20rem;height:5.125rem;font-size:1rem;display:block; }#GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV li:before{  }
 }@media only screen and (max-width: 763px) { #kuFg9pXM8FhR0aO0EAqJSiu2pQ73IypB { top:23.5625rem;left:0rem;width:21.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpXUGTx5HdPRnsyKwPxn2D4DbUBxMt8o { top:10.625rem;left:6.875rem;width:24.875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtgLx5sisZVSlKx9t3rbHokOira06O5m { top:13.125rem;left:11.1875rem;width:20.5625rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6OuBKBNezb21zd2ZFbKKftMzgDwp3Dp { top:0rem;left:6.875rem;width:24.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1vKNEWBytCztZM6iLN4yteFGc1PQA9 { top:2.625rem;left:15.875rem;width:2.4375rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPvC0cTLI9Knx867z3yNZckWFsvcSCNT { top:3.6875rem;left:15.5rem;width:16.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2nTXmTn8Dscv4QEy85HiI4LL1fZC6L { top:1.75rem;left:8.375rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRAAIWQw8oAnMg3pf9u3uNOFxXpgkav { top:10.625rem;left:22.75rem;width:24.875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGPd3JDX1qkfNx7T1EuQT0TvBsSz98OU { top:13.125rem;left:27.0625rem;width:20.5625rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwOGuo2DSm3GA5clZF7VzhQgUbcZPurJ { top:0rem;left:22.75rem;width:24.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8SWLiWbOTBQ5P17R32C9ZUoie9DoCc { top:3.6875rem;left:32.25rem;width:15.375rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldh4zSID9Wc1EXUmPev7zxHocclhX2km { top:2.625rem;left:31.75rem;width:2.4375rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSusuQZqSJIgBVHWsyTPRMBZ4ayAMphx { top:1.75rem;left:24.25rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAI4Ov4OGmkUUaLiuvqqcxTCzcAvtpcb { width:20.625rem;height:6.5rem;top:35.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTzknEQCbIEiNe5QXBNE8SLAQ3aCVKAB { display:block; }
 }@media only screen and (max-width: 763px) { #aiMrAFzHaLOJ3xsv19hrd8qPRgddq8hD { top:36.9375rem;left:28.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ { display:block; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG6Ti8VSPLEkE92vvJPo09evfXSyuGhF { top:4rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWZNgEsxQB020zVRyAuoROhtkvdSRQmx { top:8.9375rem;left:15.5625rem;width:15.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxQpmabXTnO62F6s30tfeP6i62IZTKW1 { display:block; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTxEmBXsGtnU5TTSGgDvnEiHVIBcT1Lb { top:5.6875rem;left:15.625rem;width:32.125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H72hzrPJ2J3lZy6vRpQmtFG9ZenGMPFT { top:0rem;left:0rem;width:33.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aek3NihL5FtTdgU7fLMcAeTtJEQXWm39 { top:9.4375rem;left:0rem;width:1.6875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0reH3GW5KgZ2XO1w0E5TMiDsMUTIXc { top:13.375rem;left:15.625rem;width:32.125rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ74lkV8f5NuOKFArgKoCdBh31V4e66S { top:9.625rem;left:15.625rem;width:32.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWydXD2PkZIDUt7VfKIxTHFfhz5HQyTZ { top:4.1875rem;left:0.375rem;width:23.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1pGkmEJcaveFJmVFLl7iHP1gTrapMgn { top:30.25rem;left:28.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN8STw9OAAFU04DzuiDwV3I8LbM6128 { width:12.125rem;height:3.4375rem;top:30rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJLW27eUQymD2KOCmNeD495zxqm2yMzg { display:block; }
 }@media only screen and (max-width: 763px) { #u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An { display:block; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqIv4hXImd9I5wp8zi3yJcKcP18dS3mk { top:5rem;left:0rem;width:24.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUZpA4aWTddIFKChdwnRUTbAoDZnxx7u { top:3.125rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5nfms7QstRhGUovOTCHlm56O0GT2bE { top:10.25rem;left:0rem;width:35.5rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpbSzLhZwhleVbs1kqv57bbE9rSTlkAw { top:30.4375rem;left:0rem;width:35.5rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9iQzOqLHVNViner7V3eSsTeWHsGFe6m { top:27.125rem;left:0rem;width:37.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVmpmzEZEk5RlrtwJgWOOd8E1qzt68a { top:25.25rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AscaHoQx77XrHQWxz1JIXyLIdxKCoC0x { top:8.3125rem;left:12.25rem;width:35.5rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEc3ppVlpzz7kTJ1XUXkuu0I2Spklemo { top:5rem;left:23.125rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP3g10BUK4zKIOXDRblMtTvga0Dk6WcX { top:3.125rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1AXOJSCu4ebavBXxl8UeLuvKVhTqDKR { top:30.4375rem;left:12.25rem;width:35.5rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrgXW3H1cTIq94Ribadffp7SqAvrl19 { top:27.125rem;left:23.125rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHCOMUNlEiVxmL9KJQeCaB3AHGp6sJ7 { top:25.25rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tmJFu2rnw9dHnldk9L63hJZco2Sbx7 { top:55.5625rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g { top:63.125rem;left:0rem;width:32.625rem;height:;font-size:1rem;display:block; }#F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g li:before{  }
 }@media only screen and (max-width: 763px) { #EcMV7ZpFcN4mlDF62US51Jif7SQsIoDB { top:59.25rem;left:0rem;width:29.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TeAWFBAmuZBSZWefxuT2loTBIQwDVO { top:57.5625rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epL69hwg4IHP8PQrXruC8reJR7c9sCck { top:63.125rem;left:15.125rem;width:32.625rem;height:;font-size:1rem;display:block; }#epL69hwg4IHP8PQrXruC8reJR7c9sCck li:before{  }
 }@media only screen and (max-width: 763px) { #kkPeLVSuySggTL2luTIbczbhC8JUkMKb { top:84rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1bhCbszaDqUHMJRNFlkOCC2F9uiI7x { width:10.0625rem;height:3.4375rem;top:83.6875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPHpBIvfaxUbez7mPP3GuDQCp2u9NqU { display:block; }
 }@media only screen and (max-width: 763px) { #LhsTRSZFMIyTqUNenIZFABplOC5zR5ET { display:block; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4G554yi0vS6nCsAaGCCTcf0tLEtv4qI { top:5.125rem;left:0rem;width:32.125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhkkhNPUzWzM4DsQFqT4uVvm5uf9vqap { top:2.5rem;left:14rem;width:33.75rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mlEPagzq0NEcO0ZizXcdTzmGtEFJec { top:9.375rem;left:46.0625rem;width:1.6875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohpVpyDUgpJ0qC9S4QZwGD2SS1kMZM3 { top:12.625rem;left:0rem;width:32.125rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOgfvNxWU2uHLmwZWRHcqh8CRqPZANZg { top:9.0625rem;left:0rem;width:32.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn1roxVltfr8VqLJnbOxy1UnKa1JT27I { top:3.625rem;left:0rem;width:23.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OoTuDUntJdf9PZZbVSwnBfm0ckVyum { top:34.6875rem;left:0.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4qBcNriatVKZhdVFxde3FpFA4VoVTTH { width:12.125rem;height:3.4375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezL6h2mVA8u5MT22lTB45fNgplg31QsT { display:block; }
 }@media only screen and (max-width: 763px) { #OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g { display:block; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiBczGro0V5Le4wtIAzgrk6IUtQWPMsZ { top:5rem;left:0rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxph5Mi3TTrvmFOJGGxItSByTslGdiIJ { top:3.125rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDIrIdchCfX89JuZkPKSoJrrBgbqGrqu { top:8.3125rem;left:0rem;width:35.5rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryrETLcexySQhNH5dJ1gVg0WeTXvhsMJ { top:36.375rem;left:0rem;width:35.5rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4z89Zu6xT2kD7X61eKoPO7xBqyTrTA4 { top:33.0625rem;left:0rem;width:37.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGkqea4gxAfp8rzg2f6cdFMMO5EeKLTu { top:30.9375rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuest49KT0Z5yNZHRRfdpRtcGFk7FKLP { top:8.3125rem;left:12.25rem;width:35.5rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOG0hpRtOUtlIPpMLWgAScLAQm8HcROW { top:5rem;left:23.125rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkv7pyQ2wgyDTvMZaWkKw4i0w3QP7oga { top:3.125rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGseC8okZyUP0kSbwCvXF8lCJ8guqf29 { top:52.9375rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy { top:60.4375rem;left:0rem;width:33rem;height:12.8125rem;font-size:1rem;display:block; }#IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy li:before{  }
 }@media only screen and (max-width: 763px) { #P7xZrc2XB891GTFVFXw6drsXQ6XreMkg { top:56.5625rem;left:0rem;width:29.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UccgMElyPaOAHxdSq79Pq7EnSIeViDwJ { top:54.875rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF { top:60.4375rem;left:15.125rem;width:32.625rem;height:11.125rem;font-size:1rem;display:block; }#ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF li:before{  }
 }@media only screen and (max-width: 763px) { #tFHxct7wm1CI1H5L76mpHF5ArqFCQS1W { top:79.3125rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJEiwTnXpWRhVnvd2Em1LgoZCkSkn4R { width:10.0625rem;height:3.4375rem;top:79rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwoxhINkPWBLpoH21ZnbAkiKUnEMEGMg { display:block; }
 }@media only screen and (max-width: 763px) { #ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf { display:block; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ar5Jezvn7NvnvrNbfQsSwGzTTQoFLtgL { top:8.1875rem;left:15.625rem;width:32.125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az391FCkRvyWPNOonkcJai0xwtPZrqBc { top:2.5rem;left:0rem;width:33.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq7r9kiPT2LvvKCHrT1eN35gpGNoMf0P { top:11.9375rem;left:0rem;width:1.6875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyUv7SpI1rolJn9Zs3IozWXTsUm64v7x { top:15.875rem;left:15.625rem;width:32.125rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE50IJEmgZ0pZaPeNdE19qitAKkzDxoe { top:12.125rem;left:15.625rem;width:32.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6MNTUq6nSuGFXqFZ87qg8d9m41hXTQ { top:6.6875rem;left:0.375rem;width:23.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Tsw7fzPVykle8KPUTi27buXAJq4iHM { top:32.4375rem;left:28.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSWSw7PAiTZWaQMgR5SXiS10tDqsqqaD { width:12.125rem;height:3.4375rem;top:32.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rENaa4r5k8E77nZgAgyJSxr4ZeLK74 { display:block; }
 }@media only screen and (max-width: 763px) { #owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR { display:block; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPlTUnsIbq5IRK8t0QQvxStiKb6r0nwR { top:5rem;left:0rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpRA65hQczIwBpZ4BtQVdAbZIPDEx0V { top:3.125rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6EnKzCthdzfZh8rV68Io3v7gCxtk0O { top:8.3125rem;left:0rem;width:35.5rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp2qX6txLligOPu8mwV2HeWut3ZUSeCp { top:36.4375rem;left:0rem;width:35.5rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHz5oQb5OqCPhucIua5HJbJ8nRNPpH3Z { top:33.125rem;left:0rem;width:37.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkbtws3eru4y3RlBa7TNMZm0c7HVi9C6 { top:31.25rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iQlzTkVOfozPl8B0LRpu4D9MkUv1xn { top:8.3125rem;left:12.25rem;width:35.5rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCc97aHpV2mqeKEgv2IiDSHItaB2o50r { top:5rem;left:23.125rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7s507HKt5fedqvKempzbCv2UJ7CbmOJ { top:3.125rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I40XUscgKJ1JFRme9KZkFNZO0LVLr1nt { top:36.4375rem;left:12.25rem;width:35.5rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ4UBPUOZ2dbcWAUbT2zxhe4UxqkNWvH { top:33.125rem;left:23.125rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8NUtw8MQgFrpG8MA7HKayiNhkhNe45l { top:31.25rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQTpSthHyzTIc0iOQTlmfyMN6FIXRfB3 { top:53.9375rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs { top:61.4375rem;left:0rem;width:32.8125rem;height:;font-size:1rem;display:block; }#X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs li:before{  }
 }@media only screen and (max-width: 763px) { #kntmRJ9fUUGVVezrxF0Ozi5WtlIHKEFs { top:57.5625rem;left:0rem;width:29.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIciKaNXNXiU2ZF3cdH8eWdaiN4GUowb { top:55.875rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6kP9N1ukOzdcGCitu6ard6pMyqIaub { top:61.4375rem;left:15.125rem;width:32.625rem;height:;font-size:1rem;display:block; }#xA6kP9N1ukOzdcGCitu6ard6pMyqIaub li:before{  }
 }@media only screen and (max-width: 763px) { #T6542l5EXJflA377H5fA8F9cq6n2xNm0 { top:82rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOxsDoSEdHIF6oy6rg0l6ihr8Dfl12F { width:10.125rem;height:3.4375rem;top:81.6875rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIqCaKtP9ZtT8IOCZu0tCRkIRvIpfLdH { display:block; }
 }@media only screen and (max-width: 763px) { #IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh { display:block; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT1cmdqd3wktH0eVJS3PVgkV6LnxcwSb { width:27.3125rem;height:6.5rem;top:81.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNedxqnGoeHZOEusJuKxoTpEwv8lzM2q { display:block; }
 }@media only screen and (max-width: 763px) { #Wf36kcPsqGgPxfdfyqZSrR8J3nrZvFXu { top:83.5625rem;left:33.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pMZ8APfcfmLCZqGLTeX6947yDUdDmx { top:5rem;left:6.1875rem;width:35.375rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am3zGD015SQ7TqbbwG82AUWhtQadxXQ0 { top:16.25rem;left:0rem;width:14.875rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKQJkrHFkdvb6AO61GOlqeT8dZmsTh76 { top:15.625rem;left:0rem;width:23.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbzcXibvQ5mXZifwUQ6Waq57UlEpmfc { top:9.9375rem;left:14.125rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRQggXGxKBuTeB7G5tInWbcdBfhcU0q { top:47.8125rem;left:0rem;width:47.75rem;height:26.821788413098rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwCL1aDZanpfofGdSd9T1zi7QXtQUm6V { top:45.5rem;left:7.5625rem;width:40.1875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAQ3e6b6CHE8p7x6tFzvd4To0ZHwh54 { top:56.4375rem;left:31.5625rem;width:16.1875rem;height:10.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiQb3w30drn819trISS4SpwXM4QrnNgr { top:53.375rem;left:32.375rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktyXyAnwHf8aydfzqsfvxSZmGaDk6s65 { top:53.9375rem;left:28.25rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMUXTpC7JELFZZrTTezz3QTtOWMPgWDP { top:69rem;left:31.5625rem;width:16.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Vp2d5M7VUVoTyU4VWvPt17z7Ge8r2a { width:3.125rem;height:3.1875rem;top:23.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIwNmJmmx2WH7WWCnLKO6aQ8e6vDguAQ { display:block; }
 }@media only screen and (max-width: 763px) { #nqWoPZzTx36hFuKXTA7nVTtL171gpbOE { top:15.5625rem;left:12rem;width:23.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyERR9Fz9nTt3Ep9AHMnqTLwyxBpT3aT { width:3.125rem;height:3.1875rem;top:23.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfl7rZy6gngQ2kXk4FhrdaJt9GT57bJ { display:block; }
 }@media only screen and (max-width: 763px) { #LNew5pbauCneF8Rbq0pWx39eJ0hQyvZb { top:16.1875rem;left:15.4375rem;width:14.875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qquGgsiBsdOEUd7N5C4TeC73bIdXb8PC { top:15.5625rem;left:23.9375rem;width:23.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJvUiHuzaa4f7Qkqc0te25fLKX3dHZgu { width:3.125rem;height:3.1875rem;top:23.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQqkzdWhpOH6RkJyAmgTiJLrxBg90ATG { display:block; }
 }@media only screen and (max-width: 763px) { #JeTqPaAdZD9t4THxwPBafmFEvR78qbxa { top:16.1875rem;left:32.875rem;width:14.875rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJW5SmVMcH53thbDPQp9fwmWcUitehc { top:29.5625rem;left:12rem;width:23.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrZcQoX5x8WPLORKTN5DVCBtzxirNCo { width:3.125rem;height:3.1875rem;top:37.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Bo5WT4GCE16AfsSEkL7xSQonptAPmD { display:block; }
 }@media only screen and (max-width: 763px) { #UpXDIgmBrRMAcf6xs1xSIIzUIkgTk0kA { top:29.5625rem;left:23.9375rem;width:23.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thyabs5mXTmtVdVlZRSN2sbdfGSDrpAl { width:3.125rem;height:3.1875rem;top:37.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxrENDN1ENGT4LTnkdsKTd1dD5AT3LP5 { display:block; }
 }@media only screen and (max-width: 763px) { #cKTId88WT4r9mx2R8AOmrUD7tvPTwRlQ { top:30.25rem;left:0rem;width:14.875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaz6wru4XD45q9bqUPvUHAVakqFsZgNU { top:29.625rem;left:0rem;width:23.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1xcKx9zzXca81LKn42sc6c17dyuA12 { width:3.125rem;height:3.1875rem;top:37.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfiqT7dkDE8biPPhKBSethDmyzAaMIAx { display:block; }
 }@media only screen and (max-width: 763px) { #cwbV9L56kIl7Xh7h2oFJb6aDJeZna4U3 { top:30.1875rem;left:15.4375rem;width:14.875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC7OzTiqdUXBStbkpeu5lQANHd7JgPWI { top:30.1875rem;left:32.875rem;width:14.875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGh0r46332Z9XWPndfT7ixdMgDbuKlbU { top:24.0625rem;left:0rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk44Qa6FyB0Jw3VR67FQHDQO8AIJQdWX { top:24.0625rem;left:20.09375rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9BK9DcM82cORamGTI8CotvGVzoCM2HZ { top:24.0625rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZF9G4QFAq0H5RpXQ1AJAR6L4QJhsFEP { top:38rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXtOJ802uHF94LqO98HlqDBTfs422bI { top:38rem;left:20.1875rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89nNKVSE6MyIyXNcM7LF93OZ4L3t0e5 { top:38rem;left:0rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNeQRG7fA3os0wQOQliLvTTFiOLCvZA7 { width:27.3125rem;height:6.5rem;top:81.75rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsolJCJLbqpVXJTTs4lBwCrdbLgE2XNL { display:block; }
 }@media only screen and (max-width: 763px) { #DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw { display:block; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GePWUGPgFKvTLIAN2L1LrOaaVH52OE29 { top:5.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNKfMsKy4DbDswTtLlm6uS12oZvNhiLH { top:15.625rem;left:0rem;width:24rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmtNgnZUG90dxa8DEdtHXcu3r5zOktde { top:21.125rem;left:0rem;width:16.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkdBqqW9czsOzRnzzZea68L7NIKyN5OH { top:18.375rem;left:0rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN63MOLNDtnPQkZtQny3MLc3T5R4EIx0 { top:22.625rem;left:0rem;width:22.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucS6NHGSfUZx6Q8SIGGKwP9KnhsbGDTt { top:20.75rem;left:0rem;width:12.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXqdKbTOqSflKSpGdiLsU0WaGoXUi2A1 { top:25.875rem;left:0rem;width:9.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQsghV2muOQAQTKy92OTeJERyUeeEaB5 { top:15.625rem;left:11.875rem;width:24rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWPcPBWXZOeqheDkyZKClDzmNMQkyHf { top:22.625rem;left:12.625rem;width:22.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJDpOJ2le0Wtd0IOURQ8aeG0GI1gDZbM { top:21.125rem;left:15.71875rem;width:16.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBc4y1Z9FTicx6JIB6iuoDHIRwGSIJf1 { top:18.375rem;left:15.75rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxKtZMQ5ycc4ENOM0n07hlqHvg8M5BFn { top:20.75rem;left:18.25rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxuxszLk8bTPgHg1GtDgU8tFwqARCwe2 { top:26.8125rem;left:17.125rem;width:13.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrCf3Sapc6DwBO0aD2SUKexyALINRae { top:15.625rem;left:23.75rem;width:24rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6V5n7LmQGFS2053TOWpxFfVqWZMLM3E { top:22.625rem;left:25.25rem;width:22.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZfzHA9wJOvJFTq6K8P6uTAgt7s8v1w3 { top:21.125rem;left:31.4375rem;width:16.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpLX9lpgK6ucV9mdb5bMQgIwdHKbRVCN { top:18.375rem;left:31.4375rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMHiA81anQKBvohbc7QegqAt7Ncfm3pd { top:20.75rem;left:36.5rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TcDS0aAsJukAR7GsPyAl8DQnmcVyVf { top:28.9375rem;left:28.9375rem;width:18.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ { display:block; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-regular-label { width:43.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-text { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-textarea { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-select { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-checkbox-label { width:42.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw  { width:43.625rem;height:auto;top:21.3125rem;left:0rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .radio-container { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw {display:block;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw { width:43.625rem;height:auto;top:21.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #oOiP3N7e83fWtdJRqyFAPxUlUTTppgaN {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #yn3dWhaAFChGn5ldAfPtUuTmsrW6LiLI {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #H21OcRseqNfWA906qvn5otdIAia80m5K {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #kvBdFV9ObZMlrJfaJMssxuFLJFEbzC5u {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #O4xoca1pwTAJTdG0OMOJREUmqN284S4F {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #gz2fxaiFM4qTJbP8hxiv8OqwI4wZKTSe {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #t4T5yCwxCFlLmUgR7qJChMdHekNWnlHT {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #nkAmGwtXFJH1CVPh8W4yPlkCp7asaCr7 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #FXapBF91PlDdNQUqs4R6X7HFfBfmuBzh {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #PF9N8yxpnhSduI5BiflKdsAF5b3hhr01 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #vk6knCWbdVvVLHQ9EU4Ci6LJvl3s9oy9 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #J0I7oQk1NrJDQT2ThHhmn423AV1N3Bcq {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #T6zMsuemBDmEUeWqyhqIdu8qrsGEHtH3 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #qxdCMIWlUsb28SHFvGnqqUn3S0Zh0qTU {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #WCecH5pHLJBDJ1HVPzsQHTATrhnDHo6q {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #qy5lXwy4zfJdl0LPGxLBqwIhWmPphAAX {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #mO4QO3b17loOeEtnfDyhgua2NtvbwNoZ {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #BRmJAeq6pFni5OTTLMPXbBPqL9ErSzfI {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #yHn6vVueWCicn3yoOhmqhb9kF6yWxhy4 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #xiJDosTpqi50oBitI9xreEn8lsv6JI4h {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #gsWPbQ7gKFzQBnrXKTO2ot2ieeStsTnB {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #PgPSn9RE1RB0Wb6UokZAUuJIvH6SdrxI {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #dpdeRFeVnTxwR770iPL4fhft5vNpm1pg {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #RPRVsVt2A26TRBrWpizZJmi0T6VNzH56 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #SorHVouBaHmQKmwchQoSlmV9vFzrDu9i {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #UnOOSbV88bU89PRc0fBUM7S6qmcqb005 {  }
 }@media only screen and (max-width: 763px) { #XSCsvTp4Hy2SBNnfdsp0AqJaJe6eoQo0 { top:16.875rem;left:0rem;width:46.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUclT6aEPrw3rCmHP7cQqWDcX64hC8Fg { top:61.8125rem;left:28.1875rem;width:19.5625rem;height:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHag9U8dpn16hH0SXKoHH2oKEy1P5eSp { top:13.125rem;left:0rem;width:47.75rem;height:60.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdRhkFUv0ZWtPEoodnc4JMXgmshm4iJu { top:47.875rem;left:40.875rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luHpXs4lpoydMPcUVVwth8u5yu6WJQv5 { top:13.125rem;left:23.75rem;width:24rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgWVMauoQXSmZqppDD8Dr4X2gJ0b0LvS { top:5.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvsq19CV75khn4iazTt3ygFyOr6CeUPh { display:block; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akueTDDLW2SnIyNw2OorRW6E5HpcCKU1 { top:9.6875rem;left:13.5rem;width:11.25rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr25QyuVMHeMNflmFy7s9mA26I98Ou7N { top:5rem;left:13.5rem;width:12.5rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6EfTLc47b4TZat7vlVWIkHFb8H2iAQ { top:17rem;left:13.5rem;width:6.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpGzy81zTAeHv7c5d3SyTaLQJ0vcgot7 { top:9.6875rem;left:30.6875rem;width:12.5rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C94yadtXuehHpQhDBn4ozQ5GT55Lx1oo { top:5rem;left:30.6875rem;width:12.5rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRXmAuzkqGO8GspX2G22TJSgswxTspF { top:9.6875rem;left:35.25rem;width:12.5rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqzoIBP0NHbNSIvWWElid0cHJWFVmQkI { top:5rem;left:35.25rem;width:12.5rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ZFFTDWax2CIUw4r3i6rS2bLIIQqnSs { top:17rem;left:30.6875rem;width:11rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fps60wRQdhU6JQMbSp8m2QJOezremVuG { top:18.0625rem;left:34rem;width:13.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOSi4xdQfyC6GG4LlNfSCkJITDMiIK08 { top:27.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EObk9K6ABTSSf9Ddyzv1ZDK0Wi5s61My { top:27.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPcaSdJ5wZhC9OmRsS5eakFIauvq7WRi { top:27.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tff6sdvtRS3R1aHiqq5oxHgtPDUzwiDI { top:27.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FllbKhZ0tS9qCsZOkz4WvlHxE9izAp6M { top:29.75rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0C9amygNl7RRH1CWtngflCEg1cbvkTH { top:33.4375rem;left:0rem;width:34.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma3n8BWu3t7ydiP2v8X6KUVgOcmMJTvO { top:29.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpS9rGcLd4KEyn3VNp6xIU4CLGZNc2k { top:33.4375rem;left:13.6875rem;width:34.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7dL5eQW7LOwUP1lRrWCMuHOzhlDyQE7 { top:27.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUlS2FPIVHsoscVEORfWBxvSBU9N1PKl { top:4.875rem;left:0rem;width:18.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uVs3Il7hFisQdMlv7sznllvGavN7T9oN { display:block; }#uVs3Il7hFisQdMlv7sznllvGavN7T9oN > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuPrDfMv5v6Bxiv8PT40whfNKIabfDXv { top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100000;color:#1d1d1d;display:block; }
 }@media only screen and (max-width: 763px) { #WCFBkJH5H77lhHbmwD0LCAJJZspgP8L0 { top:1.056640625rem;left:13.625rem;width:3.125rem;height:1.13720625rem;z-index:100001;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6PketF2laGHimJzqCrhX4gEgZ07T3C9 { top:0.78125rem;left:0rem;width:3.4375rem;height:2.625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yyCzChnihkklQok3kWynOUolbtO8Uvk7 { background-color:#1d1d1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container { background-color: transparent; background-image: none; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container > .video-iframe-container { display: none; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row > .video-iframe-container { display: none; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .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); }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container { border-width: 0; border-radius: 0; }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row > .video-iframe-container {  }#yyCzChnihkklQok3kWynOUolbtO8Uvk7 > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzdyuoBhhApWRUOpAV1Wbv2P6vHUWIbP { top:2.1875rem;left:0rem;width:18.3125rem;height:21rem;z-index:100005;line-height:3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf { background-color:#1d1d1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container { border-width: 0; border-radius: 0; }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row > .video-iframe-container {  }#kfrJRANH9R40uQZeeuMfoNdVgEz2qoBf > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WlfsTCl1TyURiNiEhcqVEJfOR5VTZBST { width:5.1875rem;height:3.4375rem;top:1.25rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCZuSD3AEIPsm7zzIletkkhrgklhWmF9 { display:block; }
 }@media only screen and (max-width: 763px) { #MtTPRHhrmlcXinXNPB1DTxLVQ7CEdPnt { width:8.3125rem;height:3.4375rem;top:5.9375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHZg8vkm3hFIydg6RO9MtoAS7JGFpgxt { display:block; }
 }@media only screen and (max-width: 763px) { #XvTTWJvgvyLnOf7py590ornXM8rrBIaZ { width:6.875rem;height:3.4375rem;top:15.3125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2pkgvAPwSB16agvD3HT73cNALSQ2akT { display:block; }
 }@media only screen and (max-width: 763px) { #cXBnup6K1Ios9hek7wp1BepWJ9TTgKIr { width:6.3125rem;height:3.4375rem;top:20rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #esSiv6fpVCezuP1o5z3DJH8xfNaI5u17 { display:block; }
 }@media only screen and (max-width: 763px) { #d4vySXyorxSV3LzJLnz35CTkZMbHuT1K { width:10.0625rem;height:4.5rem;top:1.75rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O27IASJv93V0WfWdqgTdQmGyZcOWOidi { display:block; }
 }@media only screen and (max-width: 763px) { #aFUcfxKgRgBNxWBdlHTAhxV3rDOQ7nyL { width:16.6875rem;height:3.4375rem;top:18.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK0lUxFXBMNhh9g8aStWx3rEWdsEbaog { display:block; }
 }@media only screen and (max-width: 763px) { #XUnLhaO9VvoZSiGb55aLfTN2qvQIBRSi { width:6.125rem;height:4.8125rem;top:23.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:97.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEpzxEiLqhgs4GTRLAX4GyMTh0MZUpND { width:18.5625rem;height:8.49851875rem;top:35.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQtBSgGBkJQOw8iAodI6Fq38fclLvh4Q { width:6.25rem;height:0.0625rem;top:9rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #Rc1gkZp4iso3vXEqCmDD5zCGOzhi7lCn { width:13.875rem;height:5rem;top:1.9375rem;left:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOSptpTT0epC0Pzm20FohmQE4VnHsM3g { width:2.6875rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvAiGBvghxVKDwPxi3wpaJMHAr81IHZv { width:10.4375rem;height:1.5rem;top:8.3125rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWh72BaZRXG0SnUiBQkT7IkmgarZBem5 { width:20rem;height:6.5rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJDH7gUNIB85Hg9dAxhDSFVrGPc6OZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #Wiifg7aRnB97PlxN6h4chrGmIlxsSl8T { width:2.875rem;height:2.875rem;top:46.9375rem;left:16.625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #XA3S79ei65cMGgasuclQDt4FxayCiflE { width:20rem;height:6.5rem;top:52.25rem;left:0rem;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;display:block; }#XA3S79ei65cMGgasuclQDt4FxayCiflE.adaptive-delivery-prevent-bg, #XA3S79ei65cMGgasuclQDt4FxayCiflE.lazyload, #XA3S79ei65cMGgasuclQDt4FxayCiflE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hVQWnKmT4SoeomqDszNB5J9wDsevaFct { display:block; }
 }@media only screen and (max-width: 763px) { #a3OoCwGZ9bhslfgMX4lK4EtFyWA7VFEq { width:2.875rem;height:2.875rem;top:54.0625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPV92a18LhxqfLk8riatTze822dlvpqi { width:19.9375rem;height:6.5rem;top:45.125rem;left:0rem;z-index:100010;background-color:#1d1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SPV92a18LhxqfLk8riatTze822dlvpqi.adaptive-delivery-prevent-bg, #SPV92a18LhxqfLk8riatTze822dlvpqi.lazyload, #SPV92a18LhxqfLk8riatTze822dlvpqi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fi0SJQrJ9I1In55TczNfmqOi5uqZ3eyR { display:block; }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-text {padding-top: 0; padding-bottom: 0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-select {padding-top: 0; padding-bottom: 0;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#eee1c4;background-image:url("https://images.assets-landingi.com/uc/dfa5702e-8168-4e6c-abc3-a7a458a9286e/Group35.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1.125rem;overflow:hidden; }#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button.adaptive-delivery-prevent-bg, #yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button.lazyload, #yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-input-button.lazyloading { background-image: none; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u  { width:17.5rem;height:auto;top:68.3125rem;left:0rem; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yliG0q2MHN018XdM5uaDFQT56n8uQA8u {display:block;}#yliG0q2MHN018XdM5uaDFQT56n8uQA8u { width:17.5rem;height:auto;top:68.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #Vfv3D6mLnQ4GFb31STsRTSL1UB3mdpNs {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #cfJPT33suvui7FUCea1WMTu5STJkPUxG {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #lBznn9d0CVJLaIJzAQpq3DZZ0mSwtZKV {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #VMI0eZsNHzS63bT8Qk4pdZTEXU3uxwhg {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #wP03CgdK4uUkdfWAiage3ZRxI0t4skKi {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #QxMV1RvpsCwt2CUR2MsB8Omu80vvTmSc {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #gUe31dTgL6SsDOfz2ZfrOgu9lmPubSJI {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #XBDrtWCyVS14xs8xPSoyX2eqL9Ffzx07 {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #bR4klS1JhFKHCHd1abmFWkAb27IZgwhg {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #TGtuhk8DS7IsFSi6acDHqN1qdGtBBa7q {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #g0DASihBSDoBWqokeTKuZNwMuxZ0scGI {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #TNVuUIiCGwo0pVm25tFdxZU3iS8VRq0S {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #z6EVpgWQJLwWrCL9Wwio78lX3JNvQaZz {  }
 }@media only screen and (max-width: 763px) { #yliG0q2MHN018XdM5uaDFQT56n8uQA8u #SmBLw9SyvEZ03aQ1Fcy5RLucSaJ9TwDs {  }
 }@media only screen and (max-width: 763px) { #RMc050OJTz2n9f9bTRMcIX0M6QqqWaRv { width:20rem;height:37.625rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVtrLWr17sRNeokTFtFzqJ2FEx7Gg6s8 { width:20rem;height:5.84911875rem;top:61.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhmd5wyO9f6vomZcSQk0ZeXWyaKiMf2z { top:5.875rem;left:0rem;width:19.9375rem;height:27.625rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW { background-color:#ffffff;background-image:none;display:block; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container { background-color: transparent; background-image: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container > .video-iframe-container { display: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row > .video-iframe-container { display: none; }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .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); }#NzmcSLPuUT2y9NR5TcoTNGX4ymlRpkxW > .row .container { width:20rem;height:120.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkqqDtUCJT9wRz4tcKXbk77p5pCFUl6o { width:17.75rem;height:4.54980625rem;top:16.58642578125rem;left:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2l6bCyUSdUZU3IhMQ4lRTmJu88kxr0H { width:5.3125rem;height:3.8999rem;top:12.4375rem;left:2.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaOQJmKHSVp9AVT1Nzo9TrZnd7WraA0c { width:17.4375rem;height:8.4985625rem;top:22.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMg4DqFNLwwAnogZrmJyrUL01WO7QSU7 { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNaVmTXntkUIXpaFTxOQTxASERWCRuXv { width:20rem;height:10.625rem;top:34.68603515625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/86a93b8b-ab26-4a5a-b911-952ed172607d/tk_140422_0194.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fNaVmTXntkUIXpaFTxOQTxASERWCRuXv.adaptive-delivery-prevent-bg, #fNaVmTXntkUIXpaFTxOQTxASERWCRuXv.lazyload, #fNaVmTXntkUIXpaFTxOQTxASERWCRuXv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uF5NpcyLsXuwgvSTrPilIJbOpwQLlhxO { width:20rem;height:10.625rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTy3xLzRRbTbTxUdEPs27lEdq4QZUAJ { width:17.0625rem;height:23.795875rem;top:53.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsWTQDcJHb2edQxHAbZrJa4Eqicp9zT { width:13.8125rem;height:5.19965rem;top:47.125rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #plGZfh0XO9ErmhICh02UToNDldep99JQ { width:0.0625rem;height:8.125rem;top:44.0625rem;left:0.625rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #CXXkkArAoqvdetk8agnBWvHzRwLP6ksB { width:16.8125rem;height:5.19965rem;top:93.375rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM5nnX7PhTdNyQ2PqzgSpGaUabBb13Qx { width:17.0625rem;height:16.9970625rem;top:99.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdB5WOHKlMKaTMaQJXdzOu6ssJTTymoJ { width:0.0625rem;height:8.125rem;top:89.625rem;left:0.625rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #kecZhdf9J6S8JI2pDw6G3BSOAUz4elXa { width:0.0625rem;height:10.625rem;top:10.29296875rem;left:0.625rem;z-index:100014;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O { display:block; }#tWnm0uMFWUsPx3zezN0TE0Ms7b7gdk7O > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMaKJ2h4gufPhsUiqE6mOZ4BoPnstS1o { width:20rem;height:2.4375rem;top:4.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDTUTuXg3sN4l9eLnT4ZboHRoFNLCDKZ { width:18rem;height:18rem;top:16.0625rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uq8n4uI4F0iVhTQMGk953hc3TgnrhfTD { width:18rem;height:18rem;top:36.625rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AD49Rl0LdkWtTwhnHSvQWaRVPHc9cWdX { width:18rem;height:18rem;top:57.25rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JdiihlTxaOwyh1JRrN59Dz9m6kKWNdhT { width:20rem;height:4.3994125rem;top:9.1875rem;left:0rem;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kdLT6h18ghT2PBA6x02tDGrJOlE1sSxg { width:10.4375rem;height:0.0625rem;top:2.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJRmCQ4NE3FUNI6e1ARtS9wHO5whktU { width:20rem;height:6.5rem;top:77.5rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MPKtAVOfrQAelVbws8UMtQ4uz0tHVmRK { display:block; }
 }@media only screen and (max-width: 763px) { #ppcy3dAH6aMkodATiJoUHnHiSuuMdnEP { width:2.875rem;height:2.875rem;top:80.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tae5z6bR2a64aOp6fAsonTfITqrUfKeZ { width:20rem;height:6.5rem;top:78.375rem;left:0rem;text-align:left;text-align-last:left;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #C5EBIqizAGUgiTmeaNeSTPlBiaKZch4y { display:block; }
 }@media only screen and (max-width: 763px) { #SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn { display:block; }#SIeRAqFlDrM0o7kRkR24Uy3a9pOPO1vn > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jsy4blueGQ4B4g2MlqFmrUUboPIvrwHz { width:20rem;height:4.875rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh { display:block; }#ftIi8EhCLIa0gdQqVmrH0Gyvm8f3mkuh > .row .container { width:20rem;height:107.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJAZXXDGUKzZJvMGtAqOFDQdT6ZoP9JE { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWZTGqiymSbVzPoErSa7GlmycOpgGvn { width:14.75rem;height:4.54980625rem;top:3.0625rem;left:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHhh2eTa8mUWoEX44dpbZTAw7JTX7Lf { width:20rem;height:27.0625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2T1GquaNsHLIam2Fn95l1ozBI5yMnGm { width:3.75rem;height:0.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHOGyX7frSBTrlPc8acW6S8Jv3zZPMO { width:2.4375rem;height:6.5rem;top:3.3125rem;left:1.25rem;font-size:5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HbtUrh866cPTXFcbVnbdzPJBucB9ckaZ { width:18rem;height:5.09911875rem;top:12.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV { width:18.75rem;height:5.125rem;top:18.0625rem;left:1.25rem;font-size:1rem;display:block; }#GcQKyUWUDSPIcRwkRlkLBEp5KrK2H0UV li:before{  }
 }@media only screen and (max-width: 763px) { #kuFg9pXM8FhR0aO0EAqJSiu2pQ73IypB { width:17.9375rem;height:10.19825rem;top:24.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpXUGTx5HdPRnsyKwPxn2D4DbUBxMt8o { width:20rem;height:18.625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtgLx5sisZVSlKx9t3rbHokOira06O5m { width:18.3125rem;height:13.597625rem;top:50.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6OuBKBNezb21zd2ZFbKKftMzgDwp3Dp { width:20rem;height:10.625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1vKNEWBytCztZM6iLN4yteFGc1PQA9 { width:2.4375rem;height:6.5rem;top:41rem;left:1.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPvC0cTLI9Knx867z3yNZckWFsvcSCNT { width:12.6875rem;height:4.54980625rem;top:40.75rem;left:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2nTXmTn8Dscv4QEy85HiI4LL1fZC6L { width:3.75rem;height:0.0625rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRAAIWQw8oAnMg3pf9u3uNOFxXpgkav { width:20rem;height:20.6875rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGPd3JDX1qkfNx7T1EuQT0TvBsSz98OU { width:17.9375rem;height:15.297375rem;top:80.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwOGuo2DSm3GA5clZF7VzhQgUbcZPurJ { width:20rem;height:10.625rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8SWLiWbOTBQ5P17R32C9ZUoie9DoCc { width:13.375rem;height:4.54980625rem;top:70rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldh4zSID9Wc1EXUmPev7zxHocclhX2km { width:2.4375rem;height:6.5rem;top:70.1875rem;left:1.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSusuQZqSJIgBVHWsyTPRMBZ4ayAMphx { width:3.75rem;height:0.0625rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAI4Ov4OGmkUUaLiuvqqcxTCzcAvtpcb { width:19rem;height:6.5rem;top:101.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTzknEQCbIEiNe5QXBNE8SLAQ3aCVKAB { display:block; }
 }@media only screen and (max-width: 763px) { #aiMrAFzHaLOJ3xsv19hrd8qPRgddq8hD { width:2.875rem;height:2.875rem;top:103.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ { display:block; }#xuQMThHXfOo8z9nlyvRy4D5AeRTXylDZ > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG6Ti8VSPLEkE92vvJPo09evfXSyuGhF { width:20rem;height:2.4375rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWZNgEsxQB020zVRyAuoROhtkvdSRQmx { width:15.5625rem;height:1.29980625rem;top:7.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxQpmabXTnO62F6s30tfeP6i62IZTKW1 { display:block; }#wxQpmabXTnO62F6s30tfeP6i62IZTKW1 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTxEmBXsGtnU5TTSGgDvnEiHVIBcT1Lb { width:20rem;height:2.599825rem;top:18.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H72hzrPJ2J3lZy6vRpQmtFG9ZenGMPFT { width:18.75rem;height:14.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aek3NihL5FtTdgU7fLMcAeTtJEQXWm39 { width:1.25rem;height:10rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0reH3GW5KgZ2XO1w0E5TMiDsMUTIXc { width:20rem;height:23.795875rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ74lkV8f5NuOKFArgKoCdBh31V4e66S { width:20rem;height:1.5rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWydXD2PkZIDUt7VfKIxTHFfhz5HQyTZ { width:10rem;height:0.0625rem;top:17.6875rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #f1pGkmEJcaveFJmVFLl7iHP1gTrapMgn { width:2.875rem;height:2.875rem;top:52.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN8STw9OAAFU04DzuiDwV3I8LbM6128 { width:12rem;height:3.4375rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJLW27eUQymD2KOCmNeD495zxqm2yMzg { display:block; }
 }@media only screen and (max-width: 763px) { #u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An { display:block; }#u5ZdAkC6xBTq6LcHqCSHB4oHRkGqL8An > .row .container { width:20rem;height:195.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqIv4hXImd9I5wp8zi3yJcKcP18dS3mk { width:20rem;height:5.84911875rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUZpA4aWTddIFKChdwnRUTbAoDZnxx7u { width:9.375rem;height:0.0625rem;top:3.125rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #be5nfms7QstRhGUovOTCHlm56O0GT2bE { width:20rem;height:16.9970625rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpbSzLhZwhleVbs1kqv57bbE9rSTlkAw { width:20rem;height:40.793rem;top:72rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9iQzOqLHVNViner7V3eSsTeWHsGFe6m { width:20rem;height:3.8994125rem;top:66.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVmpmzEZEk5RlrtwJgWOOd8E1qzt68a { width:9.375rem;height:0.0625rem;top:65.5rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #AscaHoQx77XrHQWxz1JIXyLIdxKCoC0x { width:20rem;height:27.1953125rem;top:35.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEc3ppVlpzz7kTJ1XUXkuu0I2Spklemo { width:20rem;height:1.94970625rem;top:32.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP3g10BUK4zKIOXDRblMtTvga0Dk6WcX { width:9.375rem;height:0.0625rem;top:31.125rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #d1AXOJSCu4ebavBXxl8UeLuvKVhTqDKR { width:20rem;height:13.597625rem;top:120.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrgXW3H1cTIq94Ribadffp7SqAvrl19 { width:20rem;height:1.94970625rem;top:117.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHCOMUNlEiVxmL9KJQeCaB3AHGp6sJ7 { width:9.375rem;height:0.0625rem;top:115.9375rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #m4tmJFu2rnw9dHnldk9L63hJZco2Sbx7 { width:20rem;height:52.6875rem;top:136.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g { width:18.5rem;height:24.733375rem;top:143.5rem;left:0.625rem;font-size:1rem;display:block; }#F5OIgQxCTyw5lzQ9v2iDr6MWvaSoL24g li:before{  }
 }@media only screen and (max-width: 763px) { #EcMV7ZpFcN4mlDF62US51Jif7SQsIoDB { width:15.9375rem;height:1.94970625rem;top:139.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TeAWFBAmuZBSZWefxuT2loTBIQwDVO { width:9.375rem;height:0.0625rem;top:138.3125rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #epL69hwg4IHP8PQrXruC8reJR7c9sCck { width:18.4375rem;height:16.234875rem;top:169.5rem;left:0.75rem;font-size:1rem;display:block; }#epL69hwg4IHP8PQrXruC8reJR7c9sCck li:before{  }
 }@media only screen and (max-width: 763px) { #kkPeLVSuySggTL2luTIbczbhC8JUkMKb { width:2.875rem;height:2.875rem;top:190.90625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1bhCbszaDqUHMJRNFlkOCC2F9uiI7x { width:12.125rem;height:3.4375rem;top:190.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPHpBIvfaxUbez7mPP3GuDQCp2u9NqU { display:block; }
 }@media only screen and (max-width: 763px) { #LhsTRSZFMIyTqUNenIZFABplOC5zR5ET { display:block; }#LhsTRSZFMIyTqUNenIZFABplOC5zR5ET > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4G554yi0vS6nCsAaGCCTcf0tLEtv4qI { width:20rem;height:2.599825rem;top:17.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhkkhNPUzWzM4DsQFqT4uVvm5uf9vqap { width:18.75rem;height:14.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mlEPagzq0NEcO0ZizXcdTzmGtEFJec { width:1.25rem;height:10rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohpVpyDUgpJ0qC9S4QZwGD2SS1kMZM3 { width:20rem;height:32.2944375rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOgfvNxWU2uHLmwZWRHcqh8CRqPZANZg { width:20rem;height:1.5rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn1roxVltfr8VqLJnbOxy1UnKa1JT27I { width:19.9375rem;height:0.0625rem;top:16.375rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #N2OoTuDUntJdf9PZZbVSwnBfm0ckVyum { width:2.875rem;height:2.875rem;top:64.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4qBcNriatVKZhdVFxde3FpFA4VoVTTH { width:12.125rem;height:3.4375rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezL6h2mVA8u5MT22lTB45fNgplg31QsT { display:block; }
 }@media only screen and (max-width: 763px) { #OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g { display:block; }#OPWnbOEbn1iH5EdiOenTiC5rFWsF5A3g > .row .container { width:20rem;height:182.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiBczGro0V5Le4wtIAzgrk6IUtQWPMsZ { width:20rem;height:1.94970625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxph5Mi3TTrvmFOJGGxItSByTslGdiIJ { width:9.375rem;height:0.0625rem;top:3.125rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #qDIrIdchCfX89JuZkPKSoJrrBgbqGrqu { width:20rem;height:35.693875rem;top:8.32421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryrETLcexySQhNH5dJ1gVg0WeTXvhsMJ { width:20rem;height:23.795875rem;top:97.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4z89Zu6xT2kD7X61eKoPO7xBqyTrTA4 { width:20rem;height:1.94970625rem;top:93.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGkqea4gxAfp8rzg2f6cdFMMO5EeKLTu { width:9.375rem;height:0.0625rem;top:91.875rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #Vuest49KT0Z5yNZHRRfdpRtcGFk7FKLP { width:20rem;height:37.3935625rem;top:51.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOG0hpRtOUtlIPpMLWgAScLAQm8HcROW { width:20rem;height:1.94970625rem;top:47.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkv7pyQ2wgyDTvMZaWkKw4i0w3QP7oga { width:9.375rem;height:0.0625rem;top:46.5rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #KGseC8okZyUP0kSbwCvXF8lCJ8guqf29 { width:20rem;height:50.6875rem;top:123.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy { width:18.5rem;height:21.334rem;top:130.8125rem;left:0.625rem;font-size:1rem;display:block; }#IFe7M7u8tyPqdEfg2FwbrWHPfnduCJZy li:before{  }
 }@media only screen and (max-width: 763px) { #P7xZrc2XB891GTFVFXw6drsXQ6XreMkg { width:15.9375rem;height:1.94970625rem;top:127rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UccgMElyPaOAHxdSq79Pq7EnSIeViDwJ { width:9.375rem;height:0.0625rem;top:125.625rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF { width:18.4375rem;height:17.9345625rem;top:153.5625rem;left:0.8125rem;font-size:1rem;display:block; }#ymvRC3zOmfbLSbBzNSaSlcJfRSTnVrWF li:before{  }
 }@media only screen and (max-width: 763px) { #tFHxct7wm1CI1H5L76mpHF5ArqFCQS1W { width:2.875rem;height:2.875rem;top:176.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJEiwTnXpWRhVnvd2Em1LgoZCkSkn4R { width:12.125rem;height:3.4375rem;top:176.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwoxhINkPWBLpoH21ZnbAkiKUnEMEGMg { display:block; }
 }@media only screen and (max-width: 763px) { #ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf { display:block; }#ECicCNKB9Qpqehbyy2epxSThEsTQl4Lf > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ar5Jezvn7NvnvrNbfQsSwGzTTQoFLtgL { width:20rem;height:2.599825rem;top:18.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #az391FCkRvyWPNOonkcJai0xwtPZrqBc { width:18.75rem;height:14.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq7r9kiPT2LvvKCHrT1eN35gpGNoMf0P { width:1.25rem;height:10rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyUv7SpI1rolJn9Zs3IozWXTsUm64v7x { width:20rem;height:20.3965rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE50IJEmgZ0pZaPeNdE19qitAKkzDxoe { width:20rem;height:1.5rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6MNTUq6nSuGFXqFZ87qg8d9m41hXTQ { width:9.375rem;height:0.0625rem;top:17rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #T5Tsw7fzPVykle8KPUTi27buXAJq4iHM { width:2.875rem;height:2.875rem;top:52.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSWSw7PAiTZWaQMgR5SXiS10tDqsqqaD { width:12.125rem;height:3.4375rem;top:52.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rENaa4r5k8E77nZgAgyJSxr4ZeLK74 { display:block; }
 }@media only screen and (max-width: 763px) { #owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR { display:block; }#owKCQZHCZJwXu2n6pBPkcrSBw8JwOOqR > .row .container { width:20rem;height:212rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPlTUnsIbq5IRK8t0QQvxStiKb6r0nwR { width:20rem;height:1.94970625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpRA65hQczIwBpZ4BtQVdAbZIPDEx0V { width:9.375rem;height:0.0625rem;top:3.125rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #ni6EnKzCthdzfZh8rV68Io3v7gCxtk0O { width:20rem;height:33.994125rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp2qX6txLligOPu8mwV2HeWut3ZUSeCp { width:20rem;height:25.495625rem;top:98.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHz5oQb5OqCPhucIua5HJbJ8nRNPpH3Z { width:20rem;height:1.94970625rem;top:95.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkbtws3eru4y3RlBa7TNMZm0c7HVi9C6 { width:9.375rem;height:0.0625rem;top:93.75rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #g4iQlzTkVOfozPl8B0LRpu4D9MkUv1xn { width:20rem;height:40.793rem;top:49.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCc97aHpV2mqeKEgv2IiDSHItaB2o50r { width:20rem;height:1.94970625rem;top:46.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7s507HKt5fedqvKempzbCv2UJ7CbmOJ { width:9.375rem;height:0.0625rem;top:44.375rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #I40XUscgKJ1JFRme9KZkFNZO0LVLr1nt { width:20rem;height:16.9970625rem;top:131.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ4UBPUOZ2dbcWAUbT2zxhe4UxqkNWvH { width:20rem;height:1.94970625rem;top:128.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8NUtw8MQgFrpG8MA7HKayiNhkhNe45l { width:9.375rem;height:0.0625rem;top:127.375rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #MQTpSthHyzTIc0iOQTlmfyMN6FIXRfB3 { width:20rem;height:51.8125rem;top:151.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs { width:18.5rem;height:17.9345625rem;top:160.5625rem;left:0.75rem;font-size:1rem;display:block; }#X7okGQTDcZA2R7IOWILu5GNr0X4cIIxs li:before{  }
 }@media only screen and (max-width: 763px) { #kntmRJ9fUUGVVezrxF0Ozi5WtlIHKEFs { width:15.9375rem;height:1.94970625rem;top:156.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIciKaNXNXiU2ZF3cdH8eWdaiN4GUowb { width:9.375rem;height:0.0625rem;top:154.9375rem;left:0rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #xA6kP9N1ukOzdcGCitu6ard6pMyqIaub { width:18.4375rem;height:21.334rem;top:179.5rem;left:0.75rem;font-size:1rem;display:block; }#xA6kP9N1ukOzdcGCitu6ard6pMyqIaub li:before{  }
 }@media only screen and (max-width: 763px) { #T6542l5EXJflA377H5fA8F9cq6n2xNm0 { width:2.875rem;height:2.875rem;top:205.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOxsDoSEdHIF6oy6rg0l6ihr8Dfl12F { width:12.125rem;height:3.4375rem;top:205.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIqCaKtP9ZtT8IOCZu0tCRkIRvIpfLdH { display:block; }
 }@media only screen and (max-width: 763px) { #IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh { display:block; }#IH37ArvSkvqEfJTcKtz4XATCAh0JZqMh > .row .container { width:20rem;height:129.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT1cmdqd3wktH0eVJS3PVgkV6LnxcwSb { width:20rem;height:6.0625rem;top:116.9375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yNedxqnGoeHZOEusJuKxoTpEwv8lzM2q { display:block; }
 }@media only screen and (max-width: 763px) { #Wf36kcPsqGgPxfdfyqZSrR8J3nrZvFXu { width:2.875rem;height:2.875rem;top:119.03125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pMZ8APfcfmLCZqGLTeX6947yDUdDmx { width:20rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Am3zGD015SQ7TqbbwG82AUWhtQadxXQ0 { width:12.9375rem;height:5.25rem;top:12.625rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKQJkrHFkdvb6AO61GOlqeT8dZmsTh76 { width:19.9375rem;height:10.75rem;top:11.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbzcXibvQ5mXZifwUQ6Waq57UlEpmfc { width:19.5rem;height:1.29980625rem;top:7.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kfRQggXGxKBuTeB7G5tInWbcdBfhcU0q { height:11.233375rem;width:20rem;top:87.5rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #RwCL1aDZanpfofGdSd9T1zi7QXtQUm6V { width:20rem;height:15rem;top:98.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAQ3e6b6CHE8p7x6tFzvd4To0ZHwh54 { width:16.1875rem;height:4.19965rem;top:104rem;left:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiQb3w30drn819trISS4SpwXM4QrnNgr { width:15.375rem;height:1.29980625rem;top:101.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktyXyAnwHf8aydfzqsfvxSZmGaDk6s65 { width:0.0625rem;height:6.25rem;top:97.1875rem;left:1.125rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #kMUXTpC7JELFZZrTTezz3QTtOWMPgWDP { width:16.1875rem;height:1.625rem;top:109rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Vp2d5M7VUVoTyU4VWvPt17z7Ge8r2a { width:3.125rem;height:3.1875rem;top:17.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIwNmJmmx2WH7WWCnLKO6aQ8e6vDguAQ { display:block; }
 }@media only screen and (max-width: 763px) { #nqWoPZzTx36hFuKXTA7nVTtL171gpbOE { width:19.9375rem;height:10.6875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyERR9Fz9nTt3Ep9AHMnqTLwyxBpT3aT { width:3.125rem;height:3.1875rem;top:42.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfl7rZy6gngQ2kXk4FhrdaJt9GT57bJ { display:block; }
 }@media only screen and (max-width: 763px) { #LNew5pbauCneF8Rbq0pWx39eJ0hQyvZb { width:14.875rem;height:2.625rem;top:36.9375rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qquGgsiBsdOEUd7N5C4TeC73bIdXb8PC { width:19.9375rem;height:10.6875rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJvUiHuzaa4f7Qkqc0te25fLKX3dHZgu { width:3.125rem;height:3.1875rem;top:67.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQqkzdWhpOH6RkJyAmgTiJLrxBg90ATG { display:block; }
 }@media only screen and (max-width: 763px) { #JeTqPaAdZD9t4THxwPBafmFEvR78qbxa { width:14.875rem;height:5.25rem;top:61.8125rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJW5SmVMcH53thbDPQp9fwmWcUitehc { width:19.9375rem;height:10.6875rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrZcQoX5x8WPLORKTN5DVCBtzxirNCo { width:3.125rem;height:3.1875rem;top:54.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Bo5WT4GCE16AfsSEkL7xSQonptAPmD { display:block; }
 }@media only screen and (max-width: 763px) { #UpXDIgmBrRMAcf6xs1xSIIzUIkgTk0kA { width:19.9375rem;height:10.6875rem;top:48rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #Thyabs5mXTmtVdVlZRSN2sbdfGSDrpAl { width:3.125rem;height:3.1875rem;top:81.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxrENDN1ENGT4LTnkdsKTd1dD5AT3LP5 { display:block; }
 }@media only screen and (max-width: 763px) { #cKTId88WT4r9mx2R8AOmrUD7tvPTwRlQ { width:14.875rem;height:2.625rem;top:24.0625rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaz6wru4XD45q9bqUPvUHAVakqFsZgNU { width:19.9375rem;height:10.6875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1xcKx9zzXca81LKn42sc6c17dyuA12 { width:3.125rem;height:3.1875rem;top:29.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfiqT7dkDE8biPPhKBSethDmyzAaMIAx { display:block; }
 }@media only screen and (max-width: 763px) { #cwbV9L56kIl7Xh7h2oFJb6aDJeZna4U3 { width:14.875rem;height:2.625rem;top:49.0625rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC7OzTiqdUXBStbkpeu5lQANHd7JgPWI { width:14.875rem;height:2.625rem;top:76.25rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGh0r46332Z9XWPndfT7ixdMgDbuKlbU { width:7.5625rem;height:1.29980625rem;top:19rem;left:9.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fk44Qa6FyB0Jw3VR67FQHDQO8AIJQdWX { width:7.5625rem;height:1.29980625rem;top:43.0625rem;left:9.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J9BK9DcM82cORamGTI8CotvGVzoCM2HZ { width:7.5625rem;height:1.29980625rem;top:68.0625rem;left:9.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wZF9G4QFAq0H5RpXQ1AJAR6L4QJhsFEP { width:7.5625rem;height:1.29980625rem;top:82.25634765625rem;left:9.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcXtOJ802uHF94LqO98HlqDBTfs422bI { width:7.5625rem;height:1.29980625rem;top:55.00634765625rem;left:9.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a89nNKVSE6MyIyXNcM7LF93OZ4L3t0e5 { width:7.5625rem;height:1.29980625rem;top:30.06884765625rem;left:9.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GNeQRG7fA3os0wQOQliLvTTFiOLCvZA7 { width:20rem;height:6.0625rem;top:117.4375rem;left:0rem;text-align:left;text-align-last:left;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #nsolJCJLbqpVXJTTs4lBwCrdbLgE2XNL { display:block; }
 }@media only screen and (max-width: 763px) { #DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw { display:block; }#DFUTSLirJfed5g2DA8vpBFXP5O8pC1Uw > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GePWUGPgFKvTLIAN2L1LrOaaVH52OE29 { width:20rem;height:7.3125rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNKfMsKy4DbDswTtLlm6uS12oZvNhiLH { width:20rem;height:20rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmtNgnZUG90dxa8DEdtHXcu3r5zOktde { width:16.3125rem;height:2.599825rem;top:19.26806640625rem;left:1.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkdBqqW9czsOzRnzzZea68L7NIKyN5OH { width:16.3125rem;height:1.4624rem;top:16.23828125rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN63MOLNDtnPQkZtQny3MLc3T5R4EIx0 { width:20rem;height:0.0625rem;top:20.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucS6NHGSfUZx6Q8SIGGKwP9KnhsbGDTt { width:12.875rem;height:3.5rem;top:18.69287109375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXqdKbTOqSflKSpGdiLsU0WaGoXUi2A1 { width:8.1875rem;height:7rem;top:23.875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQsghV2muOQAQTKy92OTeJERyUeeEaB5 { width:20rem;height:20rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWPcPBWXZOeqheDkyZKClDzmNMQkyHf { width:20rem;height:0.0625rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJDpOJ2le0Wtd0IOURQ8aeG0GI1gDZbM { width:16.3125rem;height:2.599825rem;top:40.5625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBc4y1Z9FTicx6JIB6iuoDHIRwGSIJf1 { width:16.3125rem;height:1.4624rem;top:37.625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxKtZMQ5ycc4ENOM0n07hlqHvg8M5BFn { width:12.875rem;height:3.5rem;top:40.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxuxszLk8bTPgHg1GtDgU8tFwqARCwe2 { width:9.8125rem;height:4.625rem;top:46.3125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrCf3Sapc6DwBO0aD2SUKexyALINRae { width:20rem;height:20rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6V5n7LmQGFS2053TOWpxFfVqWZMLM3E { width:20rem;height:0.0625rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZfzHA9wJOvJFTq6K8P6uTAgt7s8v1w3 { width:16.3125rem;height:2.599825rem;top:61.8125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpLX9lpgK6ucV9mdb5bMQgIwdHKbRVCN { width:16.3125rem;height:1.4624rem;top:58.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMHiA81anQKBvohbc7QegqAt7Ncfm3pd { width:12.875rem;height:3.5rem;top:61.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TcDS0aAsJukAR7GsPyAl8DQnmcVyVf { width:12.8125rem;height:1.8125rem;top:68.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ { display:block; }#sDqnrmU1IvIAUvQKttWMV6MiTTkGKsCJ > .row .container { width:20rem;height:110.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#eee1c4;background-image:url("https://images.assets-landingi.com/uc/dfa5702e-8168-4e6c-abc3-a7a458a9286e/Group35.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button.adaptive-delivery-prevent-bg, #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button.lazyload, #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-input-button.lazyloading { background-image: none; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw  { width:17.5rem;height:auto;top:12.5rem;left:0rem; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw {display:block;}#rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw { width:17.5rem;height:auto;top:12.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #oOiP3N7e83fWtdJRqyFAPxUlUTTppgaN {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #yn3dWhaAFChGn5ldAfPtUuTmsrW6LiLI {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #H21OcRseqNfWA906qvn5otdIAia80m5K {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #kvBdFV9ObZMlrJfaJMssxuFLJFEbzC5u {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #O4xoca1pwTAJTdG0OMOJREUmqN284S4F {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #gz2fxaiFM4qTJbP8hxiv8OqwI4wZKTSe {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #t4T5yCwxCFlLmUgR7qJChMdHekNWnlHT {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #nkAmGwtXFJH1CVPh8W4yPlkCp7asaCr7 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #FXapBF91PlDdNQUqs4R6X7HFfBfmuBzh {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #PF9N8yxpnhSduI5BiflKdsAF5b3hhr01 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #vk6knCWbdVvVLHQ9EU4Ci6LJvl3s9oy9 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #J0I7oQk1NrJDQT2ThHhmn423AV1N3Bcq {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #T6zMsuemBDmEUeWqyhqIdu8qrsGEHtH3 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #qxdCMIWlUsb28SHFvGnqqUn3S0Zh0qTU {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #WCecH5pHLJBDJ1HVPzsQHTATrhnDHo6q {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #qy5lXwy4zfJdl0LPGxLBqwIhWmPphAAX {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #mO4QO3b17loOeEtnfDyhgua2NtvbwNoZ {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #BRmJAeq6pFni5OTTLMPXbBPqL9ErSzfI {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #yHn6vVueWCicn3yoOhmqhb9kF6yWxhy4 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #xiJDosTpqi50oBitI9xreEn8lsv6JI4h {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #gsWPbQ7gKFzQBnrXKTO2ot2ieeStsTnB {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #PgPSn9RE1RB0Wb6UokZAUuJIvH6SdrxI {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #dpdeRFeVnTxwR770iPL4fhft5vNpm1pg {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #RPRVsVt2A26TRBrWpizZJmi0T6VNzH56 {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #SorHVouBaHmQKmwchQoSlmV9vFzrDu9i {  }
 }@media only screen and (max-width: 763px) { #rUuETO3EdhEBTBtiaoSfcBQmO6d8mXSw #UnOOSbV88bU89PRc0fBUM7S6qmcqb005 {  }
 }@media only screen and (max-width: 763px) { #XSCsvTp4Hy2SBNnfdsp0AqJaJe6eoQo0 { width:18.125rem;height:3.57465rem;top:8.98828125rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUclT6aEPrw3rCmHP7cQqWDcX64hC8Fg { width:15.4375rem;height:6.2988125rem;top:70.3310546875rem;left:2.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHag9U8dpn16hH0SXKoHH2oKEy1P5eSp { width:20rem;height:60.875rem;top:6.94677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdRhkFUv0ZWtPEoodnc4JMXgmshm4iJu { width:0.0625rem;height:11.25rem;top:66.50927734375rem;left:1rem;z-index:100013;border-top:0;border-left:0;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #luHpXs4lpoydMPcUVVwth8u5yu6WJQv5 { width:20rem;height:30.8125rem;top:79.380859375rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/50802ecd-e9f3-4a47-9911-73f643fca217/foto4_tiny.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#luHpXs4lpoydMPcUVVwth8u5yu6WJQv5.adaptive-delivery-prevent-bg, #luHpXs4lpoydMPcUVVwth8u5yu6WJQv5.lazyload, #luHpXs4lpoydMPcUVVwth8u5yu6WJQv5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UgWVMauoQXSmZqppDD8Dr4X2gJ0b0LvS { width:20rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvsq19CV75khn4iazTt3ygFyOr6CeUPh { display:block; }#hvsq19CV75khn4iazTt3ygFyOr6CeUPh > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akueTDDLW2SnIyNw2OorRW6E5HpcCKU1 { width:12.1875rem;height:5.69970625rem;top:17.4375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zr25QyuVMHeMNflmFy7s9mA26I98Ou7N { width:12.5rem;height:2.54980625rem;top:13.8125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6EfTLc47b4TZat7vlVWIkHFb8H2iAQ { width:6.1875rem;height:5.3125rem;top:24.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpGzy81zTAeHv7c5d3SyTaLQJ0vcgot7 { width:10.6875rem;height:5.6997rem;top:39.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C94yadtXuehHpQhDBn4ozQ5GT55Lx1oo { width:12.5rem;height:2.54980625rem;top:35.375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wwRXmAuzkqGO8GspX2G22TJSgswxTspF { width:11.9375rem;height:5.69970625rem;top:58.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqzoIBP0NHbNSIvWWElid0cHJWFVmQkI { width:7.6875rem;height:2.54980625rem;top:55.0625rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ZFFTDWax2CIUw4r3i6rS2bLIIQqnSs { width:6.5rem;height:3.125rem;top:46.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fps60wRQdhU6JQMbSp8m2QJOezremVuG { width:15.1875rem;height:1.5625rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOSi4xdQfyC6GG4LlNfSCkJITDMiIK08 { width:20rem;height:0.0625rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EObk9K6ABTSSf9Ddyzv1ZDK0Wi5s61My { width:20rem;height:0.0625rem;top:52.5rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #EPcaSdJ5wZhC9OmRsS5eakFIauvq7WRi { width:20rem;height:0.0625rem;top:33rem;left:0rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #Tff6sdvtRS3R1aHiqq5oxHgtPDUzwiDI { width:20rem;height:0.0625rem;top:12.25rem;left:0rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #FllbKhZ0tS9qCsZOkz4WvlHxE9izAp6M { width:6.6875rem;height:1.8999rem;top:72.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0C9amygNl7RRH1CWtngflCEg1cbvkTH { width:20rem;height:3.79980625rem;top:77.8994140625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ma3n8BWu3t7ydiP2v8X6KUVgOcmMJTvO { width:3rem;height:3rem;top:72.32470703125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpS9rGcLd4KEyn3VNp6xIU4CLGZNc2k { width:20rem;height:1.8999rem;top:86.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7dL5eQW7LOwUP1lRrWCMuHOzhlDyQE7 { width:20rem;height:0.0625rem;top:84.63671875rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #tUlS2FPIVHsoscVEORfWBxvSBU9N1PKl { width:18.4375rem;height:5.199225rem;top:3.3480834960938rem;left:1.5625rem;font-size:2rem;display:block; }
 }