.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c19aa29c-04ea-4e40-850e-4939a6ce4afd/banner1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:12.875rem;left:3.125rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"hk grotesk";font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:27.75rem;left:3.125rem;height:3.25rem;font-style:normal;display:block; }
#fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:20rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { background-color:#7324b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:3.75rem;left:49.046875rem;display:block; }
#vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x6rJHbLcQ8d8IF0ss6JVooqnUpFqVUcg { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"hk grotesk";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:22.625rem;left:3.125rem;height:4.5rem;font-style:normal;display:block; }
#argdEsmRVZnSloLXJiitleaMGhsOMg2S { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:4.0625rem;left:29.5rem;height:1.5rem;font-style:normal;display:block; }
#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container { background-color: transparent; background-image: none; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container > .video-iframe-container { display: none; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row > .video-iframe-container { display: none; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .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); }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container { border-width: 0; border-radius: 0; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#TO4RKyPPUfTmHMWAOSi6KfvGUvE0PzGk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.296875rem;left:23.75rem;height:2.84375rem;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;text-align:center;text-align-last:center;display:block; }
#TKZ1THC0WHdApGcTeOzktEqPnHHatOmi { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:6.625rem;left:26.875rem;display:block; }
#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container { background-color: transparent; background-image: none; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container > .video-iframe-container { display: none; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row > .video-iframe-container { display: none; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .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); }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container { border-width: 0; border-radius: 0; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#FHopbczAFZ8KonKCWteZqOWPIqlyV9Xs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:25.25rem;top:2.3125rem;left:2.375rem;overflow:hidden;display:block; }
#ziUyBOyBqI7MpLkyFUDJrvNBVpOIqWhE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:25.25rem;top:2.3125rem;left:32.375rem;overflow:hidden;display:block; }
#TgtUA7Cp6TDwLxsV0EyiWXKOhMVXIPV8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:21.546875rem;left:8.75rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#As3o5vHMWues8DhfdN1FztglgLX8kbJ3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:21.546875rem;left:38.75rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#EvJkbdCHw0iKftp42OTU7PyI3bosB24K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container { background-color: transparent; background-image: none; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container > .video-iframe-container { display: none; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row > .video-iframe-container { display: none; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .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); }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container { border-width: 0; border-radius: 0; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#sOIv8ObGOSmJzMRTI12btrTVx6GTF7Tx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.625rem;left:23.75rem;height:2.84375rem;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;text-align:center;text-align-last:center;display:block; }
#E12NhZ07U36OXNHcFhg9T4S0Ene8nNrN { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:4.5625rem;top:8.0625rem;left:27.71875rem;display:block; }
#Ot6vExMkAMEXdJdVxKlU8RAKa40nJMEP { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:10.875rem;left:5.96875rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4143b478-80a9-4273-8d27-180282778e3c/grid.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD.adaptive-delivery-prevent-bg, #qAhDBvKBM14of92UdKLo5xJNRoa7RGxD.lazyload, #qAhDBvKBM14of92UdKLo5xJNRoa7RGxD.lazyloading { background-image: none; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container { background-color: transparent; background-image: none; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container > .video-iframe-container { display: none; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row > .video-iframe-container { display: none; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .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); }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container { border-width: 0; border-radius: 0; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#AqVlFLttbkygfGQXzRntg8bnfDobzvrV { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.34375rem;left:14.6875rem;height:5.6875rem;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;text-align:center;text-align-last:center;display:block; }
#ZE1CvsWvcZKeyyzVCfP7CJue2snUfOPR { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:11.0625rem;left:26.875rem;display:block; }
#l9IgIT2SBZ1f9gaq8kXHsaCUMou1oLkB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.625rem;top:15.8125rem;left:2.5rem;overflow:hidden;display:block; }
#Kk4TeRH6AkJOZAnoBx1DeFqqaAbSg3gT { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:23.375rem;left:0rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOXvOUcTk5C45O08W9eXhJQGwJZPgmly { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:16rem;left:14.9375rem;overflow:hidden;display:block; }
#pLOFesGBEe9QxpWsDW1VFQf65FI8tSU1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:5.1875rem;top:16.25rem;left:27.4375rem;overflow:hidden;display:block; }
#POelggpI7hWn6SJM9tZAyr2GIXmv0CAy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.6875rem;top:16.1875rem;left:40.125rem;overflow:hidden;display:block; }
#pFO8Adtv2xnIQdPmOH7WPa4pFKJqp89T { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:5.3125rem;top:16.375rem;left:52.5625rem;overflow:hidden;display:block; }
#dTXRawl9ZHxOTabP90G9SnAuhsNdi6Zk { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:23.4375rem;left:12.375rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTk87n00sTF28n2D9e0Qp2H7iyAKsZHJ { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:23.4375rem;left:25.1875rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IT7Zq5QTDXtJmriyLXlh8JGQOgns7O3C { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:23.4375rem;left:37.6875rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqyKoNcQTOGU5CDbplGZndQSVeUZFDEX { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:23.4375rem;left:50.375rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2a28;background-image:none;position:relative;display:block; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container { background-color: transparent; background-image: none; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container > .video-iframe-container { display: none; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row > .video-iframe-container { display: none; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .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); }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container { border-width: 0; border-radius: 0; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#mq8SKCiJzePsCqp1mMuFJxG7tHHzxr24 { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.75rem;left:7.96875rem;height:2.84375rem;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;text-align:center;text-align-last:center;display:block; }
#b3dWBD1Ncd3kMUioZ7iCZBJuocQm2t7h { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:4.5625rem;top:8.375rem;left:27.71875rem;display:block; }
#vzx7hGhuLCalkWyszahrhmaAfnvCU30N { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:10.125rem;left:9.84375rem;height:6.07324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ror09NcX88aGmRTaSNuuHvC1vKHKFBl3 { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:19.494140625rem;left:14.34375rem;height:4.048825rem;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; }
#R1OEk1BB6yEWD7WiNkvq8ZTc1pDdHQF6 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:19.494140625rem;left:11.09375rem;height:2.0244125rem;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; }
#TD5u85bxtqFR6RI4FmDnBRvJLkh6G0Lk { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:25.35546875rem;left:14.34375rem;height:4.048825rem;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; }
#W8l9FSbU1JnlUmotTKVA2UQTLkkEscSl { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:25.35546875rem;left:11.09375rem;height:2.0244125rem;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; }
#H335zZ7TxG378zz1w1LMnXV8knSqo1ll { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:31.125rem;left:14.375rem;height:2.0244125rem;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; }
#TJ230qhBilWcJ1f0fEELiO99unsZTgSa { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:31.125rem;left:11.125rem;height:2.0244125rem;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; }
#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container { background-color: transparent; background-image: none; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container > .video-iframe-container { display: none; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row > .video-iframe-container { display: none; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .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); }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container { border-width: 0; border-radius: 0; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#e2xNe3BTx887snshMJmHuN5gAKgAZESA { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.234375rem;left:1.53125rem;height:5.6875rem;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;text-align:center;text-align-last:center;display:block; }
#VtXhz5FxQltyQ2fMtktu4GlI5yINNtpl { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:11.125rem;top:11.625rem;left:24.4375rem;display:block; }
#C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100002;line-height:2.8;letter-spacing:0;top:15.625rem;left:7.65625rem;height:;font-style:normal;display:block; }#C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo li:before{  }
#lkuXtUi680vgozJZRhD5xCw9sgLZ65gT { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100003;line-height:2.8;letter-spacing:0;top:15.625rem;left:36.5rem;height:;font-style:normal;display:block; }#lkuXtUi680vgozJZRhD5xCw9sgLZ65gT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lkuXtUi680vgozJZRhD5xCw9sgLZ65gT li:before{  }
#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d162950e-40c8-4d35-a5b7-309acbfdeb13/banner2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK.adaptive-delivery-prevent-bg, #WkHWHzlKm669GZOVq8na4zPOAw0KNKkK.lazyload, #WkHWHzlKm669GZOVq8na4zPOAw0KNKkK.lazyloading { background-image: none; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container { background-color: transparent; background-image: none; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container > .video-iframe-container { display: none; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row > .video-iframe-container { display: none; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .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); }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container { border-width: 0; border-radius: 0; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#TmxpSgnlxMqB4iUQuCfqibpv4BZSAof8 { color:#ffffff;display:block;width:56.9375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.921875rem;left:1.53125rem;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;text-align:center;text-align-last:center;display:block; }
#WRkrx43lW6UMTbo0JK0cdq5mAhnFbr7A { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJCNEerflzcNmdVinloCqt3Ku8aXdXG7 { background-color:#2b2a28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:22.375rem;left:24.125rem;display:block; }
#OtL0vitN9ORr0EaAAXdLtHfEUoTN1d7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container { background-color: transparent; background-image: none; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container > .video-iframe-container { display: none; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row > .video-iframe-container { display: none; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .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); }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container { border-width: 0; border-radius: 0; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#JeTuSTKTN4XKupFMTXPbumT2hNmHCPeJ { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.796875rem;left:1.53125rem;height:2.84375rem;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;text-align:center;text-align-last:center;display:block; }
#TAaesuM7nTD6D997yFv5JcNKriKSfS1q { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:11.125rem;top:8.75rem;left:24.4375rem;display:block; }
#GKzEQfscORdRL2TJhs0Vt0TulUnp664n { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:13.4375rem;left:3rem;height:2.0244125rem;font-style:normal;display:block; }#GKzEQfscORdRL2TJhs0Vt0TulUnp664n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GKzEQfscORdRL2TJhs0Vt0TulUnp664n li:before{  }
#WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:16.875rem;left:3rem;height:2.0244125rem;font-style:normal;display:block; }#WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot li:before{  }
#CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:20.3125rem;left:3rem;height:4.048825rem;font-style:normal;display:block; }#CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 li:before{  }
#ahq6romMlUviLTy4hCeZXWce0uwS4ieM { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:25.75rem;left:3rem;height:4.048825rem;font-style:normal;display:block; }#ahq6romMlUviLTy4hCeZXWce0uwS4ieM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ahq6romMlUviLTy4hCeZXWce0uwS4ieM li:before{  }
#nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:31.25rem;left:3rem;height:4.048825rem;font-style:normal;display:block; }#nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW li:before{  }
#czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:13.4375rem;left:31.59375rem;height:4.048825rem;font-style:normal;display:block; }#czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny li:before{  }
#Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:18.8984375rem;left:31.59375rem;height:6.07324375rem;font-style:normal;display:block; }#Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 li:before{  }
#RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:26.5234375rem;left:31.65625rem;height:;font-style:normal;display:block; }#RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe li:before{  }
#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41eb0317-c9c2-43aa-a511-bf42c98a1d89/banner3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T.adaptive-delivery-prevent-bg, #fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T.lazyload, #fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T.lazyloading { background-image: none; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container { background-color: transparent; background-image: none; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container > .video-iframe-container { display: none; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row > .video-iframe-container { display: none; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .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); }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container { border-width: 0; border-radius: 0; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#nTFiJAyQPWqnZCM0UwWM282TyRqzoD2C { background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:10.859375rem;left:24.125rem;display:block; }
#d41374VWt1qTVMmfQDgnIIpP8ftBnum8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iqKO22ZANJhrl7VXH87aqM6qALiStEU8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:9.75rem;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;text-align:center;text-align-last:center;display:block; }
#BznSmImBBslm9mLibNTPNSLwQMMBBa6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container { background-color: transparent; background-image: none; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container > .video-iframe-container { display: none; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row > .video-iframe-container { display: none; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .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); }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container { border-width: 0; border-radius: 0; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#T45gs19ugZziVwWBgAU781ZBXxeFMNIv { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.796875rem;left:1.53125rem;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;text-align:center;text-align-last:center;display:block; }
#Os79dFOUzd0TMfNrqOekgHDRl2KNHmmf { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.5625rem;top:8.4375rem;left:26.71875rem;display:block; }
#u1pHFLPkrcxEgWPBEuEfTTEwfLP5hXVU { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:11.3125rem;top:14.03125rem;left:0rem;overflow:hidden;display:block; }
#PW01fyMUK0ZTH64kdzUKxTDKcqiSibMg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:6.625rem;top:14rem;left:14.84375rem;overflow:hidden;display:block; }
#BfAqBKRq8F7SODQZDzKpQa75wXQCN4kq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:6.4375rem;top:14.40625rem;left:26.78125rem;overflow:hidden;display:block; }
#pHz0uTtXQMnNg5QzThbMBKTWafrPsMrw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.875rem;top:13.625rem;left:39.96875rem;overflow:hidden;display:block; }
#ECLSJEaSIJbfE9qNv6oqlOE5rP4sCdbb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:8.875rem;top:14.125rem;left:51.125rem;overflow:hidden;display:block; }
#fMWWDXTly2A4BDMZF2CEqQwQFQq4pJ8c { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:7.0625rem;top:24.5625rem;left:0rem;overflow:hidden;display:block; }
#yqqTTurncm1ntocNH6TlVMcKARgM7AFR { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:7.0625rem;top:24.3125rem;left:13.28125rem;overflow:hidden;display:block; }
#kKyAQfrCbEyA9Luml9FvlRfAwONW9gzV { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:7.0625rem;top:24.09375rem;left:26.46875rem;overflow:hidden;display:block; }
#bdTWe1OV5dS9zmSWZC9MkpnRMTVMueTZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:23.25rem;left:39.6875rem;overflow:hidden;display:block; }
#nnBHVZg8vlcR6WgKa8SfkkgsuQ0rpF7h { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:8.125rem;top:23.28125rem;left:51.875rem;overflow:hidden;display:block; }
#MAaOsusxnUEbyPgsXBwSDwslT3emr3Xk { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:5.75rem;top:32.125rem;left:13.9375rem;overflow:hidden;display:block; }
#kAQxJdDRUVftW6JGDTx2KCVdt921tLxJ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.6875rem;top:32.125rem;left:27.625rem;overflow:hidden;display:block; }
#IxpvvSb8NfEq6um756b19trruu0sbUBL { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:4.25rem;top:31.875rem;left:39.9375rem;overflow:hidden;display:block; }
#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2a28;background-image:none;position:relative;display:block; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container { background-color: transparent; background-image: none; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container > .video-iframe-container { display: none; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row > .video-iframe-container { display: none; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .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); }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container { border-width: 0; border-radius: 0; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#cIyNlqbecGi74BtHzCl2f5Usz1BNmOqJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:29.9375rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#DiBaOhwVytVPaILwXRa71IN4fWW7wBOD { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:33.375rem;height:2.84375rem;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;text-align:left;text-align-last:left;display:block; }
#OqVnPOk9uvMUtWCkT0tiIvQ45nDl8tGu { position:absolute;display:block;z-index:100002;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:11.125rem;top:11.375rem;left:33.375rem;display:block; }
#VlzB9itTNWe7MUhPMgWDoqG1HouWw5s7 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:13.181640625rem;left:33.1875rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100003;line-height:2.8;letter-spacing:0;top:20.3125rem;left:33.25rem;height:3.1494125rem;font-style:normal;display:block; }#yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP li:before{  }
#Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:300;z-index:100004;line-height:2.8;letter-spacing:0;top:23.4609375rem;left:33.375rem;height:;font-style:normal;display:block; }#Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq li:before{  }
#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 { background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/404af7b9-9b7b-43f2-bbce-3c27ddd6bb5a/banner4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9.adaptive-delivery-prevent-bg, #DMPob4AqJqCyKvRgRnq72zODZFo2UKB9.lazyload, #DMPob4AqJqCyKvRgRnq72zODZFo2UKB9.lazyloading { background-image: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container { background-color: transparent; background-image: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container > .video-iframe-container { display: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row > .video-iframe-container { display: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .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); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container { border-width: 0; border-radius: 0; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container { width:60rem;height:41.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#GBhFFfUfEIcoRtV52ItntHI0JXgBZ7tc { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.4375rem 0.625rem rgba(0,0,0,0.19) ;height:31.5625rem;width:40.6875rem;top:4.875rem;left:7rem;display:block; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-form-header {  }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-text { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:32.5625rem;box-sizing:border-box;height:3.125rem;color:#004673;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-textarea { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:32.5625rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .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:32.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#2b2a28;background-image:none;background-position:top left !important;background-repeat: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:16.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:11.375rem;height:2.5rem;font-family:"hk grotesk";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;line-height:1.1; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 [class*="-text"]:-moz-placeholder { color:#2b2a28;font-family:dosis;font-size:1rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 [class*="-text"]::-moz-placeholder { color:#2b2a28;font-family:dosis;font-size:1rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 [class*="-text"]:-ms-input-placeholder { color:#2b2a28;font-family:dosis;font-size:1rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 [class*="-text"]::-webkit-input-placeholder { color:#2b2a28;font-family:dosis;font-size:1rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .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:"open sans";font-size:0.75rem;font-weight:700;color:#000000;vertical-align:top;width:31.5625rem;overflow:hidden;font-style:normal;line-height:1.5; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .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; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-container:first-of-type{padding-top:0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-container:last-of-type{padding-bottom:0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99998;position:absolute;top:10.21875rem;left:9.8125rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.5625rem;display:block;vertical-align:top; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 {display:block;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99998;position:absolute;top:10.21875rem;left:9.8125rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #savFmhB1ZkrEuwThSU4BADvIU0zgDN4K { position:relative;z-index:1; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #HW9qTSLVurz1g97GFRv9qG25kw3XMJlH { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #RxJsI4dmqW7LWTNV6qfc2B5wIykKrRQt { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #H64J8kNOWP5SeR4iEnLVhoNfkGMghazb { position:relative;z-index:1; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #HIgI2ZKMesn1SIszBwTr5VU8NsrevwUz { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #Mdd6uqTMTU1wEu9HsykZCRPh46q4hIeP { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #DiZychTQPZIKzMCzobW7792obVINeesa { position:relative;z-index:1; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #AHcCHUBs7iqWe1TugrKM2cGccAOEhahT { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #zRvqbBF5HsyiD2byNpALcsgZVcTrm5hf { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #khDPT3ybSFGywI90v8zcIqyS8wnWRgEo { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #noK2bPTrdm14MOXPLpTN8TBOsUtRkra7 { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #MJ9uOA3niLOwtfXAn5uLewqhRrgVhab9 { position:relative; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #fFN4xuzPeNyvu4LWGhWDlpwAa8qmi3mJ { position:relative;z-index:1; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #PWD21hXLWf69oXTiRXLox7X5t8TkDH2K { position:relative; }
#rW9VLQZOqtD8ZzXrweo3kGf0ASPLeddE { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:11.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;text-align:left;text-align-last:left;display:block; }
#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container { background-color: transparent; background-image: none; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container > .video-iframe-container { display: none; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row > .video-iframe-container { display: none; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .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); }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container { border-width: 0; border-radius: 0; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#yHaRhx5KOrt7NpKOZlwpAmxsMWpAXALV { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.796875rem;left:1.53125rem;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;text-align:center;text-align-last:center;display:block; }
#HNMGqyhs24ze4L9dH1MkaqlZkaWxVyar { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:18.6875rem;top:8.1875rem;left:20.65625rem;display:block; }
#R1z5HqTEQT58opuVeB1rO2PhwCTnnClp { position:absolute;display:block;z-index:100005;height:16.3125rem;width:59.875rem;top:12.75rem;left:0.0625rem;display:block; }
#TKz44bK5GW1OzE7tQH2K9SKS365KPGDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3676d929-2a97-49cd-9c9d-38660a214262/banner5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#TKz44bK5GW1OzE7tQH2K9SKS365KPGDM.adaptive-delivery-prevent-bg, #TKz44bK5GW1OzE7tQH2K9SKS365KPGDM.lazyload, #TKz44bK5GW1OzE7tQH2K9SKS365KPGDM.lazyloading { background-image: none; }#TKz44bK5GW1OzE7tQH2K9SKS365KPGDM > .row .container { border-width: 0; border-radius: 0; }#TKz44bK5GW1OzE7tQH2K9SKS365KPGDM > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:none; }#dsZ3DwVPkTRqpblXtHod6TuWm0bxcNgQ { color:#ffffff;display:block;width:57.5625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:2.84375rem;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;text-align:center;text-align-last:center;display:block; }
#wPRpZfdtA0sNHbp1DzVPp3rE3yMuF6XI { position:absolute;display:block;z-index:100001;background-color:#7324b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:16.5625rem;top:8.75rem;left:21.75rem;display:block; }
#BUmh4TTJThp0o4GK64BtNVa5PlcAr6T6 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.625rem;width:18.125rem;top:15.4375rem;left:0rem;display:none; }
#dabaffKyuglTeJ6NMsLLsG6L4QxVnaFN { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17rem;left:1.625rem;height:0;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;text-align:left;text-align-last:left;display:none; }
#RkyGRAcLv52iT4Rw6qHTEzBd0Lw5IDBS { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:19.4375rem;left:1.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C1JEWkhhUFqdth6qJnSTRoPc0ZUGO01N { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:18.125rem;top:15.4375rem;left:20.75rem;display:block; }
#SGaz8gNHL2beb75X1SBIy2L5HIbwDfPx { color:#000000;display:block;width:15.125rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100007;line-height:1.8;letter-spacing:0;top:19.4375rem;left:22.4375rem;height:17.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QiOBzwMqRNAvzOTM2Q1D3CG2B8a7KboL { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17rem;left:22.375rem;height:2.4375rem;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;text-align:left;text-align-last:left;display:block; }
#luCPQ22knAO7byK3MvefvNmlcxboSkuN { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:19.0625rem;top:15.4375rem;left:41.375rem;display:block; }
#HNdzT6Kv35EwK7OIiO5RrPL4iNy7XD0M { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100011;line-height:1.8;letter-spacing:0;top:19.4375rem;left:43.0625rem;height:14.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5rAiHlTOqEJHRlReQzabSFfVoCg8VSG { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:17rem;left:43rem;height:2.4375rem;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;text-align:left;text-align-last:left;display:block; }
#G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:none; }#G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK > .row .container { border-width: 0; border-radius: 0; }#G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:60rem;position:relative;display:none; }#SeAlBJ5KwrMATTnf85VFyoR1dU4tyQuO { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100015;line-height:1.8;letter-spacing:0;top:23.03515625rem;left:7.875rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekoEsvmi0qC7xEd8C2uHqzVds6qsFMzk { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:22.5rem;top:16.375rem;left:6.0625rem;display:block; }
#DxEfq0Ixy7dtJDJkRoodrpTOHuGcD5v7 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:17.9365234375rem;left:7.90625rem;height:7.3125rem;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;text-align:left;text-align-last:left;display:block; }
#n7CilPJdQRbwdLmFydb5A6SSb8fKO2rc { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:22.375rem;top:37.9375rem;left:6.0625rem;display:block; }
#DVXm9TGTJBeTSsfDWBFSQJNiDtg5KSKH { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:39.0625rem;left:7.8125rem;height:4.875rem;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;text-align:left;text-align-last:left;display:block; }
#fhkniP6D5lqRpZ3A5gr6n5yiTJvdAkMQ { color:#000000;display:block;width:18.625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100019;line-height:1.8;letter-spacing:0;top:43.9375rem;left:7.8125rem;height:17.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eS6UIhGTAKHNXJX0hCAqXZMWTqqt6pbE { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:17.9375rem;left:33.75rem;height:4.875rem;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;text-align:left;text-align-last:left;display:block; }
#UgdvfItdvfpAm6iiTsB4ovCTO97vttbP { color:#000000;display:block;width:20.125rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100023;line-height:1.8;letter-spacing:0;top:23.03515625rem;left:33.75rem;height:8.999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hv0Uowvlf1xhUC6ITN3wzTT0zT4w3puT { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:23.5625rem;top:16.375rem;left:32.125rem;display:block; }
#xAuUTVVCMpndzvr8T5nq7lzgRyUq9afv { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100023;line-height:1.8;letter-spacing:0;top:43.9375rem;left:33.6875rem;height:12.598625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tSIsVKhwIrnIZBU3cwstuseFtfATTXnT { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:39.0625rem;left:33.625rem;height:4.875rem;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;text-align:left;text-align-last:left;display:block; }
#iUKa8GR445OOyBhnowkTHoUQMvbS7nFe { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.375rem;width:23.6875rem;top:37.9375rem;left:31.9375rem;display:block; }
#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2a28;background-image:none;position:relative;display:block; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container { background-color: transparent; background-image: none; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container > .video-iframe-container { display: none; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row > .video-iframe-container { display: none; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .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); }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container { border-width: 0; border-radius: 0; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;position:relative;display:block; }#qqy9epQwAGaZBTUIQ1nP0nWEnieEFI58 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:12.75rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#OlBTacwykwlfiTmuodWWlX8rylFdT8km { color:#dcb9ff;display:block;width:25.75rem;position:absolute;font-family:"hk grotesk";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3Nbhdy3wWynVlyJIGDOcqp0MKJQibuE { background-color:#7324b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.4375rem;left:49.1875rem;display:block; }
#UybLgCH8TdIzTV8Z1lgVC7eoCFXpyQpC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SaefzsAsMMeKOv1MIhJJpdOCMcV3dXnJ { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:8.1875rem;left:25.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:12.875rem;left:0rem;width:36.125rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:27.75rem;left:0rem;width:22.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:20rem;height:5.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { width:10.8125rem;height:2.6875rem;top:3.75rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block; }
 }@media only screen and (max-width: 763px) { #x6rJHbLcQ8d8IF0ss6JVooqnUpFqVUcg { top:22.625rem;left:0rem;width:27.5rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #argdEsmRVZnSloLXJiitleaMGhsOMg2S { top:4.0625rem;left:23.375rem;width:16.9375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXWax5E9roRB2Iz6D1dIad9WfATgc9T { display:block; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO4RKyPPUfTmHMWAOSi6KfvGUvE0PzGk { top:3.25rem;left:17.625rem;width:12.5rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ1THC0WHdApGcTeOzktEqPnHHatOmi { top:6.625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ { display:block; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHopbczAFZ8KonKCWteZqOWPIqlyV9Xs { top:2.3125rem;left:0rem;width:25.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUyBOyBqI7MpLkyFUDJrvNBVpOIqWhE { top:2.3125rem;left:22.5rem;width:25.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtUA7Cp6TDwLxsV0EyiWXKOhMVXIPV8 { top:21.5rem;left:5.6875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3o5vHMWues8DhfdN1FztglgLX8kbJ3 { top:21.5rem;left:29.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJkbdCHw0iKftp42OTU7PyI3bosB24K { display:block; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOIv8ObGOSmJzMRTI12btrTVx6GTF7Tx { top:4.625rem;left:17.625rem;width:12.5rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12NhZ07U36OXNHcFhg9T4S0Ene8nNrN { top:8.0625rem;left:21.59375rem;width:4.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot6vExMkAMEXdJdVxKlU8RAKa40nJMEP { top:10.875rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAhDBvKBM14of92UdKLo5xJNRoa7RGxD { display:block; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqVlFLttbkygfGQXzRntg8bnfDobzvrV { top:4.3125rem;left:8.5625rem;width:30.625rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE1CvsWvcZKeyyzVCfP7CJue2snUfOPR { top:11.0625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9IgIT2SBZ1f9gaq8kXHsaCUMou1oLkB { top:15.8125rem;left:0rem;width:4.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk4TeRH6AkJOZAnoBx1DeFqqaAbSg3gT { top:23.375rem;left:0rem;width:9.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXvOUcTk5C45O08W9eXhJQGwJZPgmly { top:16rem;left:8.8125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLOFesGBEe9QxpWsDW1VFQf65FI8tSU1 { top:16.25rem;left:21.3125rem;width:5.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POelggpI7hWn6SJM9tZAyr2GIXmv0CAy { top:16.1875rem;left:34rem;width:4.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFO8Adtv2xnIQdPmOH7WPa4pFKJqp89T { top:16.375rem;left:42.4375rem;width:5.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXRawl9ZHxOTabP90G9SnAuhsNdi6Zk { top:23.4375rem;left:6.25rem;width:9.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTk87n00sTF28n2D9e0Qp2H7iyAKsZHJ { top:23.4375rem;left:19.0625rem;width:9.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7Zq5QTDXtJmriyLXlh8JGQOgns7O3C { top:23.4375rem;left:31.5625rem;width:9.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqyKoNcQTOGU5CDbplGZndQSVeUZFDEX { top:23.4375rem;left:38.125rem;width:9.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl { display:block; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq8SKCiJzePsCqp1mMuFJxG7tHHzxr24 { top:4.75rem;left:1.84375rem;width:44.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3dWBD1Ncd3kMUioZ7iCZBJuocQm2t7h { top:8.375rem;left:21.59375rem;width:4.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzx7hGhuLCalkWyszahrhmaAfnvCU30N { top:10.125rem;left:3.71875rem;width:40.3125rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ror09NcX88aGmRTaSNuuHvC1vKHKFBl3 { top:19.4375rem;left:8.21875rem;width:34.125rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OEk1BB6yEWD7WiNkvq8ZTc1pDdHQF6 { top:19.4375rem;left:4.96875rem;width:1.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5u85bxtqFR6RI4FmDnBRvJLkh6G0Lk { top:25.3125rem;left:8.21875rem;width:34.125rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8l9FSbU1JnlUmotTKVA2UQTLkkEscSl { top:25.3125rem;left:4.96875rem;width:1.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H335zZ7TxG378zz1w1LMnXV8knSqo1ll { top:31.125rem;left:8.25rem;width:34.125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ230qhBilWcJ1f0fEELiO99unsZTgSa { top:31.125rem;left:5rem;width:1.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo { display:block; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2xNe3BTx887snshMJmHuN5gAKgAZESA { top:5.1875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtXhz5FxQltyQ2fMtktu4GlI5yINNtpl { top:11.625rem;left:18.3125rem;width:11.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo { top:15.625rem;left:1.53125rem;width:23.5rem;height:;font-size:1rem;display:block; }#C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo li:before{  }
 }@media only screen and (max-width: 763px) { #lkuXtUi680vgozJZRhD5xCw9sgLZ65gT { top:15.625rem;left:24.25rem;width:23.5rem;height:;font-size:1rem;display:block; }#lkuXtUi680vgozJZRhD5xCw9sgLZ65gT li:before{  }
 }@media only screen and (max-width: 763px) { #WkHWHzlKm669GZOVq8na4zPOAw0KNKkK { display:block; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmxpSgnlxMqB4iUQuCfqibpv4BZSAof8 { top:3.875rem;left:0rem;width:47.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRkrx43lW6UMTbo0JK0cdq5mAhnFbr7A { top:10.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJCNEerflzcNmdVinloCqt3Ku8aXdXG7 { width:11.75rem;height:3.25rem;top:22.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtL0vitN9ORr0EaAAXdLtHfEUoTN1d7x { display:block; }
 }@media only screen and (max-width: 763px) { #DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP { display:block; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeTuSTKTN4XKupFMTXPbumT2hNmHCPeJ { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaesuM7nTD6D997yFv5JcNKriKSfS1q { top:8.75rem;left:18.3125rem;width:11.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzEQfscORdRL2TJhs0Vt0TulUnp664n { top:13.4375rem;left:0rem;width:26.9375rem;height:2rem;font-size:1rem;display:block; }#GKzEQfscORdRL2TJhs0Vt0TulUnp664n li:before{  }
 }@media only screen and (max-width: 763px) { #WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot { top:16.875rem;left:0rem;width:26.9375rem;height:2rem;font-size:1rem;display:block; }#WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot li:before{  }
 }@media only screen and (max-width: 763px) { #CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 { top:20.3125rem;left:0rem;width:26.9375rem;height:4rem;font-size:1rem;display:block; }#CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 li:before{  }
 }@media only screen and (max-width: 763px) { #ahq6romMlUviLTy4hCeZXWce0uwS4ieM { top:25.75rem;left:0rem;width:25.375rem;height:4.0625rem;font-size:1rem;display:block; }#ahq6romMlUviLTy4hCeZXWce0uwS4ieM li:before{  }
 }@media only screen and (max-width: 763px) { #nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW { top:31.25rem;left:0rem;width:26.9375rem;height:4rem;font-size:1rem;display:block; }#nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW li:before{  }
 }@media only screen and (max-width: 763px) { #czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny { top:13.4375rem;left:20.8125rem;width:26.9375rem;height:;font-size:1rem;display:block; }#czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny li:before{  }
 }@media only screen and (max-width: 763px) { #Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 { top:18.875rem;left:20.8125rem;width:26.9375rem;height:;font-size:1rem;display:block; }#Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 li:before{  }
 }@media only screen and (max-width: 763px) { #RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe { top:26.5rem;left:20.8125rem;width:26.9375rem;height:;font-size:1rem;display:block; }#RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe li:before{  }
 }@media only screen and (max-width: 763px) { #fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T { display:block; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTFiJAyQPWqnZCM0UwWM282TyRqzoD2C { width:11.75rem;height:3.25rem;top:10.8125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #d41374VWt1qTVMmfQDgnIIpP8ftBnum8 { display:block; }
 }@media only screen and (max-width: 763px) { #iqKO22ZANJhrl7VXH87aqM6qALiStEU8 { top:4.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BznSmImBBslm9mLibNTPNSLwQMMBBa6d { display:block; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T45gs19ugZziVwWBgAU781ZBXxeFMNIv { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os79dFOUzd0TMfNrqOekgHDRl2KNHmmf { top:8.4375rem;left:20.59375rem;width:6.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pHFLPkrcxEgWPBEuEfTTEwfLP5hXVU { top:14rem;left:0rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW01fyMUK0ZTH64kdzUKxTDKcqiSibMg { top:14rem;left:8.71875rem;width:6.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfAqBKRq8F7SODQZDzKpQa75wXQCN4kq { top:14.375rem;left:20.65625rem;width:6.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHz0uTtXQMnNg5QzThbMBKTWafrPsMrw { top:13.625rem;left:33.84375rem;width:3.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECLSJEaSIJbfE9qNv6oqlOE5rP4sCdbb { top:14.125rem;left:38.875rem;width:8.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMWWDXTly2A4BDMZF2CEqQwQFQq4pJ8c { top:24.5625rem;left:0rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqqTTurncm1ntocNH6TlVMcKARgM7AFR { top:24.3125rem;left:7.15625rem;width:7.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyAQfrCbEyA9Luml9FvlRfAwONW9gzV { top:24.0625rem;left:20.34375rem;width:7.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdTWe1OV5dS9zmSWZC9MkpnRMTVMueTZ { top:23.25rem;left:33.5625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnBHVZg8vlcR6WgKa8SfkkgsuQ0rpF7h { top:23.25rem;left:39.625rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAaOsusxnUEbyPgsXBwSDwslT3emr3Xk { top:32.125rem;left:7.8125rem;width:5.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQxJdDRUVftW6JGDTx2KCVdt921tLxJ { top:32.125rem;left:21.5rem;width:4.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxpvvSb8NfEq6um756b19trruu0sbUBL { top:31.875rem;left:33.8125rem;width:4.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R { display:block; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIyNlqbecGi74BtHzCl2f5Usz1BNmOqJ { top:4.875rem;left:0rem;width:29.9375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiBaOhwVytVPaILwXRa71IN4fWW7wBOD { top:7.6875rem;left:24.1875rem;width:23.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVnPOk9uvMUtWCkT0tiIvQ45nDl8tGu { top:11.375rem;left:24.1875rem;width:11.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlzB9itTNWe7MUhPMgWDoqG1HouWw5s7 { top:13.125rem;left:20.9375rem;width:26.8125rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP { top:20.3125rem;left:21.9375rem;width:25.8125rem;height:;font-size:1rem;display:block; }#yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP li:before{  }
 }@media only screen and (max-width: 763px) { #Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq { top:23.4375rem;left:21.9375rem;width:25.8125rem;height:;font-size:1rem;display:block; }#Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq li:before{  }
 }@media only screen and (max-width: 763px) { #DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 { display:block; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBhFFfUfEIcoRtV52ItntHI0JXgBZ7tc { top:4.875rem;left:0.875rem;width:40.6875rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 {display:block;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #savFmhB1ZkrEuwThSU4BADvIU0zgDN4K {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #HW9qTSLVurz1g97GFRv9qG25kw3XMJlH {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #RxJsI4dmqW7LWTNV6qfc2B5wIykKrRQt {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #H64J8kNOWP5SeR4iEnLVhoNfkGMghazb {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #HIgI2ZKMesn1SIszBwTr5VU8NsrevwUz {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #Mdd6uqTMTU1wEu9HsykZCRPh46q4hIeP {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #DiZychTQPZIKzMCzobW7792obVINeesa {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #AHcCHUBs7iqWe1TugrKM2cGccAOEhahT {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #zRvqbBF5HsyiD2byNpALcsgZVcTrm5hf {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #khDPT3ybSFGywI90v8zcIqyS8wnWRgEo {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #noK2bPTrdm14MOXPLpTN8TBOsUtRkra7 {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #MJ9uOA3niLOwtfXAn5uLewqhRrgVhab9 {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #fFN4xuzPeNyvu4LWGhWDlpwAa8qmi3mJ {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #PWD21hXLWf69oXTiRXLox7X5t8TkDH2K {  }
 }@media only screen and (max-width: 763px) { #rW9VLQZOqtD8ZzXrweo3kGf0ASPLeddE { top:7.3125rem;left:4.9375rem;width:40.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT { display:block; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHaRhx5KOrt7NpKOZlwpAmxsMWpAXALV { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNMGqyhs24ze4L9dH1MkaqlZkaWxVyar { top:8.1875rem;left:14.53125rem;width:18.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1z5HqTEQT58opuVeB1rO2PhwCTnnClp { top:12.75rem;left:0rem;width:47.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKz44bK5GW1OzE7tQH2K9SKS365KPGDM { display:block; }#TKz44bK5GW1OzE7tQH2K9SKS365KPGDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsZ3DwVPkTRqpblXtHod6TuWm0bxcNgQ { top:5.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRpZfdtA0sNHbp1DzVPp3rE3yMuF6XI { top:8.75rem;left:15.625rem;width:16.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUmh4TTJThp0o4GK64BtNVa5PlcAr6T6 { top:15.4375rem;left:0rem;width:18.125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabaffKyuglTeJ6NMsLLsG6L4QxVnaFN { top:17rem;left:0rem;width:20.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkyGRAcLv52iT4Rw6qHTEzBd0Lw5IDBS { top:19.4375rem;left:0rem;width:15.4375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1JEWkhhUFqdth6qJnSTRoPc0ZUGO01N { top:15.4375rem;left:14.625rem;width:18.125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGaz8gNHL2beb75X1SBIy2L5HIbwDfPx { top:19.4375rem;left:16.3125rem;width:15.125rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiOBzwMqRNAvzOTM2Q1D3CG2B8a7KboL { top:17rem;left:16.25rem;width:20.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCPQ22knAO7byK3MvefvNmlcxboSkuN { top:15.4375rem;left:28.6875rem;width:19.0625rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdzT6Kv35EwK7OIiO5RrPL4iNy7XD0M { top:19.4375rem;left:31.9375rem;width:15.8125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rAiHlTOqEJHRlReQzabSFfVoCg8VSG { top:17rem;left:23.6875rem;width:24.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK { display:block; }#G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeAlBJ5KwrMATTnf85VFyoR1dU4tyQuO { top:23rem;left:1.75rem;width:18.875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekoEsvmi0qC7xEd8C2uHqzVds6qsFMzk { top:16.375rem;left:0rem;width:22.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEfq0Ixy7dtJDJkRoodrpTOHuGcD5v7 { top:17.875rem;left:1.78125rem;width:18.4375rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CilPJdQRbwdLmFydb5A6SSb8fKO2rc { top:37.9375rem;left:0rem;width:22.375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVXm9TGTJBeTSsfDWBFSQJNiDtg5KSKH { top:39.0625rem;left:1.6875rem;width:15.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkniP6D5lqRpZ3A5gr6n5yiTJvdAkMQ { top:43.9375rem;left:1.6875rem;width:18.625rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS6UIhGTAKHNXJX0hCAqXZMWTqqt6pbE { top:17.9375rem;left:24.9375rem;width:22.8125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgdvfItdvfpAm6iiTsB4ovCTO97vttbP { top:23rem;left:27.625rem;width:20.125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv0Uowvlf1xhUC6ITN3wzTT0zT4w3puT { top:16.375rem;left:24.1875rem;width:23.5625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAuUTVVCMpndzvr8T5nq7lzgRyUq9afv { top:43.9375rem;left:27.4375rem;width:20.3125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSIsVKhwIrnIZBU3cwstuseFtfATTXnT { top:39.0625rem;left:27.5rem;width:15.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUKa8GR445OOyBhnowkTHoUQMvbS7nFe { top:37.9375rem;left:24.0625rem;width:23.6875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD { display:block; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqy9epQwAGaZBTUIQ1nP0nWEnieEFI58 { top:4rem;left:0rem;width:12.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlBTacwykwlfiTmuodWWlX8rylFdT8km { top:4.5625rem;left:11rem;width:25.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Nbhdy3wWynVlyJIGDOcqp0MKJQibuE { width:10.8125rem;height:2.6875rem;top:4.4375rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UybLgCH8TdIzTV8Z1lgVC7eoCFXpyQpC { display:block; }
 }@media only screen and (max-width: 763px) { #SaefzsAsMMeKOv1MIhJJpdOCMcV3dXnJ { top:8.1875rem;left:19.75rem;width:8.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c19aa29c-04ea-4e40-850e-4939a6ce4afd/banner1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:3.625rem;top:10.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.625rem;height:2.76171875rem;top:23.1875rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:7.625rem;height:2.1875rem;top:1.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { width:10.9375rem;height:2.125rem;top:6.8125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block; }
 }@media only screen and (max-width: 763px) { #x6rJHbLcQ8d8IF0ss6JVooqnUpFqVUcg { width:20rem;height:6.75rem;top:15.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #argdEsmRVZnSloLXJiitleaMGhsOMg2S { width:16.9375rem;height:1.5rem;top:4.1875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExXWax5E9roRB2Iz6D1dIad9WfATgc9T { display:block; }#ExXWax5E9roRB2Iz6D1dIad9WfATgc9T > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO4RKyPPUfTmHMWAOSi6KfvGUvE0PzGk { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ1THC0WHdApGcTeOzktEqPnHHatOmi { width:6.25rem;height:0.3125rem;top:3.974609375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ { display:block; }#Bnh4edJwXHwJZO7nJPKryLVIJZv3MqdZ > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHopbczAFZ8KonKCWteZqOWPIqlyV9Xs { width:20rem;height:13.464875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUyBOyBqI7MpLkyFUDJrvNBVpOIqWhE { width:20rem;height:13.464875rem;top:19.246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtUA7Cp6TDwLxsV0EyiWXKOhMVXIPV8 { width:12.5rem;height:2.03125rem;top:15.964875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3o5vHMWues8DhfdN1FztglgLX8kbJ3 { width:12.5rem;height:2.03125rem;top:33.961rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJkbdCHw0iKftp42OTU7PyI3bosB24K { display:block; }#EvJkbdCHw0iKftp42OTU7PyI3bosB24K > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOIv8ObGOSmJzMRTI12btrTVx6GTF7Tx { width:12.5rem;height:2.5996125rem;top:1.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12NhZ07U36OXNHcFhg9T4S0Ene8nNrN { width:4.5625rem;height:0.3125rem;top:4.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot6vExMkAMEXdJdVxKlU8RAKa40nJMEP { width:20rem;height:16.19825rem;top:6.6621125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAhDBvKBM14of92UdKLo5xJNRoa7RGxD { display:block; }#qAhDBvKBM14of92UdKLo5xJNRoa7RGxD > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqVlFLttbkygfGQXzRntg8bnfDobzvrV { width:20rem;height:7.7988125rem;top:2.5615234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE1CvsWvcZKeyyzVCfP7CJue2snUfOPR { width:6.25rem;height:0.3125rem;top:11.0478515625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9IgIT2SBZ1f9gaq8kXHsaCUMou1oLkB { width:4.625rem;height:4.6875rem;top:12.5478515625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk4TeRH6AkJOZAnoBx1DeFqqaAbSg3gT { width:9.625rem;height:3.8994125rem;top:17.9853515625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXvOUcTk5C45O08W9eXhJQGwJZPgmly { width:4.4375rem;height:4.4375rem;top:23.3916015625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLOFesGBEe9QxpWsDW1VFQf65FI8tSU1 { width:5.1875rem;height:4.25rem;top:34.65625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POelggpI7hWn6SJM9tZAyr2GIXmv0CAy { width:4.6875rem;height:4.25rem;top:46.1728515625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFO8Adtv2xnIQdPmOH7WPa4pFKJqp89T { width:5.3125rem;height:4.125rem;top:56.4541015625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXRawl9ZHxOTabP90G9SnAuhsNdi6Zk { width:13rem;height:3.8994125rem;top:28.8056640625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTk87n00sTF28n2D9e0Qp2H7iyAKsZHJ { width:11.0625rem;height:3.8994125rem;top:39.9697265625rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7Zq5QTDXtJmriyLXlh8JGQOgns7O3C { width:12.5625rem;height:2.5996125rem;top:51.4306640625rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqyKoNcQTOGU5CDbplGZndQSVeUZFDEX { width:12.125rem;height:3.8994125rem;top:61.7177734375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl { display:block; }#bVXyMUnWk8ccZkRuzElxi2AfLrTJMRJl > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq8SKCiJzePsCqp1mMuFJxG7tHHzxr24 { width:20rem;height:5.19921875rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3dWBD1Ncd3kMUioZ7iCZBJuocQm2t7h { width:4.5625rem;height:0.3125rem;top:7.69921875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzx7hGhuLCalkWyszahrhmaAfnvCU30N { width:20rem;height:8.999rem;top:9.26171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ror09NcX88aGmRTaSNuuHvC1vKHKFBl3 { width:20rem;height:7.19925rem;top:22.5595875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OEk1BB6yEWD7WiNkvq8ZTc1pDdHQF6 { width:1.9375rem;height:1.79980625rem;top:19.509765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5u85bxtqFR6RI4FmDnBRvJLkh6G0Lk { width:20rem;height:5.3994125rem;top:34.05864375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8l9FSbU1JnlUmotTKVA2UQTLkkEscSl { width:1.9375rem;height:1.79980625rem;top:31.0087890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H335zZ7TxG378zz1w1LMnXV8knSqo1ll { width:20rem;height:3.5996125rem;top:43.7568875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ230qhBilWcJ1f0fEELiO99unsZTgSa { width:1.9375rem;height:1.79980625rem;top:40.70703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo { display:block; }#StP6MhCmPzliyi0khUvxdm0MHvBvd9Jo > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2xNe3BTx887snshMJmHuN5gAKgAZESA { width:20rem;height:12.9980625rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtXhz5FxQltyQ2fMtktu4GlI5yINNtpl { width:6.75rem;height:0.3125rem;top:12.248046875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo { width:20rem;height:21.473625rem;top:14.623046875rem;left:0rem;font-size:1rem;display:block; }#C7KoqmvQqxACxr5ZokhGaWNo6uLhG6wo li:before{  }
 }@media only screen and (max-width: 763px) { #lkuXtUi680vgozJZRhD5xCw9sgLZ65gT { width:20rem;height:21.473625rem;top:36.3447265625rem;left:0rem;font-size:1rem;display:block; }#lkuXtUi680vgozJZRhD5xCw9sgLZ65gT li:before{  }
 }@media only screen and (max-width: 763px) { #WkHWHzlKm669GZOVq8na4zPOAw0KNKkK { display:block; }#WkHWHzlKm669GZOVq8na4zPOAw0KNKkK > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmxpSgnlxMqB4iUQuCfqibpv4BZSAof8 { width:20rem;height:5.19921875rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRkrx43lW6UMTbo0JK0cdq5mAhnFbr7A { width:20rem;height:19.01075rem;top:6.94921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJCNEerflzcNmdVinloCqt3Ku8aXdXG7 { width:11.75rem;height:3.25rem;top:27.6474609375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtL0vitN9ORr0EaAAXdLtHfEUoTN1d7x { display:block; }
 }@media only screen and (max-width: 763px) { #DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP { display:block; }#DcHouRJs3EzwXk9XZTaEpx01FNa5d4SP > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeTuSTKTN4XKupFMTXPbumT2hNmHCPeJ { width:20rem;height:7.7988125rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaesuM7nTD6D997yFv5JcNKriKSfS1q { width:11.125rem;height:0.3125rem;top:6.8603515625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzEQfscORdRL2TJhs0Vt0TulUnp664n { width:20rem;height:3.5996125rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }#GKzEQfscORdRL2TJhs0Vt0TulUnp664n li:before{  }
 }@media only screen and (max-width: 763px) { #WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot { width:20rem;height:1.79980625rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }#WQlLwB5FWGXmvIbTb65tSe8FKWIOB0ot li:before{  }
 }@media only screen and (max-width: 763px) { #CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 { width:20rem;height:3.5996125rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }#CgRaVvOhqb3qCbTyPPF2PKEeHd4QU3T2 li:before{  }
 }@media only screen and (max-width: 763px) { #ahq6romMlUviLTy4hCeZXWce0uwS4ieM { width:20rem;height:5.3994125rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }#ahq6romMlUviLTy4hCeZXWce0uwS4ieM li:before{  }
 }@media only screen and (max-width: 763px) { #nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW { width:20rem;height:5.3994125rem;top:42.5625rem;left:0rem;font-size:1rem;display:block; }#nIhopDgUPu9ZDlvTwHv1PXpOF0NiTawW li:before{  }
 }@media only screen and (max-width: 763px) { #czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny { width:20rem;height:3.5996125rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }#czJbLHgv5MngCXGgkoWlkKmhLogvZ9ny li:before{  }
 }@media only screen and (max-width: 763px) { #Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 { width:20rem;height:7.19925rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }#Tep1FgT8RmlZCBmCJUM6FH3S10Bcz9l3 li:before{  }
 }@media only screen and (max-width: 763px) { #RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe { width:20rem;height:5.3994125rem;top:49.1875rem;left:0rem;font-size:1rem;display:block; }#RaZmBC3ETbxbwkcwpUaNxHE22Ek6NnFe li:before{  }
 }@media only screen and (max-width: 763px) { #fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T { display:block; }#fCJot2qz0cvO4Lbtcy8adXxwzBLqMf5T > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTFiJAyQPWqnZCM0UwWM282TyRqzoD2C { width:11.75rem;height:3.25rem;top:10.297875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d41374VWt1qTVMmfQDgnIIpP8ftBnum8 { display:block; }
 }@media only screen and (max-width: 763px) { #iqKO22ZANJhrl7VXH87aqM6qALiStEU8 { width:20rem;height:7.7988125rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BznSmImBBslm9mLibNTPNSLwQMMBBa6d { display:block; }#BznSmImBBslm9mLibNTPNSLwQMMBBa6d > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T45gs19ugZziVwWBgAU781ZBXxeFMNIv { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os79dFOUzd0TMfNrqOekgHDRl2KNHmmf { width:6.5625rem;height:0.3125rem;top:5.0996125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pHFLPkrcxEgWPBEuEfTTEwfLP5hXVU { width:6.625rem;height:1.5rem;top:6.662109375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW01fyMUK0ZTH64kdzUKxTDKcqiSibMg { width:4.8125rem;height:2rem;top:6.412109375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfAqBKRq8F7SODQZDzKpQa75wXQCN4kq { width:4.4375rem;height:1.3125rem;top:6.755859375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHz0uTtXQMnNg5QzThbMBKTWafrPsMrw { width:3rem;height:2.75rem;top:9.162109375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECLSJEaSIJbfE9qNv6oqlOE5rP4sCdbb { width:4.4375rem;height:1.25rem;top:9.912109375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMWWDXTly2A4BDMZF2CEqQwQFQq4pJ8c { width:5.9375rem;height:1.4375rem;top:9.818359375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqqTTurncm1ntocNH6TlVMcKARgM7AFR { width:4.375rem;height:1.375rem;top:13.287109375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyAQfrCbEyA9Luml9FvlRfAwONW9gzV { width:4.9375rem;height:1.875rem;top:13.037109375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdTWe1OV5dS9zmSWZC9MkpnRMTVMueTZ { width:3rem;height:3rem;top:12.224609375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnBHVZg8vlcR6WgKa8SfkkgsuQ0rpF7h { width:4.5rem;height:2.375rem;top:17.068359375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAaOsusxnUEbyPgsXBwSDwslT3emr3Xk { width:3.8125rem;height:3.3125rem;top:16.599609375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQxJdDRUVftW6JGDTx2KCVdt921tLxJ { width:3.375rem;height:3.25rem;top:16.162109375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxpvvSb8NfEq6um756b19trruu0sbUBL { width:3.4375rem;height:4.0625rem;top:15.755859375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R { display:block; }#Pxp1e5ZLHtnithGtLZnsBUO0dkmOUf7R > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIyNlqbecGi74BtHzCl2f5Usz1BNmOqJ { width:20rem;height:16.19925rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiBaOhwVytVPaILwXRa71IN4fWW7wBOD { width:20rem;height:5.19921875rem;top:18.69925rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OqVnPOk9uvMUtWCkT0tiIvQ45nDl8tGu { width:11.125rem;height:0.3125rem;top:21.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlzB9itTNWe7MUhPMgWDoqG1HouWw5s7 { width:20rem;height:7.19925rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP { width:20rem;height:1.79980625rem;top:33.25rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }#yxopIZs8l7tTgQ3uJLeMJWZ5UsDH6pQP li:before{  }
 }@media only screen and (max-width: 763px) { #Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq { width:20rem;height:3.5996125rem;top:36.25rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }#Z7xUrIq9tUS0EplFvgrSl5Xi8mmA2Haq li:before{  }
 }@media only screen and (max-width: 763px) { #DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 { background-color:#ffffff;background-image:none;display:block; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container { background-color: transparent; background-image: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container > .video-iframe-container { display: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row > .video-iframe-container { display: none; }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .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); }#DMPob4AqJqCyKvRgRnq72zODZFo2UKB9 > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBhFFfUfEIcoRtV52ItntHI0JXgBZ7tc { width:20rem;height:33.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-input-button { width:6.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1  { width:17.5rem;height:auto;top:8.90625rem;left:0rem; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 {display:block;}#zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 { width:17.5rem;height:auto;top:8.90625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #savFmhB1ZkrEuwThSU4BADvIU0zgDN4K {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #HW9qTSLVurz1g97GFRv9qG25kw3XMJlH {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #RxJsI4dmqW7LWTNV6qfc2B5wIykKrRQt {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #H64J8kNOWP5SeR4iEnLVhoNfkGMghazb {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #HIgI2ZKMesn1SIszBwTr5VU8NsrevwUz {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #Mdd6uqTMTU1wEu9HsykZCRPh46q4hIeP {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #DiZychTQPZIKzMCzobW7792obVINeesa {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #AHcCHUBs7iqWe1TugrKM2cGccAOEhahT {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #zRvqbBF5HsyiD2byNpALcsgZVcTrm5hf {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #khDPT3ybSFGywI90v8zcIqyS8wnWRgEo {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #noK2bPTrdm14MOXPLpTN8TBOsUtRkra7 {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #MJ9uOA3niLOwtfXAn5uLewqhRrgVhab9 {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #fFN4xuzPeNyvu4LWGhWDlpwAa8qmi3mJ {  }
 }@media only screen and (max-width: 763px) { #zmcPfRvDMTAdzUOyFc8edBZJhfdQKFg1 #PWD21hXLWf69oXTiRXLox7X5t8TkDH2K {  }
 }@media only screen and (max-width: 763px) { #rW9VLQZOqtD8ZzXrweo3kGf0ASPLeddE { width:18.5625rem;height:7.7988125rem;top:4.375rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT { display:block; }#ug3ktGNXy2IkVtvlLHlDbCuctfVXNvgT > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHaRhx5KOrt7NpKOZlwpAmxsMWpAXALV { width:20rem;height:7.7988125rem;top:5.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNMGqyhs24ze4L9dH1MkaqlZkaWxVyar { width:6.5625rem;height:0.3125rem;top:10.5478515625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1z5HqTEQT58opuVeB1rO2PhwCTnnClp { width:20rem;height:16.3125rem;top:14.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKz44bK5GW1OzE7tQH2K9SKS365KPGDM { display:none; }#TKz44bK5GW1OzE7tQH2K9SKS365KPGDM > .row .container { width:20rem;height:79.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsZ3DwVPkTRqpblXtHod6TuWm0bxcNgQ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRpZfdtA0sNHbp1DzVPp3rE3yMuF6XI { width:16.5625rem;height:0.3125rem;top:10.297875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUmh4TTJThp0o4GK64BtNVa5PlcAr6T6 { width:18.125rem;height:20.8125rem;top:11.860375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dabaffKyuglTeJ6NMsLLsG6L4QxVnaFN { width:20rem;height:2.4375rem;top:13.422875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkyGRAcLv52iT4Rw6qHTEzBd0Lw5IDBS { width:15.125rem;height:16.19825rem;top:15.860375rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1JEWkhhUFqdth6qJnSTRoPc0ZUGO01N { width:18.125rem;height:20.8125rem;top:33.922875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGaz8gNHL2beb75X1SBIy2L5HIbwDfPx { width:15.125rem;height:17.9980625rem;top:37.922875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiOBzwMqRNAvzOTM2Q1D3CG2B8a7KboL { width:20rem;height:2.4375rem;top:35.485375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCPQ22knAO7byK3MvefvNmlcxboSkuN { width:18.125rem;height:20.8125rem;top:57.1709375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdzT6Kv35EwK7OIiO5RrPL4iNy7XD0M { width:15.125rem;height:16.19825rem;top:61.1709375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rAiHlTOqEJHRlReQzabSFfVoCg8VSG { width:20rem;height:4.875rem;top:58.7334375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK { display:none; }#G7nIGfKfA4rqWqHU13x6eLOPBxO4s0NK > .row .container { width:20rem;height:97.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SeAlBJ5KwrMATTnf85VFyoR1dU4tyQuO { width:15.125rem;height:14.3984375rem;top:7.91015625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekoEsvmi0qC7xEd8C2uHqzVds6qsFMzk { width:18.125rem;height:20.8125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEfq0Ixy7dtJDJkRoodrpTOHuGcD5v7 { width:20rem;height:7.3125rem;top:2.8115234375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CilPJdQRbwdLmFydb5A6SSb8fKO2rc { width:18.125rem;height:20.8125rem;top:45.62109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVXm9TGTJBeTSsfDWBFSQJNiDtg5KSKH { width:20rem;height:4.875rem;top:46.74609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkniP6D5lqRpZ3A5gr6n5yiTJvdAkMQ { width:15.125rem;height:21.597625rem;top:51.62109375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS6UIhGTAKHNXJX0hCAqXZMWTqqt6pbE { width:19.375rem;height:7.3125rem;top:25.12109375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgdvfItdvfpAm6iiTsB4ovCTO97vttbP { width:15.125rem;height:12.598625rem;top:30.21875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv0Uowvlf1xhUC6ITN3wzTT0zT4w3puT { width:18.125rem;height:20.8125rem;top:23.55859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAuUTVVCMpndzvr8T5nq7lzgRyUq9afv { width:15.125rem;height:16.19825rem;top:80.46778125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSIsVKhwIrnIZBU3cwstuseFtfATTXnT { width:20rem;height:4.875rem;top:75.59278125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUKa8GR445OOyBhnowkTHoUQMvbS7nFe { width:18.125rem;height:20.8125rem;top:74.46778125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD { display:block; }#cVPy0IixgM9dxsTGMeZrg4EI48W5NfoD > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqy9epQwAGaZBTUIQ1nP0nWEnieEFI58 { width:12.75rem;height:3.5625rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlBTacwykwlfiTmuodWWlX8rylFdT8km { width:20rem;height:4.875rem;top:6.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Nbhdy3wWynVlyJIGDOcqp0MKJQibuE { width:10.8125rem;height:2.6875rem;top:12.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UybLgCH8TdIzTV8Z1lgVC7eoCFXpyQpC { display:block; }
 }@media only screen and (max-width: 763px) { #SaefzsAsMMeKOv1MIhJJpdOCMcV3dXnJ { width:8.25rem;height:1.57421875rem;top:16.125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }