.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1260ef;background-image:none;position:relative;display:block; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container { background-color: transparent; background-image: none; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container > .video-iframe-container { display: none; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row > .video-iframe-container { display: none; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .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); }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container { border-width: 0; border-radius: 0; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row > .video-iframe-container {  }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#q6cCSpFn8OaQDpAIiC62Aw4eyQ3i3hUP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:15.625rem;top:1.182861328125rem;left:29.6875rem;overflow:hidden;display:block; }
#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI { background-color:#ffffff;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { background-color: transparent; background-image: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container > .video-iframe-container { display: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container { display: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .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); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { border-width: 0; border-radius: 0; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container {  }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { font-size:0.875rem;font-family:"open sans";height:102.25rem;width:75rem;overflow:visible;position:relative;display:block; }#K6y33g6RmraiGhC2GcSJoo5qfHFHAFZt { display:block;width:60.06225rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:300;z-index:100000;line-height:1;letter-spacing:0;top:5.6875rem;left:6.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#363637;display:block; }
#N5cFfySyvdT5MalA70TO8MNfygwf0338 { display:block;width:28.562rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100015;line-height:1.1;letter-spacing:0;top:60.125rem;left:5.375rem;height:;color:#363637;display:block; }#N5cFfySyvdT5MalA70TO8MNfygwf0338 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#N5cFfySyvdT5MalA70TO8MNfygwf0338 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/b9n3dJ3Q/list.png); }
#hNtkLC3gpLnKWi3qRgzZHs9bELS8tuml { display:block;width:62.74875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:91.5625rem;left:6.5rem;height:5.90331875rem;color:#000000;display:block; }
#OlEv0USCQuoZBLRSM0SyPzXzeNqWQVbD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:0.1875rem;width:0.25rem;position:absolute;display:block;z-index:99999;top:6.6875rem;left:20.3125rem;overflow:hidden;display:block; }
#SLdhJynl9vlTJZi1ln93NaKk4b5BRlsP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:0.1875rem;width:0.25rem;position:absolute;display:block;z-index:100000;top:3.1875rem;left:21.375rem;overflow:hidden;display:block; }
#kAlwv0iCTWBx1zOb5w3Qh1dWO3NGDL8k { display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:14.3125rem;left:20.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#363637;display:block; }
#WXPGgO28iHPTOxLGtkSrM1e6ElpbT9TK { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.4353125rem;width:59.9353125rem;top:21.6875rem;left:10.125rem;overflow:hidden;display:block; }
#n4ZJ8br3kUAUJZfZ4ey83IJcV2vb1KEg { position:absolute;display:block;z-index:99996;background-color:#e3b340;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:16.1230625rem;width:16.875rem;top:34.625rem;left:37.0625rem;display:block; }
#dDiIQyEMaBAss2W3vEOTZ4nfHkQRKIJJ { background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#33383e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:4.6875rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:83.0625rem;left:20rem;display:block; }
#lScKG4L66RFyEyp9to1UaItZquv5GXQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XMdzo9JSWTPUwSaHeu4RkEOn2EXbGaCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;opacity:1;top:44.1875rem;left:60.8125rem; }
#rClCDJneolEPv5WJV0Q1BkUQFuGDdf5k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12475625rem;width:4.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:36.0625rem;left:63.3125rem; }
#wnH2v4dHlFSGV8sK0UrVwXhZf3wdpfq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:37.3125rem;left:64.5625rem; }
#DhnlFZ9TslHBG1B4Wu9Z8r5Fopothinh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:39rem;left:64.5625rem; }
#GvmNV9dwKnv9V7XIOcCs1OcbgqQTvCS2 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:10.81175rem;width:10.81175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;opacity:1;top:13.9375rem;left:6.5rem; }
#OgRJHeuTzOlt6m06iZ8NbzyPKfCzS1Ws { display:block;width:60.0610625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:56.4375rem;left:5.375rem;height:1.50024375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#ltpJXGpQMOosEgqE7PfbWRg4IkDvI5T0 { position:absolute;display:block;z-index:99997;background-color:#1260ef;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:7.25rem;width:53rem;top:13.3125rem;left:17.8125rem;display:block; }
#ankLHuapscORAQyyx6eTBMNcJH31Pmid { position:absolute;display:block;z-index:99996;background-color:#e3b340;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:6.0620125rem;width:52.99925rem;top:19.375rem;left:17.8125rem;display:block; }
#OKogAMA4Jll0kT3RNiZUBvd297ERc6eo { display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:21.4375rem;left:20.3125rem;height:2.43774375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#ziQ4GbPwTnxhohewLB7hIznkhV88DZmA { position:absolute;display:block;z-index:99998;background-color:#1260ef;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:3rem;width:23.5rem;top:55.6875rem;left:3.4375rem;display:block; }
#BhQbrh0UrmIEieeNhXTILpw7btSzcxHn { position:absolute;display:block;z-index:99997;background-color:#1260ef;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:7.25rem;width:53rem;top:12.683837890625rem;left:18.74853515625rem;display:none; }
#ri9wyMnnwB2aJyZbL2bsrxtdKWpKOVGO { display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:13.65869140625rem;left:20.997314453125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#363637;display:none; }
#uyJspb71TLJdgKZ6HqTuusAX2cd1I5ym { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;display:none; }
#lTxrhPHXwUMPuEhvgM8rwfaTxiTwPwmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;display:none; }
#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container { background-color: transparent; background-image: none; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container > .video-iframe-container { display: none; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row > .video-iframe-container { display: none; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .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); }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container { border-width: 0; border-radius: 0; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row > .video-iframe-container {  }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#SAhbe5ylk8l4OENCvMTg6DH2foIOqX1O { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:4.9375rem;left:15.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkycV8XbqkeVPOeI6wpe2RhSbMQFZJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;opacity:1;top:6.8115234375rem;left:63.86962890625rem; }
#IovU90W0uqAfpWTxNlMRqmPRfS9kv8tq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;opacity:1;top:4.499267578125rem;left:61.7783203125rem; }
#T0LEnP8WhqJzPtvrC1cxSTT5tqdxDhJc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06176875rem;width:2.06176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;opacity:1;top:4.4677734375rem;left:61.121826171875rem; }
#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container { background-color: transparent; background-image: none; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container > .video-iframe-container { display: none; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row > .video-iframe-container { display: none; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .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); }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container { border-width: 0; border-radius: 0; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row > .video-iframe-container {  }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#uyVs2Fubm1xPFmLFxDVUTty8nzrVBahQ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0.0625rem;top:3.03515625rem;left:4.125rem;overflow:hidden;display:block; }
#rONcvZi42J82a7x0sL1TZ2bT8ChgpGTT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.0625rem;top:2.65625rem;left:6.34375rem;overflow:hidden;display:block; }
#HnrIQf1TZ4nLz8aUGisdBMUCRrdmL3zX { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:15.8125rem;top:2.65625rem;left:20.21875rem;overflow:hidden;display:block; }
#fLfvSLl7PwOEpKkQ5SLoQhiOR7e8LUJy { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.125rem;top:2.65625rem;left:41.781253814698rem;overflow:hidden;display:block; }
#T8p7TWrbzq275Nk689qdJU2Al7ToRc1B { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:13.875rem;top:2.65625rem;left:58.687503814698rem;overflow:hidden;display:block; }
#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container { background-color: transparent; background-image: none; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container > .video-iframe-container { display: none; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row > .video-iframe-container { display: none; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .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); }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container { border-width: 0; border-radius: 0; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row > .video-iframe-container {  }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#nEbRIR9QBASmdsLikfJeMXItMGMnBHSr { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0.0625rem;top:3.03515625rem;left:4.125rem;overflow:hidden;display:block; }
#vGuosHGx17Acaq3eFacaVuAh8UdZyPzP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:5.125rem;top:2.65625rem;left:6.34375rem;overflow:hidden;display:block; }
#XK03vhWFmVEy6JJR9ct3bEhF7ym3SS1k { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:5.25rem;top:2.4375rem;left:25.500003814698rem;overflow:hidden;display:block; }
#eTCPgLxRsLrWcAvAHTXu8bNE38FiURUD { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:5.25rem;top:2.4375rem;left:44.250003814698rem;overflow:hidden;display:block; }
#XnV6r0sRb1bz4cOZq429wE0OCmJo650d { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:10rem;top:2.4375rem;left:60.625003814698rem;overflow:hidden;display:block; }
#IBaiyMfW1Or2DA05WcmVObBukTElteTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container { background-color: transparent; background-image: none; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container > .video-iframe-container { display: none; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row > .video-iframe-container { display: none; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .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); }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container { border-width: 0; border-radius: 0; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row > .video-iframe-container {  }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#kUZzIIvvKQDN0QpFxc5i8Frsn1KUk9PM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0.0625rem;top:3.03515625rem;left:4.125rem;overflow:hidden;display:block; }
#tkR8KKh9tJ1JdT1uvopN4KJgQndpRHTI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:16.5rem;top:2.6562452316284rem;left:1.125rem;overflow:hidden;display:block; }
#PaABISW6xTuGBMfXpVCpxhQnvvTMQsBE { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:10.375rem;top:3.28125rem;left:22.125rem;overflow:hidden;display:block; }
#H9NV7xaTPTctQup7dugAOSdlPLTwq7dV { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:;top:3.28125rem;left:41.375003814698rem;overflow:hidden;display:block; }
#s8gnH15N0zzzzstbDWl8qcmrrKgSOg2E { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:7.5rem;top:2.65625rem;left:61.875003814698rem;overflow:hidden;display:block; }
#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container { background-color: transparent; background-image: none; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container > .video-iframe-container { display: none; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row > .video-iframe-container { display: none; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .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); }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container { border-width: 0; border-radius: 0; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row > .video-iframe-container {  }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ilxCSa6R/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh.adaptive-delivery-prevent-bg, #UzwTcpphp00OZB5HsWpC4ywptch55vAh.lazyload, #UzwTcpphp00OZB5HsWpC4ywptch55vAh.lazyloading { background-image: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { background-color: transparent; background-image: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container > .video-iframe-container { display: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container { display: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .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); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { border-width: 0; border-radius: 0; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container {  }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#n2cwFQp3or71iyV5uT47R1ALzlX5N2CZ { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:19.9375rem;left:51.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JaorfCKMRh1JINQmhKqBGnK6b6EkbmSu { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:33rem;left:51.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tFSyueo3whVhL3g3bJIxSZ3PgxSqDJNT { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:26.625rem;left:51.75rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcTeofV5Xf7SGgAV8UvGG1XZGCUdsRXC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:19.8125rem;left:47.75rem; }
#irQ4RlTrbMXiT6iKWU1AZ9syMF1NvC3c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:26.625rem;left:47.75rem; }
#NyagM0u6QtxC32kr33zXPKv7AN9mUDKV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:32.75rem;left:47.75rem; }
#MCWMEpACyuoHMhdNwsJhIyXaebNA2xef { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:36.9375rem;left:47.75rem; }
#VMHsJbQOO4E3Dpb3yMLJHH92Cgsq9frI { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:37.25rem;left:51.75rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynu4I3u6BGKIUx79xm6kg0HVcfbqp8d1 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:42.25rem;left:51.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0UtTyQB2U6H706OM4RSrJpgFxOdzS7E { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;top:42.25rem;left:47.75rem; }
#dDTNMpBiJ13wmFTsQanrm8WxRpKSJvNI { background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#33383e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.1870125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:41.40625rem;left:12.747802734375rem;display:block; }
#arGx7QKyc8T7eM2RBNFS2tcpOvAOwyxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zw1lDlcpSUyzKOTd7AolIs1pT94bzaAC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:14.031253814698rem;left:47.750003814698rem; }
#nGb5G4LFWuFs3lm1OulraE8qFTcJ1Zuo { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.093017578125rem;left:51.749267578125rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GNISnGwm5iF5qSfsbp2XQxRuvCDUoDah { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:36.8125rem;top:16.062500476837rem;left:8.40625rem;display:block; }
#a1czEu7o84LND2GNTV7ePWhTrC9DeihR { color:#ffffff;display:block;width:37.749rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.321533203125rem;left:6.982421875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:5.811767578125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { background-color: transparent; background-image: none; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container > .video-iframe-container { display: none; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row > .video-iframe-container { display: none; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .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); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { border-width: 0; border-radius: 0; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row > .video-iframe-container {  }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#VnydoQp596fPhNoOEaCFRyCrEOJJuXkr { position:absolute;display:block;z-index:100008;background-color:rgba(227,179,64,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:22.0625rem;top:12.5625rem;left:26.5rem;display:none; }
#uOUbmOhvcs2WvTG1rxTk3t3a3WhoiUrq { color:#33383e;display:block;width:75rem;position:absolute;font-family:neuton;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:4.434814453125rem;left:0rem;height:3.2495125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container { background-color: transparent; background-image: none; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container > .video-iframe-container { display: none; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row > .video-iframe-container { display: none; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .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); }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container { border-width: 0; border-radius: 0; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row > .video-iframe-container {  }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#M5uTAvgsJFxGqh8xcVQNJrMb81eXtruW { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9375rem;width:21.5rem;top:8.49853515625rem;left:1.749267578125rem;overflow:hidden;display:block; }
#IDEhfqncn6zxb4kBG3VsW8TNaXTnOLTe { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.8740234375rem;left:29.9365234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IITtruDbABCCdbU7ccNKCxfA8oNn3RMJ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:14.842529296875rem;left:29.9365234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ka6punsTk2s3KDL3aNr1PywpkKaUMsMx { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:21.06201171875rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zIrzRGrRepPTv5HeSVbNGZLvqHQJ0NxG { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:27.7490234375rem;left:29.9365234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cXZvAXDb0rKN3Do5PT5MUdMMawDar2gN { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:5.811767578125rem;left:55.499267578125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lm5QwgQRuekH6InFesOvPNVK7eHXnFgE { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:13.9990234375rem;left:55.686767578125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fBR6tkSSWWckBkvpCRrdWfBGrKFblKZA { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:20.75rem;left:55.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qq48aiG5IrggzxoiTlnOtERRvHSqsBXy { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.654541015625rem;left:26.390380859375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obCzmHNsRDy7acXJ5Zl964MtuHCcr415 { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:12.843017578125rem;left:26.390380859375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMJsTUhgbd0edMbDvmbyXyplrDcWKoTg { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:20.0625rem;left:26.375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBL0GoFz5IBAV2PXBRLzecQaa25Gfekd { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.5625rem;left:26.375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCeHzb0Uw3K5xEUm88hnpfsxOTOMVSKu { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:4.654541015625rem;left:51.351318359375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5d1mWlUxvNVACxGXMV3Bdn1k4x1unxW { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:12.843017578125rem;left:51.351318359375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A552FfFsVCP24xTsbF6TJowOfd1fr0bT { color:#e3b340;display:block;width:3.62426875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.062255859375rem;left:51.351318359375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container { background-color: transparent; background-image: none; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container > .video-iframe-container { display: none; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row > .video-iframe-container { display: none; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .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); }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container { border-width: 0; border-radius: 0; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row > .video-iframe-container {  }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/sGPbydyL/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9.adaptive-delivery-prevent-bg, #Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9.lazyload, #Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9.lazyloading { background-image: none; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container { background-color: transparent; background-image: none; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container > .video-iframe-container { display: none; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row > .video-iframe-container { display: none; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .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); }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container { border-width: 0; border-radius: 0; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row > .video-iframe-container {  }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container { font-size:0.875rem;font-family:arial;height:84.8125rem;width:75rem;position:relative;display:block; }#klMH2yb2ZPv7gF26g8xh6QxTyW1nZwyy { position:absolute;display:block;z-index:99998;border-top:0.0625rem solid #e3b340;border-left:0.0625rem solid #e3b340;border-right:0.0625rem solid #e3b340;border-bottom:0.0625rem solid #e3b340;height:34.0625rem;width:34.0625rem;top:23.028564453125rem;left:40.78125rem;overflow:hidden;display:block; }
#MZ9DdpDx56TO8BAxhWMpCQxMKkmQhGZn { position:absolute;display:block;z-index:100008;background-color:rgba(227,179,64,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.6875rem;top:10.3125rem;left:7.5rem;display:block; }
#PkXzt9w7ylCL9eOSZmtIReSLuuSvTS7u { color:#e3b340;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.75rem;left:7.5rem;height:3.330075rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R4azdiV5tsC3fNkiWgeGbftApzrLLl0V { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:neuton;font-size:2.4375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:13.6875rem;left:7.5rem;height:3.16894375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#H8bNUbrWHfDCchFFyhCK9FsMn1MWOyIN { color:#e3b340;display:block;width:31.5625rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:7.5rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SfTf84QZT1tzC0OfD64d5HNzvdOysT6R { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.7;letter-spacing:0;top:22.085938811302rem;left:7.5rem;height:39.719275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBOhzVeDQBh21obd5JAwWW0uNruSaR2S { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:2.1875rem;width:2.1875rem;top:53.9375rem;left:71.5rem;display:block; }
#EM7dhfxylh1WD4NyKLPHkHoHlOCRR4Xe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:54.5rem;left:72.0625rem; }
#EM7dhfxylh1WD4NyKLPHkHoHlOCRR4Xe > img { max-width: 100%;max-height:100%; }#bWQHEBQbfm7vvt2BG4DKWRJRJZqN27Cr { background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#33383e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.1870125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:68.629150390625rem;left:7.5rem;display:block; }
#GADruX4NV5XuD2T99iLs3soUcI8XJOZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WXakTx8oew9UkisFdkaWlsBhot0FKOEh { position:absolute;display:block;z-index:99999;background-color:#e3b340;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:4.9375rem;width:34.0625rem;top:25.4345703125rem;left:40.875rem;display:block; }
#am8MvAtfprNf1TvQLHN09Ht1NskTQfbV { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:25rem;top:25.777587890625rem;left:45.390625rem;overflow:hidden;display:block; }
#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container { background-color: transparent; background-image: none; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container > .video-iframe-container { display: none; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row > .video-iframe-container { display: none; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .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); }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container { border-width: 0; border-radius: 0; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row > .video-iframe-container {  }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container { font-size:0.875rem;font-family:arial;height:88.1875rem;width:75rem;position:relative;display:block; }#LOR6Aci5PimcvU223isOBcV63oHPgRMu { position:absolute;display:block;z-index:100008;background-color:rgba(227,179,64,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.6875rem;top:10.3125rem;left:7.5rem;display:block; }
#OgaWLEmuc1IsHAcA4rTq14ky2byX7mPx { color:#e3b340;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.75rem;left:7.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otFz223rz2BEQWvcMAFsQ63JHAKEX0dA { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.7;letter-spacing:0;top:20.625rem;left:7.5rem;height:28.69259375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ireLNFU8IXMH7SZDdTF15CLyf2TP8F3W { background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#33383e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.1870125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:79.017333984375rem;left:25.498046875rem;display:block; }
#vFQFZt0kmkM0FKVPquvX2ui5G1PrxTUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rfzy3lwJNXNi61Ef2h9ylATrNPo97Q3w { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:38.125rem;top:53.782958984375rem;left:20.498046875rem;display:block; }
#uo1BgTlbRbLrBDhWITaUCJ6cWBMlKMGp { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:20.625rem;left:41.4375rem;height:24.86690625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwDogcOrOr6pAKLfJnAKkVkB4GFCWw3C { color:#000000;display:block;width:37.7478125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:50.5625rem;left:20.6875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkM11Zr2GRZPKCXazT4h3VInnDH3kIhb { color:#000000;display:block;width:60.437rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:12.98828125rem;left:7.2802734375rem;height:7.65136875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz.adaptive-delivery-prevent-bg, #ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz.lazyload, #ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz.lazyloading { background-image: none; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container { background-color: transparent; background-image: none; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container > .video-iframe-container { display: none; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row > .video-iframe-container { display: none; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .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); }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container { border-width: 0; border-radius: 0; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row > .video-iframe-container {  }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#ovrRLhTxUOMcLGWfMVIWxrEsnm94ZxZs { color:#000000;display:block;width:46.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.375rem;left:14.375rem;height:9.6643125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DMlEVzTGg171Jssun98pk7L4f5T16yZT { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:9.375rem;left:10.875rem;overflow:hidden;display:block; }
#ftDyuXXgN5yTWDzWSPxQW06LpJIe5rKE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:9.8125rem;left:62.125rem;overflow:hidden;display:block; }
#VSxdPURNxxgd5TB7vn58QMu7DRf3qguG { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:20.875rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywO0iCQvaOik7DpURAoPrZ1nXCGT9qNC { color:rgba(34,34,34,0.6);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:26.587242126465rem;left:8.125rem;height:11.0449375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CLuKThTEuAXBVGk2xVhnto0ZVRHhy88S { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:41.850261688233rem;left:6.6458320617675rem;height:3.896475rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LeF0TlOz4RJSOsps4LGegi5gLItQnrUW { color:rgba(0,0,0,0.6);display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:26.587242126465rem;left:39.000003814698rem;height:13.806125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#M2ExO6tEX9ts9B7FeQrrnB6GuRs2MPgw { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:41.850261688233rem;left:39.000003814698rem;height:2.59765rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XLw72fQeTPTXg1dpu04zlmkli6iJoQRo { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:0.125rem;top:17.75rem;left:37.5rem;display:block; }
#AMTiaXfyvlOXzd73vZ0olzR0O093HpoC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.125244140625rem;left:0rem;height:3.49365rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/sGPbydyL/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK.adaptive-delivery-prevent-bg, #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK.lazyload, #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK.lazyloading { background-image: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { background-color: transparent; background-image: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container > .video-iframe-container { display: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row > .video-iframe-container { display: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .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); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { border-width: 0; border-radius: 0; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row > .video-iframe-container {  }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { font-size:0.875rem;font-family:arial;height:91.3125rem;width:75rem;position:relative;display:block; }#QgX6cUeTyPPJxtPTLL83TV6VJrn1LeTZ { color:#e3b340;display:block;width:63.25rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.975261688233rem;left:7.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hF7wyLCIC4ekR6WxedQeffVUcBPGszdP { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100011;line-height:1.7;letter-spacing:0;top:6.75rem;left:7.375rem;height:11.151125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:40.9375rem;left:7.375rem;height:;display:block; }#OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ li:before{  }
#brt4roEPsn7OV0ZabU7L4o6iLFruIlXf { color:#e3b340;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.7;letter-spacing:0;top:40.9375rem;left:45.3125rem;height:;display:block; }#brt4roEPsn7OV0ZabU7L4o6iLFruIlXf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brt4roEPsn7OV0ZabU7L4o6iLFruIlXf li:before{  }
#RsQ6A1S1XZKxRD2KlCB6RZFXATu5Lr6B { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:38.125rem;left:7.375rem;height:1.4433625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#FWQ79aBPCvGkyKXhKtyhuxgfWlw2Iux9 { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100015;line-height:1.1;letter-spacing:0;top:38.125rem;left:45.3125rem;height:1.4433625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ruKWDuHkTNlwyREZAvF1LE47iPTbGrwd { background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#33383e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.1870125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:75.567626953125rem;left:8.311767578125rem;display:block; }
#THUTAuzGFKAsVL9ME4Ox5LnBAmg8oiTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TErLrpwbkJ6TGFMZhputsioctO7zUDeN { position:relative;display:block; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN { background-color: transparent; background-image: none; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row .container > .video-iframe-container { display: none; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row > .video-iframe-container { display: none; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .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); }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN { border-width: 0; border-radius: 0; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row .container > .video-iframe-container {  }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .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:88.8125rem;width:75rem;position:relative;display:block; }#bHSE5auFIhJwcOeBgEWPMEBEe93cPGb5 { position:absolute;display:block;z-index:100000;background-color:transparent;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:28.375rem;width:45.625rem;top:0rem;left:14.6875rem;display:block; }
#rQIuig89EVrecBvrbQgMSIHPWm189Dlk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:3.507080078125rem;left:0rem;height:3.9807125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-form-header {  }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;color:#424242;width:45.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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:45.375rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:averta;line-height:1.4; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-text {padding-top: 0; padding-bottom: 0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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:45.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:averta;line-height:1.4; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .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:45.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:averta;font-size:0.875rem;overflow:hidden; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-select {padding-top: 0; padding-bottom: 0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#e3b340;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:18.625rem;margin-bottom:0.25rem;margin-left:18.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#000000;width:8.125rem;height:3.25rem;font-family:averta;overflow:hidden;box-shadow: 0rem 0.25rem 0.375rem rgba(0,0,0,0.1) ; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:averta;font-size:0.875rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:averta;font-size:0.875rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:averta;font-size:0.875rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:averta;font-size:0.875rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .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:averta;line-height:1.5;font-size:0.875rem;font-weight:300;color:#56676b;vertical-align:top;width:43.9375rem;overflow:hidden;font-style:normal; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .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; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .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:averta;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-container:first-of-type{padding-top:0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-container:last-of-type{padding-bottom:0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:21.30615234375rem;left:14.6875rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.375rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-info-text { display:block;height:auto;font-family:averta;font-size:0.6875rem;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; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na {display:block;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:21.30615234375rem;left:14.6875rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #C5rLOixVBsFGkpkToqGL9FonZPdycZ7T { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #JCvsFSzeRClsDgaDK3lvpwQp4Ppwf5Dm { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #AZ4b4HuzVle0RobNveMahfkdZIsI2rTe { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #uJVXcwhyscDOVcrqdxqmDzcIzQm9NA3k { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #IGbMKFENdTigerSAHx37qbfDoGFOqDCw { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #LDTOAMfk9iHDLSgR5ZwlS2szq3b3rQvS { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #k2guyeGrd6qqTNBghKiqQDEzGotm5FDN { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #htT0079g9GpITniXkzP4q2QP9UtD7ofo { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #kC7FdoTbFUcd76Xxb6i5oIgTvzhneaGs { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #NcV5qBG22p8MT6r1AkZIZoc06nVizPOP { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #JwvMFIXb17wVfVMQa6ooQmxcMCf5mmrh { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #GHwTxCbNqc0b2NspMTpVe3D0wkzd08Ln { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #WXTEbEmiIxmshELK8Ml998Hb1P7axupO { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #f0Rl5NMUTGFHaKk4T7WKEQK9sdXMo1Jb { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #Ba2LeFPkZwIKp3OCcDreKWpqkCTqFuoH { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #dD3QAEDEqN6zJedBb3ZnClckKwqDlT4x { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #wNWWH5qsVXmm6SzmPJ5x3U7OF4bP2a2B { position:relative;z-index:2; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #h9fz24wUkHVRgHKiFtIJWT1M8us4TBcN { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #z7ywUd02TK1QgzoDJW8vPnQtQdQhVrMp { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #cJ6k9QWLMmGbyHWEWuKsFcydSiuCwmZT { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #sSGh8QK4saqSMSz4fwSDF05JO1SxPE1w { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #NwT6x2k1HsnJrUzOFvsziZMVhg7XGSML { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #sin7pzlxAannhkQwCctUvWJwInqek25x { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #LliuoqvIys71HM9gMXT0OLP8qFVg2DuR { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #prUA3p8sH2R7T794Q5S8N0GJmLbX88gG { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #E3yU3Q3i3aTR3qn6dRzaWocqrSqQBSXs { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #G0F8vA7iU0EKwuPBm3kGMmxLmcS6nlQR { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #ey0GqE7Cxv6u0AUXecytuSGHKO3yHwkl { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #F6q7fK7MFTeo9GFRn1Ovwkld3ieV5nuo { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #Q6rQEoZII1Kgnnvdc4Xyiuek9aJDHtPr { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #UEpQh4VZzI0WTBh16l6uIiyxogbyJoZt { position:relative;display:block;z-index:100000; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #gaTS1PPi3yKWXk0fglOxVxlkSTLB6ACf { position:relative;display:block;z-index:100000; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #K7cdv6EUIeGHNJBWSv9cA9nagZxps3hu { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #O6Z1FFJm9l6cLR7UftTV62LLVlPiA4MT { position:relative;z-index:2; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #RFpxPhaxF3nL6gwU0pxyWTiQQPmMrJwo { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #nMkdkb96NGEcFkaOLZWNzz3LMWQDyJMz { position:relative; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #uv3mSa70TkRdpWgTKKirfXT50bq53ZHh { position:relative; }
#wUIRF14rn3c0w5l4FZ6Ab0Qsk41rHwqA { color:#322c60;display:block;width:75rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#L3vVH5By23ROnp9TTtHaHfZCUz2ooC5Z { color:#000000;display:block;width:75rem;position:absolute;font-family:averta;font-size:3.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:4.22363125rem;text-align:center;text-align-last:center;display:block; }
#goeIioaFAW0aXuc03D1LOo3tc1kEX7Rb { color:#33383e;display:block;width:45.99975rem;position:absolute;font-family:neuton;font-size:1.6875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:15.8125rem;left:14.6875rem;height:2.19238125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv { position:relative;display:block; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv { background-color: transparent; background-image: none; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row .container > .video-iframe-container { display: none; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row > .video-iframe-container { display: none; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .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); }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv { border-width: 0; border-radius: 0; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row .container > .video-iframe-container {  }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .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.9375rem;width:75rem;position:relative;display:block; }#R7tkd8tXNuDCbaGG2AVhcVL4vRnNez8U { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:7.999267578125rem;left:6.25rem;overflow:hidden;display:block; }
#pDD3teON99DLMU0GvGBlN57F2e5qTpPT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:7.999267578125rem;left:43.75rem;overflow:hidden;display:block; }
#Sdf9hMslS3TiAvQ0d9AmvFk3rFwsMcrw { color:#000000;display:block;width:19.4995rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:9rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#xuHzQteTVCoP0ku6TqUaAkzXOQesxGbz { color:#000000;display:block;width:19.4983125rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:26.5625rem;left:46.4375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#QWJGvaxme0rXWWkFEqK8TNuBy3fDTTg0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.25830078125rem;left:0rem;height:3.08715625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u { position:relative;display:block; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u { background-color: transparent; background-image: none; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row .container > .video-iframe-container { display: none; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row > .video-iframe-container { display: none; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .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); }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u { border-width: 0; border-radius: 0; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row .container > .video-iframe-container {  }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .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:7.3125rem;width:75rem;position:relative;display:block; }#iTBiLuByDfp1FU37shVWB87d2gSgGAuM { color:#56676b;display:block;width:26.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.187255859375rem;left:3.125rem;height:1.13769375rem;display:block; }
#H1RKTK4TJLlkr4MtU0h4MIppr7ADJV5K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.12475625rem;height:1.62475625rem;text-decoration:none;z-index:100008;text-align:right;text-align-last:right;top:2.77587890625rem;left:68.18603515625rem;display:block; }
#LN1fSWKTiTKccVCDkTLrIu95apidTEzE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2b2d;background-image:none;position:relative;display:block; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container { background-color: transparent; background-image: none; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container > .video-iframe-container { display: none; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row > .video-iframe-container { display: none; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .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); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container { border-width: 0; border-radius: 0; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row > .video-iframe-container {  }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#O6VDXTBT1pemKUM5nm0aR0IHf9KkqsMf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:neuton;font-size:1.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8120651245118rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd4KTDuwN2SonFwnOzCBfku542IeqSK4 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.37478125rem;width:8.936625rem;top:6.2261276245117rem;left:12.710506439209rem;overflow:hidden;display:block; }
#VFvyrKymmHqNMWqg7OdEKhPmxGcRL2wk { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:8.9375rem;top:5.4481315612793rem;left:33.030601501465rem;overflow:hidden;display:block; }
#P3PGXi3DHLZyntq2aLcEymzu8aMxz75M { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.68728125rem;width:7.561875rem;top:6.0362396240234rem;left:54.896923065186rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hi5QKme5dGaMII91KAcZslyVD8eVRoxb { display:block; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6cCSpFn8OaQDpAIiC62Aw4eyQ3i3hUP { top:1.125rem;left:16.0625rem;width:15.625rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI { background-color:#ffffff;background-image:none;display:block; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { background-color: transparent; background-image: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container > .video-iframe-container { display: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container { display: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .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); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { height:32.6875rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6y33g6RmraiGhC2GcSJoo5qfHFHAFZt { width:31.375rem;height:8.125rem;top:3.1875rem;left:1.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5cFfySyvdT5MalA70TO8MNfygwf0338 { width:23.0625rem;height:8.4375rem;top:18.0625rem;left:0.625rem;line-height:1.1;font-size:1.6875rem;display:block; }#N5cFfySyvdT5MalA70TO8MNfygwf0338 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N5cFfySyvdT5MalA70TO8MNfygwf0338 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/b9n3dJ3Q/list.png); }
 }@media only screen and (max-width: 763px) { #hNtkLC3gpLnKWi3qRgzZHs9bELS8tuml { width:28.3125rem;height:5.8125rem;top:10.9375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEv0USCQuoZBLRSM0SyPzXzeNqWQVbD { width:0.25rem;height:0.1875rem;top:12.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdhJynl9vlTJZi1ln93NaKk4b5BRlsP { width:0.25rem;height:0.1875rem;top:12.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAlwv0iCTWBx1zOb5w3Qh1dWO3NGDL8k { width:31.375rem;height:8.125rem;top:3.1875rem;left:1.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXPGgO28iHPTOxLGtkSrM1e6ElpbT9TK { top:21.6875rem;left:0rem;width:47.75rem;height:33.807885324282rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZJ8br3kUAUJZfZ4ey83IJcV2vb1KEg { top:34.625rem;left:23.4375rem;width:16.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDiIQyEMaBAss2W3vEOTZ4nfHkQRKIJJ { width:33.125rem;height:4.6875rem;top:83.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lScKG4L66RFyEyp9to1UaItZquv5GXQh { display:block; }
 }@media only screen and (max-width: 763px) { #XMdzo9JSWTPUwSaHeu4RkEOn2EXbGaCb { top:44.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rClCDJneolEPv5WJV0Q1BkUQFuGDdf5k { top:36.0625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnH2v4dHlFSGV8sK0UrVwXhZf3wdpfq2 { top:37.3125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhnlFZ9TslHBG1B4Wu9Z8r5Fopothinh { top:39rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvmNV9dwKnv9V7XIOcCs1OcbgqQTvCS2 { top:13.9375rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRJHeuTzOlt6m06iZ8NbzyPKfCzS1Ws { width:31.375rem;height:8.125rem;top:3.1875rem;left:1.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpJXGpQMOosEgqE7PfbWRg4IkDvI5T0 { top:13.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ankLHuapscORAQyyx6eTBMNcJH31Pmid { top:19.375rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKogAMA4Jll0kT3RNiZUBvd297ERc6eo { width:31.375rem;height:8.125rem;top:3.1875rem;left:1.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziQ4GbPwTnxhohewLB7hIznkhV88DZmA { top:55.6875rem;left:0rem;width:23.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQbrh0UrmIEieeNhXTILpw7btSzcxHn { top:12.625rem;left:0rem;width:47.75rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ri9wyMnnwB2aJyZbL2bsrxtdKWpKOVGO { width:31.375rem;height:8.125rem;top:3.1875rem;left:1.25rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyJspb71TLJdgKZ6HqTuusAX2cd1I5ym { display:none; }
 }@media only screen and (max-width: 763px) { #lTxrhPHXwUMPuEhvgM8rwfaTxiTwPwmh { display:none; }
 }@media only screen and (max-width: 763px) { #RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk { display:block; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAhbe5ylk8l4OENCvMTg6DH2foIOqX1O { top:4.875rem;left:1.874267578125rem;width:43.9375rem;height:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkycV8XbqkeVPOeI6wpe2RhSbMQFZJK { top:6.75rem;left:44.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovU90W0uqAfpWTxNlMRqmPRfS9kv8tq { top:4.4375rem;left:41.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LEnP8WhqJzPtvrC1cxSTT5tqdxDhJc { top:4.4375rem;left:45.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b { display:block; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyVs2Fubm1xPFmLFxDVUTty8nzrVBahQ { top:3rem;left:0.71875rem;width:0.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rONcvZi42J82a7x0sL1TZ2bT8ChgpGTT { top:2.625rem;left:2.9375rem;width:6.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnrIQf1TZ4nLz8aUGisdBMUCRrdmL3zX { top:2.625rem;left:8.0625rem;width:15.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLfvSLl7PwOEpKkQ5SLoQhiOR7e8LUJy { top:2.625rem;left:23.6875rem;width:12.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p7TWrbzq275Nk689qdJU2Al7ToRc1B { top:2.625rem;left:33.875rem;width:13.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg { display:block; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEbRIR9QBASmdsLikfJeMXItMGMnBHSr { top:3rem;left:0.71875rem;width:0.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vGuosHGx17Acaq3eFacaVuAh8UdZyPzP { top:2.625rem;left:2.9375rem;width:5.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK03vhWFmVEy6JJR9ct3bEhF7ym3SS1k { top:2.4375rem;left:15.281253814698rem;width:5.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCPgLxRsLrWcAvAHTXu8bNE38FiURUD { top:2.4375rem;left:27.218753814698rem;width:5.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnV6r0sRb1bz4cOZq429wE0OCmJo650d { top:2.4375rem;left:36.781253814698rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaiyMfW1Or2DA05WcmVObBukTElteTF { display:block; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUZzIIvvKQDN0QpFxc5i8Frsn1KUk9PM { top:3rem;left:0.71875rem;width:0.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tkR8KKh9tJ1JdT1uvopN4KJgQndpRHTI { top:2.625rem;left:0rem;width:16.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaABISW6xTuGBMfXpVCpxhQnvvTMQsBE { top:3.25rem;left:11.9375rem;width:10.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9NV7xaTPTctQup7dugAOSdlPLTwq7dV { top:3.25rem;left:24.343753814698rem;width:;height:;display:block; }
 }@media only screen and (max-width: 763px) { #s8gnH15N0zzzzstbDWl8qcmrrKgSOg2E { top:2.625rem;left:38.031253814698rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw { display:block; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzwTcpphp00OZB5HsWpC4ywptch55vAh { display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2cwFQp3or71iyV5uT47R1ALzlX5N2CZ { width:19.875rem;height:5.8125rem;top:19.875rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaorfCKMRh1JINQmhKqBGnK6b6EkbmSu { width:20.75rem;height:1.4375rem;top:32.9375rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFSyueo3whVhL3g3bJIxSZ3PgxSqDJNT { width:18.875rem;height:4.375rem;top:26.5625rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTeofV5Xf7SGgAV8UvGG1XZGCUdsRXC { width:2.5rem;height:2.5rem;top:19.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irQ4RlTrbMXiT6iKWU1AZ9syMF1NvC3c { width:2.5rem;height:2.5rem;top:26.625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyagM0u6QtxC32kr33zXPKv7AN9mUDKV { width:2.5rem;height:2.5rem;top:32.75rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCWMEpACyuoHMhdNwsJhIyXaebNA2xef { width:2.5rem;height:2.5rem;top:36.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHsJbQOO4E3Dpb3yMLJHH92Cgsq9frI { width:18.875rem;height:2.875rem;top:37.1875rem;left:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynu4I3u6BGKIUx79xm6kg0HVcfbqp8d1 { width:19.875rem;height:5.8125rem;top:42.1875rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0UtTyQB2U6H706OM4RSrJpgFxOdzS7E { width:2.5rem;height:2.5rem;top:42.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTNMpBiJ13wmFTsQanrm8WxRpKSJvNI { width:28.125rem;height:4.125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGx7QKyc8T7eM2RBNFS2tcpOvAOwyxd { display:block; }
 }@media only screen and (max-width: 763px) { #zw1lDlcpSUyzKOTd7AolIs1pT94bzaAC { width:2.5rem;height:2.5rem;top:14rem;left:34.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGb5G4LFWuFs3lm1OulraE8qFTcJ1Zuo { width:21.4375rem;height:4.375rem;top:14.0625rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNISnGwm5iF5qSfsbp2XQxRuvCDUoDah { width:36.8125rem;height:21.6875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1czEu7o84LND2GNTV7ePWhTrC9DeihR { width:37.6875rem;height:1.5rem;top:13.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { width:47.75rem;height:2.75rem;top:5.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbb4W35r4osiCigHDwRUJGoUHgUGuKMk { display:block; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnydoQp596fPhNoOEaCFRyCrEOJJuXkr { width:22.0625rem;height:0.125rem;top:12.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOUbmOhvcs2WvTG1rxTk3t3a3WhoiUrq { width:47.75rem;height:3.1875rem;top:4.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC { display:block; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5uTAvgsJFxGqh8xcVQNJrMb81eXtruW { width:21.5rem;height:18.9375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEhfqncn6zxb4kBG3VsW8TNaXTnOLTe { width:16.625rem;height:5.0625rem;top:5.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITtruDbABCCdbU7ccNKCxfA8oNn3RMJ { width:15.625rem;height:;top:14.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6punsTk2s3KDL3aNr1PywpkKaUMsMx { width:17.125rem;height:5.0625rem;top:21rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIrzRGrRepPTv5HeSVbNGZLvqHQJ0NxG { width:17.6875rem;height:3.375rem;top:27.6875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZvAXDb0rKN3Do5PT5MUdMMawDar2gN { width:14.5rem;height:5.0625rem;top:5.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm5QwgQRuekH6InFesOvPNVK7eHXnFgE { width:15.625rem;height:;top:13.9375rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBR6tkSSWWckBkvpCRrdWfBGrKFblKZA { width:16.4375rem;height:;top:20.75rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq48aiG5IrggzxoiTlnOtERRvHSqsBXy { width:3.5625rem;height:5.625rem;top:4.625rem;left:15.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCzmHNsRDy7acXJ5Zl964MtuHCcr415 { width:3.5625rem;height:5.625rem;top:12.8125rem;left:15.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMJsTUhgbd0edMbDvmbyXyplrDcWKoTg { width:3.5625rem;height:5.625rem;top:20.0625rem;left:15.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBL0GoFz5IBAV2PXBRLzecQaa25Gfekd { width:3.5625rem;height:5.625rem;top:26.5625rem;left:15.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeHzb0Uw3K5xEUm88hnpfsxOTOMVSKu { width:3.5625rem;height:5.625rem;top:4.625rem;left:31.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5d1mWlUxvNVACxGXMV3Bdn1k4x1unxW { width:3.5625rem;height:5.625rem;top:12.8125rem;left:31.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A552FfFsVCP24xTsbF6TJowOfd1fr0bT { width:3.5625rem;height:5.625rem;top:20rem;left:31.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb { display:block; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 { display:block; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klMH2yb2ZPv7gF26g8xh6QxTyW1nZwyy { width:34.0625rem;height:34.0625rem;top:23rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ9DdpDx56TO8BAxhWMpCQxMKkmQhGZn { width:24.6875rem;height:0.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXzt9w7ylCL9eOSZmtIReSLuuSvTS7u { width:31.5625rem;height:3.3125rem;top:5.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4azdiV5tsC3fNkiWgeGbftApzrLLl0V { width:31.5625rem;height:3.125rem;top:13.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8bNUbrWHfDCchFFyhCK9FsMn1MWOyIN { width:31.5625rem;height:2.25rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfTf84QZT1tzC0OfD64d5HNzvdOysT6R { width:31.5625rem;height:39.6875rem;top:22.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBOhzVeDQBh21obd5JAwWW0uNruSaR2S { width:2.1875rem;height:2.1875rem;top:53.9375rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM7dhfxylh1WD4NyKLPHkHoHlOCRR4Xe { width:1.25rem;height:1.25rem;top:54.5rem;left:46.5rem;display:block; }
#EM7dhfxylh1WD4NyKLPHkHoHlOCRR4Xe > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bWQHEBQbfm7vvt2BG4DKWRJRJZqN27Cr { width:28.125rem;height:4.125rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GADruX4NV5XuD2T99iLs3soUcI8XJOZL { display:block; }
 }@media only screen and (max-width: 763px) { #WXakTx8oew9UkisFdkaWlsBhot0FKOEh { top:25.375rem;left:13.6875rem;width:34.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8MvAtfprNf1TvQLHN09Ht1NskTQfbV { top:25.75rem;left:22.75rem;width:25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv { display:block; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOR6Aci5PimcvU223isOBcV63oHPgRMu { width:24.6875rem;height:0.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgaWLEmuc1IsHAcA4rTq14ky2byX7mPx { width:31.5625rem;height:3.1875rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFz223rz2BEQWvcMAFsQ63JHAKEX0dA { width:31.5625rem;height:28.6875rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ireLNFU8IXMH7SZDdTF15CLyf2TP8F3W { width:28.125rem;height:4.125rem;top:79rem;left:11.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFQFZt0kmkM0FKVPquvX2ui5G1PrxTUC { display:block; }
 }@media only screen and (max-width: 763px) { #Rfzy3lwJNXNi61Ef2h9ylATrNPo97Q3w { top:53.75rem;left:6.873046875rem;width:38.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo1BgTlbRbLrBDhWITaUCJ6cWBMlKMGp { width:31.5625rem;height:24.8125rem;top:20.625rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDogcOrOr6pAKLfJnAKkVkB4GFCWw3C { width:37.6875rem;height:1.5rem;top:50.5625rem;left:7.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkM11Zr2GRZPKCXazT4h3VInnDH3kIhb { width:47.75rem;height:7.625rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz { display:block; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovrRLhTxUOMcLGWfMVIWxrEsnm94ZxZs { width:46.25rem;height:9.625rem;top:9.375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlEVzTGg171Jssun98pk7L4f5T16yZT { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDyuXXgN5yTWDzWSPxQW06LpJIe5rKE { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxdPURNxxgd5TB7vn58QMu7DRf3qguG { width:47.75rem;height:2rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywO0iCQvaOik7DpURAoPrZ1nXCGT9qNC { width:27.1875rem;height:11rem;top:26.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLuKThTEuAXBVGk2xVhnto0ZVRHhy88S { width:28.75rem;height:3.875rem;top:41.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeF0TlOz4RJSOsps4LGegi5gLItQnrUW { width:28.75rem;height:13.75rem;top:26.5625rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ExO6tEX9ts9B7FeQrrnB6GuRs2MPgw { width:28.75rem;height:2.5625rem;top:41.8125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLw72fQeTPTXg1dpu04zlmkli6iJoQRo { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMTiaXfyvlOXzd73vZ0olzR0O093HpoC { width:47.75rem;height:3.4375rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK { display:block; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgX6cUeTyPPJxtPTLL83TV6VJrn1LeTZ { width:47.75rem;height:9.5rem;top:19.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF7wyLCIC4ekR6WxedQeffVUcBPGszdP { width:47.75rem;height:8.875rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ { top:40.9375rem;left:0rem;width:30rem;height:;font-size:1.1875rem;display:block; }#OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ li:before{  }
 }@media only screen and (max-width: 763px) { #brt4roEPsn7OV0ZabU7L4o6iLFruIlXf { top:40.9375rem;left:23.1875rem;width:24.5625rem;height:;font-size:1.1875rem;display:block; }#brt4roEPsn7OV0ZabU7L4o6iLFruIlXf li:before{  }
 }@media only screen and (max-width: 763px) { #RsQ6A1S1XZKxRD2KlCB6RZFXATu5Lr6B { width:23.6875rem;height:1.4375rem;top:38.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQ79aBPCvGkyKXhKtyhuxgfWlw2Iux9 { width:23.6875rem;height:1.4375rem;top:38.125rem;left:24.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruKWDuHkTNlwyREZAvF1LE47iPTbGrwd { width:28.125rem;height:4.125rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUTAuzGFKAsVL9ME4Ox5LnBAmg8oiTD { display:block; }
 }@media only screen and (max-width: 763px) { #TErLrpwbkJ6TGFMZhputsioctO7zUDeN { display:block; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHSE5auFIhJwcOeBgEWPMEBEe93cPGb5 { width:45.625rem;height:28.375rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQIuig89EVrecBvrbQgMSIHPWm189Dlk { width:47.75rem;height:3.9375rem;top:3.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-text {padding-top: 0; padding-bottom: 0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-select {padding-top: 0; padding-bottom: 0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.3125rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na  { width:45.25rem;height:auto;top:21.25rem;left:0rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na {display:block;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na { width:45.25rem;height:auto;top:21.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #C5rLOixVBsFGkpkToqGL9FonZPdycZ7T {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #JCvsFSzeRClsDgaDK3lvpwQp4Ppwf5Dm {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #AZ4b4HuzVle0RobNveMahfkdZIsI2rTe {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #uJVXcwhyscDOVcrqdxqmDzcIzQm9NA3k {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #IGbMKFENdTigerSAHx37qbfDoGFOqDCw {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #LDTOAMfk9iHDLSgR5ZwlS2szq3b3rQvS {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #k2guyeGrd6qqTNBghKiqQDEzGotm5FDN {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #htT0079g9GpITniXkzP4q2QP9UtD7ofo {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #kC7FdoTbFUcd76Xxb6i5oIgTvzhneaGs {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #NcV5qBG22p8MT6r1AkZIZoc06nVizPOP {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #JwvMFIXb17wVfVMQa6ooQmxcMCf5mmrh {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #GHwTxCbNqc0b2NspMTpVe3D0wkzd08Ln {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #WXTEbEmiIxmshELK8Ml998Hb1P7axupO {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #f0Rl5NMUTGFHaKk4T7WKEQK9sdXMo1Jb {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #Ba2LeFPkZwIKp3OCcDreKWpqkCTqFuoH {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #dD3QAEDEqN6zJedBb3ZnClckKwqDlT4x {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #wNWWH5qsVXmm6SzmPJ5x3U7OF4bP2a2B {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #h9fz24wUkHVRgHKiFtIJWT1M8us4TBcN {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #z7ywUd02TK1QgzoDJW8vPnQtQdQhVrMp {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #cJ6k9QWLMmGbyHWEWuKsFcydSiuCwmZT {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #sSGh8QK4saqSMSz4fwSDF05JO1SxPE1w {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #NwT6x2k1HsnJrUzOFvsziZMVhg7XGSML {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #sin7pzlxAannhkQwCctUvWJwInqek25x {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #LliuoqvIys71HM9gMXT0OLP8qFVg2DuR {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #prUA3p8sH2R7T794Q5S8N0GJmLbX88gG {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #E3yU3Q3i3aTR3qn6dRzaWocqrSqQBSXs {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #G0F8vA7iU0EKwuPBm3kGMmxLmcS6nlQR {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #ey0GqE7Cxv6u0AUXecytuSGHKO3yHwkl {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #F6q7fK7MFTeo9GFRn1Ovwkld3ieV5nuo {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #Q6rQEoZII1Kgnnvdc4Xyiuek9aJDHtPr {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #UEpQh4VZzI0WTBh16l6uIiyxogbyJoZt {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #gaTS1PPi3yKWXk0fglOxVxlkSTLB6ACf {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #K7cdv6EUIeGHNJBWSv9cA9nagZxps3hu {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #O6Z1FFJm9l6cLR7UftTV62LLVlPiA4MT {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #RFpxPhaxF3nL6gwU0pxyWTiQQPmMrJwo {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #nMkdkb96NGEcFkaOLZWNzz3LMWQDyJMz {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #uv3mSa70TkRdpWgTKKirfXT50bq53ZHh {  }
 }@media only screen and (max-width: 763px) { #wUIRF14rn3c0w5l4FZ6Ab0Qsk41rHwqA { width:47.75rem;height:2.875rem;top:8.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3vVH5By23ROnp9TTtHaHfZCUz2ooC5Z { width:47.75rem;height:4.1875rem;top:11.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #goeIioaFAW0aXuc03D1LOo3tc1kEX7Rb { width:45.9375rem;height:2.1875rem;top:15.8125rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv { display:block; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7tkd8tXNuDCbaGG2AVhcVL4vRnNez8U { top:7.9375rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDD3teON99DLMU0GvGBlN57F2e5qTpPT { top:7.9375rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdf9hMslS3TiAvQ0d9AmvFk3rFwsMcrw { top:26.5625rem;left:2.1865234375rem;width:19.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuHzQteTVCoP0ku6TqUaAkzXOQesxGbz { top:26.5625rem;left:25.999267578125rem;width:19.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWJGvaxme0rXWWkFEqK8TNuBy3fDTTg0 { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIWweecZgN7iLEDk7IW3KSGoKqLmz99u { display:block; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTBiLuByDfp1FU37shVWB87d2gSgGAuM { width:26.875rem;height:1.125rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1RKTK4TJLlkr4MtU0h4MIppr7ADJV5K { width:4.0625rem;height:1.5625rem;top:2.75rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN1fSWKTiTKccVCDkTLrIu95apidTEzE { display:block; }
 }@media only screen and (max-width: 763px) { #mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD { display:block; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6VDXTBT1pemKUM5nm0aR0IHf9KkqsMf { width:47.75rem;height:2.375rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4KTDuwN2SonFwnOzCBfku542IeqSK4 { width:8.875rem;height:1.365301060943rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvyrKymmHqNMWqg7OdEKhPmxGcRL2wk { width:8.9375rem;height:2.875rem;top:5.4375rem;left:19.405601501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3PGXi3DHLZyntq2aLcEymzu8aMxz75M { width:7.5rem;height:1.6734750805852rem;top:6rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hi5QKme5dGaMII91KAcZslyVD8eVRoxb { display:block; }#hi5QKme5dGaMII91KAcZslyVD8eVRoxb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6cCSpFn8OaQDpAIiC62Aw4eyQ3i3hUP { width:15.625rem;height:;top:1.495361328125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI { background-color:#ffffff;background-image:none;display:block; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { background-color: transparent; background-image: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container > .video-iframe-container { display: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row > .video-iframe-container { display: none; }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .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); }#mQpaEn9Vu7kakwLplOuvTx1N5Zr3TScI > .row .container { height:96.9375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6y33g6RmraiGhC2GcSJoo5qfHFHAFZt { width:18.75rem;height:8.501rem;top:4.04296875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.125rem;z-index:99995;display:none; }
 }@media only screen and (max-width: 763px) { #N5cFfySyvdT5MalA70TO8MNfygwf0338 { width:19.375rem;height:16.2426875rem;top:74.810791015625rem;left:0rem;font-size:1.1875rem;display:block; }#N5cFfySyvdT5MalA70TO8MNfygwf0338 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#N5cFfySyvdT5MalA70TO8MNfygwf0338 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/b9n3dJ3Q/list.png); }
 }@media only screen and (max-width: 763px) { #hNtkLC3gpLnKWi3qRgzZHs9bELS8tuml { width:18.75rem;height:11.8945rem;top:3.40087890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OlEv0USCQuoZBLRSM0SyPzXzeNqWQVbD { width:0.25rem;height:0.1875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdhJynl9vlTJZi1ln93NaKk4b5BRlsP { width:0.24902375rem;height:0.1867675rem;top:59.18701171875rem;left:9.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAlwv0iCTWBx1zOb5w3Qh1dWO3NGDL8k { width:20rem;height:4.3139625rem;top:30.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXPGgO28iHPTOxLGtkSrM1e6ElpbT9TK { width:20rem;height:14.1589375rem;top:47.562255859375rem;left:0rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZJ8br3kUAUJZfZ4ey83IJcV2vb1KEg { width:1.186525rem;height:1.12426875rem;top:57.767333984375rem;left:6.329345703125rem;z-index:99991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dDiIQyEMaBAss2W3vEOTZ4nfHkQRKIJJ { width:18.9978125rem;height:4.6875rem;top:63.56201171875rem;left:0.50048828125rem;font-size:1.1875rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #lScKG4L66RFyEyp9to1UaItZquv5GXQh { display:block; }
 }@media only screen and (max-width: 763px) { #XMdzo9JSWTPUwSaHeu4RkEOn2EXbGaCb { width:1.5625rem;height:1.5625rem;top:22.923583984375rem;left:2.24853515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rClCDJneolEPv5WJV0Q1BkUQFuGDdf5k { width:4.0625rem;height:4.0625rem;top:22.923583984375rem;left:14.765625rem;z-index:99992;display:none; }
 }@media only screen and (max-width: 763px) { #wnH2v4dHlFSGV8sK0UrVwXhZf3wdpfq2 { width:1.5625rem;height:1.5625rem;top:92.549577734375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhnlFZ9TslHBG1B4Wu9Z8r5Fopothinh { width:1.5625rem;height:1.5625rem;top:23.623046875rem;left:16.014404296875rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #GvmNV9dwKnv9V7XIOcCs1OcbgqQTvCS2 { width:3.62426875rem;height:3.62426875rem;top:16.312255859375rem;left:7.874755859375rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #OgRJHeuTzOlt6m06iZ8NbzyPKfCzS1Ws { width:20rem;height:1.50024375rem;top:70.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpJXGpQMOosEgqE7PfbWRg4IkDvI5T0 { width:20rem;height:7.25rem;top:29.375rem;left:0rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #ankLHuapscORAQyyx6eTBMNcJH31Pmid { width:20rem;height:5.99975625rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKogAMA4Jll0kT3RNiZUBvd297ERc6eo { width:20rem;height:1.5625rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziQ4GbPwTnxhohewLB7hIznkhV88DZmA { width:20rem;height:2.99926875rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQbrh0UrmIEieeNhXTILpw7btSzcxHn { width:20rem;height:7.25rem;top:18.375rem;left:0rem;z-index:99995;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ri9wyMnnwB2aJyZbL2bsrxtdKWpKOVGO { width:20rem;height:;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #uyJspb71TLJdgKZ6HqTuusAX2cd1I5ym { top:26.0625rem;left:7.8125rem;width:3.125rem;height:3.125rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #lTxrhPHXwUMPuEhvgM8rwfaTxiTwPwmh { top:36.9375rem;left:7.8125rem;width:3.125rem;height:3.125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk { display:block; }#RT7F7ebub8GHWndIIHiwGgqJ3MZ7N8kk > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAhbe5ylk8l4OENCvMTg6DH2foIOqX1O { width:19.375rem;height:2.749025rem;top:7.493896484375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkycV8XbqkeVPOeI6wpe2RhSbMQFZJK { width:1rem;height:1rem;top:14.95068046875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovU90W0uqAfpWTxNlMRqmPRfS9kv8tq { width:4.125rem;height:4.125rem;top:1.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LEnP8WhqJzPtvrC1cxSTT5tqdxDhJc { width:1.9995125rem;height:1.9995125rem;top:1.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b { display:block; }#PUgCwAeMp8Xc3Iu3okMopSBg24osqu2b > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyVs2Fubm1xPFmLFxDVUTty8nzrVBahQ { width:0.0625rem;height:0;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONcvZi42J82a7x0sL1TZ2bT8ChgpGTT { width:5.561525rem;height:3.374025rem;top:2.4365234375rem;left:2.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnrIQf1TZ4nLz8aUGisdBMUCRrdmL3zX { width:9.12475rem;height:1.9995125rem;top:7.09228515625rem;left:0.889892578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLfvSLl7PwOEpKkQ5SLoQhiOR7e8LUJy { width:8.31175rem;height:2.5rem;top:2.87353515625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p7TWrbzq275Nk689qdJU2Al7ToRc1B { width:7.24975rem;height:1.811525rem;top:7.186279296875rem;left:11.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg { display:block; }#uXz9XN3Tx71TfWQTeyuDedmL1f2RByyg > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEbRIR9QBASmdsLikfJeMXItMGMnBHSr { width:0.0625rem;height:0;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuosHGx17Acaq3eFacaVuAh8UdZyPzP { width:4.311525rem;height:6.43675rem;top:3.154296875rem;left:4.57763671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK03vhWFmVEy6JJR9ct3bEhF7ym3SS1k { width:4.4375rem;height:6.4375rem;top:3.155517578125rem;left:11.497802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCPgLxRsLrWcAvAHTXu8bNE38FiURUD { width:4.24926875rem;height:6.186525rem;top:11.685791015625rem;left:11.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnV6r0sRb1bz4cOZq429wE0OCmJo650d { width:7.8125rem;height:5.81176875rem;top:11.873779296875rem;left:2.8271484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaiyMfW1Or2DA05WcmVObBukTElteTF { display:block; }#IBaiyMfW1Or2DA05WcmVObBukTElteTF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUZzIIvvKQDN0QpFxc5i8Frsn1KUk9PM { width:0.0625rem;height:0;top:6.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkR8KKh9tJ1JdT1uvopN4KJgQndpRHTI { width:8.2495rem;height:1.811525rem;top:1.1865234375rem;left:1.76513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaABISW6xTuGBMfXpVCpxhQnvvTMQsBE { width:7.37425rem;height:1.6870125rem;top:4.639892578125rem;left:2.2021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9NV7xaTPTctQup7dugAOSdlPLTwq7dV { width:8.31175rem;height:1.62475625rem;top:4.7021484375rem;left:10.777587890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8gnH15N0zzzzstbDWl8qcmrrKgSOg2E { width:7.5rem;height:3.75rem;top:0rem;left:11.18408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw { display:block; }#o5F0mLqWsiwHwbkkzvVbLDg1wqzEsUxw > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzwTcpphp00OZB5HsWpC4ywptch55vAh { display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2cwFQp3or71iyV5uT47R1ALzlX5N2CZ { width:19.8125rem;height:6.171875rem;top:29.595053434372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaorfCKMRh1JINQmhKqBGnK6b6EkbmSu { width:18.1875rem;height:1.4624rem;top:49.861979246139rem;left:0.90625005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFSyueo3whVhL3g3bJIxSZ3PgxSqDJNT { width:18.0625rem;height:4.38720625rem;top:40.373697996139rem;left:0.96875005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcTeofV5Xf7SGgAV8UvGG1XZGCUdsRXC { width:2.5rem;height:2.5rem;top:27.096354246139rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #irQ4RlTrbMXiT6iKWU1AZ9syMF1NvC3c { width:2.5rem;height:2.5rem;top:37.312502622604rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyagM0u6QtxC32kr33zXPKv7AN9mUDKV { width:2.5rem;height:2.5rem;top:46.471354246139rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCWMEpACyuoHMhdNwsJhIyXaebNA2xef { width:2.5rem;height:2.5rem;top:53.070315122604rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHsJbQOO4E3Dpb3yMLJHH92Cgsq9frI { width:18.9375rem;height:3.0859375rem;top:56.257815122604rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynu4I3u6BGKIUx79xm6kg0HVcfbqp8d1 { width:19.9375rem;height:7.714875rem;top:64.156252622606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0UtTyQB2U6H706OM4RSrJpgFxOdzS7E { width:2.5rem;height:2.5rem;top:60.531252622604rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTNMpBiJ13wmFTsQanrm8WxRpKSJvNI { width:18.999rem;height:4.1870125rem;top:92.529296875rem;left:0.50048828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGx7QKyc8T7eM2RBNFS2tcpOvAOwyxd { display:block; }
 }@media only screen and (max-width: 763px) { #zw1lDlcpSUyzKOTd7AolIs1pT94bzaAC { width:2.5rem;height:2.5rem;top:16.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGb5G4LFWuFs3lm1OulraE8qFTcJ1Zuo { width:19.9365rem;height:6.171875rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNISnGwm5iF5qSfsbp2XQxRuvCDUoDah { height:11.782730940059rem;width:20rem;top:78.280030078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1czEu7o84LND2GNTV7ePWhTrC9DeihR { width:20rem;height:1.4624rem;top:75.628662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { width:18.75rem;height:7.5549375rem;top:5.76904296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbb4W35r4osiCigHDwRUJGoUHgUGuKMk { display:block; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnydoQp596fPhNoOEaCFRyCrEOJJuXkr { width:13.75rem;height:0.125rem;top:6rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOUbmOhvcs2WvTG1rxTk3t3a3WhoiUrq { width:18.75rem;height:4.87305rem;top:2.393798828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC { display:block; }#QxmJIGuzT2EOQhsx2bBF59HBvkPv2okC > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5uTAvgsJFxGqh8xcVQNJrMb81eXtruW { width:16.62475rem;height:14.624rem;top:1.708984375rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEhfqncn6zxb4kBG3VsW8TNaXTnOLTe { width:15.625rem;height:4.49706875rem;top:20.999755859375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IITtruDbABCCdbU7ccNKCxfA8oNn3RMJ { width:15.625rem;height:1.499025rem;top:31.4208984375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6punsTk2s3KDL3aNr1PywpkKaUMsMx { width:15.625rem;height:2.99805rem;top:39.3115234375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIrzRGrRepPTv5HeSVbNGZLvqHQJ0NxG { width:15.625rem;height:2.99805rem;top:48.311767578125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXZvAXDb0rKN3Do5PT5MUdMMawDar2gN { width:15.625rem;height:2.99805rem;top:57.593994140625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lm5QwgQRuekH6InFesOvPNVK7eHXnFgE { width:15.625rem;height:2.99805rem;top:66.937255859375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBR6tkSSWWckBkvpCRrdWfBGrKFblKZA { width:16.4355625rem;height:2.99805rem;top:76.728515625rem;left:1.781005859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq48aiG5IrggzxoiTlnOtERRvHSqsBXy { width:3.62426875rem;height:2.92358125rem;top:17.109375rem;left:8.187255859375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCzmHNsRDy7acXJ5Zl964MtuHCcr415 { width:3.62426875rem;height:2.92358125rem;top:27.919921875rem;left:8.187255859375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMJsTUhgbd0edMbDvmbyXyplrDcWKoTg { width:3.62426875rem;height:2.92358125rem;top:35.43701171875rem;left:8.187255859375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBL0GoFz5IBAV2PXBRLzecQaa25Gfekd { width:3.62426875rem;height:2.92358125rem;top:44.37255859375rem;left:8.187255859375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeHzb0Uw3K5xEUm88hnpfsxOTOMVSKu { width:3.5620125rem;height:2.598875rem;top:53.623046875rem;left:8.218994140625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5d1mWlUxvNVACxGXMV3Bdn1k4x1unxW { width:3.5620125rem;height:2.598875rem;top:63.0322265625rem;left:8.218994140625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A552FfFsVCP24xTsbF6TJowOfd1fr0bT { width:3.5620125rem;height:2.598875rem;top:72.568359375rem;left:8.218994140625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb { display:block; }#AHob0Z2MnzQyHRTp3fPg8d1C7CyT8DTb > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 { display:block; }#Gosr66eR4Zi1H1ZumJg8KL3cpTIN3fB9 > .row .container { width:20rem;height:128.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klMH2yb2ZPv7gF26g8xh6QxTyW1nZwyy { width:19.875rem;height:20.0625rem;top:20.247802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9DdpDx56TO8BAxhWMpCQxMKkmQhGZn { width:13.75rem;height:0.124511875rem;top:18.436279296875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXzt9w7ylCL9eOSZmtIReSLuuSvTS7u { width:18.75rem;height:4.87305rem;top:3.311767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4azdiV5tsC3fNkiWgeGbftApzrLLl0V { width:18.75rem;height:4.0625rem;top:10.123291015625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8bNUbrWHfDCchFFyhCK9FsMn1MWOyIN { width:18.75rem;height:1.3806125rem;top:14.998779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfTf84QZT1tzC0OfD64d5HNzvdOysT6R { width:19.1235625rem;height:64.9950875rem;top:53.084716796875rem;left:0.875244140625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QBOhzVeDQBh21obd5JAwWW0uNruSaR2S { width:2.1875rem;height:2.1875rem;top:48rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM7dhfxylh1WD4NyKLPHkHoHlOCRR4Xe { width:1.25rem;height:1.25rem;top:48.5625rem;left:9.5rem;display:block; }
#EM7dhfxylh1WD4NyKLPHkHoHlOCRR4Xe > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bWQHEBQbfm7vvt2BG4DKWRJRJZqN27Cr { width:18.9978125rem;height:4.12475625rem;top:121.63818359375rem;left:0.50048828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GADruX4NV5XuD2T99iLs3soUcI8XJOZL { display:block; }
 }@media only screen and (max-width: 763px) { #WXakTx8oew9UkisFdkaWlsBhot0FKOEh { width:20rem;height:4.9375rem;top:40.404052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8MvAtfprNf1TvQLHN09Ht1NskTQfbV { width:17.5rem;height:2.875rem;top:41.246826171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv { display:block; }#xOTlQrfQLNVnTMkTWIcePo82Uq2hLNIv > .row .container { width:20rem;height:125.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOR6Aci5PimcvU223isOBcV63oHPgRMu { width:13.75rem;height:0.124511875rem;top:27.335205078125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgaWLEmuc1IsHAcA4rTq14ky2byX7mPx { width:18.75rem;height:2.19238125rem;top:4.686279296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFz223rz2BEQWvcMAFsQ63JHAKEX0dA { width:19.12475rem;height:38.25684375rem;top:29.271240234375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ireLNFU8IXMH7SZDdTF15CLyf2TP8F3W { width:18.999rem;height:4.1870125rem;top:117.72216796875rem;left:0.50048828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFQFZt0kmkM0FKVPquvX2ui5G1PrxTUC { display:block; }
 }@media only screen and (max-width: 763px) { #Rfzy3lwJNXNi61Ef2h9ylATrNPo97Q3w { height:11.1975rem;width:20rem;top:104.10278320312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo1BgTlbRbLrBDhWITaUCJ6cWBMlKMGp { width:20rem;height:32.51828125rem;top:65.321044921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDogcOrOr6pAKLfJnAKkVkB4GFCWw3C { width:20rem;height:1.54296875rem;top:100.26245117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkM11Zr2GRZPKCXazT4h3VInnDH3kIhb { width:20rem;height:17.21559375rem;top:10.167236328125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz { display:block; }#ESDhqpW1RGG3wfGpTJnbQAhiTKecruQz > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovrRLhTxUOMcLGWfMVIWxrEsnm94ZxZs { width:20rem;height:18.183625rem;top:10.686849355698rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlEVzTGg171Jssun98pk7L4f5T16yZT { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDyuXXgN5yTWDzWSPxQW06LpJIe5rKE { width:2.875rem;height:2rem;top:32.776032924652rem;left:16.333333313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxdPURNxxgd5TB7vn58QMu7DRf3qguG { width:19.125rem;height:3rem;top:37.373698711395rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywO0iCQvaOik7DpURAoPrZ1nXCGT9qNC { width:20rem;height:15.18675rem;top:43.684895992279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLuKThTEuAXBVGk2xVhnto0ZVRHhy88S { width:19.3125rem;height:3.896475rem;top:61.872398376465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeF0TlOz4RJSOsps4LGegi5gLItQnrUW { width:20rem;height:22.089875rem;top:67.865895748138rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ExO6tEX9ts9B7FeQrrnB6GuRs2MPgw { width:19.3125rem;height:2.59765rem;top:90.561199188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLw72fQeTPTXg1dpu04zlmkli6iJoQRo { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMTiaXfyvlOXzd73vZ0olzR0O093HpoC { width:18.75rem;height:4.55078125rem;top:1.873779296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK { display:block; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { width:20rem;height:141.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgX6cUeTyPPJxtPTLL83TV6VJrn1LeTZ { width:18.75rem;height:17.0556875rem;top:4.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF7wyLCIC4ekR6WxedQeffVUcBPGszdP { width:20rem;height:26.2475625rem;top:24.12353515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ { width:20rem;height:32.16066875rem;top:56.795654296875rem;left:0rem;font-size:1.1875rem;display:block; }#OwTHmoqBsmoXU8sal4ToNAATsO6UzHaZ li:before{  }
 }@media only screen and (max-width: 763px) { #brt4roEPsn7OV0ZabU7L4o6iLFruIlXf { width:20rem;height:35.57375rem;top:96.385498046875rem;left:0rem;font-size:1.1875rem;display:block; }#brt4roEPsn7OV0ZabU7L4o6iLFruIlXf li:before{  }
 }@media only screen and (max-width: 763px) { #RsQ6A1S1XZKxRD2KlCB6RZFXATu5Lr6B { width:20rem;height:1.44286875rem;top:53.28857421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQ79aBPCvGkyKXhKtyhuxgfWlw2Iux9 { width:20rem;height:1.44286875rem;top:91.729736328125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruKWDuHkTNlwyREZAvF1LE47iPTbGrwd { width:18.999rem;height:4.12475625rem;top:134.28100585938rem;left:0.499267578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUTAuzGFKAsVL9ME4Ox5LnBAmg8oiTD { display:block; }
 }@media only screen and (max-width: 763px) { #TErLrpwbkJ6TGFMZhputsioctO7zUDeN { display:block; }#TErLrpwbkJ6TGFMZhputsioctO7zUDeN > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHSE5auFIhJwcOeBgEWPMEBEe93cPGb5 { width:20rem;height:15.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQIuig89EVrecBvrbQgMSIHPWm189Dlk { width:20rem;height:2.436525rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-text {padding-top: 0; padding-bottom: 0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-select {padding-top: 0; padding-bottom: 0;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;height:3.25rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na  { width:17.5rem;height:auto;top:20.3125rem;left:0rem; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na {display:block;}#J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na { width:17.5rem;height:auto;top:20.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #C5rLOixVBsFGkpkToqGL9FonZPdycZ7T {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #JCvsFSzeRClsDgaDK3lvpwQp4Ppwf5Dm {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #AZ4b4HuzVle0RobNveMahfkdZIsI2rTe {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #uJVXcwhyscDOVcrqdxqmDzcIzQm9NA3k {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #IGbMKFENdTigerSAHx37qbfDoGFOqDCw {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #LDTOAMfk9iHDLSgR5ZwlS2szq3b3rQvS {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #k2guyeGrd6qqTNBghKiqQDEzGotm5FDN {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #htT0079g9GpITniXkzP4q2QP9UtD7ofo {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #kC7FdoTbFUcd76Xxb6i5oIgTvzhneaGs {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #NcV5qBG22p8MT6r1AkZIZoc06nVizPOP {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #JwvMFIXb17wVfVMQa6ooQmxcMCf5mmrh {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #GHwTxCbNqc0b2NspMTpVe3D0wkzd08Ln {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #WXTEbEmiIxmshELK8Ml998Hb1P7axupO {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #f0Rl5NMUTGFHaKk4T7WKEQK9sdXMo1Jb {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #Ba2LeFPkZwIKp3OCcDreKWpqkCTqFuoH {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #dD3QAEDEqN6zJedBb3ZnClckKwqDlT4x {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #wNWWH5qsVXmm6SzmPJ5x3U7OF4bP2a2B {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #h9fz24wUkHVRgHKiFtIJWT1M8us4TBcN {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #z7ywUd02TK1QgzoDJW8vPnQtQdQhVrMp {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #cJ6k9QWLMmGbyHWEWuKsFcydSiuCwmZT {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #sSGh8QK4saqSMSz4fwSDF05JO1SxPE1w {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #NwT6x2k1HsnJrUzOFvsziZMVhg7XGSML {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #sin7pzlxAannhkQwCctUvWJwInqek25x {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #LliuoqvIys71HM9gMXT0OLP8qFVg2DuR {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #prUA3p8sH2R7T794Q5S8N0GJmLbX88gG {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #E3yU3Q3i3aTR3qn6dRzaWocqrSqQBSXs {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #G0F8vA7iU0EKwuPBm3kGMmxLmcS6nlQR {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #ey0GqE7Cxv6u0AUXecytuSGHKO3yHwkl {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #F6q7fK7MFTeo9GFRn1Ovwkld3ieV5nuo {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #Q6rQEoZII1Kgnnvdc4Xyiuek9aJDHtPr {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #UEpQh4VZzI0WTBh16l6uIiyxogbyJoZt {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #gaTS1PPi3yKWXk0fglOxVxlkSTLB6ACf {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #K7cdv6EUIeGHNJBWSv9cA9nagZxps3hu {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #O6Z1FFJm9l6cLR7UftTV62LLVlPiA4MT {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #RFpxPhaxF3nL6gwU0pxyWTiQQPmMrJwo {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #nMkdkb96NGEcFkaOLZWNzz3LMWQDyJMz {  }
 }@media only screen and (max-width: 763px) { #J5Kapi5XQkfGaa9Kehn3p6kWwN9LR0na #uv3mSa70TkRdpWgTKKirfXT50bq53ZHh {  }
 }@media only screen and (max-width: 763px) { #wUIRF14rn3c0w5l4FZ6Ab0Qsk41rHwqA { width:20rem;height:2.598875rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3vVH5By23ROnp9TTtHaHfZCUz2ooC5Z { width:20rem;height:2.598875rem;top:8.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #goeIioaFAW0aXuc03D1LOo3tc1kEX7Rb { width:20rem;height:3.73779375rem;top:12.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv { display:block; }#JUzeXZiU4ffgQn0X6q6M2E2rQ2uR3hyv > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7tkd8tXNuDCbaGG2AVhcVL4vRnNez8U { width:20rem;height:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDD3teON99DLMU0GvGBlN57F2e5qTpPT { width:20rem;height:20rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdf9hMslS3TiAvQ0d9AmvFk3rFwsMcrw { width:19.43725rem;height:2.4375rem;top:22rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuHzQteTVCoP0ku6TqUaAkzXOQesxGbz { width:19.43725rem;height:2.2485375rem;top:44.75rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QWJGvaxme0rXWWkFEqK8TNuBy3fDTTg0 { width:20rem;height:4.22363125rem;top:1.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIWweecZgN7iLEDk7IW3KSGoKqLmz99u { display:block; }#RIWweecZgN7iLEDk7IW3KSGoKqLmz99u > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTBiLuByDfp1FU37shVWB87d2gSgGAuM { width:20rem;height:1.13769375rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#322c60;display:block; }
 }@media only screen and (max-width: 763px) { #H1RKTK4TJLlkr4MtU0h4MIppr7ADJV5K { width:4.125rem;height:1.625rem;top:7.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN1fSWKTiTKccVCDkTLrIu95apidTEzE { display:block; }
 }@media only screen and (max-width: 763px) { #mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD { background-color:#1a2025;background-image:none;display:block; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container { background-color: transparent; background-image: none; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container > .video-iframe-container { display: none; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row > .video-iframe-container { display: none; }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .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); }#mBRgSsiDOaaT5wKmUwTTXLT1rMAKR9vD > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6VDXTBT1pemKUM5nm0aR0IHf9KkqsMf { width:20rem;height:2.2753875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4KTDuwN2SonFwnOzCBfku542IeqSK4 { width:8.9995625rem;height:1.37478125rem;top:5.4622497558594rem;left:5.4991322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvyrKymmHqNMWqg7OdEKhPmxGcRL2wk { width:8.9375rem;height:2.875rem;top:8.2736549377444rem;left:5.5002174973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3PGXi3DHLZyntq2aLcEymzu8aMxz75M { width:6.3748125rem;height:1.43663125rem;top:12.457683563233rem;left:6.8120661377906rem;display:block; }
 }