.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YW9PEn6C/pexels_pixabay_269323.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk.adaptive-delivery-prevent-bg, #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk.lazyload, #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk.lazyloading { background-image: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { background-color: transparent; background-image: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1a4097; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1a4097; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .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); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { border-width: 0; border-radius: 0; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk::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; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:block; }#TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { position:absolute;display:block;z-index:15009;background-color:rgba(153,46,62,0.79);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:31rem;left:38.8125rem;display:block; }
#CLZwTe26TN2IhPEuINSIugnO1SIVtrPC { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.9375rem;left:39.625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:37.875rem;left:54.5625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nirzwCLoNhcvqcQoTEckc84vD1tHCLom { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.9375rem;left:55.62451171875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0U07QQiL0lMioxfnQZvaVCTeJw86gXr { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:37.9375rem;left:41.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.0625rem;left:39.125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:52.875rem;left:40.6875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { position:absolute;display:block;z-index:15005;background-color:#3a5b89;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:31rem;left:53.749755859375rem;display:block; }
#dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:28.0625rem;left:6.875rem;height:1.9125rem;display:block; }
#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:12.9375rem;left:3.75rem;height:11.825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TFhCZEPoDIUSTXPcht8UqAaEMcWwumTt { position:absolute;display:block;z-index:15009;background-color:#4eb8c8;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:46rem;left:38.8125rem;display:block; }
#U33U4Hk2UntyRsI8tUvNiWkh96bxkmTC { position:absolute;display:block;z-index:15017;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:29.875rem;width:29.875rem;top:1.10888671875rem;left:38.812255859375rem;overflow:hidden;display:block; }
#oyEuGZufavu4HqnARoJN6EuGklmgylgN { position:absolute;display:block;z-index:15010;background-color:#992e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:46rem;left:53.8125rem;display:block; }
#hpvTT4BJas84twehZUClDX9hkw3pT0pv { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51rem;left:54.6875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOduhUibVZqpq6PlmrSUMxMyW2CuzpWH { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:52.9375rem;left:56.25rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-form-header { font-size:0.75rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a6230e;border-left:0.0625rem solid #a6230e;border-right:0.0625rem solid #a6230e;border-bottom:0.0625rem solid #a6230e;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:22.875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:comfortaa;vertical-align:top;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:center;text-align-last:center; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-text {padding-top: 0; padding-bottom: 0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a6230e;border-left:0.0625rem solid #a6230e;border-right:0.0625rem solid #a6230e;border-bottom:0.0625rem solid #a6230e;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:22.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:comfortaa;vertical-align:top;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:center;text-align-last:center; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left: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:22.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-select {padding-top: 0; padding-bottom: 0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .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; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#992e3e;background-image:none;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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .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:roboto;line-height:1;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .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; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-container:first-of-type{padding-top:0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-container:last-of-type{padding-bottom:0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd  { background-color:rgba(2,2,2,0.44);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;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;left:6.154541015625rem;top:30.43798828125rem;z-index:15022;position:absolute;font-size:0.75rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd {display:block;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd { background-color:rgba(2,2,2,0.44);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;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;left:6.154541015625rem;top:30.43798828125rem;z-index:15022;position:absolute;font-size:0.75rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #DI6aU1qKVu6ygZX1OT1R0ABLyRvCtFxO { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #kxAbtZkPWNyoSrIWrwTQAZ4cFzf3DvdF { position:relative;display:none; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #yCOJqkT7XIfi1eqWcIixPTh4OytXWZoz { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #uZNkTI8CPdhOW4U6UeIQwvDMOPT6ATqN { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #zVGEVOWTTlkcKe6PbHNAwNENTzPTkRTX { position:relative;display:none; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #UfwAMZa3OgcEQzGQF1WbDhvG12fN4Vel { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #kG31q6SFneMAF8CKqwrrzkLLUoHKn1qU { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #iAQWvqq8UKhQwXBRQTO1ezBhbc7ao840 { position:relative;z-index:2; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #qvTMwvmVUv4PfD15nenm0Qxcs04WDx5C { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #DKW3F23xVwTlsOvER6py1bBZrCTgdiAc { position:relative; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #T4MNRp83nLJ1TZsFBuFvAbyXZ2O767LB { position:relative; }
#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX { 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; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container { background-color: transparent; background-image: none; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container > .video-iframe-container { display: none; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row > .video-iframe-container { display: none; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .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); }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container { border-width: 0; border-radius: 0; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#xqwnkIdp4uDwwTBFJtUDfqNtGXxrGgTU { color:#992e3e;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik { position:relative;display:block; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik { background-color: transparent; background-image: none; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row .container > .video-iframe-container { display: none; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row > .video-iframe-container { display: none; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .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); }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik { border-width: 0; border-radius: 0; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CF4MBmGJSzavaBpXT1ammNKJqxHOfVuH { color:rgba(0,0,0,0.7);display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:0.92431640625rem;left:21.09375rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKhWw7y1er6aXnH4UfmE2sgi3xhMREvm { color:rgba(0,0,0,0.7);display:block;width:14.49975rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:0.92431640625rem;left:39.624755859375rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckXrbObqNrl7TFiC6ZIm1itlUd80GKnt { color:rgba(0,0,0,0.7);display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.92431640625rem;left:58.59375rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9F4CMJIPqRxpU5NVkcTlv61wc9xdRGz { position:absolute;display:block;z-index:14997;background-color:#992e3e;background-image:none;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:3.75rem;width:13.5rem;top:0.75rem;left:2.93701171875rem;display:block; }
#ohNQQAAOlrMGZyX3wvdQkGinNQ8OfyUq { position:absolute;display:block;z-index:14998;background-color:#992e3e;background-image:none;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:3.75rem;width:12.75rem;top:0.875rem;left:21.6875rem;display:block; }
#KI6OJ1RZkkESXqQ4Cf2IfEErQ1ZqJadI { position:absolute;display:block;z-index:14999;background-color:#992e3e;background-image:none;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:3.75rem;width:13.5625rem;top:0.75rem;left:40rem;display:block; }
#frLy1cnIF5ZTKBJb6EPVGPLVyMyn1eR6 { position:absolute;display:block;z-index:15000;background-color:#992e3e;background-image:none;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:3.75rem;width:12.75rem;top:0.8125rem;left:59.1875rem;display:block; }
#TRIVO0btkXtEF5PIFC87MABNtNvennKq { color:rgba(0,0,0,0.7);display:block;width:12.81225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0.92431640625rem;left:3.280517578125rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inT9dqd1Er9Dfbop484hT4Cd5XmXKedJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;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.6875rem;width:14.4375rem;top:0rem;left:20.90625rem;display:block; }
#EvLrnUc58gXVRG6Fzmv0MSCsgf4IDJPE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;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.4370125rem;width:14.49975rem;top:0.40576171875rem;left:39.624755859375rem;display:block; }
#t7uiImnd5nEZoT5CqK0Nwys8XZGG1HSl { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;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.74975625rem;width:14.49975rem;top:0rem;left:58.374755859375rem;display:block; }
#ixG8Qy74xHPGLNJoEuPx0qJXAo5oFAd9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;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.56225625rem;width:15.75rem;top:0.343505859375rem;left:1.81201171875rem;display:block; }
#I6EoScSW9PguxnOKuOKCfs51WVMEOanw { position:relative;display:block; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw { background-color: transparent; background-image: none; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row .container > .video-iframe-container { display: none; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row > .video-iframe-container { display: none; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .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); }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw { border-width: 0; border-radius: 0; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mTbV2HhGXLnxOn7KkWce6LTTubnSv2Gz { box-sizing:content-box;color:#efc100;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:block;z-index:15006;top:8.499755859375rem;left:7.81201171875rem;display:block; }
#bZbUAriGQWhTzRbTghEXPHpWcQdS8dvm { box-sizing:content-box;color:#efc100;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:block;z-index:15007;top:8.499755859375rem;left:9.68701171875rem;display:block; }
#EnRTDKsd6TXgMPx6DiLwBML8oXIGrwEx { box-sizing:content-box;color:#efc100;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:block;z-index:15008;top:8.499755859375rem;left:11.56201171875rem;display:block; }
#eWu8ASPR4qWGcN36AUA7govdSSn2iQnb { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.18701171875rem;left:2.18701171875rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPHis62MMeNZhMXsu6ZWPvsJtt7d9Ray { box-sizing:content-box;color:#efc100;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:block;z-index:15009;top:8.499755859375rem;left:13.43701171875rem;display:block; }
#NTPi5SVSogoTRHqF7UQvqsumMaEsXkrS { box-sizing:content-box;color:#efc100;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:block;z-index:15010;top:8.499755859375rem;left:15.31201171875rem;display:block; }
#hoC3XZPOl0BuqJFDe4eVux5Uk4Wrchty { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:11.625rem;left:3.59326171875rem;height:9.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N43Ec6IzNRH5K3LyEuIRKMeTDaQOIDN4 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:11.625rem;left:28.5625rem;height:9.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U8XrVi2HG2TEhSHItX8rbsd7Tgb9Iepi { box-sizing:content-box;color:#efc100;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:block;z-index:15014;top:8.5rem;left:32.8125rem;display:block; }
#EDqJWtE7cB6QOrTF7pX4nqeIWUCZD7Oi { box-sizing:content-box;color:#efc100;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:block;z-index:15015;top:8.5rem;left:34.6875rem;display:block; }
#peWy6sQyx6s9vy8Mve21JGZItD5mimZI { box-sizing:content-box;color:#efc100;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:block;z-index:15016;top:8.5rem;left:36.5625rem;display:block; }
#ew1vUgdT1XNpwTRTnbPHxMJMOldBLsC8 { box-sizing:content-box;color:#efc100;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:block;z-index:15017;top:8.5rem;left:38.4375rem;display:block; }
#xO2H1ktdBgQp79ieT3GaalgV68ZPN6Nz { box-sizing:content-box;color:#efc100;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:block;z-index:15018;top:8.5rem;left:40.3125rem;display:block; }
#kXt6MHs3LEBonT1Ze9zx7gvMqyFoKIpW { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.999267578125rem;left:27.1875rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDPCHp624CTAOxlryGyrTwJ0FGcq3Nb5 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:11.625rem;left:53.625rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qE7LlmuogmFc9F2QvzrdbAgREkG6bJmZ { box-sizing:content-box;color:#efc100;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:block;z-index:15022;top:8.5rem;left:57.875rem;display:block; }
#Eki9VPLSpIvbUtksxE1tTIvbi2Ul7pu3 { box-sizing:content-box;color:#efc100;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:block;z-index:15023;top:8.5rem;left:59.75rem;display:block; }
#nQLKJliTFTmnt3T4VpEgGptxlGGyPaSV { box-sizing:content-box;color:#efc100;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:block;z-index:15024;top:8.5rem;left:61.625rem;display:block; }
#HxeflohexvLV9o89bPxRsvXfFleIAE1F { box-sizing:content-box;color:#efc100;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:block;z-index:15025;top:8.5rem;left:63.5rem;display:block; }
#RHFbesFDtNUI4D2w4UxBqohTOx6zX0Si { box-sizing:content-box;color:#efc100;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:block;z-index:15026;top:8.5rem;left:65.375rem;display:block; }
#qQk9itBGcThxoHgkvrA0RgZTxxq6Jx24 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6rem;left:52.25rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0UavMxoz1amlbUpAad0p6zJwPmuGsnV { position:absolute;display:block;z-index:15005;background-color:#992e3e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5) ;height:18.81225rem;width:21.375rem;top:2.93701171875rem;left:1.81201171875rem;display:block; }
#TQKihlUwr03V3bPiBIXiTB9M2XRQ9VTE { position:absolute;display:block;z-index:15006;background-color:#992e3e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5) ;height:18.8115rem;width:21.375rem;top:2.936279296875rem;left:26.8125rem;display:block; }
#gv2CkytpZ0KVfK1QNdKJpd5s3Jc9iaVQ { position:absolute;display:block;z-index:15007;background-color:#992e3e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5) ;height:18.8108125rem;width:21.375rem;top:2.93701171875rem;left:51.812255859375rem;display:block; }
#FUFhHAyi63HLyS83MU4e99lFus734eXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a4097;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; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container { background-color: transparent; background-image: none; }#FUFhHAyi63HLyS83MU4e99lFus734eXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container > .video-iframe-container { display: none; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row > .video-iframe-container { display: none; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .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); }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container { border-width: 0; border-radius: 0; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#v3q6AJUcb2GrChqpSv1B6hwUKVdO30RR { color:#ffffff;display:block;width:39.74975rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.3125rem;left:17.625rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KFT4SDsqhRmO7fDpfVnk8ZIiTOnlRcFk { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:18.5625rem;left:8.6875rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A30WtBz2SThTGfW7nTnCOr0lqTl5MIqI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.1875rem;left:2.5625rem; }
#GViQW2pxGSHINJi5DG9CuZcqSCxvnlD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:2.5625rem; }
#TmwumqvZ5Jn2CXm7GdkMWRes7uZoLoFR { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.125rem;left:8.6875rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHeFLgOyaJA9bIeINAwh4C0IRxxxgzRI { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.6875rem;left:2.5625rem; }
#dq8JKL3LHgb3tQRK79MZbCI9oyqCD0Ji { color:#f8feff;display:block;width:23.187rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:33.59912109375rem;left:8.6865234375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y3nAUrhqExti6mPyfiZ9NZrrl0V8K7kZ { color:#f8feff;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.625rem;left:48.4375rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S8ikpqbI9kSMVv0A2T6WiiqnFhS6egIf { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.125rem;left:48.4375rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRVm2PgPCIJ4is1bOSknbB7sMKAOi4FD { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:25.625rem;left:8.75rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xg8ppHRmBZUoVIQ6MHvPr5lUNLPx2K2X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.25rem;left:2.6875rem; }
#xS0f8rJEkw3yUudoMekW25hDu57yu4JD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:10rem;left:42.3125rem; }
#ZKuJUHJOl1doIqXviax9WZbIce2mxzZo { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.5rem;left:42.5rem; }
#ZmkTOzXWIHVGx6bVJT7oBUcf83X4zcXg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:26.875rem;left:42.3125rem; }
#rw8f87Ofy4A4IsLEr6PUmJ8LPQVHc4a0 { color:#f8feff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:26.25rem;left:48.4375rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZycaVnREBT6wLiSGScacIZSVWMSlCVBw { position:absolute;display:block;z-index:15023;background-color:#4eb8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:75rem;top:2.093017578125rem;left:0rem;display:block; }
#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { 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; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { background-color: transparent; background-image: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .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); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { border-width: 0; border-radius: 0; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { position:absolute;display:block;z-index:15002;background-color:#0d356b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.34) ;height:33.5625rem;width:39.6875rem;top:4.3125rem;left:24.125rem;display:block; }
#aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30rem;top:31.8125rem;left:28.1875rem;display:block; }
#TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30rem;top:7.0625rem;left:27.3125rem;display:block; }
#s8vyaWyn8ezbQUvhTMHucRPJAf6NtLoG { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.8125rem;left:30.1875rem;height:19.5rem;display:block; }
#XkxmPWpDdCFyQf0eerVqBkODtkI0XGpS { color:#000000;display:block;width:21.81225rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.25rem;left:37.4375rem;height:4.7125rem;display:block; }
#IyirpXSpNyOqHwOXhHUffHdSVsAW4mQV { position:absolute;display:block;z-index:15016;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:28.812rem;width:16.125rem;top:1.6875rem;left:11.25rem;overflow:hidden;display:block; }
#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd { position:relative;display:block; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd { background-color: transparent; background-image: none; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container > .video-iframe-container { display: none; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row > .video-iframe-container { display: none; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .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); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd { border-width: 0; border-radius: 0; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G42b799137bc721bf2fae780ebd2d04a3980783c { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hn6gBRp3/25F913B2_D36D_4D46_A356_6B61C7DE8EEC_4_5005_c_min.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:9.125rem;left:30.3125rem;display:block; }#G42b799137bc721bf2fae780ebd2d04a3980783c.adaptive-delivery-prevent-bg, #G42b799137bc721bf2fae780ebd2d04a3980783c.lazyload, #G42b799137bc721bf2fae780ebd2d04a3980783c.lazyloading { background-image: none; }
#e465fcc01942b4cbf40ffecdba59f804ab5a38da { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tn4U0uzG/B44D9B17_6B6A_4260_A807_0B790C42C66A_4_5005_c_min.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:9.125rem;left:50.8125rem;display:block; }#e465fcc01942b4cbf40ffecdba59f804ab5a38da.adaptive-delivery-prevent-bg, #e465fcc01942b4cbf40ffecdba59f804ab5a38da.lazyload, #e465fcc01942b4cbf40ffecdba59f804ab5a38da.lazyloading { background-image: none; }
#s39e3ce07b90929d2a7b00e70da6c7dc88b2e515 { color:#992e3e;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#S2aa1464fad25b5cdbfc2acabb60746d5c71bba4 { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:24.9375rem;width:14.4375rem;top:9.125rem;left:30.3125rem;display:block; }
#a556a6e31b639f6cace91b7364b0d368460006f7 { position:absolute;display:block;z-index:15027;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:24.9375rem;width:14.1875rem;top:9.125rem;left:9.625rem;display:block; }
#Ef9f5cf5c316f52d376668676d897d9713fe5ded { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:24.8125rem;width:14.5rem;top:9.125rem;left:50.8125rem;display:block; }
#wc09d823511f4cfac274060c7210eb08dd1ba4f0 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/z5N6SBhu/12FA9DAB_B6AE_47F7_85EF_E4ECB458F162_4_5005_c_min.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:14.375rem;top:9.125rem;left:9.5rem;display:block; }#wc09d823511f4cfac274060c7210eb08dd1ba4f0.adaptive-delivery-prevent-bg, #wc09d823511f4cfac274060c7210eb08dd1ba4f0.lazyload, #wc09d823511f4cfac274060c7210eb08dd1ba4f0.lazyloading { background-image: none; }
#U40f1c52ee1e41dc1de7edbc838223333ef37bd1 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.5rem;left:52.375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#baf00f357239830a02576e36c22479d57349b5e8 { color:#000000;display:block;width:10.2495rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.875rem;left:32.3125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#e0bf16fdd43fe25a72d844c00ce7ac11f147cbc6 { color:#000000;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.875rem;left:10.6875rem;height:10.96875rem;text-align:center;text-align-last:center;display:block; }
#a31502b67e0a0e03cd12fe73ca3233d739a60ffa { color:#000000;display:block;width:2.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:18.75rem;left:15.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fd7b509038bd882f6bf968d9c161e59472aad305 { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:18.6875rem;left:52.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#f28e7f25df1c1d808cfb6ee5f9fc880a7084e79f { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.6875rem;left:36.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AdWnTVq39THr4W7RJ08x93TP466hvhCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BYWTYEEg/pexels_pixabay_269323_min.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd.adaptive-delivery-prevent-bg, #AdWnTVq39THr4W7RJ08x93TP466hvhCd.lazyload, #AdWnTVq39THr4W7RJ08x93TP466hvhCd.lazyloading { background-image: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container { background-color: transparent; background-image: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,64,151,0.77); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container > .video-iframe-container { display: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,64,151,0.77); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row > .video-iframe-container { display: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .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); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container { border-width: 0; border-radius: 0; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd::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; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#af47ff75558d0c80e270e48dc0500da5d7403008 { color:#e0e5ef;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.312133789062rem;left:4.6246337890625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fd015907ecbc396eb6c2c0d26a2543b3b89c3d40 { color:#e7eaf1;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:35.449951171875rem;left:5.43701171875rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#b7d2a55dbd468e8f9b80af0e4ec12796fa057eae { position:absolute;display:block;z-index:15010;background-color:#4eb8c8;background-image:none;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:13rem;width:13rem;top:31.499755859375rem;left:28.499755859375rem;display:block; }
#g373cd98924fd3a0f77bc44725b9cdcb045f952e { position:absolute;display:block;z-index:15011;background-color:#ebebeb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:18.562133789062rem;left:54.49951171875rem;display:block; }
#ec29da460ecbe2b9db1cc0823e52ff65f76ea1cb { position:absolute;display:block;z-index:15012;background-color:#254061;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:18.562133789062rem;left:41.499633789062rem;display:block; }
#c48ee309d744853ce7ede2eb9fd846210744b40c { color:#1a4097;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:35.1875rem;left:42.749633789062rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T996d1e90f5864b35550f12007ef4bb0f66e59a5 { color:#1a4097;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:23.12451171875rem;left:55.874633789062rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd9569b32595c5b63f0b9fe2e66423f36d168063 { position:absolute;display:block;z-index:15007;background-color:#ebebeb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:18.562133789062rem;left:28.499755859375rem;display:block; }
#ce25f5110bb01153f73b38bcb81b79df30eac0a9 { position:absolute;display:block;z-index:15008;background-color:#992e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:31.499755859375rem;left:54.49951171875rem;display:block; }
#C882b95bab5ff6c9db2ca51434638e5cbed03686 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:31.499755859375rem;left:41.499633789062rem;display:block; }
#aeb1c5d8db81bb29900e38859cccf2b1c4680057 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:34.499633789062rem;left:31.37451171875rem; }
#Q248a1acee31a35e7675c04844c34204d8c31bb9 { box-sizing:content-box;color:#5d92ff;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.812133789062rem;left:57.62451171875rem; }
#E014b14e55d785952a8c78926c77281a93c267f3 { color:#1a4097;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:23.187377929688rem;left:29.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ha22abb36dd6fc334a28897ea54d3297e0687ef4 { box-sizing:content-box;color:#5d92ff;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.687133789062rem;left:44.375rem; }
#D199062821b2034e3e05d9cc8a58e7c7f363c76a { background-color:#42b5a4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.6875rem;left:39.312500953674rem;display:block; }
#f22ed17910c1d7e9f4272238db6801b5e7459178 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIwaQTS0P0kWKtOg8wB4rZUMXf8wDzSW { color:#e0e5ef;display:block;width:29.937125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:7.3114013671875rem;left:33.02978515625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7C9w5qn7SIlSg7bVyvxN4mogBulCThD { color:#e7eaf1;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:11.261352539062rem;left:35.343017578125rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a4097;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; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container { background-color: transparent; background-image: none; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container > .video-iframe-container { display: none; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row > .video-iframe-container { display: none; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .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); }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container { border-width: 0; border-radius: 0; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#AT3NF0aa5UuZlEldu19wlorCFrdP2N6v { background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:5.25rem;left:25.5rem;display:block; }
#q3ns0xinHvoqPc146l97mnwxVxToD0EK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EwV9vJCWQ5a89WUx7grqBm7yRhnPgBTb { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8125rem;left:20.125rem;height:3.4125rem;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) { #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk { display:block; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:15rem;height:15rem;top:31rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZwTe26TN2IhPEuINSIugnO1SIVtrPC { width:13.3125rem;height:1.125rem;top:35.9375rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:13.6875rem;height:3.375rem;top:37.875rem;left:34.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:11.625rem;height:1.125rem;top:35.9375rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0U07QQiL0lMioxfnQZvaVCTeJw86gXr { width:10.125rem;height:3.375rem;top:37.9375rem;left:27.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { width:14.4375rem;height:1.125rem;top:51.0625rem;left:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { width:11.3125rem;height:3.375rem;top:52.875rem;left:27.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:15rem;height:15rem;top:31rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:23.875rem;height:1.875rem;top:28.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:30.5625rem;height:11.8125rem;top:12.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFhCZEPoDIUSTXPcht8UqAaEMcWwumTt { width:15rem;height:15rem;top:46rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U33U4Hk2UntyRsI8tUvNiWkh96bxkmTC { top:1.0625rem;left:17.8125rem;width:29.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyEuGZufavu4HqnARoJN6EuGklmgylgN { width:15rem;height:15rem;top:46rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpvTT4BJas84twehZUClDX9hkw3pT0pv { width:13.3125rem;height:1.125rem;top:51rem;left:34.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOduhUibVZqpq6PlmrSUMxMyW2CuzpWH { width:10.125rem;height:3.375rem;top:52.9375rem;left:37.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-regular-label { display:block; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-checkbox-label { width:13.75rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd  { width:15rem;height:auto; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd {display:block;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #DI6aU1qKVu6ygZX1OT1R0ABLyRvCtFxO {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #kxAbtZkPWNyoSrIWrwTQAZ4cFzf3DvdF { display:block; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #yCOJqkT7XIfi1eqWcIixPTh4OytXWZoz {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #uZNkTI8CPdhOW4U6UeIQwvDMOPT6ATqN {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #zVGEVOWTTlkcKe6PbHNAwNENTzPTkRTX { display:block; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #UfwAMZa3OgcEQzGQF1WbDhvG12fN4Vel {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #kG31q6SFneMAF8CKqwrrzkLLUoHKn1qU {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #iAQWvqq8UKhQwXBRQTO1ezBhbc7ao840 { z-index:2; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #qvTMwvmVUv4PfD15nenm0Qxcs04WDx5C {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #DKW3F23xVwTlsOvER6py1bBZrCTgdiAc {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #T4MNRp83nLJ1TZsFBuFvAbyXZ2O767LB {  }
 }@media only screen and (max-width: 763px) { #Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX { display:block; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqwnkIdp4uDwwTBFJtUDfqNtGXxrGgTU { width:47.75rem;height:2.25rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik { display:block; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF4MBmGJSzavaBpXT1ammNKJqxHOfVuH { width:14.0625rem;height:3.375rem;top:0.875rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKhWw7y1er6aXnH4UfmE2sgi3xhMREvm { width:14.4375rem;height:3.375rem;top:0.875rem;left:21.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXrbObqNrl7TFiC6ZIm1itlUd80GKnt { width:14.0625rem;height:3.375rem;top:0.875rem;left:33.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9F4CMJIPqRxpU5NVkcTlv61wc9xdRGz { top:0.75rem;left:0rem;width:13.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohNQQAAOlrMGZyX3wvdQkGinNQ8OfyUq { top:0.8125rem;left:11.125rem;width:12.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI6OJ1RZkkESXqQ4Cf2IfEErQ1ZqJadI { top:0.75rem;left:22.25rem;width:13.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frLy1cnIF5ZTKBJb6EPVGPLVyMyn1eR6 { top:0.75rem;left:35rem;width:12.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIVO0btkXtEF5PIFC87MABNtNvennKq { width:12.75rem;height:3.375rem;top:0.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inT9dqd1Er9Dfbop484hT4Cd5XmXKedJ { top:0rem;left:9.4375rem;width:14.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvLrnUc58gXVRG6Fzmv0MSCsgf4IDJPE { top:0.375rem;left:21.375rem;width:14.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7uiImnd5nEZoT5CqK0Nwys8XZGG1HSl { top:0rem;left:33.3125rem;width:14.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixG8Qy74xHPGLNJoEuPx0qJXAo5oFAd9 { top:0.3125rem;left:0rem;width:15.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6EoScSW9PguxnOKuOKCfs51WVMEOanw { display:block; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTbV2HhGXLnxOn7KkWce6LTTubnSv2Gz { width:1.875rem;height:1.875rem;top:8.4375rem;left:3.24951171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbUAriGQWhTzRbTghEXPHpWcQdS8dvm { width:1.875rem;height:1.875rem;top:8.4375rem;left:5.12451171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnRTDKsd6TXgMPx6DiLwBML8oXIGrwEx { width:1.875rem;height:1.875rem;top:8.4375rem;left:6.99951171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWu8ASPR4qWGcN36AUA7govdSSn2iQnb { width:20.625rem;height:3.25rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHis62MMeNZhMXsu6ZWPvsJtt7d9Ray { width:1.875rem;height:1.875rem;top:8.4375rem;left:8.87451171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPi5SVSogoTRHqF7UQvqsumMaEsXkrS { width:1.875rem;height:1.875rem;top:8.4375rem;left:10.74951171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoC3XZPOl0BuqJFDe4eVux5Uk4Wrchty { width:17.8125rem;height:7.875rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N43Ec6IzNRH5K3LyEuIRKMeTDaQOIDN4 { width:17.8125rem;height:7.875rem;top:11.625rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8XrVi2HG2TEhSHItX8rbsd7Tgb9Iepi { width:1.875rem;height:1.875rem;top:8.5rem;left:19.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqJWtE7cB6QOrTF7pX4nqeIWUCZD7Oi { width:1.875rem;height:1.875rem;top:8.5rem;left:21rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peWy6sQyx6s9vy8Mve21JGZItD5mimZI { width:1.875rem;height:1.875rem;top:8.5rem;left:22.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew1vUgdT1XNpwTRTnbPHxMJMOldBLsC8 { width:1.875rem;height:1.875rem;top:8.5rem;left:24.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2H1ktdBgQp79ieT3GaalgV68ZPN6Nz { width:1.875rem;height:1.875rem;top:8.5rem;left:26.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXt6MHs3LEBonT1Ze9zx7gvMqyFoKIpW { width:20.625rem;height:1.625rem;top:5.9375rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPCHp624CTAOxlryGyrTwJ0FGcq3Nb5 { width:17.8125rem;height:7.875rem;top:11.625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE7LlmuogmFc9F2QvzrdbAgREkG6bJmZ { width:1.875rem;height:1.875rem;top:8.5rem;left:35.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eki9VPLSpIvbUtksxE1tTIvbi2Ul7pu3 { width:1.875rem;height:1.875rem;top:8.5rem;left:36.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLKJliTFTmnt3T4VpEgGptxlGGyPaSV { width:1.875rem;height:1.875rem;top:8.5rem;left:38.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeflohexvLV9o89bPxRsvXfFleIAE1F { width:1.875rem;height:1.875rem;top:8.5rem;left:40.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFbesFDtNUI4D2w4UxBqohTOx6zX0Si { width:1.875rem;height:1.875rem;top:8.5rem;left:42.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQk9itBGcThxoHgkvrA0RgZTxxq6Jx24 { width:20.625rem;height:1.625rem;top:6rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0UavMxoz1amlbUpAad0p6zJwPmuGsnV { width:21.375rem;height:18.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKihlUwr03V3bPiBIXiTB9M2XRQ9VTE { width:21.375rem;height:18.75rem;top:2.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv2CkytpZ0KVfK1QNdKJpd5s3Jc9iaVQ { width:21.375rem;height:18.75rem;top:2.875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUFhHAyi63HLyS83MU4e99lFus734eXT { display:block; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3q6AJUcb2GrChqpSv1B6hwUKVdO30RR { width:39.6875rem;height:2.5625rem;top:3.3125rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFT4SDsqhRmO7fDpfVnk8ZIiTOnlRcFk { width:23.125rem;height:4.375rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A30WtBz2SThTGfW7nTnCOr0lqTl5MIqI { top:19.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GViQW2pxGSHINJi5DG9CuZcqSCxvnlD0 { top:10rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwumqvZ5Jn2CXm7GdkMWRes7uZoLoFR { width:23.125rem;height:5.8125rem;top:10.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHeFLgOyaJA9bIeINAwh4C0IRxxxgzRI { top:33.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq8JKL3LHgb3tQRK79MZbCI9oyqCD0Ji { width:23.125rem;height:2.875rem;top:33.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3nAUrhqExti6mPyfiZ9NZrrl0V8K7kZ { width:24rem;height:4.375rem;top:18.625rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ikpqbI9kSMVv0A2T6WiiqnFhS6egIf { width:23.125rem;height:4.375rem;top:10.125rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRVm2PgPCIJ4is1bOSknbB7sMKAOi4FD { width:23.125rem;height:4.375rem;top:25.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8ppHRmBZUoVIQ6MHvPr5lUNLPx2K2X { top:26.25rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS0f8rJEkw3yUudoMekW25hDu57yu4JD { top:10rem;left:28.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKuJUHJOl1doIqXviax9WZbIce2mxzZo { top:18.5rem;left:28.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkTOzXWIHVGx6bVJT7oBUcf83X4zcXg { top:26.875rem;left:28.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw8f87Ofy4A4IsLEr6PUmJ8LPQVHc4a0 { width:23.125rem;height:4.375rem;top:26.25rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZycaVnREBT6wLiSGScacIZSVWMSlCVBw { top:2.0625rem;left:0rem;width:47.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:39.625rem;height:33.5625rem;top:4.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:30rem;height:0;top:31.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:30rem;height:0;top:7.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8vyaWyn8ezbQUvhTMHucRPJAf6NtLoG { top:8.8125rem;left:16.5625rem;width:29.0625rem;height:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkxmPWpDdCFyQf0eerVqBkODtkI0XGpS { top:33.25rem;left:23.8125rem;width:21.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyirpXSpNyOqHwOXhHUffHdSVsAW4mQV { top:1.6875rem;left:0rem;width:16.125rem;height:28.81125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd { display:block; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G42b799137bc721bf2fae780ebd2d04a3980783c { width:14.3125rem;height:9.5625rem;top:9.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e465fcc01942b4cbf40ffecdba59f804ab5a38da { width:14.3125rem;height:9.5625rem;top:9.125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s39e3ce07b90929d2a7b00e70da6c7dc88b2e515 { top:2.9375rem;left:7.5rem;width:32.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2aa1464fad25b5cdbfc2acabb60746d5c71bba4 { width:14.4375rem;height:24.9375rem;top:9.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a556a6e31b639f6cace91b7364b0d368460006f7 { width:14.125rem;height:24.9375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef9f5cf5c316f52d376668676d897d9713fe5ded { width:14.4375rem;height:24.75rem;top:9.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc09d823511f4cfac274060c7210eb08dd1ba4f0 { width:14.3125rem;height:9.5625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U40f1c52ee1e41dc1de7edbc838223333ef37bd1 { top:22.5rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baf00f357239830a02576e36c22479d57349b5e8 { top:21.875rem;left:18.6875rem;width:10.1875rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bf16fdd43fe25a72d844c00ce7ac11f147cbc6 { top:21.875rem;left:0rem;width:12rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31502b67e0a0e03cd12fe73ca3233d739a60ffa { top:18.75rem;left:1.625rem;width:2.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd7b509038bd882f6bf968d9c161e59472aad305 { top:18.6875rem;left:36.8125rem;width:10.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f28e7f25df1c1d808cfb6ee5f9fc880a7084e79f { top:18.6875rem;left:22.4375rem;width:2.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdWnTVq39THr4W7RJ08x93TP466hvhCd { display:block; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #af47ff75558d0c80e270e48dc0500da5d7403008 { width:20.9375rem;height:5.5rem;top:22.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd015907ecbc396eb6c2c0d26a2543b3b89c3d40 { width:21.0625rem;height:5.0625rem;top:35.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7d2a55dbd468e8f9b80af0e4ec12796fa057eae { width:13rem;height:13rem;top:31.4375rem;left:14.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g373cd98924fd3a0f77bc44725b9cdcb045f952e { width:13rem;height:13rem;top:18.5rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec29da460ecbe2b9db1cc0823e52ff65f76ea1cb { width:13rem;height:13rem;top:18.5rem;left:27.874633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48ee309d744853ce7ede2eb9fd846210744b40c { width:10.4375rem;height:5.625rem;top:35.1875rem;left:29.124633789062rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T996d1e90f5864b35550f12007ef4bb0f66e59a5 { width:10.25rem;height:3.75rem;top:23.0625rem;left:37.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd9569b32595c5b63f0b9fe2e66423f36d168063 { width:13rem;height:13rem;top:18.5rem;left:14.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce25f5110bb01153f73b38bcb81b79df30eac0a9 { width:13rem;height:13rem;top:31.4375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C882b95bab5ff6c9db2ca51434638e5cbed03686 { width:13rem;height:13rem;top:31.4375rem;left:27.874633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb1c5d8db81bb29900e38859cccf2b1c4680057 { top:34.4375rem;left:17.74951171875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q248a1acee31a35e7675c04844c34204d8c31bb9 { top:34.75rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E014b14e55d785952a8c78926c77281a93c267f3 { width:10.125rem;height:3.75rem;top:23.125rem;left:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha22abb36dd6fc334a28897ea54d3297e0687ef4 { top:21.625rem;left:30.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D199062821b2034e3e05d9cc8a58e7c7f363c76a { width:17.375rem;height:3.125rem;top:2.6875rem;left:25.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #f22ed17910c1d7e9f4272238db6801b5e7459178 { display:block; }
 }@media only screen and (max-width: 763px) { #vIwaQTS0P0kWKtOg8wB4rZUMXf8wDzSW { width:29.875rem;height:2.6875rem;top:7.25rem;left:17.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7C9w5qn7SIlSg7bVyvxN4mogBulCThD { width:25.3125rem;height:5.0625rem;top:11.25rem;left:21.718017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz { display:block; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT3NF0aa5UuZlEldu19wlorCFrdP2N6v { width:24.0625rem;height:3.1875rem;top:5.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ns0xinHvoqPc146l97mnwxVxToD0EK { display:block; }
 }@media only screen and (max-width: 763px) { #EwV9vJCWQ5a89WUx7grqBm7yRhnPgBTb { width:34.6875rem;height:3.375rem;top:1.75rem;left:6.499755859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk { background-color:#1a4097;background-image:none;display:block; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { background-color: transparent; background-image: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .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); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:10rem;height:10rem;top:64.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZwTe26TN2IhPEuINSIugnO1SIVtrPC { width:6.5rem;height:2.2749rem;top:67.1875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:9.5rem;height:2.27416875rem;top:68.6875rem;left:10.5625rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:6.5rem;height:2.2749rem;top:66.4375rem;left:11.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0U07QQiL0lMioxfnQZvaVCTeJw86gXr { width:7.3125rem;height:2.27416875rem;top:69.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { width:8.125rem;height:2.2749rem;top:56.875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { width:8.5625rem;height:2.3562rem;top:59.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:10rem;height:10rem;top:64.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:15.375rem;height:3.375rem;top:17.249267578125rem;left:2.3115234375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:17.6875rem;height:12.37425rem;top:3.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TFhCZEPoDIUSTXPcht8UqAaEMcWwumTt { width:10rem;height:10rem;top:54.375rem;left:0.0625rem;z-index:15010;background-color:rgba(90,228,217,0.79);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U33U4Hk2UntyRsI8tUvNiWkh96bxkmTC { width:19.9375rem;height:19.9375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyEuGZufavu4HqnARoJN6EuGklmgylgN { width:10rem;height:10rem;top:54.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpvTT4BJas84twehZUClDX9hkw3pT0pv { width:6.5rem;height:2.2749rem;top:56.9375rem;left:11.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOduhUibVZqpq6PlmrSUMxMyW2CuzpWH { width:7.3125rem;height:2.27416875rem;top:59.1875rem;left:11.375rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;height:2.5rem;display:block;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-text {padding-top: 0; padding-bottom: 0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-select {padding-top: 0; padding-bottom: 0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-container:first-of-type{padding-top:0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .widget-container:last-of-type{padding-bottom:0;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd  { width:17.5rem;height:auto;top:21.18603515625rem;left:0rem;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;background-color:transparent;background-image:none; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd {display:block;}#I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd { width:17.5rem;height:auto;top:21.18603515625rem;left:0rem;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;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #DI6aU1qKVu6ygZX1OT1R0ABLyRvCtFxO {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #kxAbtZkPWNyoSrIWrwTQAZ4cFzf3DvdF { display:none; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #yCOJqkT7XIfi1eqWcIixPTh4OytXWZoz {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #uZNkTI8CPdhOW4U6UeIQwvDMOPT6ATqN {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #zVGEVOWTTlkcKe6PbHNAwNENTzPTkRTX { display:none; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #UfwAMZa3OgcEQzGQF1WbDhvG12fN4Vel {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #kG31q6SFneMAF8CKqwrrzkLLUoHKn1qU {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #iAQWvqq8UKhQwXBRQTO1ezBhbc7ao840 { z-index:2; }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #qvTMwvmVUv4PfD15nenm0Qxcs04WDx5C {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #DKW3F23xVwTlsOvER6py1bBZrCTgdiAc {  }
 }@media only screen and (max-width: 763px) { #I1IOWn6ka4vUzkq9VPCXnN7uVyk4sOVd #T4MNRp83nLJ1TZsFBuFvAbyXZ2O767LB {  }
 }@media only screen and (max-width: 763px) { #Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX { display:block; }#Az5ThQUN2LnNbHHwwIRNzdPKx2P2Q2OX > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqwnkIdp4uDwwTBFJtUDfqNtGXxrGgTU { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik { display:block; }#hgowJrKQT8IAqvaFR0Lg1oNHp8Ueudik > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF4MBmGJSzavaBpXT1ammNKJqxHOfVuH { width:14.0625rem;height:3.3999rem;top:7.553382873535rem;left:3.0937519073486rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKhWw7y1er6aXnH4UfmE2sgi3xhMREvm { width:14.5rem;height:3.3999rem;top:13.489582061767rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXrbObqNrl7TFiC6ZIm1itlUd80GKnt { width:14.0625rem;height:3.3999rem;top:19.40625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9F4CMJIPqRxpU5NVkcTlv61wc9xdRGz { width:12.75rem;height:3.75rem;top:1.5299453735351rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohNQQAAOlrMGZyX3wvdQkGinNQ8OfyUq { width:12.75rem;height:3.75rem;top:7.3424482345581rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI6OJ1RZkkESXqQ4Cf2IfEErQ1ZqJadI { width:13.5625rem;height:3.75rem;top:13.279948234558rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frLy1cnIF5ZTKBJb6EPVGPLVyMyn1eR6 { width:12.75rem;height:3.75rem;top:19.259114265442rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIVO0btkXtEF5PIFC87MABNtNvennKq { width:12.6875rem;height:3.3999rem;top:1.740234375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inT9dqd1Er9Dfbop484hT4Cd5XmXKedJ { width:14.5rem;height:4.4375rem;top:7.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvLrnUc58gXVRG6Fzmv0MSCsgf4IDJPE { width:14.5rem;height:4.4375rem;top:13rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7uiImnd5nEZoT5CqK0Nwys8XZGG1HSl { width:14.5rem;height:4.4375rem;top:18.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixG8Qy74xHPGLNJoEuPx0qJXAo5oFAd9 { width:14.5rem;height:4.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6EoScSW9PguxnOKuOKCfs51WVMEOanw { display:block; }#I6EoScSW9PguxnOKuOKCfs51WVMEOanw > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTbV2HhGXLnxOn7KkWce6LTTubnSv2Gz { width:1.875rem;height:1.875rem;top:0.5rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbUAriGQWhTzRbTghEXPHpWcQdS8dvm { width:1.875rem;height:1.875rem;top:0.5rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnRTDKsd6TXgMPx6DiLwBML8oXIGrwEx { width:1.875rem;height:1.875rem;top:0.5625rem;left:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWu8ASPR4qWGcN36AUA7govdSSn2iQnb { width:20rem;height:2.923825rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nPHis62MMeNZhMXsu6ZWPvsJtt7d9Ray { width:1.875rem;height:1.875rem;top:0.5625rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPi5SVSogoTRHqF7UQvqsumMaEsXkrS { width:1.75rem;height:1.8125rem;top:0.5rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoC3XZPOl0BuqJFDe4eVux5Uk4Wrchty { width:19.9995rem;height:7.875rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N43Ec6IzNRH5K3LyEuIRKMeTDaQOIDN4 { width:17.8125rem;height:7.875rem;top:25.4375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8XrVi2HG2TEhSHItX8rbsd7Tgb9Iepi { width:1.875rem;height:1.875rem;top:22.3125rem;left:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqJWtE7cB6QOrTF7pX4nqeIWUCZD7Oi { width:1.875rem;height:1.875rem;top:22.3125rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peWy6sQyx6s9vy8Mve21JGZItD5mimZI { width:1.875rem;height:1.875rem;top:22.3125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew1vUgdT1XNpwTRTnbPHxMJMOldBLsC8 { width:1.875rem;height:1.875rem;top:22.3125rem;left:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2H1ktdBgQp79ieT3GaalgV68ZPN6Nz { width:1.875rem;height:1.875rem;top:22.3125rem;left:12.812255859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXt6MHs3LEBonT1Ze9zx7gvMqyFoKIpW { width:19.9995rem;height:1.4619125rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mDPCHp624CTAOxlryGyrTwJ0FGcq3Nb5 { width:17.8125rem;height:7.875rem;top:44rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE7LlmuogmFc9F2QvzrdbAgREkG6bJmZ { width:1.875rem;height:1.875rem;top:41rem;left:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eki9VPLSpIvbUtksxE1tTIvbi2Ul7pu3 { width:1.875rem;height:1.875rem;top:41rem;left:7.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLKJliTFTmnt3T4VpEgGptxlGGyPaSV { width:1.875rem;height:1.875rem;top:41rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeflohexvLV9o89bPxRsvXfFleIAE1F { width:1.875rem;height:1.875rem;top:41rem;left:11rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFbesFDtNUI4D2w4UxBqohTOx6zX0Si { width:1.875rem;height:1.875rem;top:41rem;left:12.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQk9itBGcThxoHgkvrA0RgZTxxq6Jx24 { width:19.9995rem;height:1.4619125rem;top:38.5rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m0UavMxoz1amlbUpAad0p6zJwPmuGsnV { width:19.9995rem;height:16.437rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKihlUwr03V3bPiBIXiTB9M2XRQ9VTE { width:19.9995rem;height:17.4375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv2CkytpZ0KVfK1QNdKJpd5s3Jc9iaVQ { width:20rem;height:17.25rem;top:36.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUFhHAyi63HLyS83MU4e99lFus734eXT { display:block; }#FUFhHAyi63HLyS83MU4e99lFus734eXT > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3q6AJUcb2GrChqpSv1B6hwUKVdO30RR { width:20rem;height:1.950075rem;top:2.186279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFT4SDsqhRmO7fDpfVnk8ZIiTOnlRcFk { width:14.249875rem;height:4.875rem;top:5.74951171875rem;left:4.77294921875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A30WtBz2SThTGfW7nTnCOr0lqTl5MIqI { display:flex;width:3.125rem;height:3.125rem;top:5.74951171875rem;left:0.5224609375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GViQW2pxGSHINJi5DG9CuZcqSCxvnlD0 { display:flex;width:3.125rem;height:3.125rem;top:11.726318359375rem;left:0.5224609375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #TmwumqvZ5Jn2CXm7GdkMWRes7uZoLoFR { width:14.25rem;height:7.3125rem;top:11.726318359375rem;left:4.8333740234375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHeFLgOyaJA9bIeINAwh4C0IRxxxgzRI { display:flex;width:2.687375rem;height:2.687375rem;top:20.222778320312rem;left:0.740966796875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #dq8JKL3LHgb3tQRK79MZbCI9oyqCD0Ji { width:14.25rem;height:3.65625rem;top:20.222778320312rem;left:4.7711181640625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3nAUrhqExti6mPyfiZ9NZrrl0V8K7kZ { width:14.25rem;height:6.09375rem;top:37.999633789062rem;left:4.7711181640625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ikpqbI9kSMVv0A2T6WiiqnFhS6egIf { width:14.25rem;height:4.875rem;top:31.5rem;left:4.7711181640625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRVm2PgPCIJ4is1bOSknbB7sMKAOi4FD { width:14.25rem;height:4.875rem;top:25.124145507812rem;left:4.7711181640625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8ppHRmBZUoVIQ6MHvPr5lUNLPx2K2X { display:flex;width:3.125rem;height:3.125rem;top:25.124145507812rem;left:0.5224609375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xS0f8rJEkw3yUudoMekW25hDu57yu4JD { display:flex;width:3.125rem;height:3.125rem;top:31.5rem;left:0.5224609375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ZKuJUHJOl1doIqXviax9WZbIce2mxzZo { display:flex;width:2.687375rem;height:2.687375rem;top:37.999633789062rem;left:0.7403564453125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ZmkTOzXWIHVGx6bVJT7oBUcf83X4zcXg { display:flex;width:3.125rem;height:3.125rem;top:45.937255859375rem;left:0.5224609375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #rw8f87Ofy4A4IsLEr6PUmJ8LPQVHc4a0 { width:14.25rem;height:7.3125rem;top:45.937255859375rem;left:4.7711181640625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZycaVnREBT6wLiSGScacIZSVWMSlCVBw { width:20rem;height:54.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:20rem;height:31.1875rem;top:13.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:20rem;height:0.0625rem;top:37.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:20rem;height:0.0625rem;top:20.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8vyaWyn8ezbQUvhTMHucRPJAf6NtLoG { width:19.374rem;height:21.61156875rem;top:18.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkxmPWpDdCFyQf0eerVqBkODtkI0XGpS { width:19.56225rem;height:1.7058125rem;top:41.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyirpXSpNyOqHwOXhHUffHdSVsAW4mQV { width:9.43725rem;height:16.812rem;top:0.92138671875rem;left:5.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd { display:block; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd { background-color: transparent; background-image: none; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container > .video-iframe-container { display: none; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row > .video-iframe-container { display: none; }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .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); }#N4Im2T8kL4lozsqvaAQEnp5XokaeG7Xd > .row .container { width:20rem;height:66.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G42b799137bc721bf2fae780ebd2d04a3980783c { width:9rem;height:9.125rem;top:7.3427734375rem;left:5.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UQlqF0xk/12FA9DAB_B6AE_47F7_85EF_E4ECB458F162_4_5005_c.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15036;display:block; }#G42b799137bc721bf2fae780ebd2d04a3980783c.adaptive-delivery-prevent-bg, #G42b799137bc721bf2fae780ebd2d04a3980783c.lazyload, #G42b799137bc721bf2fae780ebd2d04a3980783c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e465fcc01942b4cbf40ffecdba59f804ab5a38da { width:9rem;height:9.125rem;top:28.0625rem;left:5.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fCqzVcg9/25F913B2_D36D_4D46_A356_6B61C7DE8EEC_4_5005_c.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e465fcc01942b4cbf40ffecdba59f804ab5a38da.adaptive-delivery-prevent-bg, #e465fcc01942b4cbf40ffecdba59f804ab5a38da.lazyload, #e465fcc01942b4cbf40ffecdba59f804ab5a38da.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s39e3ce07b90929d2a7b00e70da6c7dc88b2e515 { width:20rem;height:2.2749rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2aa1464fad25b5cdbfc2acabb60746d5c71bba4 { width:20rem;height:13.25rem;top:51.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a556a6e31b639f6cace91b7364b0d368460006f7 { width:19.9375rem;height:12.875rem;top:32.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ef9f5cf5c316f52d376668676d897d9713fe5ded { width:20rem;height:15.125rem;top:11.4765625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wc09d823511f4cfac274060c7210eb08dd1ba4f0 { width:9rem;height:9.125rem;top:46.9375rem;left:5.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/AvsXp0n5/B44D9B17_6B6A_4260_A807_0B790C42C66A_4_5005_c.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wc09d823511f4cfac274060c7210eb08dd1ba4f0.adaptive-delivery-prevent-bg, #wc09d823511f4cfac274060c7210eb08dd1ba4f0.lazyload, #wc09d823511f4cfac274060c7210eb08dd1ba4f0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U40f1c52ee1e41dc1de7edbc838223333ef37bd1 { width:20rem;height:4.54980625rem;top:58.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baf00f357239830a02576e36c22479d57349b5e8 { width:20rem;height:3.41235625rem;top:39.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0bf16fdd43fe25a72d844c00ce7ac11f147cbc6 { width:19.9375rem;height:5.68725625rem;top:18.8203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a31502b67e0a0e03cd12fe73ca3233d739a60ffa { width:2.9375rem;height:1.21875rem;top:16.4052734375rem;left:8.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd7b509038bd882f6bf968d9c161e59472aad305 { width:8.5rem;height:1.21875rem;top:56.0625rem;left:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f28e7f25df1c1d808cfb6ee5f9fc880a7084e79f { width:2.75rem;height:1.21875rem;top:37.125rem;left:8.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdWnTVq39THr4W7RJ08x93TP466hvhCd { background-color:#1a4097;background-image:none;display:block; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container { background-color: transparent; background-image: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container > .video-iframe-container { display: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row > .video-iframe-container { display: none; }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .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); }#AdWnTVq39THr4W7RJ08x93TP466hvhCd > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #af47ff75558d0c80e270e48dc0500da5d7403008 { width:15.4375rem;height:3.848875rem;top:1.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd015907ecbc396eb6c2c0d26a2543b3b89c3d40 { width:20rem;height:4.78125rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7d2a55dbd468e8f9b80af0e4ec12796fa057eae { width:10.625rem;height:8.125rem;top:39.1875rem;left:4.6875rem;background-color:#4eb8c8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g373cd98924fd3a0f77bc44725b9cdcb045f952e { width:10.625rem;height:5.8125rem;top:49.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec29da460ecbe2b9db1cc0823e52ff65f76ea1cb { width:10.625rem;height:8.125rem;top:55.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48ee309d744853ce7ede2eb9fd846210744b40c { width:12.6875rem;height:2.75024375rem;top:51.1875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T996d1e90f5864b35550f12007ef4bb0f66e59a5 { width:13.3125rem;height:2.7495125rem;top:18.5625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd9569b32595c5b63f0b9fe2e66423f36d168063 { width:10.625rem;height:5.8125rem;top:17rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce25f5110bb01153f73b38bcb81b79df30eac0a9 { width:10.625rem;height:8.125rem;top:22.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C882b95bab5ff6c9db2ca51434638e5cbed03686 { width:10.625rem;height:5.8125rem;top:33.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb1c5d8db81bb29900e38859cccf2b1c4680057 { width:4.375rem;height:4.375rem;top:41.0625rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q248a1acee31a35e7675c04844c34204d8c31bb9 { width:4.375rem;height:4.375rem;top:24.6875rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E014b14e55d785952a8c78926c77281a93c267f3 { width:10.125rem;height:2.75024375rem;top:34.875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha22abb36dd6fc334a28897ea54d3297e0687ef4 { width:4.375rem;height:4.375rem;top:57.3125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D199062821b2034e3e05d9cc8a58e7c7f363c76a { width:15rem;height:3.125rem;top:65.875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f22ed17910c1d7e9f4272238db6801b5e7459178 { display:block; }
 }@media only screen and (max-width: 763px) { #vIwaQTS0P0kWKtOg8wB4rZUMXf8wDzSW { width:20rem;height:3.848875rem;top:70.249633789062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7C9w5qn7SIlSg7bVyvxN4mogBulCThD { width:20rem;height:6.375rem;top:75.347902539063rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz { display:block; }#MuCe3Q6oJlysZbqZBIoZTWaqghfXovuz > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT3NF0aa5UuZlEldu19wlorCFrdP2N6v { width:19rem;height:3.1875rem;top:6.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ns0xinHvoqPc146l97mnwxVxToD0EK { display:block; }
 }@media only screen and (max-width: 763px) { #EwV9vJCWQ5a89WUx7grqBm7yRhnPgBTb { width:20rem;height:4.19824375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }