.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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:url("https://images.assets-landingi.com/uc/b5ae7e92-a235-4b73-9a44-360b342b947a/Untitleddesign23.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#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.5); }#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); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { background-color: transparent; background-image: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .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); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { border-width: 0; border-radius: 0; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#28252e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.71875rem;left:31.8125rem;display:block; }
#iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQIFummNbeRuUIBRC40B5EwvbomZqS9x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#28252e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.71875rem;left:37.625rem;display:block; }
#LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#28252e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.71875rem;left:43.25rem;display:block; }
#siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#28252e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.71875rem;left:48.875rem;display:block; }
#Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRE27zcsLK3mV7F43FA924WdNxTF60Hu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#28252e;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.71875rem;left:54.375rem;display:block; }
#HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVGMPGMpdrIlmDszMQwK2HAlnAh5vJ0B { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd { position:relative;display:block; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd { background-color: transparent; background-image: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container > .video-iframe-container { display: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row > .video-iframe-container { display: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .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); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd { border-width: 0; border-radius: 0; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:51.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#di7aX1siqbHRFzaaoFtx7SMPZnRlkOKw { color:#ffffff;display:block;width:30.2485625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:12.625rem;left:0rem;height:7.19925rem;font-style:normal;display:block; }
#T0ly2LRMUNrG0qUUlal1JVTD1izg21LL { color:#ffffff;display:block;width:27.0610625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:20.9375rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#nbaulEqxgZzlesTodLgaGa1ghKMMZvtW { position:absolute;display:block;z-index:14999;background-color:#004aad;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61) ;height:37.0625rem;width:29.3125rem;top:8.6875rem;left:30.6875rem;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-form-header {  }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#ffffff;width:26rem;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;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c93b40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:26rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#d32d32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#f2f9ff;width:26rem;height:3.8125rem;font-family:"open sans";overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 [class*="-text"]:-moz-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 [class*="-text"]::-moz-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 [class*="-text"]:-ms-input-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 [class*="-text"]::-webkit-input-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#f6f6f6;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal;float:none;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .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; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-container:first-of-type{padding-top:0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-container:last-of-type{padding-bottom:0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.625rem;left:31.125rem; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 {display:block;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.625rem;left:31.125rem; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #hMkqt08BS4g8dS1ykbvQT7FotAiqHzzl { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #VwHg1PsObWCeospm1WBTk8OSMEKV1qMo { position:relative;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #HwDXdcEVTCN1a8WaWHgzlckyIKNZ41Ww { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #BDp25KDMRcbFiPtMzt2oF3DdIR1edXEO { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #p1Htd5FGnSTcTMIIUOHiRTv0WcKJAK3f { position:relative;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #csKoa4eFzMKfbudkDUNxEcTGPuGWhhU8 { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #o9fkBOEI4SctfZWnNZmFwRapOZcXPtaV { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #d6SUUbdbaD38WRgRNv0SEFgeR4agEiP5 { position:relative;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #rm5i7IXJWhOaXviqZZL89L25TQ2fFfih { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #HlTncT6ZxXBKJZuUiBcS36etyTJNWXcx { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #dQyax2KmiTSQuz53t4iSsrRgelfx9KrM { position:relative;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #I9Crp20DBUQBT0tIMV8FLnMx4ppTOLRv { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #qkzW2Wa1LFFhux0A4ZH1BUbqsNMzucRx { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #NsXT8lLnslybdNz49SRfIdoToQUw2OIR { position:relative;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #NirvRhgraZqQ4Q7pdaShziyeSJoK3twA { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #ApVLiiMUVc4OS3qp10yErR49Uti4tl3E { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #aSTsxzfR2sVT2Iwt1FdvPktUgcHb0AZD { position:relative;z-index:2; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #KQk5mNfVDE9iSaFNJMqdc9UoOKTG0Q3R { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #CQLhv1X6bVebvoyur7ZrTTXy6mmTdCDm { position:relative; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #UUl1MiIcz6r4ligDEFuT8hACoJiXnUVA { position:relative; }
#frxgi1xIEWto9qFCFfwiprdrbERo6LLi { color:#ffffff;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:9.57470703125rem;left:32.34375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsmGK6d5f3CbtTnaAT3o40LFX1CPtic9 { color:#ffffff;display:block;width:27.0610625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:25.1875rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#AOXKq39rdUKU8SzZmlaEkQg7QZtLZ5Gr { color:#ffffff;display:block;width:27.0610625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:29.875rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#moqkP4RKpCqcSubBp4khaC1uyVRz2rvL { color:#ffffff;display:block;width:27.0610625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.375rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { background-color: transparent; background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .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); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { border-width: 0; border-radius: 0; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { color:#28252e;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:34.5625rem;height:22.0966875rem;display:block; }
#Rpso51312zWfG9sCalci1knWlwIqmICc { color:#28252e;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:34.5625rem;height:3.65625rem;font-style:normal;display:block; }
#FdMurJdFGLG6gSLJnBxTPUkFkSuG43sa { color:#004aad;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:9.1875rem;left:34.5625rem;height:1.57470625rem;font-style:normal;display:block; }
#nTunH0r7y8I5nVdFJfndTEWbq2v8T2tC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.25rem;width:33.25rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI { position:relative;display:block; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI { background-color: transparent; background-image: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container > .video-iframe-container { display: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row > .video-iframe-container { display: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .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); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI { border-width: 0; border-radius: 0; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:42rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LSENFc6kvsXBGIi7Gyi6SBQTWoRq8xp7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.9375rem;left:0rem;height:3.5996125rem;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; }
#CdKNcCBKdQMC69yIz5bdV4fxdN0cJT2H { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:block; }
#tKoXdUr2pgZVdd6O4GtgdzsTk3vo4NFa { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:11.9375rem;left:20.5rem;display:block; }
#qxzmEcWI7yfM87hqVkQXwmqD9ouTw7Kb { color:#494949;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.875rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ryxw3xRJ5UMOSvpyNtdTJeDb1kHo9fE6 { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:14.5rem;left:5.6875rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KahmzMfwKK8Sn2pZWDhmbGx4ptAzP3JO { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:21.875rem;left:0rem;display:block; }
#ALI8MgbmN0eJowiectXIRbHKaqSAs5nR { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:21.875rem;left:20.5rem;display:block; }
#SK085LqCTV8zb9badnwfm39FPBFhzsHz { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:31.125rem;left:31.1875rem;display:block; }
#QGqOGw0zEgpJ9GsWlES1GvyASShezTnW { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:11.9375rem;left:41rem;display:block; }
#R770QHlWkhGy4dqqPfxuDwEcZ9FVab25 { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:21.875rem;left:40.9375rem;display:block; }
#BfT3xg1kD5MbGx53gBwaa5aaqpWGBq1t { color:#494949;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHRuDkT9wQRCNbQqEBta2pIytF4ACdh5 { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:14.5rem;left:26.1875rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJVfrpV7isTUcxcWqJNSomSIaZG7HcNL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.4375rem;left:21.3125rem; }
#yLn0NwUXq5hmPBMeSg5p5lKUa2rQFODC { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:14.5625rem;left:46.625rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIIQhpdnKd2bB0IKCN0sme3zVPIztNLT { color:#494949;display:block;width:12.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.875rem;left:46.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbrEKUmUtBBWcMshBDqoO4dNTqKlLsQe { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:13.4375rem;left:41.65625rem;overflow:hidden;display:block; }
#r5KXAXnHhsJ4mOnAW8LQdHHNiB29lpS2 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:23.1875rem;left:0.75rem;overflow:hidden;display:block; }
#l1enJT4tgZ6FkknVwDEmQaE2ZupSK6CT { color:#494949;display:block;width:12.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:22.5rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boM46LdeiEHuByDrFiR1RXePfyNfoECQ { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:24.125rem;left:5.6875rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gVpb1Mzr2rgHNzzXI79zTKda9KcmUE3M { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:23.375rem;left:21.125rem;overflow:hidden;display:block; }
#CBpg8En4RQPqlqlMVxn3ZpRh3R19WlKU { color:#494949;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:22.6875rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMszTMPgmUu64UVxDkyxi2KJB4z7k9ka { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:24.3125rem;left:26.1875rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1R7EZTBf6Ki0nai8kCUPMd2S20617H6 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:23.15625rem;left:41.4375rem;overflow:hidden;display:block; }
#AVIWDpR1usSmNWvPHhTTAZqTgcSyOFbE { color:#494949;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:22.6875rem;left:46.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K6h2vrptq9o6r9wcSbMkJlT1EpxwR9xK { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:24.3125rem;left:46.5rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BiyVUQNBb6SfhtvoE6XD3GgMTAAePRA7 { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:31.125rem;left:10.4375rem;display:block; }
#oAZPcgVVKiCvHblKvNrh06d356B3bOuX { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:32.75rem;left:11.125rem;overflow:hidden;display:block; }
#tC7ZxsOh1AmAiniVCfQKc4pqxSXC7vLo { color:#494949;display:block;width:13.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:31.75rem;left:15.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KUMtcvT2ExP9xWspxgPx0Z9BxDRef42C { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:33.375rem;left:15.9375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d30mfLgaIbxsvL0SL0o8d0bnBPLBFSXx { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:32.4375rem;left:31.8125rem;overflow:hidden;display:block; }
#QA4Tb9BDsSTliFTiPd07nGG0i8ZuQ1Mm { color:#494949;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:31.9375rem;left:37rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EgRzgx2K6AQ8urmsTEvl6sOmTCr68UMD { color:#28252e;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:33.5625rem;left:37rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWwge5BBNIXl7FuWJ81dRwp6XZXaFtk6 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:13.5rem;left:0.75rem;overflow:hidden;display:block; }
#MTNtLOqkVWPnQupHBmaSyD5bm5DfgaBL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:7.099609375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsfsR4Sa1u9VBfuPKn81TJP5bRdokPkB { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#MabbcsL87FeC1OeCHK1g77RQKrubZn4p { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#OtEXnMV8cEn9eW9ZguemazsHKIW56KDp { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#AAXH2TZ0spVncEr02hWrJJqK6HBI2gJ2 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#XvOtoFte2wGqzRkQF4FPD2OFGcQ8EZgf { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#MdsHXi5xWnUdfsiCKpuhkeCE39yGtVMb { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#SbEkO2XOXwkOePxcANXICFGUPIy4ACCC { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container { background-color: transparent; background-image: none; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container > .video-iframe-container { display: none; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row > .video-iframe-container { display: none; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .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); }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container { border-width: 0; border-radius: 0; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#LDMZRA55sIe8dWUn26oiuhL8JHUzzWiV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.91845703125rem;left:0rem;height:3.5996125rem;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; }
#iIm6RrLIVXT8mMDugKTGhPetwTrRuxaS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:6.14306640625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container { background-color: transparent; background-image: none; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container > .video-iframe-container { display: none; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row > .video-iframe-container { display: none; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .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); }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container { border-width: 0; border-radius: 0; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#SffeI02Hw1katobv2sc3rQW4DO9Tw5Pl { color:#d32d32;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xxpkg62XevHRfM2LRnCMtMzAM1ExqUnh { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.0625rem;left:5.6875rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9JuMM4Ncim34cOkMThARh668ezxz6lZ { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.1875rem;left:0.25rem;height:7.31200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6iXMCbLy81UTfR5Q9FhT5fudmUx3Pz1 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.98);top:8.1875rem;left:20.28125rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mzgi12TXOAU6OQfLetVGsC00yGSiLVB2 { color:#d32d32;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:20.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHmRD58M6llCpNR5vWWyrZi7iR7kdxug { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.0625rem;left:25.75rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dJEupRC7qlAmfn3ay8qH32s7G7eter5k { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.1875rem;left:40.4375rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQ9vwbDGleWN3NOEM8ThZFqMELDlgAGv { color:#d32d32;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:40.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BM96QvMT7Rc4k66LBlBclXc290NfbmLH { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.7216796875rem;left:46rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CylKXQ505rnoGSsqU309omywX4novuUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container { background-color: transparent; background-image: none; }#CylKXQ505rnoGSsqU309omywX4novuUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container > .video-iframe-container { display: none; }#CylKXQ505rnoGSsqU309omywX4novuUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylKXQ505rnoGSsqU309omywX4novuUH > .row > .video-iframe-container { display: none; }#CylKXQ505rnoGSsqU309omywX4novuUH > .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); }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container { border-width: 0; border-radius: 0; }#CylKXQ505rnoGSsqU309omywX4novuUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#SqV1huT7yU2O1CoZ6GuV4HFFEf11LXmH { background-color:#d32d32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fcfcfc;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.93);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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.625rem;height:5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.625rem;left:11.1875rem;display:block; }
#fnldi1kR4AyNHeikK5AHphn3osrgJkTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { background-color: transparent; background-image: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .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); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { border-width: 0; border-radius: 0; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#FuSpyIhAaT8DxJdaQaKxwxAakZqDMkeS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.16845703125rem;left:0rem;height:3.5996125rem;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; }
#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container { background-color: transparent; background-image: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container > .video-iframe-container { display: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row > .video-iframe-container { display: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .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); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container { border-width: 0; border-radius: 0; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#APKvKeSFzUqz7wqTk7Hk0mgnNA9iOpHg { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:50.75rem;width:29.0625rem;top:0rem;left:0rem;display:block; }
#qlvbIeLgZa7dkXktDycirASGTaZVH83l { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:50.6875rem;width:29.0625rem;top:0rem;left:30.9375rem;display:block; }
#PwSa9azpmKSzdeQm3l8xFFmliWLFPgtC { color:#28252e;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:12.0625rem;left:2.1875rem;height:36.39451875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EQNOclX74EhG7Lbd8tKSX48rQ36JXuaf { color:#28252e;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:12.0625rem;left:32.875rem;height:36.39454375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iz6P0my6mrZTZ2eTkZLTO2VDR1eLBZI8 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:1.9375rem;width:25.75rem;top:5.01806640625rem;left:1.65625rem;overflow:hidden;display:block; }
#d0CnBH6J0rfs8y0a43TJQNe16EqUdCyw { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:10.8125rem;width:21.875rem;top:0.58056640625rem;left:34.53125rem;overflow:hidden;display:block; }
#RdOCOZPRRbxJkeMTBoxaT0SL31HciuAE { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#hVNH3e1CRWtWvOyfkSGy9pkVca4UUmNH { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:19rem;top:11.9375rem;left:0rem;display:none; }
#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container { background-color: transparent; background-image: none; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container > .video-iframe-container { display: none; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row > .video-iframe-container { display: none; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .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); }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container { border-width: 0; border-radius: 0; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#wNIbxCrZkq0wAVQagf3CT93ptzXNRvPG { color:#28252e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.16845703125rem;left:0rem;height:3.5996125rem;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; }
#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container { background-color: transparent; background-image: none; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container > .video-iframe-container { display: none; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row > .video-iframe-container { display: none; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .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); }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container { border-width: 0; border-radius: 0; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#SSrRISu8niSXDoG026uETq1Qr5WSXMJp { color:#28252e;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:1.4375rem;left:5.6875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSboovfn7WTDT4BRsi74Ghe4HX0Dafyl { color:#28252e;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.6875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VnrOdP1Wc02I0fwR8Gu9iFHULioGDgFz { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#CMDXHSD7QT3r5TXMyQSr5ouzFZ6O6hK7 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:1.47802734375rem;left:31.78125rem;overflow:hidden;display:block; }
#zlDtyoTR5kpLhKZsCrPkA9AD1OGTPMJO { color:#28252e;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:1.4375rem;left:35.25rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZGwLHnEfxlPiJMCVc9fO3g39hXVcswS { color:#28252e;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:3.9375rem;left:35.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVA6ufbWMcHMJeIPu85usCh50BQ2cOAH { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:12.60302734375rem;left:2.4375rem;overflow:hidden;display:block; }
#efAIvWMv1H1CIJ6rPDlpGGZWOgDvD56c { color:#28252e;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.6875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZL7bUzgJnfRwTTWTs9KfZmtNOGyHR3vc { color:#28252e;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.6875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiP7Mt55dFUOkODnUug91fDxvrFCDEbX { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:12.32177734375rem;left:31.8125rem;overflow:hidden;display:block; }
#OkwGT83JAldznbsewtAMkOoNtnTROeTX { color:#28252e;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.25rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfebh8a3We7RPudgKToiLSOVBIZ0U31p { color:#28252e;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.3125rem;left:35.25rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTPFrTBfnbW0aZiNWpd7KmaATqydZMWe { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.4) ;height:3.5rem;width:3.5rem;top:0.9375rem;left:1.6875rem;display:block; }
#VLXo9o68conO4IwQeOL22kGupRun0dgP { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.4) ;height:3.5rem;width:3.5rem;top:11.8125rem;left:1.6875rem;display:block; }
#Nn37w1mSgBRRSoUffGlxPBJzsy5pEUnr { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.4) ;height:3.5rem;width:3.5rem;top:0.94677734375rem;left:31.25rem;display:block; }
#gFstGZmHqGAhte3tLHTgDaoC37MxXhmo { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.4) ;height:3.5rem;width:3.5rem;top:11.75927734375rem;left:31.25rem;display:block; }
#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container { background-color: transparent; background-image: none; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container > .video-iframe-container { display: none; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row > .video-iframe-container { display: none; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .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); }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container { border-width: 0; border-radius: 0; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#BHih14ieKNIeayVlZS53JS8IBZaITPR5 { background-color:#d32d32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fcfcfc;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.93);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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.625rem;height:5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:11.1875rem;display:block; }
#p453GUIozGJf1mldRkPRTZ1Oi1P9vUvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEBLytRefBcteumluIFbA3o58cdwg3Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { background-color: transparent; background-image: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .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); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { border-width: 0; border-radius: 0; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#aUOt0Br7E9HygkeVzKuIpgc27825BCWV { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.875rem;left:3rem;height:3.65625rem;font-style:normal;display:block; }
#HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.380859375rem;left:5.8125rem;height:2.92480625rem;display:block; }
#TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:14rem;left:5.59375rem;height:1.4624rem;display:block; }
#TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:8.7998046875rem;left:21.8125rem;height:1.4624rem;display:block; }
#sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:0.6806640625rem;left:42.78125rem;overflow:hidden;display:block; }
#A7K1yuIWBp46zFeQ6OVIJbMU8T9RGyqP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.3125rem;left:3rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#oouaW2vsATGCkCIcAg9RxlrkxVczKdnz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:13.41796875rem;left:3rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#FvpBfXbkFr9gakPP6Rf3K7c9h2krB9U6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.4375rem;left:18.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fzv63CeyqVyoHOiSaCcPWLeMryZlnTl8 { position:absolute;display:block;z-index:15005;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;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.625rem;width:2.625rem;top:12.9375rem;left:18.75rem;display:block; }
#c8mAL3Sf4elvb4qQaEmfRzhePgfRZlWv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:13.3125rem;left:19.0625rem; }
#c8mAL3Sf4elvb4qQaEmfRzhePgfRZlWv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#b6xE0ODGxgdJ9Iqh7TWT5Ghgx18lnTOJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:13.25rem;left:22.3125rem; }
#b6xE0ODGxgdJ9Iqh7TWT5Ghgx18lnTOJ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#QKFQJDMedw623RKXmCvRbQKZCqTQilW4 { position:absolute;display:block;z-index:15006;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;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.625rem;width:2.625rem;top:12.875rem;left:21.9375rem;display:block; }
#teSWJa4fWR9FiNkW7WuQ428o7zPqzqeE { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:11.3056640625rem;left:38.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntNrgAZvnm9JxkpiJUds6WHsoI6337FA { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:19.7373046875rem;left:9.53125rem;height:1.13720625rem;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) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { width:5.625rem;height:2.1875rem;top:1.6875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block; }
 }@media only screen and (max-width: 763px) { #wQIFummNbeRuUIBRC40B5EwvbomZqS9x { width:5.625rem;height:2.1875rem;top:1.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { width:5.625rem;height:2.1875rem;top:1.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block; }
 }@media only screen and (max-width: 763px) { #iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { width:5.625rem;height:2.1875rem;top:1.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block; }
 }@media only screen and (max-width: 763px) { #TRE27zcsLK3mV7F43FA924WdNxTF60Hu { width:5.625rem;height:2.1875rem;top:1.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block; }
 }@media only screen and (max-width: 763px) { #IVGMPGMpdrIlmDszMQwK2HAlnAh5vJ0B { width:19.875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqGWuTP98NROQ1fE78QzNRGayHZRgmd { display:block; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di7aX1siqbHRFzaaoFtx7SMPZnRlkOKw { width:30.1875rem;height:7.1875rem;top:12.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ly2LRMUNrG0qUUlal1JVTD1izg21LL { width:27rem;height:3.5rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbaulEqxgZzlesTodLgaGa1ghKMMZvtW { width:29.3125rem;height:37.0625rem;top:8.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-checkbox-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9  { width:26rem;height:auto;top:11.625rem;left:19.25rem; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 {display:block;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 { width:26rem;height:auto;top:11.625rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #hMkqt08BS4g8dS1ykbvQT7FotAiqHzzl {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #VwHg1PsObWCeospm1WBTk8OSMEKV1qMo { display:none; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #HwDXdcEVTCN1a8WaWHgzlckyIKNZ41Ww {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #BDp25KDMRcbFiPtMzt2oF3DdIR1edXEO {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #p1Htd5FGnSTcTMIIUOHiRTv0WcKJAK3f {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #csKoa4eFzMKfbudkDUNxEcTGPuGWhhU8 {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #o9fkBOEI4SctfZWnNZmFwRapOZcXPtaV {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #d6SUUbdbaD38WRgRNv0SEFgeR4agEiP5 { display:none; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #rm5i7IXJWhOaXviqZZL89L25TQ2fFfih {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #HlTncT6ZxXBKJZuUiBcS36etyTJNWXcx {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #dQyax2KmiTSQuz53t4iSsrRgelfx9KrM { display:none; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #I9Crp20DBUQBT0tIMV8FLnMx4ppTOLRv {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #qkzW2Wa1LFFhux0A4ZH1BUbqsNMzucRx {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #NsXT8lLnslybdNz49SRfIdoToQUw2OIR {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #NirvRhgraZqQ4Q7pdaShziyeSJoK3twA {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #ApVLiiMUVc4OS3qp10yErR49Uti4tl3E {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #aSTsxzfR2sVT2Iwt1FdvPktUgcHb0AZD {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #KQk5mNfVDE9iSaFNJMqdc9UoOKTG0Q3R {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #CQLhv1X6bVebvoyur7ZrTTXy6mmTdCDm {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #UUl1MiIcz6r4ligDEFuT8hACoJiXnUVA {  }
 }@media only screen and (max-width: 763px) { #frxgi1xIEWto9qFCFfwiprdrbERo6LLi { width:26rem;height:2.0625rem;top:9.5625rem;left:21.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsmGK6d5f3CbtTnaAT3o40LFX1CPtic9 { width:27rem;height:3.5rem;top:25.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOXKq39rdUKU8SzZmlaEkQg7QZtLZ5Gr { width:27rem;height:5.25rem;top:29.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moqkP4RKpCqcSubBp4khaC1uyVRz2rvL { width:27rem;height:3.5rem;top:36.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { top:12.0625rem;left:26.4375rem;width:21.3125rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpso51312zWfG9sCalci1knWlwIqmICc { width:23.25rem;height:3.625rem;top:5.3125rem;left:24.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdMurJdFGLG6gSLJnBxTPUkFkSuG43sa { width:23.125rem;height:1.5625rem;top:9.1875rem;left:24.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTunH0r7y8I5nVdFJfndTEWbq2v8T2tC { width:33.25rem;height:33.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI { display:block; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSENFc6kvsXBGIi7Gyi6SBQTWoRq8xp7 { width:47.75rem;height:3.5625rem;top:2.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdKNcCBKdQMC69yIz5bdV4fxdN0cJT2H { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKoXdUr2pgZVdd6O4GtgdzsTk3vo4NFa { width:19rem;height:7.4375rem;top:11.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxzmEcWI7yfM87hqVkQXwmqD9ouTw7Kb { width:14rem;height:1.625rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxw3xRJ5UMOSvpyNtdTJeDb1kHo9fE6 { width:12.5625rem;height:4.1875rem;top:14.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KahmzMfwKK8Sn2pZWDhmbGx4ptAzP3JO { width:19rem;height:7.4375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALI8MgbmN0eJowiectXIRbHKaqSAs5nR { width:19rem;height:7.4375rem;top:21.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK085LqCTV8zb9badnwfm39FPBFhzsHz { width:19rem;height:7.4375rem;top:31.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGqOGw0zEgpJ9GsWlES1GvyASShezTnW { width:19rem;height:7.4375rem;top:11.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R770QHlWkhGy4dqqPfxuDwEcZ9FVab25 { width:19rem;height:7.4375rem;top:21.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfT3xg1kD5MbGx53gBwaa5aaqpWGBq1t { width:12.3125rem;height:1.625rem;top:12.875rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHRuDkT9wQRCNbQqEBta2pIytF4ACdh5 { width:12.5625rem;height:4.1875rem;top:14.5rem;left:20.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVfrpV7isTUcxcWqJNSomSIaZG7HcNL { width:4.0625rem;height:4.0625rem;top:13.4375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLn0NwUXq5hmPBMeSg5p5lKUa2rQFODC { width:12.5625rem;height:4.1875rem;top:14.5625rem;left:35.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIIQhpdnKd2bB0IKCN0sme3zVPIztNLT { width:12.625rem;height:1.625rem;top:12.875rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrEKUmUtBBWcMshBDqoO4dNTqKlLsQe { width:4.4375rem;height:4.4375rem;top:13.4375rem;left:35.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5KXAXnHhsJ4mOnAW8LQdHHNiB29lpS2 { width:4.3125rem;height:4.3125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1enJT4tgZ6FkknVwDEmQaE2ZupSK6CT { width:12.625rem;height:1.625rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boM46LdeiEHuByDrFiR1RXePfyNfoECQ { width:12.5625rem;height:4.1875rem;top:24.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpb1Mzr2rgHNzzXI79zTKda9KcmUE3M { width:4.4375rem;height:4.4375rem;top:23.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBpg8En4RQPqlqlMVxn3ZpRh3R19WlKU { width:12.9375rem;height:1.625rem;top:22.6875rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMszTMPgmUu64UVxDkyxi2KJB4z7k9ka { width:12.5625rem;height:3.125rem;top:24.3125rem;left:20.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1R7EZTBf6Ki0nai8kCUPMd2S20617H6 { width:4.875rem;height:4.875rem;top:23.125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVIWDpR1usSmNWvPHhTTAZqTgcSyOFbE { width:12.9375rem;height:1.625rem;top:22.6875rem;left:34.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6h2vrptq9o6r9wcSbMkJlT1EpxwR9xK { width:12.5625rem;height:4.1875rem;top:24.3125rem;left:35.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiyVUQNBb6SfhtvoE6XD3GgMTAAePRA7 { width:19rem;height:7.4375rem;top:31.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZPcgVVKiCvHblKvNrh06d356B3bOuX { width:4.1875rem;height:4.1875rem;top:32.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC7ZxsOh1AmAiniVCfQKc4pqxSXC7vLo { width:13.0625rem;height:1.625rem;top:31.75rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMtcvT2ExP9xWspxgPx0Z9BxDRef42C { width:12.5625rem;height:4.1875rem;top:33.375rem;left:9.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d30mfLgaIbxsvL0SL0o8d0bnBPLBFSXx { width:4.8125rem;height:4.8125rem;top:32.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4Tb9BDsSTliFTiPd07nGG0i8ZuQ1Mm { width:12.9375rem;height:1.625rem;top:31.9375rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRzgx2K6AQ8urmsTEvl6sOmTCr68UMD { width:12.5625rem;height:4.1875rem;top:33.5625rem;left:30.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwge5BBNIXl7FuWJ81dRwp6XZXaFtk6 { width:4.3125rem;height:4.3125rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNtLOqkVWPnQupHBmaSyD5bm5DfgaBL { width:47.75rem;height:1.75rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsfsR4Sa1u9VBfuPKn81TJP5bRdokPkB { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MabbcsL87FeC1OeCHK1g77RQKrubZn4p { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtEXnMV8cEn9eW9ZguemazsHKIW56KDp { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAXH2TZ0spVncEr02hWrJJqK6HBI2gJ2 { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvOtoFte2wGqzRkQF4FPD2OFGcQ8EZgf { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdsHXi5xWnUdfsiCKpuhkeCE39yGtVMb { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbEkO2XOXwkOePxcANXICFGUPIy4ACCC { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us { display:block; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDMZRA55sIe8dWUn26oiuhL8JHUzzWiV { width:47.75rem;height:3.5625rem;top:1.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIm6RrLIVXT8mMDugKTGhPetwTrRuxaS { width:47.75rem;height:1.75rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 { display:block; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SffeI02Hw1katobv2sc3rQW4DO9Tw5Pl { width:7.5625rem;height:7.6875rem;top:0rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxpkg62XevHRfM2LRnCMtMzAM1ExqUnh { width:14.25rem;height:2.25rem;top:3.0625rem;left:1.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9JuMM4Ncim34cOkMThARh668ezxz6lZ { width:19.5rem;height:7.25rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6iXMCbLy81UTfR5Q9FhT5fudmUx3Pz1 { width:18.5rem;height:8.75rem;top:8.1875rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzgi12TXOAU6OQfLetVGsC00yGSiLVB2 { width:7.5625rem;height:7.6875rem;top:0rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHmRD58M6llCpNR5vWWyrZi7iR7kdxug { width:14.25rem;height:2.25rem;top:3.0625rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJEupRC7qlAmfn3ay8qH32s7G7eter5k { width:19.5625rem;height:8.75rem;top:8.1875rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9vwbDGleWN3NOEM8ThZFqMELDlgAGv { width:7.5625rem;height:7.6875rem;top:0rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM96QvMT7Rc4k66LBlBclXc290NfbmLH { width:13.3125rem;height:2.25rem;top:2.6875rem;left:34.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CylKXQ505rnoGSsqU309omywX4novuUH { display:block; }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqV1huT7yU2O1CoZ6GuV4HFFEf11LXmH { width:37.625rem;height:5rem;top:2.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnldi1kR4AyNHeikK5AHphn3osrgJkTx { display:block; }
 }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuSpyIhAaT8DxJdaQaKxwxAakZqDMkeS { width:47.75rem;height:3.5625rem;top:2.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC { display:block; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APKvKeSFzUqz7wqTk7Hk0mgnNA9iOpHg { width:29.0625rem;height:50.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlvbIeLgZa7dkXktDycirASGTaZVH83l { width:29.0625rem;height:50.6875rem;top:0rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwSa9azpmKSzdeQm3l8xFFmliWLFPgtC { width:25.625rem;height:36.375rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNOclX74EhG7Lbd8tKSX48rQ36JXuaf { width:25.625rem;height:36.375rem;top:12.0625rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6P0my6mrZTZ2eTkZLTO2VDR1eLBZI8 { width:25.75rem;height:1.9375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0CnBH6J0rfs8y0a43TJQNe16EqUdCyw { width:21.875rem;height:10.8125rem;top:0.5625rem;left:25.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdOCOZPRRbxJkeMTBoxaT0SL31HciuAE { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVNH3e1CRWtWvOyfkSGy9pkVca4UUmNH { width:19rem;height:7.4375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKXI19hGLesqKHp3s0SD1xM92oO4JNIK { display:block; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNIbxCrZkq0wAVQagf3CT93ptzXNRvPG { width:47.75rem;height:3.5625rem;top:2.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK { display:block; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSrRISu8niSXDoG026uETq1Qr5WSXMJp { width:20.9375rem;height:2.5rem;top:1.4375rem;left:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSboovfn7WTDT4BRsi74Ghe4HX0Dafyl { width:20.25rem;height:6.4375rem;top:3.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnrOdP1Wc02I0fwR8Gu9iFHULioGDgFz { width:2.3125rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMDXHSD7QT3r5TXMyQSr5ouzFZ6O6hK7 { width:2.4375rem;height:2.4375rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDtyoTR5kpLhKZsCrPkA9AD1OGTPMJO { width:20.9375rem;height:2.5rem;top:1.4375rem;left:26.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZGwLHnEfxlPiJMCVc9fO3g39hXVcswS { width:20.25rem;height:5.1875rem;top:3.9375rem;left:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVA6ufbWMcHMJeIPu85usCh50BQ2cOAH { width:1.9375rem;height:1.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efAIvWMv1H1CIJ6rPDlpGGZWOgDvD56c { width:20.9375rem;height:2.5rem;top:12.3125rem;left:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL7bUzgJnfRwTTWTs9KfZmtNOGyHR3vc { width:20.25rem;height:6.4375rem;top:14.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiP7Mt55dFUOkODnUug91fDxvrFCDEbX { width:2.375rem;height:2.375rem;top:12.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkwGT83JAldznbsewtAMkOoNtnTROeTX { width:20.25rem;height:6.4375rem;top:14.8125rem;left:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfebh8a3We7RPudgKToiLSOVBIZ0U31p { width:20.9375rem;height:2.5rem;top:12.3125rem;left:26.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPFrTBfnbW0aZiNWpd7KmaATqydZMWe { width:3.5rem;height:3.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLXo9o68conO4IwQeOL22kGupRun0dgP { width:3.5rem;height:3.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn37w1mSgBRRSoUffGlxPBJzsy5pEUnr { width:3.5rem;height:3.5rem;top:0.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFstGZmHqGAhte3tLHTgDaoC37MxXhmo { width:3.5rem;height:3.5rem;top:11.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe { display:block; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHih14ieKNIeayVlZS53JS8IBZaITPR5 { width:37.625rem;height:5rem;top:0rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p453GUIozGJf1mldRkPRTZ1Oi1P9vUvU { display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { top:2.875rem;left:0rem;width:18.125rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { top:8.375rem;left:0rem;width:9.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { top:14rem;left:0rem;width:14.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { top:8.75rem;left:15.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { top:0.625rem;left:36.65625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7K1yuIWBp46zFeQ6OVIJbMU8T9RGyqP { top:8.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouaW2vsATGCkCIcAg9RxlrkxVczKdnz { top:13.375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpBfXbkFr9gakPP6Rf3K7c9h2krB9U6 { top:8.4375rem;left:12.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzv63CeyqVyoHOiSaCcPWLeMryZlnTl8 { top:12.9375rem;left:12.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8mAL3Sf4elvb4qQaEmfRzhePgfRZlWv { top:13.3125rem;left:12.9375rem;width:1.875rem;height:1.875rem;display:block; }
#c8mAL3Sf4elvb4qQaEmfRzhePgfRZlWv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #b6xE0ODGxgdJ9Iqh7TWT5Ghgx18lnTOJ { top:13.25rem;left:16.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
#b6xE0ODGxgdJ9Iqh7TWT5Ghgx18lnTOJ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #QKFQJDMedw623RKXmCvRbQKZCqTQilW4 { top:12.875rem;left:15.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teSWJa4fWR9FiNkW7WuQ428o7zPqzqeE { width:19.5rem;height:5.25rem;top:11.25rem;left:28.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntNrgAZvnm9JxkpiJUds6WHsoI6337FA { top:19.6875rem;left:3.40625rem;width:40.9375rem;height:1.125rem;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) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { width:4rem;height:2.25rem;top:5.4375rem;left:0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block; }
 }@media only screen and (max-width: 763px) { #wQIFummNbeRuUIBRC40B5EwvbomZqS9x { width:3.4375rem;height:2.1875rem;top:5.46875rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { width:3.4375rem;height:2.1875rem;top:5.46875rem;left:8.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block; }
 }@media only screen and (max-width: 763px) { #iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { width:3.4375rem;height:2.1875rem;top:5.46875rem;left:12.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block; }
 }@media only screen and (max-width: 763px) { #TRE27zcsLK3mV7F43FA924WdNxTF60Hu { width:3.125rem;height:2.1875rem;top:5.46875rem;left:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block; }
 }@media only screen and (max-width: 763px) { #IVGMPGMpdrIlmDszMQwK2HAlnAh5vJ0B { width:20rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqGWuTP98NROQ1fE78QzNRGayHZRgmd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/786707b6-1772-4194-b94a-25365b49a7d1/Untitleddesign21.svg");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd.adaptive-delivery-prevent-bg, #OpqGWuTP98NROQ1fE78QzNRGayHZRgmd.lazyload, #OpqGWuTP98NROQ1fE78QzNRGayHZRgmd.lazyloading { background-image: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container { background-color: transparent; background-image: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container > .video-iframe-container { display: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row > .video-iframe-container { display: none; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .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); }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container { border-width: 0; border-radius: 0; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpqGWuTP98NROQ1fE78QzNRGayHZRgmd > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di7aX1siqbHRFzaaoFtx7SMPZnRlkOKw { width:20rem;height:5.0996125rem;top:9.625rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0ly2LRMUNrG0qUUlal1JVTD1izg21LL { width:20rem;height:4.72411875rem;top:16.0625rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nbaulEqxgZzlesTodLgaGa1ghKMMZvtW { width:20rem;height:40.5625rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.625rem;height:3.1875rem;font-size:1.1875rem;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9  { width:16.5rem;height:auto;top:43.875rem;left:0.5rem; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 {display:block;}#H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 { width:16.5rem;height:auto;top:43.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #hMkqt08BS4g8dS1ykbvQT7FotAiqHzzl {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #VwHg1PsObWCeospm1WBTk8OSMEKV1qMo { display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #HwDXdcEVTCN1a8WaWHgzlckyIKNZ41Ww {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #BDp25KDMRcbFiPtMzt2oF3DdIR1edXEO {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #p1Htd5FGnSTcTMIIUOHiRTv0WcKJAK3f { display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #csKoa4eFzMKfbudkDUNxEcTGPuGWhhU8 {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #o9fkBOEI4SctfZWnNZmFwRapOZcXPtaV {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #d6SUUbdbaD38WRgRNv0SEFgeR4agEiP5 { display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #rm5i7IXJWhOaXviqZZL89L25TQ2fFfih {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #HlTncT6ZxXBKJZuUiBcS36etyTJNWXcx {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #dQyax2KmiTSQuz53t4iSsrRgelfx9KrM { display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #I9Crp20DBUQBT0tIMV8FLnMx4ppTOLRv {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #qkzW2Wa1LFFhux0A4ZH1BUbqsNMzucRx {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #NsXT8lLnslybdNz49SRfIdoToQUw2OIR { display:block; }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #NirvRhgraZqQ4Q7pdaShziyeSJoK3twA {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #ApVLiiMUVc4OS3qp10yErR49Uti4tl3E {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #aSTsxzfR2sVT2Iwt1FdvPktUgcHb0AZD {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #KQk5mNfVDE9iSaFNJMqdc9UoOKTG0Q3R {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #CQLhv1X6bVebvoyur7ZrTTXy6mmTdCDm {  }
 }@media only screen and (max-width: 763px) { #H4FCQCJpLWPH5k79leQVF8Aq2KXqV7t9 #UUl1MiIcz6r4ligDEFuT8hACoJiXnUVA {  }
 }@media only screen and (max-width: 763px) { #frxgi1xIEWto9qFCFfwiprdrbERo6LLi { width:20rem;height:4.2246125rem;top:39.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsmGK6d5f3CbtTnaAT3o40LFX1CPtic9 { width:20rem;height:4.72411875rem;top:21.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOXKq39rdUKU8SzZmlaEkQg7QZtLZ5Gr { width:20rem;height:6.2988125rem;top:27rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #moqkP4RKpCqcSubBp4khaC1uyVRz2rvL { width:20rem;height:3.1494125rem;top:34.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { width:20rem;height:24.69626875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpso51312zWfG9sCalci1knWlwIqmICc { width:20rem;height:2.5996125rem;top:1.35595703125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FdMurJdFGLG6gSLJnBxTPUkFkSuG43sa { width:20rem;height:3.1494125rem;top:4.46826171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTunH0r7y8I5nVdFJfndTEWbq2v8T2tC { width:20rem;height:20rem;top:34.35595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7952a87-bc89-4cfc-80ba-722fb9218716/WhatsAppImage20240226at102838AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI.adaptive-delivery-prevent-bg, #S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI.lazyload, #S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI.lazyloading { background-image: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container { background-color: transparent; background-image: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container > .video-iframe-container { display: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row > .video-iframe-container { display: none; }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .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); }#S1Qy72XAPAAwvePU9QqcW9LUsfAD4TKI > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSENFc6kvsXBGIi7Gyi6SBQTWoRq8xp7 { width:19.2485625rem;height:5.0996125rem;top:1rem;left:0.37548828125rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdKNcCBKdQMC69yIz5bdV4fxdN0cJT2H { width:20rem;height:6.5625rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKoXdUr2pgZVdd6O4GtgdzsTk3vo4NFa { width:19rem;height:7.4375rem;top:11.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxzmEcWI7yfM87hqVkQXwmqD9ouTw7Kb { width:14rem;height:1.625rem;top:13.8125rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxw3xRJ5UMOSvpyNtdTJeDb1kHo9fE6 { width:13.3125rem;height:3.16845625rem;top:15.4375rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KahmzMfwKK8Sn2pZWDhmbGx4ptAzP3JO { width:19rem;height:7.4375rem;top:21.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALI8MgbmN0eJowiectXIRbHKaqSAs5nR { width:19rem;height:7.4375rem;top:21.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SK085LqCTV8zb9badnwfm39FPBFhzsHz { width:19rem;height:7.4375rem;top:31.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGqOGw0zEgpJ9GsWlES1GvyASShezTnW { width:19rem;height:7.4375rem;top:11.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R770QHlWkhGy4dqqPfxuDwEcZ9FVab25 { width:19rem;height:7.4375rem;top:21.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfT3xg1kD5MbGx53gBwaa5aaqpWGBq1t { width:12.3125rem;height:1.625rem;top:21.5rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHRuDkT9wQRCNbQqEBta2pIytF4ACdh5 { width:13.375rem;height:3.16845625rem;top:23.0625rem;left:6.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVfrpV7isTUcxcWqJNSomSIaZG7HcNL { display:flex;width:4.0625rem;height:4.0625rem;top:22rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yLn0NwUXq5hmPBMeSg5p5lKUa2rQFODC { width:13.375rem;height:3.16845625rem;top:30.375rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIIQhpdnKd2bB0IKCN0sme3zVPIztNLT { width:12.625rem;height:1.625rem;top:28.75rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrEKUmUtBBWcMshBDqoO4dNTqKlLsQe { width:4.4375rem;height:4.4375rem;top:29.16796875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5KXAXnHhsJ4mOnAW8LQdHHNiB29lpS2 { width:4.3125rem;height:4.3125rem;top:36.78125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1enJT4tgZ6FkknVwDEmQaE2ZupSK6CT { width:12.625rem;height:1.625rem;top:35.9375rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boM46LdeiEHuByDrFiR1RXePfyNfoECQ { width:13.5rem;height:4.2246125rem;top:37.625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpb1Mzr2rgHNzzXI79zTKda9KcmUE3M { width:4.4375rem;height:4.4375rem;top:44.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBpg8En4RQPqlqlMVxn3ZpRh3R19WlKU { width:12.9375rem;height:1.625rem;top:44rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMszTMPgmUu64UVxDkyxi2KJB4z7k9ka { width:13.125rem;height:3.16845625rem;top:45.625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1R7EZTBf6Ki0nai8kCUPMd2S20617H6 { width:4.875rem;height:4.875rem;top:51.537109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVIWDpR1usSmNWvPHhTTAZqTgcSyOFbE { width:12.9375rem;height:1.625rem;top:51.0625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6h2vrptq9o6r9wcSbMkJlT1EpxwR9xK { width:13.375rem;height:4.2246125rem;top:52.6875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiyVUQNBb6SfhtvoE6XD3GgMTAAePRA7 { width:19rem;height:7.4375rem;top:31.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAZPcgVVKiCvHblKvNrh06d356B3bOuX { width:4.1875rem;height:4.1875rem;top:59.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC7ZxsOh1AmAiniVCfQKc4pqxSXC7vLo { width:13.0625rem;height:1.625rem;top:58.6875rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMtcvT2ExP9xWspxgPx0Z9BxDRef42C { width:13.375rem;height:4.2246125rem;top:60.3125rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d30mfLgaIbxsvL0SL0o8d0bnBPLBFSXx { width:4.8125rem;height:4.8125rem;top:66.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4Tb9BDsSTliFTiPd07nGG0i8ZuQ1Mm { width:12.9375rem;height:1.625rem;top:66.25rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRzgx2K6AQ8urmsTEvl6sOmTCr68UMD { width:13.4375rem;height:4.2246125rem;top:67.8125rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwge5BBNIXl7FuWJ81dRwp6XZXaFtk6 { width:4.3125rem;height:4.3125rem;top:14.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNtLOqkVWPnQupHBmaSyD5bm5DfgaBL { width:20rem;height:4.72411875rem;top:7.162109375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsfsR4Sa1u9VBfuPKn81TJP5bRdokPkB { width:20rem;height:6.5625rem;top:20.6875rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #MabbcsL87FeC1OeCHK1g77RQKrubZn4p { width:20rem;height:6.5625rem;top:28.125rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #OtEXnMV8cEn9eW9ZguemazsHKIW56KDp { width:20rem;height:6.5625rem;top:35.71875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #AAXH2TZ0spVncEr02hWrJJqK6HBI2gJ2 { width:20rem;height:6.5625rem;top:43.34375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #XvOtoFte2wGqzRkQF4FPD2OFGcQ8EZgf { width:20rem;height:6.5625rem;top:50.84375rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #MdsHXi5xWnUdfsiCKpuhkeCE39yGtVMb { width:20rem;height:6.5625rem;top:58.375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #SbEkO2XOXwkOePxcANXICFGUPIy4ACCC { width:20rem;height:6.5625rem;top:66rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us { display:block; }#NpAFxTopOTbM0puE4eGO7S1uV0Wb46Us > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDMZRA55sIe8dWUn26oiuhL8JHUzzWiV { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIm6RrLIVXT8mMDugKTGhPetwTrRuxaS { width:20rem;height:4.72411875rem;top:9.69925rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 { display:block; }#TpRHttpiEAD6TXBdVWXUs5Hr7x5LvkB2 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SffeI02Hw1katobv2sc3rQW4DO9Tw5Pl { width:7.5625rem;height:5.4433625rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxpkg62XevHRfM2LRnCMtMzAM1ExqUnh { width:10.5625rem;height:2.2749rem;top:1.583984375rem;left:4.71875rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9JuMM4Ncim34cOkMThARh668ezxz6lZ { width:19.9375rem;height:7.31200625rem;top:5.443359375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6iXMCbLy81UTfR5Q9FhT5fudmUx3Pz1 { width:19.9375rem;height:5.19921875rem;top:19.1748046875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mzgi12TXOAU6OQfLetVGsC00yGSiLVB2 { width:7.5625rem;height:5.36230625rem;top:13.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHmRD58M6llCpNR5vWWyrZi7iR7kdxug { width:12.9375rem;height:2.2749rem;top:15.35595703125rem;left:4.71875rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJEupRC7qlAmfn3ay8qH32s7G7eter5k { width:19.9375rem;height:7.7988125rem;top:30.6875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9vwbDGleWN3NOEM8ThZFqMELDlgAGv { width:7.5625rem;height:5.36230625rem;top:25.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM96QvMT7Rc4k66LBlBclXc290NfbmLH { width:14.25rem;height:2.2749rem;top:26.875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CylKXQ505rnoGSsqU309omywX4novuUH { display:block; }#CylKXQ505rnoGSsqU309omywX4novuUH > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqV1huT7yU2O1CoZ6GuV4HFFEf11LXmH { width:20rem;height:3.125rem;top:0.78125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnldi1kR4AyNHeikK5AHphn3osrgJkTx { display:block; }
 }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7952a87-bc89-4cfc-80ba-722fb9218716/WhatsAppImage20240226at102838AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop.adaptive-delivery-prevent-bg, #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop.lazyload, #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop.lazyloading { background-image: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { background-color: transparent; background-image: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .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); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuSpyIhAaT8DxJdaQaKxwxAakZqDMkeS { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7952a87-bc89-4cfc-80ba-722fb9218716/WhatsAppImage20240226at102838AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC.adaptive-delivery-prevent-bg, #GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC.lazyload, #GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC.lazyloading { background-image: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container { background-color: transparent; background-image: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container > .video-iframe-container { display: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row > .video-iframe-container { display: none; }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .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); }#GlXeS78wDrNJ6KOL95dkFiX3GtLzwFBC > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APKvKeSFzUqz7wqTk7Hk0mgnNA9iOpHg { width:20rem;height:50.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlvbIeLgZa7dkXktDycirASGTaZVH83l { width:20rem;height:50.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwSa9azpmKSzdeQm3l8xFFmliWLFPgtC { width:19.0625rem;height:45.493125rem;top:62.375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNOclX74EhG7Lbd8tKSX48rQ36JXuaf { width:19.0625rem;height:44.193375rem;top:12.05615234375rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6P0my6mrZTZ2eTkZLTO2VDR1eLBZI8 { width:18.9375rem;height:1.3125rem;top:59.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0CnBH6J0rfs8y0a43TJQNe16EqUdCyw { width:19.25rem;height:9.4375rem;top:1.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdOCOZPRRbxJkeMTBoxaT0SL31HciuAE { width:20rem;height:55.6875rem;top:1.283203125rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #hVNH3e1CRWtWvOyfkSGy9pkVca4UUmNH { width:20rem;height:51rem;top:58.125rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #cKXI19hGLesqKHp3s0SD1xM92oO4JNIK { display:block; }#cKXI19hGLesqKHp3s0SD1xM92oO4JNIK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNIbxCrZkq0wAVQagf3CT93ptzXNRvPG { width:20rem;height:2.3999rem;top:1.6630859375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK { display:block; }#TzVy3PVHW1dzH6h5HlBoekFO6ZTh3iAK > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSrRISu8niSXDoG026uETq1Qr5WSXMJp { width:13.8125rem;height:3.875rem;top:1.9375rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zSboovfn7WTDT4BRsi74Ghe4HX0Dafyl { width:20rem;height:6.499rem;top:6.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnrOdP1Wc02I0fwR8Gu9iFHULioGDgFz { width:2.3125rem;height:2.3125rem;top:2.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMDXHSD7QT3r5TXMyQSr5ouzFZ6O6hK7 { width:2.4375rem;height:2.4375rem;top:28.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDtyoTR5kpLhKZsCrPkA9AD1OGTPMJO { width:13.3125rem;height:3.875rem;top:27.625rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XZGwLHnEfxlPiJMCVc9fO3g39hXVcswS { width:20rem;height:5.19921875rem;top:32.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVA6ufbWMcHMJeIPu85usCh50BQ2cOAH { width:1.9375rem;height:1.9375rem;top:15.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efAIvWMv1H1CIJ6rPDlpGGZWOgDvD56c { width:9.5rem;height:2.51855625rem;top:15.5rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL7bUzgJnfRwTTWTs9KfZmtNOGyHR3vc { width:20rem;height:6.499rem;top:19.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiP7Mt55dFUOkODnUug91fDxvrFCDEbX { width:2.375rem;height:2.375rem;top:40.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkwGT83JAldznbsewtAMkOoNtnTROeTX { width:20rem;height:6.499025rem;top:43.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfebh8a3We7RPudgKToiLSOVBIZ0U31p { width:10.125rem;height:2.51855625rem;top:40rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPFrTBfnbW0aZiNWpd7KmaATqydZMWe { width:3.5rem;height:3.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLXo9o68conO4IwQeOL22kGupRun0dgP { width:3.5rem;height:3.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn37w1mSgBRRSoUffGlxPBJzsy5pEUnr { width:3.5rem;height:3.5rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFstGZmHqGAhte3tLHTgDaoC37MxXhmo { width:3.5rem;height:3.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe { display:block; }#mzyvWVFsvO1Ph8c0tlZfyPT7BLpWIxFe > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHih14ieKNIeayVlZS53JS8IBZaITPR5 { width:20rem;height:3.75rem;top:1.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p453GUIozGJf1mldRkPRTZ1Oi1P9vUvU { display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { width:19rem;height:2.4375rem;top:1.25rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { width:16.9375rem;height:1.29980625rem;top:4.943359375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { width:9.3125rem;height:1.29980625rem;top:10.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { width:12.5rem;height:1.29980625rem;top:7.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { width:11.75rem;height:11.75rem;top:13.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7K1yuIWBp46zFeQ6OVIJbMU8T9RGyqP { width:1.5625rem;height:1.5625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouaW2vsATGCkCIcAg9RxlrkxVczKdnz { width:1.5625rem;height:1.5625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpBfXbkFr9gakPP6Rf3K7c9h2krB9U6 { width:1.5625rem;height:1.5625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzv63CeyqVyoHOiSaCcPWLeMryZlnTl8 { width:3.0625rem;height:3.0625rem;top:34.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8mAL3Sf4elvb4qQaEmfRzhePgfRZlWv { width:2.0625rem;height:2.0625rem;top:34.8125rem;left:7.125rem;display:block; }
#c8mAL3Sf4elvb4qQaEmfRzhePgfRZlWv > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #b6xE0ODGxgdJ9Iqh7TWT5Ghgx18lnTOJ { width:2.1875rem;height:2.1875rem;top:34.75rem;left:10.75rem;z-index:15034;display:block; }
#b6xE0ODGxgdJ9Iqh7TWT5Ghgx18lnTOJ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QKFQJDMedw623RKXmCvRbQKZCqTQilW4 { width:2.9375rem;height:2.9375rem;top:34.375rem;left:10.375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #teSWJa4fWR9FiNkW7WuQ428o7zPqzqeE { width:20rem;height:5.51220625rem;top:24.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntNrgAZvnm9JxkpiJUds6WHsoI6337FA { width:20rem;height:2.2744125rem;top:40.875rem;left:0rem;font-size:0.875rem;display:block; }
 }