.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DcNejvqb/landing_cover_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152f5e;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container { background-color: transparent; background-image: none; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container > .video-iframe-container { display: none; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row > .video-iframe-container { display: none; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .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); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container { border-width: 0; border-radius: 0; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#vhv7ZT5yF70tJv0hsxGm4uCL4TF2tx9T { background-color:#ed9422;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.84375rem;left:48rem;display:block; }
#Xuu6r0HeZzI0Hx7ORpJlONkgcdDDkZue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JBN1SMS0VaxTvRgqKQHHXbaXUJ5QTRN5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.84375rem;left:31.375rem;display:block; }
#HyKCwWhLt9XUd2K3rs5ECaSHrZSBgIo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SmNf7NVhAZO297R4wPmp0kz5isqVL7zD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.84375rem;left:37.9375rem;display:block; }
#TGnn9I3BtUzE1xCaz1u4Qsz8rq0VIus9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#foRAt8bR9Ept689JAwaQesx1HMH4vSfV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:9.1875rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color:transparent;background-image:none;width:60rem;height:54.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { position:absolute;display:block;z-index:100000;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:38.4375rem;width:33.125rem;top:8.4375rem;left:0rem;display:block; }
#HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:10.375rem;left:3.1875rem;height:3.07421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:3.1875rem;height:8.93554375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { color:#ed9422;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.9375rem;left:4.5rem;height:1.8681625rem;font-style:normal;display:block; }
#lhxkgUIxFPG3TMC2Q7AB07TJcvbFSvdN { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:25.80859375rem;left:26.75rem;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-form-header {  }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:27.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { background-color:#ffffff;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;width:27.375rem;box-sizing:border-box;height:3.4375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { background-color:#ffffff;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;width:27.375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#ed9422;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#f2f9ff;width:23.8125rem;height:3.5625rem;font-family:lato;overflow:hidden; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.79);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;line-height:1.8; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .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; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:first-of-type{padding-top:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:last-of-type{padding-bottom:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100005;position:absolute;top:27.875rem;left:1.5rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100005;position:absolute;top:27.875rem;left:1.5rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #eMQzJxsDsil5g69qPJQevSJNa5QNlZE5 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #D7AJI2C1V7Mbz8qreTKM3UscopEeA3FE { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #DitWf8NEphiegDnKHLLsfCZAt6Gzn9ic { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #IHvQTc9uobZhJAKb7y9VeOqgLiN2QU7F { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #JBkKVxCVb1L1Kg4DJW2P0BOKmX39oPaa { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #sZmWeyqZeV6VwBU9hmBuBH6VfpWmHXrD { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Ry6mbmefz8KxBTWbqPQSkpk44UaQiE46 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #PMV8KTc9TokpTcGis8M3Rw21KyMDUUlF { position:relative;z-index:2; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #eEprCqdJ53GEQ3fzVT9TpH6IT4zX0nMf { position:relative; }
#h6btQkloDJqAmLLxvNU5RoHoFHkSkr5Z { position:relative;display:block; }
#WBoHxXuzJCSwiaASXJNnK7lVGTrKZ35i { position:relative;display:block; }
#vEVWRan8kGkuZq44Mv1GcqD9zPgTVWec { position:relative;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo { position:relative; }
#FJ752BzPQbeXzK71cwELn9eI8KxADKzK { color:#faf5f5;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.1875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#CE6Q2rBwpOtHpCd05umSoFqCftLiDwOL { position:absolute;display:block;z-index:100002;background-color:#00539f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:3.625rem;width:27.5rem;top:24.96875rem;left:2.5625rem;display:block; }
#QCAM3FNTnHMJX84Nva6pLWRzrLPtcTPl { 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:block;z-index:100000;display:block; }
#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { background-color: transparent; background-image: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .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); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { border-width: 0; border-radius: 0; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { color:#444444;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { position:absolute;display:block;z-index:100007;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { background-color: transparent; background-image: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .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); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { border-width: 0; border-radius: 0; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { color:#444444;display:block;width:33.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:1.5625rem;height:25.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:2.125rem;left:43.125rem;height:1.6875rem;font-style:normal;display:block; }
#PiolEbRCrwV9uTiQWHRxWr7uAvhTEZhh { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:1.78125rem;left:40.1875rem;display:block; }
#oaoMsmTqJU4xitvqyKQCXA1PsZwo0aEa { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.9375rem;left:40.1875rem;display:block; }
#BmJqJJT5ZlDKhApPLhuCvv6m2ncu7XNx { color:#6c757b;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:4.3125rem;left:43.125rem;height:3.375rem;font-style:normal;display:block; }
#L38Uc3mHRXG3KlAF5MhqKSPWeHlTzfFk { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:6.0625rem;left:40.1875rem;display:block; }
#bfPu7kvfXu2ZZOuGNuRb0STwU6dkugZN { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:6.46875rem;left:43.125rem;height:1.6875rem;font-style:normal;display:block; }
#FET6ysP6Ty8oabgn2hniZ7red0xQJwT9 { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:8.1875rem;left:40.21875rem;display:block; }
#QOAp3OB0qfPXe3hf6LlX5uFyE4geUeog { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:8.59375rem;left:43.15625rem;height:1.6875rem;font-style:normal;display:block; }
#PqTLDg4wdXVn0hNzbIIu3weT7sdw8GuJ { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:10.3125rem;left:40.21875rem;display:block; }
#sqyOH9MT2J3KKSXzeDRaLp1mNJ4JAOFa { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:10.71875rem;left:43.15625rem;height:1.6875rem;font-style:normal;display:block; }
#WVahbs7mZq92ms3eJS8elr7lJgJbnsoR { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:12.4375rem;left:40.21875rem;display:block; }
#ThGPqDZhbOyyxuaLGVCc82s4tk2Qz4fO { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:12.84375rem;left:43.15625rem;height:3.375rem;font-style:normal;display:block; }
#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container { background-color: transparent; background-image: none; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container > .video-iframe-container { display: none; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row > .video-iframe-container { display: none; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .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); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container { border-width: 0; border-radius: 0; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#WpGpaIXWqrI6IRS92W9aZ4cNsBUOkLo9 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:17.5rem;width:16.75rem;top:1.5625rem;left:21.625rem;display:block; }
#M0RHxyn7ILSZeDxHDBqgEOsDabR3wBiF { position:absolute;display:block;z-index:100002;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.125rem;width:6.125rem;top:4rem;left:26.9375rem;display:block; }
#BOwCOnq4FKXiPJuf7aNQccBNoT4To1yx { box-sizing:content-box;color:#152f5e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.03125rem;left:7.96875rem;display:block; }
#qN7J7M2STu6eWsFDTKMZ8UElyTy6JDdX { box-sizing:content-box;color:#152f5e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.03125rem;left:27.96875rem;display:block; }
#OdmCcQuAobFSiBnl99CTybyWSlf660TA { box-sizing:content-box;color:#152f5e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.09375rem;left:47.65625rem;display:block; }
#Il0JtJc2mrrFzQH6HQl2LMuaV6kXyraa { color:#444444;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.75rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIbgpauuzGFnhJ1uwsLvISfekkPs5btF { color:#444444;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:23.75rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B1UghlxbSd9N6Rsi7ZcDzF6pGTcrrZyT { color:#444444;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:11.5rem;left:43.4375rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrAfTKxNaik1IQ0dIyMaOiMt7mb1ChOU { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:17.5rem;width:16.75rem;top:1.625rem;left:41.78125rem;display:block; }
#VHq8HGrTCbkDHP7FUeEvkSkhweQK4sia { position:absolute;display:block;z-index:100004;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.125rem;width:6.125rem;top:4.0625rem;left:46.625rem;display:block; }
#XeGy1ZP0fH0CNvfaBlk86MvmpstICbv1 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:17.5rem;width:16.75rem;top:1.5625rem;left:1.625rem;display:block; }
#gtknTueJfZc0vOhq2i8Kr9tsU2vVCSci { position:absolute;display:block;z-index:100004;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.125rem;width:6.125rem;top:4rem;left:6.9375rem;display:block; }
#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { background-color: transparent; background-image: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .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); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { border-width: 0; border-radius: 0; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { color:#444444;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#Xihr903VMxeStSFOWD3iVNFDl9Is31ND { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:8.625rem;left:1.5625rem;display:block; }
#UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { position:absolute;display:block;z-index:100007;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:8.5625rem;left:1.5625rem;display:block; }
#kFgEdU4AJqVX4Mxo0F6zHUMIqDINuayb { color:#444444;display:block;width:33.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.65625rem;height:2.25rem;font-style:normal;display:block; }
#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { background-color: transparent; background-image: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container > .video-iframe-container { display: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container { display: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .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); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { border-width: 0; border-radius: 0; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#ladHX8aeFtIk0M17XR1pxnzTfeoViePm { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:7.9375rem;left:21.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:7.9375rem;left:41.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNAh1T7oT9UsrK0wSd4ncfiETmpK53iI { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:8.125rem;overflow:hidden;display:block; }
#Gn01iOnb8AIKX9RhJ7wVQbhVUd1f7K8c { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:28.125rem;overflow:hidden;display:block; }
#mFXzbocwyxI0GFdMrroHrq6IwMreEJ7g { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:48.125rem;overflow:hidden;display:block; }
#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container { background-color: transparent; background-image: none; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container > .video-iframe-container { display: none; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row > .video-iframe-container { display: none; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .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); }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container { border-width: 0; border-radius: 0; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#qJK5OTOKIicv8cHEQvCEam9XCFac7pDk { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMEeTa7IO0OGJSTH08wzuTlHvVEP2aKg { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdosftleNFNGqflKf0ITxE9d2fEDWXJT { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3G2efdGAJ1X6bDXb9kt7Apqz0u78kIJ { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:7.9375rem;left:21.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5UBaIC28XQlKCbAetfz115SZ6TGdN9O { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzwxnW4F9EJ1T49klHwOttWRTkSpSa5I { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:7.9375rem;left:41.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsBd7VP7mZblmaMTk8xPXlwkRofCA8F7 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:8.125rem;overflow:hidden;display:block; }
#OyxQn3N3TDOiaeL6DbRHD8KNsrx6SBgX { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:28.125rem;overflow:hidden;display:block; }
#DrhVtmMWnbRhXcbXmT11DTGu94S6gZ7G { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:48.125rem;overflow:hidden;display:block; }
#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { background-color: transparent; background-image: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container > .video-iframe-container { display: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container { display: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .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); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { border-width: 0; border-radius: 0; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koLX1GeqwTbL5DTib2LakUr0aua2DPzw { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:7.9375rem;left:21.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:7.9375rem;left:41.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFwsHS7p5dEwQLGxgWc7LT2OH0eEBEnh { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:8.125rem;overflow:hidden;display:block; }
#TTBdlOeQdW60BDZ7q5ZtRmyZZCah7IDk { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:28.125rem;overflow:hidden;display:block; }
#KD3483kNhX0C6Xlq4b0ViWMmzczkU2pR { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.5625rem;left:48.125rem;overflow:hidden;display:block; }
#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { background-color: transparent; background-image: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .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); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { border-width: 0; border-radius: 0; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { position:absolute;display:block;z-index:100007;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { background-color: transparent; background-image: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .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); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { border-width: 0; border-radius: 0; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;position:relative;display:block; }#tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { position:absolute;display:block;z-index:100000;background-color:#00539f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.5rem;left:1.5625rem;display:block; }
#BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5625rem;height:6.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { position:absolute;display:block;z-index:100001;background-color:#ed9422;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:20rem;top:1.0625rem;left:20rem;display:block; }
#dNGRZTKC5PWa8HuupENM7KbX6TJfGFxK { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.5rem;left:21.5625rem;display:block; }
#fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:6.5625rem;left:21.5625rem;height:10.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { position:absolute;display:block;z-index:100002;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:20rem;top:1.0625rem;left:40rem;display:block; }
#kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5rem;left:41.5625rem;display:block; }
#A9x1fkoIauChpBZyCnGbnVpm0is476mK { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:16.875rem;left:41.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:41.5625rem;height:6.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uOTLa9zIdP6d0vFgMvS7FE1mzW1nEKWU { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:60rem;top:21.908376963351rem;left:0rem;display:block; }
#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container { background-color: transparent; background-image: none; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container > .video-iframe-container { display: none; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row > .video-iframe-container { display: none; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .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); }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container { border-width: 0; border-radius: 0; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#n25yQydB9MmzoiB7uhZfGGCbfG4rhMI0 { color:#444444;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#gzoRDWsBoIOqCtDe611qZpIMpoiUVvDM { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:8.625rem;left:1.5625rem;display:block; }
#s54Ug8ma7EJELvfPx6U1hbVCQFQHTa4H { position:absolute;display:block;z-index:100007;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:8.5625rem;left:1.5625rem;display:block; }
#rU6Zs7BxeDoqgwL50tpZwxSvVgTAHvmR { color:#444444;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.65625rem;height:2.25rem;font-style:normal;display:block; }
#ddnRK8bJUfkmE1NGL8TdXlmwaFmom9sX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:9.6875rem;top:0rem;left:50.3125rem;overflow:hidden;display:block; }
#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container { background-color: transparent; background-image: none; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container > .video-iframe-container { display: none; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row > .video-iframe-container { display: none; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .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); }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container { border-width: 0; border-radius: 0; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#N1KI57d785qNKwUxogpSEaKMwSoMBBRc { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJae0cpNAiVLbaThesAuZ2QQnLIPdu3p { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V984TisF6TPncSccQ9tBxmgWkc2PTMyn { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lK4v1uhPeEtlZxyLQtuiVQVHDg9Vmek0 { box-sizing:content-box;color:#0083d5;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:block;z-index:100013;top:2.1875rem;left:8.4375rem;display:block; }
#U1VfxsQGNDE3Oqyarh4EiGR5oECymt4G { box-sizing:content-box;color:#0083d5;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:block;z-index:100014;top:2.1875rem;left:28.4375rem;display:block; }
#LdeZXKdOw9kl0xhEu0ot67OT0U0s2D2V { box-sizing:content-box;color:#0083d5;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:block;z-index:100015;top:2.125rem;left:48.4375rem;display:block; }
#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container { background-color: transparent; background-image: none; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container > .video-iframe-container { display: none; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row > .video-iframe-container { display: none; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .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); }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container { border-width: 0; border-radius: 0; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#IS5ZcQwe5HbHFUVHyBRW2zw5e5damdp4 { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcGSCZkxSlURnihkv5z8MaMpwI0I2XGr { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBAo4lov6qdmL46r0RzrstJXNw3msSNe { color:#444444;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNucJZ4q5rlkVl7yL8mQ1aBrxqIEZQDM { box-sizing:content-box;color:#0083d5;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:block;z-index:100016;top:2.125rem;left:8.4375rem;display:block; }
#aMGI93ivPLJS8OZwP9OAAnsMDAaHJkrP { box-sizing:content-box;color:#0083d5;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:block;z-index:100017;top:2.1875rem;left:28.4375rem;display:block; }
#FahaOvreDJEc3AqgudSZ1yMlw94tuBBm { box-sizing:content-box;color:#0083d5;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:block;z-index:100018;top:2.1875rem;left:48.4375rem;display:block; }
#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6fT0Pfw3/Dr._Lavi_IVF_Doctor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.adaptive-delivery-prevent-bg, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyload, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyloading { background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .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); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { border-width: 0; border-radius: 0; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { color:#444444;display:block;width:36rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:3.8125rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { color:#444444;display:block;width:42.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { background-color:#00539f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:22.5625rem;left:0rem;display:block; }
#QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu { display:block; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhv7ZT5yF70tJv0hsxGm4uCL4TF2tx9T { width:12rem;height:2.4375rem;top:1.8125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuu6r0HeZzI0Hx7ORpJlONkgcdDDkZue { display:block; }
 }@media only screen and (max-width: 763px) { #JBN1SMS0VaxTvRgqKQHHXbaXUJ5QTRN5 { width:6rem;height:2.4375rem;top:1.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyKCwWhLt9XUd2K3rs5ECaSHrZSBgIo9 { display:block; }
 }@media only screen and (max-width: 763px) { #SmNf7NVhAZO297R4wPmp0kz5isqVL7zD { width:9.125rem;height:2.4375rem;top:1.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGnn9I3BtUzE1xCaz1u4Qsz8rq0VIus9 { display:block; }
 }@media only screen and (max-width: 763px) { #foRAt8bR9Ept689JAwaQesx1HMH4vSfV { top:0.4375rem;left:0rem;width:9.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:33.125rem;height:38.4375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhxkgUIxFPG3TMC2Q7AB07TJcvbFSvdN { width:2.1875rem;height:2.1875rem;top:26.875rem;left:15.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #eMQzJxsDsil5g69qPJQevSJNa5QNlZE5 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #D7AJI2C1V7Mbz8qreTKM3UscopEeA3FE {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #DitWf8NEphiegDnKHLLsfCZAt6Gzn9ic {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #IHvQTc9uobZhJAKb7y9VeOqgLiN2QU7F {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #JBkKVxCVb1L1Kg4DJW2P0BOKmX39oPaa {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #sZmWeyqZeV6VwBU9hmBuBH6VfpWmHXrD {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Ry6mbmefz8KxBTWbqPQSkpk44UaQiE46 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #PMV8KTc9TokpTcGis8M3Rw21KyMDUUlF {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #eEprCqdJ53GEQ3fzVT9TpH6IT4zX0nMf {  }
 }@media only screen and (max-width: 763px) { #h6btQkloDJqAmLLxvNU5RoHoFHkSkr5Z { display:block; }
 }@media only screen and (max-width: 763px) { #WBoHxXuzJCSwiaASXJNnK7lVGTrKZ35i { display:block; }
 }@media only screen and (max-width: 763px) { #vEVWRan8kGkuZq44Mv1GcqD9zPgTVWec { display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #FJ752BzPQbeXzK71cwELn9eI8KxADKzK { top:14.3125rem;left:0rem;width:26.5rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6Q2rBwpOtHpCd05umSoFqCftLiDwOL { top:24.9375rem;left:0rem;width:27.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCAM3FNTnHMJX84Nva6pLWRzrLPtcTPl { display:none; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #PiolEbRCrwV9uTiQWHRxWr7uAvhTEZhh { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaoMsmTqJU4xitvqyKQCXA1PsZwo0aEa { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJqJJT5ZlDKhApPLhuCvv6m2ncu7XNx { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #L38Uc3mHRXG3KlAF5MhqKSPWeHlTzfFk { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfPu7kvfXu2ZZOuGNuRb0STwU6dkugZN { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #FET6ysP6Ty8oabgn2hniZ7red0xQJwT9 { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOAp3OB0qfPXe3hf6LlX5uFyE4geUeog { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #PqTLDg4wdXVn0hNzbIIu3weT7sdw8GuJ { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyOH9MT2J3KKSXzeDRaLp1mNJ4JAOFa { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #WVahbs7mZq92ms3eJS8elr7lJgJbnsoR { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThGPqDZhbOyyxuaLGVCc82s4tk2Qz4fO { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK { display:block; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpGpaIXWqrI6IRS92W9aZ4cNsBUOkLo9 { top:1.5625rem;left:15rem;width:16.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0RHxyn7ILSZeDxHDBqgEOsDabR3wBiF { top:4rem;left:20.75rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwCOnq4FKXiPJuf7aNQccBNoT4To1yx { top:5rem;left:5.90625rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7J7M2STu6eWsFDTKMZ8UElyTy6JDdX { top:5rem;left:21.78125rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdmCcQuAobFSiBnl99CTybyWSlf660TA { top:5.0625rem;left:37.34375rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il0JtJc2mrrFzQH6HQl2LMuaV6kXyraa { top:11.4375rem;left:1.6875rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIbgpauuzGFnhJ1uwsLvISfekkPs5btF { top:11.4375rem;left:17.5625rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1UghlxbSd9N6Rsi7ZcDzF6pGTcrrZyT { top:11.5rem;left:33.125rem;width:13.4375rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrAfTKxNaik1IQ0dIyMaOiMt7mb1ChOU { top:1.625rem;left:30.875rem;width:16.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHq8HGrTCbkDHP7FUeEvkSkhweQK4sia { top:4.0625rem;left:36.3125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeGy1ZP0fH0CNvfaBlk86MvmpstICbv1 { top:1.5625rem;left:0rem;width:16.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtknTueJfZc0vOhq2i8Kr9tsU2vVCSci { top:4rem;left:4.875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:47.75rem;height:0.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFgEdU4AJqVX4Mxo0F6zHUMIqDINuayb { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ladHX8aeFtIk0M17XR1pxnzTfeoViePm { width:16.875rem;height:1.9375rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { width:16.875rem;height:3rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { width:16.875rem;height:1.9375rem;top:5.1875rem;left:14.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { width:16.875rem;height:3rem;top:7.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { width:16.875rem;height:1.9375rem;top:5.1875rem;left:30.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { width:16.875rem;height:3rem;top:7.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNAh1T7oT9UsrK0wSd4ncfiETmpK53iI { top:1.5625rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn01iOnb8AIKX9RhJ7wVQbhVUd1f7K8c { top:1.5625rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFXzbocwyxI0GFdMrroHrq6IwMreEJ7g { top:1.5625rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA { display:block; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJK5OTOKIicv8cHEQvCEam9XCFac7pDk { width:16.875rem;height:1.9375rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMEeTa7IO0OGJSTH08wzuTlHvVEP2aKg { width:16.875rem;height:3rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdosftleNFNGqflKf0ITxE9d2fEDWXJT { width:16.875rem;height:1.9375rem;top:5.1875rem;left:14.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3G2efdGAJ1X6bDXb9kt7Apqz0u78kIJ { width:16.875rem;height:3rem;top:7.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5UBaIC28XQlKCbAetfz115SZ6TGdN9O { width:16.875rem;height:1.9375rem;top:5.1875rem;left:30.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzwxnW4F9EJ1T49klHwOttWRTkSpSa5I { width:16.875rem;height:3rem;top:7.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBd7VP7mZblmaMTk8xPXlwkRofCA8F7 { top:1.5625rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyxQn3N3TDOiaeL6DbRHD8KNsrx6SBgX { top:1.5625rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrhVtmMWnbRhXcbXmT11DTGu94S6gZ7G { top:1.5625rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { width:16.875rem;height:1.9375rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { width:16.875rem;height:3rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { width:16.875rem;height:1.9375rem;top:5.1875rem;left:14.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #koLX1GeqwTbL5DTib2LakUr0aua2DPzw { width:16.875rem;height:3rem;top:7.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { width:16.875rem;height:1.9375rem;top:5.1875rem;left:30.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { width:16.875rem;height:3rem;top:7.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFwsHS7p5dEwQLGxgWc7LT2OH0eEBEnh { top:1.5625rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBdlOeQdW60BDZ7q5ZtRmyZZCah7IDk { top:1.5625rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD3483kNhX0C6Xlq4b0ViWMmzczkU2pR { top:1.5625rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:14.375rem;height:1.25rem;top:16.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { width:2.625rem;height:2.625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGRZTKC5PWa8HuupENM7KbX6TJfGFxK { width:2.625rem;height:2.625rem;top:2.5rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { width:2.625rem;height:2.625rem;top:2.5rem;left:31.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:14.375rem;height:1.25rem;top:16.375rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTLa9zIdP6d0vFgMvS7FE1mzW1nEKWU { top:21.875rem;left:0rem;width:47.75rem;height:23.526822916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC { display:block; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n25yQydB9MmzoiB7uhZfGGCbfG4rhMI0 { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzoRDWsBoIOqCtDe611qZpIMpoiUVvDM { width:47.75rem;height:0.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Ug8ma7EJELvfPx6U1hbVCQFQHTa4H { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6Zs7BxeDoqgwL50tpZwxSvVgTAHvmR { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddnRK8bJUfkmE1NGL8TdXlmwaFmom9sX { top:0rem;left:38.0625rem;width:9.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 { display:block; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1KI57d785qNKwUxogpSEaKMwSoMBBRc { width:16.875rem;height:4.875rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJae0cpNAiVLbaThesAuZ2QQnLIPdu3p { width:16.875rem;height:4.875rem;top:5.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V984TisF6TPncSccQ9tBxmgWkc2PTMyn { width:16.875rem;height:4.875rem;top:5.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4v1uhPeEtlZxyLQtuiVQVHDg9Vmek0 { top:2.1875rem;left:6.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VfxsQGNDE3Oqyarh4EiGR5oECymt4G { top:2.1875rem;left:22.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdeZXKdOw9kl0xhEu0ot67OT0U0s2D2V { top:2.125rem;left:38.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz { display:block; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IS5ZcQwe5HbHFUVHyBRW2zw5e5damdp4 { width:16.875rem;height:4.875rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGSCZkxSlURnihkv5z8MaMpwI0I2XGr { width:16.875rem;height:4.875rem;top:5.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBAo4lov6qdmL46r0RzrstJXNw3msSNe { width:16.875rem;height:4.875rem;top:5.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNucJZ4q5rlkVl7yL8mQ1aBrxqIEZQDM { top:2.125rem;left:6.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMGI93ivPLJS8OZwP9OAAnsMDAaHJkrP { top:2.1875rem;left:22.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahaOvreDJEc3AqgudSZ1yMlw94tuBBm { top:2.1875rem;left:38.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:36rem;height:7.5rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:42.5rem;height:8.125rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { width:14rem;height:3.4375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/DcNejvqb/landing_cover_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); } }@media only screen and (max-width: 763px) { #sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu { position:relative;z-index:auto;background-color:#152f5e;background-image:none;display:block; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container { background-color: transparent; background-image: none; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container > .video-iframe-container { display: none; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row > .video-iframe-container { display: none; }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .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); }#sI9y6Hrmfpb1XHWXMN5VtHAtL9572Kiu > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhv7ZT5yF70tJv0hsxGm4uCL4TF2tx9T { width:12.1875rem;height:2.4375rem;top:4.9375rem;left:3.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xuu6r0HeZzI0Hx7ORpJlONkgcdDDkZue { display:block; }
 }@media only screen and (max-width: 763px) { #JBN1SMS0VaxTvRgqKQHHXbaXUJ5QTRN5 { width:6.375rem;height:2.4375rem;top:4.53125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyKCwWhLt9XUd2K3rs5ECaSHrZSBgIo9 { display:block; }
 }@media only screen and (max-width: 763px) { #SmNf7NVhAZO297R4wPmp0kz5isqVL7zD { width:8.6875rem;height:2.4375rem;top:4.53125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGnn9I3BtUzE1xCaz1u4Qsz8rq0VIus9 { display:block; }
 }@media only screen and (max-width: 763px) { #foRAt8bR9Ept689JAwaQesx1HMH4vSfV { width:10.3125rem;height:5.75rem;top:0.84375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:20rem;height:43.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:17.5rem;height:2.0244125rem;top:2.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:17rem;height:9.75rem;top:13.125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:18.4375rem;height:1.4619125rem;top:22.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhxkgUIxFPG3TMC2Q7AB07TJcvbFSvdN { width:2.1875rem;height:2.1875rem;top:16.6875rem;left:16.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:14.25rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.5625rem;font-size:1.4375rem;overflow:hidden; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:17.4375rem;height:auto;top:23.875rem;left:0rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:17.4375rem;height:auto;top:23.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #eMQzJxsDsil5g69qPJQevSJNa5QNlZE5 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #D7AJI2C1V7Mbz8qreTKM3UscopEeA3FE {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #DitWf8NEphiegDnKHLLsfCZAt6Gzn9ic {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #IHvQTc9uobZhJAKb7y9VeOqgLiN2QU7F {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #JBkKVxCVb1L1Kg4DJW2P0BOKmX39oPaa {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #sZmWeyqZeV6VwBU9hmBuBH6VfpWmHXrD {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Ry6mbmefz8KxBTWbqPQSkpk44UaQiE46 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #PMV8KTc9TokpTcGis8M3Rw21KyMDUUlF {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #eEprCqdJ53GEQ3fzVT9TpH6IT4zX0nMf {  }
 }@media only screen and (max-width: 763px) { #h6btQkloDJqAmLLxvNU5RoHoFHkSkr5Z { display:block; }
 }@media only screen and (max-width: 763px) { #WBoHxXuzJCSwiaASXJNnK7lVGTrKZ35i { display:block; }
 }@media only screen and (max-width: 763px) { #vEVWRan8kGkuZq44Mv1GcqD9zPgTVWec { display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #FJ752BzPQbeXzK71cwELn9eI8KxADKzK { width:17.125rem;height:5.84765625rem;top:6.0625rem;left:1.34375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CE6Q2rBwpOtHpCd05umSoFqCftLiDwOL { width:18.4375rem;height:3.625rem;top:20.9296875rem;left:0.75rem;background-color:#00539f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QCAM3FNTnHMJX84Nva6pLWRzrLPtcTPl { top:36.4375rem;left:3.03125rem;width:3.125rem;height:3.125rem;z-index:100007;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:20rem;height:5.19921875rem;top:0.9619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:20rem;height:0.0625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:6.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:18.75rem;height:35.085975rem;top:0.5rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;line-height:1.3;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { width:14.3125rem;height:1.59375rem;top:34.828125rem;left:3.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiolEbRCrwV9uTiQWHRxWr7uAvhTEZhh { width:2.1875rem;height:2.1875rem;top:34.53125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaoMsmTqJU4xitvqyKQCXA1PsZwo0aEa { width:2.1875rem;height:2.1875rem;top:36.6875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJqJJT5ZlDKhApPLhuCvv6m2ncu7XNx { width:15.8125rem;height:1.59375rem;top:36.96875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L38Uc3mHRXG3KlAF5MhqKSPWeHlTzfFk { width:2.1875rem;height:2.1875rem;top:38.8125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfPu7kvfXu2ZZOuGNuRb0STwU6dkugZN { width:14.375rem;height:1.59375rem;top:39.15625rem;left:3.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FET6ysP6Ty8oabgn2hniZ7red0xQJwT9 { width:2.1875rem;height:2.1875rem;top:40.9375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOAp3OB0qfPXe3hf6LlX5uFyE4geUeog { width:14.875rem;height:1.59375rem;top:41.28125rem;left:3.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PqTLDg4wdXVn0hNzbIIu3weT7sdw8GuJ { width:2.1875rem;height:2.1875rem;top:43.125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyOH9MT2J3KKSXzeDRaLp1mNJ4JAOFa { width:14.875rem;height:1.59375rem;top:43.421875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WVahbs7mZq92ms3eJS8elr7lJgJbnsoR { width:2.1875rem;height:2.1875rem;top:45.3125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThGPqDZhbOyyxuaLGVCc82s4tk2Qz4fO { width:14.875rem;height:3.1875rem;top:45.5625rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK { background-color:#ffffff;background-image:none;display:block; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container { background-color: transparent; background-image: none; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container > .video-iframe-container { display: none; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row > .video-iframe-container { display: none; }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .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); }#k6mL4UG3EDcaX8oEs4W1VPqEusEV4QKK > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpGpaIXWqrI6IRS92W9aZ4cNsBUOkLo9 { width:16.75rem;height:17.5rem;top:20.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0RHxyn7ILSZeDxHDBqgEOsDabR3wBiF { width:6.125rem;height:6.125rem;top:22.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwCOnq4FKXiPJuf7aNQccBNoT4To1yx { width:4.0625rem;height:4.0625rem;top:4.96875rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7J7M2STu6eWsFDTKMZ8UElyTy6JDdX { width:4.0625rem;height:4.0625rem;top:23.96875rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdmCcQuAobFSiBnl99CTybyWSlf660TA { width:4.0625rem;height:4.0625rem;top:42.71875rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il0JtJc2mrrFzQH6HQl2LMuaV6kXyraa { width:12.5rem;height:3.736325rem;top:10.25rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIbgpauuzGFnhJ1uwsLvISfekkPs5btF { width:12.5rem;height:3.736325rem;top:30.375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1UghlxbSd9N6Rsi7ZcDzF6pGTcrrZyT { width:12.5rem;height:5.60449375rem;top:48.625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrAfTKxNaik1IQ0dIyMaOiMt7mb1ChOU { width:16.75rem;height:17.5rem;top:39.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHq8HGrTCbkDHP7FUeEvkSkhweQK4sia { width:6.125rem;height:6.125rem;top:41.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeGy1ZP0fH0CNvfaBlk86MvmpstICbv1 { width:16.75rem;height:17.5rem;top:1.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtknTueJfZc0vOhq2i8Kr9tsU2vVCSci { width:6.125rem;height:6.125rem;top:4.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:20rem;height:5.19921875rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:8.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFgEdU4AJqVX4Mxo0F6zHUMIqDINuayb { width:20rem;height:1.5rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ladHX8aeFtIk0M17XR1pxnzTfeoViePm { width:14rem;height:1.94921875rem;top:1.5rem;left:6rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { width:14rem;height:4.5rem;top:3.34375rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { width:14rem;height:1.94921875rem;top:9.78125rem;left:6rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { width:14rem;height:4.5rem;top:11.6875rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { width:14rem;height:1.94921875rem;top:17.875rem;left:6rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { width:14rem;height:3rem;top:19.71875rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNAh1T7oT9UsrK0wSd4ncfiETmpK53iI { width:3.75rem;height:3.75rem;top:1.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn01iOnb8AIKX9RhJ7wVQbhVUd1f7K8c { width:3.75rem;height:3.75rem;top:9.78125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFXzbocwyxI0GFdMrroHrq6IwMreEJ7g { width:3.75rem;height:3.75rem;top:17.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA { display:block; }#XoZT7AWGbWeLciQVIfi5WuZZbKHKJumA > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJK5OTOKIicv8cHEQvCEam9XCFac7pDk { width:14rem;height:1.94921875rem;top:1rem;left:6rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMEeTa7IO0OGJSTH08wzuTlHvVEP2aKg { width:14.0625rem;height:4.5rem;top:2.84375rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdosftleNFNGqflKf0ITxE9d2fEDWXJT { width:14.0625rem;height:1.94921875rem;top:9.296875rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3G2efdGAJ1X6bDXb9kt7Apqz0u78kIJ { width:14.0625rem;height:4.5rem;top:11.1875rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5UBaIC28XQlKCbAetfz115SZ6TGdN9O { width:14.125rem;height:1.94921875rem;top:17.296875rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzwxnW4F9EJ1T49klHwOttWRTkSpSa5I { width:14.1875rem;height:4.5rem;top:19.18359375rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBd7VP7mZblmaMTk8xPXlwkRofCA8F7 { width:3.75rem;height:3.75rem;top:1rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyxQn3N3TDOiaeL6DbRHD8KNsrx6SBgX { width:3.75rem;height:3.75rem;top:9.296875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrhVtmMWnbRhXcbXmT11DTGu94S6gZ7G { width:3.75rem;height:3.75rem;top:17.296875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { width:14.1875rem;height:1.94921875rem;top:0.859375rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { width:14.25rem;height:4.5rem;top:2.765625rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { width:14.375rem;height:1.94921875rem;top:9.046875rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #koLX1GeqwTbL5DTib2LakUr0aua2DPzw { width:14.3125rem;height:4.5rem;top:10.953125rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { width:14.3125rem;height:1.94921875rem;top:17.359375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { width:14.3125rem;height:4.5rem;top:19.25rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFwsHS7p5dEwQLGxgWc7LT2OH0eEBEnh { width:3.75rem;height:3.75rem;top:0.859375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBdlOeQdW60BDZ7q5ZtRmyZZCah7IDk { width:3.75rem;height:3.75rem;top:9.046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD3483kNhX0C6Xlq4b0ViWMmzczkU2pR { width:3.75rem;height:3.75rem;top:17.359375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:20rem;height:2.5996125rem;top:2.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:20rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:5.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:20rem;height:15.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:16.875rem;height:1.29980625rem;top:13.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { width:2.625rem;height:2.625rem;top:2.6875rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:16.875rem;height:4.5rem;top:6.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:20rem;height:17.875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGRZTKC5PWa8HuupENM7KbX6TJfGFxK { width:2.625rem;height:2.625rem;top:17.75rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:16.875rem;height:7.5rem;top:21.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { width:16.875rem;height:1.29980625rem;top:30.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:20rem;height:16.1875rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { width:2.625rem;height:2.625rem;top:35.9375rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:16.875rem;height:1.29980625rem;top:47.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:16.875rem;height:6rem;top:40rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTLa9zIdP6d0vFgMvS7FE1mzW1nEKWU { height:11.0625rem;width:20rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC { display:block; }#Dm5hU3siwnPEgkgw1RSbC0acJeUU9ozC > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n25yQydB9MmzoiB7uhZfGGCbfG4rhMI0 { width:20rem;height:5.19921875rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzoRDWsBoIOqCtDe611qZpIMpoiUVvDM { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Ug8ma7EJELvfPx6U1hbVCQFQHTa4H { width:3.75rem;height:0.1875rem;top:8.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6Zs7BxeDoqgwL50tpZwxSvVgTAHvmR { width:20rem;height:1.3125rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ddnRK8bJUfkmE1NGL8TdXlmwaFmom9sX { width:9.6875rem;height:7rem;top:9.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 { display:block; }#L0WIV28QJ6afqU958Zpr5k4ISyEBlT75 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1KI57d785qNKwUxogpSEaKMwSoMBBRc { width:14rem;height:3.8994125rem;top:1.5rem;left:6rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJae0cpNAiVLbaThesAuZ2QQnLIPdu3p { width:14rem;height:3.8994125rem;top:6.33203125rem;left:6rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V984TisF6TPncSccQ9tBxmgWkc2PTMyn { width:14rem;height:3.8994125rem;top:11.1875rem;left:6rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4v1uhPeEtlZxyLQtuiVQVHDg9Vmek0 { width:3.125rem;height:3.125rem;top:1.88671875rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VfxsQGNDE3Oqyarh4EiGR5oECymt4G { width:3.125rem;height:3.125rem;top:6.75rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdeZXKdOw9kl0xhEu0ot67OT0U0s2D2V { width:3.125rem;height:3.125rem;top:11.57421875rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz { display:block; }#AqNhs7R7MimMUdElnJG3rUqdFt1W2nTz > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IS5ZcQwe5HbHFUVHyBRW2zw5e5damdp4 { width:14rem;height:3.8994125rem;top:0rem;left:6rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGSCZkxSlURnihkv5z8MaMpwI0I2XGr { width:14rem;height:3.8994125rem;top:4.90625rem;left:6rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBAo4lov6qdmL46r0RzrstJXNw3msSNe { width:14rem;height:3.8994125rem;top:9.8125rem;left:6rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNucJZ4q5rlkVl7yL8mQ1aBrxqIEZQDM { width:3.125rem;height:3.125rem;top:0.38671875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMGI93ivPLJS8OZwP9OAAnsMDAaHJkrP { width:3.125rem;height:3.125rem;top:5.29296875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahaOvreDJEc3AqgudSZ1yMlw94tuBBm { width:3.125rem;height:3.125rem;top:10.19921875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:20rem;height:4.798825rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:20rem;height:14.625rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { width:14rem;height:3.4375rem;top:25.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block; }
 }