.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3a03e5b-5e32-4e7a-8717-89890d2f8965/slide052000x1328.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#IBo4cdBeArSzbZwSv62WaZKEdVJi9D4p { color:#000000;display:block;width:52.375rem;position:absolute;font-family:lobster;font-size:4.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.75rem;left:8.7076835632325rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3pmIpToh6p4NOa5gDPfSCrdqzRoZmoR { color:#2d9ced;display:block;width:30.625rem;position:absolute;font-family:muli;font-size:2.4375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.5);top:9.875rem;left:8.125rem;height:3.16861875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kEn1oy5dFT5ne2glU3UfkeNbGrW1xeWv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:24.125rem;top:6.4375rem;left:36.375rem;overflow:hidden;display:block; }
#e0mdlRUURKD8LhO06bGnMJKoslsqdQTD { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:26rem;top:27.625rem;left:6.90625rem;display:block; }
#V923t39p7qiI0ppgcPmH2vnXJnKMGUZK { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:26rem;top:27.625rem;left:36.906253814698rem;display:block; }
#vNcDdFnFhhS538OV6caB0SS9TV6sotRo { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:33.375rem;left:7.0625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#gR31mLFIPKpJMm6pS1uH1yGLTQ7o80sh { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"muli black";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:34.9375rem;left:6.875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#hKTdb5ktEIDZuXVQ4CWgb43TKPLyowgP { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:36.625rem;left:8.125rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#EoRhvAUBHXZGFgycJp0DxTZ2Tedy3GOh { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:33.225261688233rem;left:36.906253814698rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#KPHxWUWxJHsbF19CB1Nz2TTaE5DNoRtJ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"muli black";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.856121063233rem;left:36.906253814698rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#B9i5Vonye0v81yHaR4HgbkBl1AGM6A39 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:36.44921875rem;left:37.520183563233rem;height:3.4121125rem;text-align:justify;text-align-last:initial;display:block; }
#aUepEMquRFeghfHM7v76XyrJ4GupTVpK { position:absolute;display:block;z-index:100030;height:12.6875rem;width:22.6875rem;top:19.875rem;left:8.7076835632325rem;display:block; }
#RPxInAZbEsxfx5Ho8QgVEyHOM01dFBpK { position:absolute;display:block;z-index:100031;height:12.6875rem;width:22.6875rem;top:19.875rem;left:38.457683563233rem;display:block; }
#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3a03e5b-5e32-4e7a-8717-89890d2f8965/slide052000x1328.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew.adaptive-delivery-prevent-bg, #F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew.lazyload, #F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew.lazyloading { background-image: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container { background-color: transparent; background-image: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container > .video-iframe-container { display: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row > .video-iframe-container { display: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .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); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container { border-width: 0; border-radius: 0; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:75rem;position:relative;display:block; }#l0rTe6GCnzuIKDM5EESCQtonVIVvF1VT { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:26rem;top:12.4375rem;left:6.875rem;display:block; }
#S2KQthrfMfpAZx7JCdIJs3pN6Lr8xVl6 { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:26rem;top:12.4375rem;left:36.875rem;display:block; }
#d4Cwst37X5PdFoL1SQperApH5RGMoUgP { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.875rem;left:6.875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#Q7WgJJuETGHHZ3Rk6BhU47n9omSxDDwl { color:#000000;display:block;width:26rem;position:absolute;font-family:"muli black";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:19.174480438233rem;left:6.875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#BEsU9DJW6oCKraUE8aVWIoZ8btpfHGqh { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:20.839195251465rem;left:7.21875rem;height:4.54948125rem;text-align:justify;text-align-last:initial;display:block; }
#L4SrGBQMTxpAt9ROOGKzyCLJDxbTbNtV { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:17.875rem;left:36.906253814698rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#x1iOQ4d8CRofVJ2wdMPOS1uFtNyTOtO6 { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"muli black";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:19.174480438233rem;left:36.875003814698rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#aUr7Ltfgt0Dyxudm74KS86nda0V1t2ML { color:#000000;display:block;width:24.125rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:20.637371063233rem;left:37.750003814698rem;height:3.4121125rem;text-align:justify;text-align-last:initial;display:block; }
#FsNmEKWQmQtIdGRVTad0BBo1M74SC83E { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:44.412761688233rem;left:21.75rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#BotFIDlykGvm3mJLBPZnmqppNP7EVGGK { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"muli black";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:45.712242126465rem;left:19.71875rem;height:1.29948125rem;display:block; }
#R8Bg57LpuN2pL1IN5rt11MAaHdTzaAuL { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:48rem;left:21.03125rem;height:2.3372375rem;text-align:justify;text-align-last:initial;display:block; }
#XDvz1aAxkyfHqDcLbTSiG1LouyJHxzdI { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:30.4375rem;top:38.1875rem;left:19.46875rem;display:block; }
#hOscBVOadW1g3Enl92uD2KaPiwIwRzfE { position:absolute;display:block;z-index:100032;height:12.6875rem;width:22.6875rem;top:4.5rem;left:8.53125rem;display:block; }
#c88Bl6hWcf0LKIWzGfNuUdO0cBndWwm2 { position:absolute;display:block;z-index:100033;height:12.6875rem;width:22.6875rem;top:4.5rem;left:38.531253814698rem;display:block; }
#yFCOByX7muw3LTtST6LifksorT1eH6F9 { position:absolute;display:block;z-index:100034;height:12.6875rem;width:22.6875rem;top:30.8125rem;left:23.343753814698rem;display:block; }
#uHcNuwterFv5Fi2DGRlbc1OBwNOKh0x2 { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:26rem;top:64.0625rem;left:6.875rem;display:block; }
#GNsE2F97b0M4SHdtfwyG4TiuEIDBFVDx { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:13.75rem;width:26rem;top:64.0625rem;left:36.875003814698rem;display:block; }
#qXf2liEEnMeTB0soSkBnWli8N671hzqC { position:absolute;display:block;z-index:100042;height:12.6875rem;width:22.6875rem;top:57.736980438233rem;left:38.531253814698rem;display:block; }
#PgPkf0T7prhS086aa6aWfuwhcBQe2dJz { color:#000000;display:block;width:16rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:72.111984252931rem;left:41.875003814698rem;height:2.3372375rem;text-align:center;text-align-last:center;display:block; }
#b7roowB1QVHEI5iL86OIskTCUVhV41eh { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:69.5rem;left:36.875003814698rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#aiMP9nXZix4NCCXhQblmiSxblrHNsade { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"montserrat 500";font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:71.037765502931rem;left:13.25rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#TT2kd6HQTeTGsKcl0oTO1peJzKERKhxO { color:#000000;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:69.5rem;left:6.875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#DNu5qTALM1mueych1syzUmDH9LS7B5iP { background-color:#45ab3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:73.25rem;left:10.40625rem;display:block; }
#XbGy4GctzLwEqa8TcuvMJFEe3DQTS7B7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qhiJekg7KyhGqg2Qdgmd9h6fA3gUe3DM { position:absolute;display:block;z-index:100045;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;height:11rem;width:15.8125rem;top:57.09375rem;left:11.65625rem;overflow:hidden;display:block; }
#UpA67FfxpPwFooU4D4DtfIsqEINZI23e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312424;background-image:none;position:relative;display:block; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container { background-color: transparent; background-image: none; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container > .video-iframe-container { display: none; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row > .video-iframe-container { display: none; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .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); }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container { border-width: 0; border-radius: 0; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#HTNblhnXB4SGG9mOXGcJnuZFM3eRNJlE { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:9.5625rem;height:5.03645625rem;font-style:normal;display:block; }
#UWUa2HngJH0FvXExgccwSteFA0nVBqHd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:14.875rem;top:1.79296875rem;left:32.9375rem;overflow:hidden;display:block; }
#hdmdVk9f8Ne1sLwklmzFDlafEUHEwl3f { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:9.5625rem;height:6rem;display:block; }
#WKbmHmLOiM0JQWksQuX0vZUgkKcVoaCT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:25.4375rem;top:2.76171875rem;left:42rem;overflow:hidden;display:block; }
#ktbesubheQtSlrMS0kfkvTTbQQ7Hm124 { z-index:100002;top:17.5625rem;left:9.5625rem;background-color:rgba(255,255,255,0.98);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FlxP4VsBbTa7ecBF5iGWNKAaM7WW6k4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t5fkUR3mtkKJu6ZR3SPv6gKU10hiV6Zm { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.6875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1rem;left:55.0625rem;height:0.8888875rem;text-align:center;text-align-last:center;display:none; }
#anZrn9lu8meD24sGllTFGybL2GUKrDa0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container { background-color: transparent; background-image: none; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container > .video-iframe-container { display: none; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row > .video-iframe-container { display: none; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .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); }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container { border-width: 0; border-radius: 0; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBo4cdBeArSzbZwSv62WaZKEdVJi9D4p { width:47.75rem;height:5.6875rem;top:0.75rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pmIpToh6p4NOa5gDPfSCrdqzRoZmoR { width:30.625rem;height:3.125rem;top:9.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEn1oy5dFT5ne2glU3UfkeNbGrW1xeWv { width:24.125rem;height:10.0625rem;top:6.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0mdlRUURKD8LhO06bGnMJKoslsqdQTD { width:26rem;height:13.75rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V923t39p7qiI0ppgcPmH2vnXJnKMGUZK { width:26rem;height:13.75rem;top:27.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNcDdFnFhhS538OV6caB0SS9TV6sotRo { width:25.8125rem;height:1.3125rem;top:33.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR31mLFIPKpJMm6pS1uH1yGLTQ7o80sh { width:25.8125rem;height:1.125rem;top:34.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKTdb5ktEIDZuXVQ4CWgb43TKPLyowgP { width:24.25rem;height:2.3125rem;top:36.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoRhvAUBHXZGFgycJp0DxTZ2Tedy3GOh { width:26.25rem;height:1.3125rem;top:33.1875rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPHxWUWxJHsbF19CB1Nz2TTaE5DNoRtJ { width:25.9375rem;height:1.3125rem;top:34.8125rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9i5Vonye0v81yHaR4HgbkBl1AGM6A39 { width:24.5625rem;height:3.4375rem;top:36.4375rem;left:23.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUepEMquRFeghfHM7v76XyrJ4GupTVpK { width:22.6875rem;height:12.6875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPxInAZbEsxfx5Ho8QgVEyHOM01dFBpK { width:22.6875rem;height:12.6875rem;top:19.875rem;left:24.832683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew { display:block; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0rTe6GCnzuIKDM5EESCQtonVIVvF1VT { width:26rem;height:13.75rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2KQthrfMfpAZx7JCdIJs3pN6Lr8xVl6 { width:26rem;height:13.75rem;top:12.4375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Cwst37X5PdFoL1SQperApH5RGMoUgP { width:26.1875rem;height:1.3125rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7WgJJuETGHHZ3Rk6BhU47n9omSxDDwl { width:26rem;height:1.3125rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEsU9DJW6oCKraUE8aVWIoZ8btpfHGqh { width:25.1875rem;height:4.5rem;top:20.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4SrGBQMTxpAt9ROOGKzyCLJDxbTbNtV { width:25.9375rem;height:1.25rem;top:17.875rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1iOQ4d8CRofVJ2wdMPOS1uFtNyTOtO6 { width:26.0625rem;height:1.3125rem;top:19.125rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUr7Ltfgt0Dyxudm74KS86nda0V1t2ML { width:24.125rem;height:4.5rem;top:20.625rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNmEKWQmQtIdGRVTad0BBo1M74SC83E { width:25.875rem;height:1.3125rem;top:44.375rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotFIDlykGvm3mJLBPZnmqppNP7EVGGK { width:29.9375rem;height:1.25rem;top:45.6875rem;left:6.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Bg57LpuN2pL1IN5rt11MAaHdTzaAuL { width:27.3125rem;height:2.3125rem;top:48rem;left:7.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvz1aAxkyfHqDcLbTSiG1LouyJHxzdI { width:30.4375rem;height:13.75rem;top:38.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOscBVOadW1g3Enl92uD2KaPiwIwRzfE { width:22.6875rem;height:12.6875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88Bl6hWcf0LKIWzGfNuUdO0cBndWwm2 { width:22.6875rem;height:12.6875rem;top:4.5rem;left:24.906253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCOByX7muw3LTtST6LifksorT1eH6F9 { width:22.6875rem;height:12.6875rem;top:30.8125rem;left:9.7187538146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcNuwterFv5Fi2DGRlbc1OBwNOKh0x2 { width:26rem;height:13.75rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsE2F97b0M4SHdtfwyG4TiuEIDBFVDx { width:26rem;height:13.75rem;top:64.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXf2liEEnMeTB0soSkBnWli8N671hzqC { width:22.6875rem;height:12.6875rem;top:57.6875rem;left:24.906253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgPkf0T7prhS086aa6aWfuwhcBQe2dJz { width:16rem;height:2.3125rem;top:72.0625rem;left:28.250003814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7roowB1QVHEI5iL86OIskTCUVhV41eh { width:26.0625rem;height:1.3125rem;top:69.5rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiMP9nXZix4NCCXhQblmiSxblrHNsade { width:13.25rem;height:1.125rem;top:71rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2kd6HQTeTGsKcl0oTO1peJzKERKhxO { width:26rem;height:1.3125rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNu5qTALM1mueych1syzUmDH9LS7B5iP { width:18.9375rem;height:3.125rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbGy4GctzLwEqa8TcuvMJFEe3DQTS7B7 { display:block; }
 }@media only screen and (max-width: 763px) { #qhiJekg7KyhGqg2Qdgmd9h6fA3gUe3DM { width:15.8125rem;height:11rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpA67FfxpPwFooU4D4DtfIsqEINZI23e { display:block; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTNblhnXB4SGG9mOXGcJnuZFM3eRNJlE { width:22.25rem;height:5rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUa2HngJH0FvXExgccwSteFA0nVBqHd { width:14.875rem;height:6.9375rem;top:1.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdmdVk9f8Ne1sLwklmzFDlafEUHEwl3f { width:31.75rem;height:6rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKbmHmLOiM0JQWksQuX0vZUgkKcVoaCT { width:25.4375rem;height:18.625rem;top:2.75rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktbesubheQtSlrMS0kfkvTTbQQ7Hm124 { top:17.5625rem;left:0rem;width:21.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlxP4VsBbTa7ecBF5iGWNKAaM7WW6k4H { display:block; }
 }@media only screen and (max-width: 763px) { #t5fkUR3mtkKJu6ZR3SPv6gKU10hiV6Zm { width:8.9375rem;height:0.875rem;top:1rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anZrn9lu8meD24sGllTFGybL2GUKrDa0 { display:block; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3a03e5b-5e32-4e7a-8717-89890d2f8965/slide052000x1328.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBo4cdBeArSzbZwSv62WaZKEdVJi9D4p { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pmIpToh6p4NOa5gDPfSCrdqzRoZmoR { width:20rem;height:1.7871125rem;top:6.125rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kEn1oy5dFT5ne2glU3UfkeNbGrW1xeWv { width:20rem;height:8.3419689119169rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0mdlRUURKD8LhO06bGnMJKoslsqdQTD { width:20rem;height:13.75rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V923t39p7qiI0ppgcPmH2vnXJnKMGUZK { width:20rem;height:13.75rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNcDdFnFhhS538OV6caB0SS9TV6sotRo { width:20rem;height:1.29948125rem;top:26.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gR31mLFIPKpJMm6pS1uH1yGLTQ7o80sh { width:20rem;height:2.3372375rem;top:28.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKTdb5ktEIDZuXVQ4CWgb43TKPLyowgP { width:18.8125rem;height:2.3372375rem;top:31rem;left:0.5625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EoRhvAUBHXZGFgycJp0DxTZ2Tedy3GOh { width:20rem;height:1.29948125rem;top:48.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPHxWUWxJHsbF19CB1Nz2TTaE5DNoRtJ { width:20rem;height:1.29948125rem;top:50.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9i5Vonye0v81yHaR4HgbkBl1AGM6A39 { width:18.8125rem;height:4.54948125rem;top:51.875rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aUepEMquRFeghfHM7v76XyrJ4GupTVpK { width:16.625rem;height:10.5rem;top:15.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPxInAZbEsxfx5Ho8QgVEyHOM01dFBpK { width:16.625rem;height:10.5rem;top:37.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3a03e5b-5e32-4e7a-8717-89890d2f8965/slide052000x1328.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew.adaptive-delivery-prevent-bg, #F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew.lazyload, #F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew.lazyloading { background-image: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container { background-color: transparent; background-image: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container > .video-iframe-container { display: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row > .video-iframe-container { display: none; }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .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); }#F0UVuNgEabwzEvfySBgOpWPmNT3nO3Ew > .row .container { width:20rem;height:114.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0rTe6GCnzuIKDM5EESCQtonVIVvF1VT { width:20rem;height:16.5625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2KQthrfMfpAZx7JCdIJs3pN6Lr8xVl6 { width:20rem;height:14.0625rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Cwst37X5PdFoL1SQperApH5RGMoUgP { width:20rem;height:1.29948125rem;top:13.038414001465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7WgJJuETGHHZ3Rk6BhU47n9omSxDDwl { width:20rem;height:2.59895625rem;top:14.337890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEsU9DJW6oCKraUE8aVWIoZ8btpfHGqh { width:19rem;height:6.82425rem;top:16.987632751465rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #L4SrGBQMTxpAt9ROOGKzyCLJDxbTbNtV { width:20rem;height:1.29948125rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1iOQ4d8CRofVJ2wdMPOS1uFtNyTOtO6 { width:20rem;height:1.29948125rem;top:39.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUr7Ltfgt0Dyxudm74KS86nda0V1t2ML { width:18.625rem;height:5.68685rem;top:41.125rem;left:0.875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FsNmEKWQmQtIdGRVTad0BBo1M74SC83E { width:20rem;height:1.29948125rem;top:60.3125rem;left:0rem;font-size:1rem;z-index:100014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BotFIDlykGvm3mJLBPZnmqppNP7EVGGK { width:20rem;height:2.59895625rem;top:61.611980438233rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8Bg57LpuN2pL1IN5rt11MAaHdTzaAuL { width:19.375rem;height:4.54948125rem;top:64.5625rem;left:0.43750005960464rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XDvz1aAxkyfHqDcLbTSiG1LouyJHxzdI { width:20rem;height:14.0625rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOscBVOadW1g3Enl92uD2KaPiwIwRzfE { width:16.625rem;height:10.5rem;top:2.3509140014649rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88Bl6hWcf0LKIWzGfNuUdO0cBndWwm2 { width:16.625rem;height:10.5rem;top:27.25rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCOByX7muw3LTtST6LifksorT1eH6F9 { width:16.625rem;height:10.5rem;top:49.6875rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcNuwterFv5Fi2DGRlbc1OBwNOKh0x2 { width:20rem;height:13.75rem;top:77.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsE2F97b0M4SHdtfwyG4TiuEIDBFVDx { width:20rem;height:13.75rem;top:98.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXf2liEEnMeTB0soSkBnWli8N671hzqC { width:17.6875rem;height:11.1875rem;top:93.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgPkf0T7prhS086aa6aWfuwhcBQe2dJz { width:16rem;height:2.3372375rem;top:107.4375rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7roowB1QVHEI5iL86OIskTCUVhV41eh { width:20rem;height:1.29948125rem;top:105.0625rem;left:0rem;font-size:1rem;z-index:100014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiMP9nXZix4NCCXhQblmiSxblrHNsade { width:20rem;height:1.13736875rem;top:85.125rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT2kd6HQTeTGsKcl0oTO1peJzKERKhxO { width:20rem;height:1.29948125rem;top:83.4375rem;left:0rem;font-size:1rem;z-index:100014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNu5qTALM1mueych1syzUmDH9LS7B5iP { width:17.4375rem;height:2.5625rem;top:87.0625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbGy4GctzLwEqa8TcuvMJFEe3DQTS7B7 { display:block; }
 }@media only screen and (max-width: 763px) { #qhiJekg7KyhGqg2Qdgmd9h6fA3gUe3DM { width:14.125rem;height:9.8125rem;top:71.8125038147rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpA67FfxpPwFooU4D4DtfIsqEINZI23e { display:block; }#UpA67FfxpPwFooU4D4DtfIsqEINZI23e > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTNblhnXB4SGG9mOXGcJnuZFM3eRNJlE { width:17.6875rem;height:7.3125rem;top:0.6875rem;left:0.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWUa2HngJH0FvXExgccwSteFA0nVBqHd { width:8.1875rem;height:3.6875rem;top:5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdmdVk9f8Ne1sLwklmzFDlafEUHEwl3f { width:17.5rem;height:9.1875rem;top:9.375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKbmHmLOiM0JQWksQuX0vZUgkKcVoaCT { width:18.5625rem;height:13.5rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktbesubheQtSlrMS0kfkvTTbQQ7Hm124 { top:20.82421875rem;left:1.1875rem;width:17.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlxP4VsBbTa7ecBF5iGWNKAaM7WW6k4H { display:block; }
 }@media only screen and (max-width: 763px) { #t5fkUR3mtkKJu6ZR3SPv6gKU10hiV6Zm { width:8.9375rem;height:0;top:126.4375rem;left:6.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #anZrn9lu8meD24sGllTFGybL2GUKrDa0 { display:block; }#anZrn9lu8meD24sGllTFGybL2GUKrDa0 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }