.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container { background-color: transparent; background-image: none; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container > .video-iframe-container { display: none; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row > .video-iframe-container { display: none; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .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); }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container { border-width: 0; border-radius: 0; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container { width:75rem;height:4.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HK2N6TVXci8qpchEscpe09XBCyT67Tgd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:20rem;top:0.1875rem;left:0.125rem;overflow:hidden;display:block; }
#NuZLqTcanIyMwNUt8lg5UdMkvW4k2uJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NuZLqTcanIyMwNUt8lg5UdMkvW4k2uJ6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DfcCdNaRrIo6IQnvGvCNT2yMMx5CrqsP { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15009;opacity:1;top:1rem;left:61.6875rem; }
#DfcCdNaRrIo6IQnvGvCNT2yMMx5CrqsP > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#N8LKORW7mTyEt4kbL9cdLkJAac0V9TvT { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:0.9375rem;left:64.375rem;height:2.03125rem;font-style:normal;display:block; }
#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b7f695f-1aa4-4a31-9b7a-064b7dcb1530/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7.adaptive-delivery-prevent-bg, #LqDPhxo48dam1nN6p4812vmwwNF9Flx7.lazyload, #LqDPhxo48dam1nN6p4812vmwwNF9Flx7.lazyloading { background-image: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container { background-color: transparent; background-image: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container > .video-iframe-container { display: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row > .video-iframe-container { display: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .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); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container { border-width: 0; border-radius: 0; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-form-header {  }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:21.625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);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:21.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-text {padding-top: 0; padding-bottom: 0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);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:21.625rem;box-sizing:border-box;height:5.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .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:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-select {padding-top: 0; padding-bottom: 0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4d8499;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:#ffffff;width:21.625rem;height:2.8125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:0.875rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:0.875rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:0.875rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:0.875rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal;float:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .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; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-container:first-of-type{padding-top:0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-container:last-of-type{padding-bottom:0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:50.875rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU {display:block;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:50.875rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #iuhr2XNU3v5lEcqpVqi620U7HTcNCpMn { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #izxIyZtc05noEia6S87n5S04mppqoy6z { position:relative;display:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #FmgK0EKX7n8wWuyLKGz5AShcyZ0TJ9pR { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #pwAgUtJs7ApZcTrQ1bKRx3Dl8IlOeAzB { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Z7I7qEw2uAPfl3ngMtQS3DELmezCPKBs { position:relative;display:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #MI39TGRHArJ7UGxKX5TR6OM1XRqpTo5a { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #WUCU0GGQar7Oct59rIsPcu5GyrDUypJq { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #gWnlQJd1dddMEIqbNcaImODv0zhkGKQe { position:relative;display:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Os6GcLhX4BpyHKG06ZccJVM4KEh49WKf { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #yCrzC5p4ubL9e9VSe5TWmWi6sSXurEhF { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #T8WLfwsEw6NFhwaAl4Fm1AcfQ3KuQBRW { position:relative;display:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Zdug4pm8bdHuFHmyneWCyFZ4L08xrSUd { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #TEJLKi778QGTVukJNgZhl2Q18WRvR5Mu { position:relative; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #TOTZ2gxtoNbRJuiUQlTTgJIGf80FObZU { position:relative; }
#tRTmMuw1AMtLSWKLMzTlwN64w4m5KP5n { box-sizing:content-box;height:25.4375rem;width:24.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.99);background-image:none;top:10.1875rem;left:50.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#AtedOw6aMDe6e4yAVBzO0sUyQxWWL1uZ { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:52.3125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSgk7wrEkQn7VGQ72mRn8IGArSFAUbh0 { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:"playfair display";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:10.1875rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;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; }
#x26sTtKTKMomHrTmG6MKG1voBFlS5MuL { color:#ffffff;display:block;width:43.9375rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:17.13720703125rem;left:0rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aK8MaVcVbz7vsxhkbFteAV67WILfB9lG { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.6279296875rem;left:0rem;height:5.1181625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kPvi5612T2qdHHawM1BV0T6Ugq0iPZds { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.75rem;left:0rem;display:block; }
#QQmldHLuxclRERbUI5Sg1o8Bk5Tc1LlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9d9d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { background-color: transparent; background-image: none; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container > .video-iframe-container { display: none; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row > .video-iframe-container { display: none; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .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); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { border-width: 0; border-radius: 0; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#bGy67SgVAyB3Q4h13HHar0TvvQkUh1hU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -moz-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -ms-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -o-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d8499', endColorstr='#cc4d8499' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d8499', endColorstr='#cc4d8499' );";background-image: linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-size:auto !important;top:1.90625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.4375rem;border-bottom-right-radius:6.4375rem;border-bottom-left-radius:6.4375rem;border-top-left-radius:6.4375rem;display:block; }
#pRKyFAByzdu1l5nKCeMfpMSCPPD3H2pi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -moz-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -ms-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -o-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d8499', endColorstr='#cc4d8499' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d8499', endColorstr='#cc4d8499' );";background-image: linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-size:auto !important;top:1.90625rem;left:25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4.5rem;border-bottom-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-top-left-radius:4.5rem;box-shadow: none;display:block; }
#rEAuP7q1sx7aMiLTmzZa0bQvED7khKfT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -moz-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -ms-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-image: -o-linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d8499', endColorstr='#cc4d8499' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d8499', endColorstr='#cc4d8499' );";background-image: linear-gradient(180deg, rgba(77,132,153,0.4), rgba(77,132,153,0.8));background-size:auto !important;top:1.90625rem;left:50rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4.5rem;border-bottom-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-top-left-radius:4.5rem;display:block; }
#HGbHk3JI7HBZa5eCzwU6xDsUiFt0NszF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.78125rem;left:0.875rem;overflow:hidden;display:block; }
#UTMH611FfGxKr5gxng7STqibvAuTJUI9 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.51220703125rem;left:6.25rem;height:1.7871125rem;display:block; }
#PxAqu3kaaPoe6u6NX7MKKrTJyB4b5yTn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.25rem;top:2.6875rem;left:25.875rem;overflow:hidden;display:block; }
#al79zLqV3cf1SQkKgJKCcRbBiBwMSxLC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.9375rem;top:2.75rem;left:51.03125rem;overflow:hidden;display:block; }
#hVO3EwD2dfJEA0NzaiDMzFnLZe0SEkOB { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.51220703125rem;left:31.50390625rem;height:1.7871125rem;display:block; }
#G0Nb1thuNfsKaFGv7izZSLCT5tcMdrtS { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.51220703125rem;left:56.62890625rem;height:1.7871125rem;display:block; }
#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container { background-color: transparent; background-image: none; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container > .video-iframe-container { display: none; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row > .video-iframe-container { display: none; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .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); }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container { border-width: 0; border-radius: 0; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#KIbe5Kduqvm6MH2pwCP2DeGE6Vzuqi2G { color:#000000;display:block;width:69.875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7685546875rem;left:1.21875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#hCr7HWwPztGdTSOyHc7XtKX3pH8dfMW7 { color:#000000;display:block;width:70.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.375rem;left:2.21875rem;height:17.32176875rem;display:block; }
#xiWldZ9Rd5lmuUy29OEXV1cgZ3N5a3ET { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.697265625rem;left:24.875rem;display:block; }
#s5WTDMEkeOrXCeT4mdxZTkodmap52JHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF { position:relative;display:block; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF { background-color: transparent; background-image: none; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row .container > .video-iframe-container { display: none; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row > .video-iframe-container { display: none; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .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); }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF { border-width: 0; border-radius: 0; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vhFAFUVmzFaFPeaitsl1ScTyWZZ9tEMU { color:#000000;display:block;width:69.875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3310546875rem;left:0.90625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container { background-color: transparent; background-image: none; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container > .video-iframe-container { display: none; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row > .video-iframe-container { display: none; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .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); }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container { border-width: 0; border-radius: 0; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#r6stTim9xwKFQbrbwRVtGUpcbCQspGgK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:1.25rem;overflow:hidden;display:block; }
#cLd7yX1a44HE5UPV3K65cssabV8bxabp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:14.9375rem;width:21.3125rem;top:2.03125rem;left:26.84375rem;overflow:hidden;display:block; }
#rJLXU43Pvezm6gN8qExuR8ECB8s7qmgk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:51.25rem;overflow:hidden;display:block; }
#zHlitaRziZZTBpg4Zzg2nxBbvcODBxG0 { color:#000000;display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.162109375rem;left:27.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#X5372rt8GkXfsHvnxJopONkKnyUTdENT { color:#000000;display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.162109375rem;left:2.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Ai1KuvAZ4HQ8nQvg9DsrZ4mPtDkTqxHi { color:#000000;display:block;width:15rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.162109375rem;left:55rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container { background-color: transparent; background-image: none; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container > .video-iframe-container { display: none; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row > .video-iframe-container { display: none; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .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); }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container { border-width: 0; border-radius: 0; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#H9vpyviSSp8AGbhzTRsy80ArVtZd9GDK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:1.25rem;overflow:hidden;display:block; }
#aqWQBX16q8OBL6tTVqIryNPii35lSBWT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:26.25rem;overflow:hidden;display:block; }
#noy9gt9vtfNEFiJrS3KHnxwG7auevNDS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:51.25rem;overflow:hidden;display:block; }
#zLWtFx2pEUB2ZJ49dbVeXceWiyOBdukV { color:#000000;display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.162109375rem;left:27.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#TPpJfHT1C2dlLHsSE0hIsizsfVexqctW { color:#000000;display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.162109375rem;left:2.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#iHBa7XXFbhwDV0zTv3L0bdRl5ddhEWN5 { color:#000000;display:block;width:15rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.162109375rem;left:55rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b { position:relative;display:block; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b { background-color: transparent; background-image: none; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row .container > .video-iframe-container { display: none; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row > .video-iframe-container { display: none; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .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); }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b { border-width: 0; border-radius: 0; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sVpBk9EoHo8JZWSuR54dwHVvaaiG4Uax { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.322265625rem;left:26.21875rem;display:block; }
#xug8KIQA7LDkO9pLvTfeotSnw9u3kBRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container { background-color: transparent; background-image: none; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container > .video-iframe-container { display: none; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row > .video-iframe-container { display: none; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .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); }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container { border-width: 0; border-radius: 0; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#sHcQODrTnmOfmtugIF5b89aWOP9lkP3R { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:29.0625rem;width:35.375rem;top:10.3125rem;left:38.5625rem;overflow:hidden;display:block; }
#B2t4bTLSpT6qnHWTrtP2VKFoQQwv5IHZ { color:#020202;display:block;width:65.375rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.21875rem;left:4.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#WJEyA1XpnXac9V8Rn7od2OEzS0oGkDxq { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0.8125rem;height:24.69534375rem;display:block; }
#EfVGil5WmSJViH7wTOxMZVXcGvJCPndk { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.875rem;left:0.8125rem;display:block; }
#Sot3xlEsxywUufm8TT2BHVsBHWbTWwIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1E18XTux753cufLxw6ki66zgIKWHciK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S1E18XTux753cufLxw6ki66zgIKWHciK > .row .container { border-width: 0; border-radius: 0; }#S1E18XTux753cufLxw6ki66zgIKWHciK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1E18XTux753cufLxw6ki66zgIKWHciK > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#oTQM7u91E55Z8ux9dgRTvzozC8BV4TNc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:30.3125rem;width:30.3125rem;top:2.5rem;left:3.59375rem;overflow:hidden;display:block; }
#eATsIacQaCc2SLGF13XSWMUhuqwUlhIr { color:#020202;display:block;width:33.75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.82275390625rem;left:39.375rem;height:6rem;display:block; }
#s1TNlsN21vdf3Tl7oaBT7JlVm6Helfri { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.35205078125rem;left:39.4375rem;height:18.52146875rem;display:block; }
#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE { position:relative;display:block; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE { background-color: transparent; background-image: none; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row .container > .video-iframe-container { display: none; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row > .video-iframe-container { display: none; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .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); }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE { border-width: 0; border-radius: 0; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DsEAc1kmDEo5aOkHoQ90HTB5fgIpFd4d { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chpgwa50LaHi2n4PLMO6W45FS1L0U0J4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.8125rem;top:2.6875rem;left:29.09375rem;overflow:hidden;display:block; }
#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r { position:relative;display:block; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r { background-color: transparent; background-image: none; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row .container > .video-iframe-container { display: none; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row > .video-iframe-container { display: none; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .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); }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r { border-width: 0; border-radius: 0; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#onUVpZdH6165f7BN23ZVE2hOyG8oCo5K { box-sizing:content-box;height:28.125rem;width:23.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.6552734375rem;left:25.9677734375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#Uke7E8uCJvFLGxKvomvzhAoMcipqFMpN { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.5703125rem;left:28.1875rem;height:18.8965rem;font-style:italic;display:block; }
#ECq50M1R5D5AZkTGBke03ar5fKmXeRVy { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:28.187934875488rem;height:1.70605625rem;display:block; }
#sBgBylPhfoazvkqUKQaBUmeqvEdTMsbL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.125rem;top:5.625rem;left:28.187934875488rem;overflow:hidden;display:block; }
#SWS3yZivbKsOl2PAqXTASP0GvGITiJ1a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.875rem;left:44.25rem;overflow:hidden;display:block; }
#TsmmeQwChsvGmKTEWV2zpRzfBTGum7DM { box-sizing:content-box;height:28.125rem;width:23.0605625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.6552734375rem;left:50.96875rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#QMbLxIXFEgZerLT1IRs102pAmWHVb166 { box-sizing:content-box;height:28.125rem;width:23.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.654296875rem;left:0.9677734375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#trIxC6i4BMTSz896leWTxC3vCfWOcSow { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5703125rem;left:2.5625rem;height:18.8965rem;font-style:italic;display:block; }
#Tc9htRfrcRdBP1gK78hZTnM9gwnPxGes { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.5625rem;height:1.70605625rem;display:block; }
#ZFpmyMseXhHrgwPh0wgiOdoFdoMASetX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.5rem;top:5.625rem;left:2.5625rem;overflow:hidden;display:block; }
#TNksvG7LXVJOhseUSTJff5VkEzHGF4Qt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.875rem;left:19.875rem;overflow:hidden;display:block; }
#aN5TxbvBLzavGESIkbgHvNolCJLJFd2c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.875rem;left:69.455299377444rem;overflow:hidden;display:block; }
#vQWlccIRaa9i3kJOHx8TKIyKIC9VlGGO { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:52.9365234375rem;height:1.70605625rem;display:block; }
#RGy189mpAxJKSmvf6Q7WNEMkOz6s1k3T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:5.625rem;left:52.937286376953rem;overflow:hidden;display:block; }
#QTgTFdmBcsAIRhWvcWHlaDt6tXD5QXeP { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5625rem;left:52.76042175293rem;height:15.7470625rem;font-style:italic;display:block; }
#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS { position:relative;display:block; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS { background-color: transparent; background-image: none; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row .container > .video-iframe-container { display: none; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row > .video-iframe-container { display: none; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .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); }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS { border-width: 0; border-radius: 0; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#df9brhraAnadpSWQcgUQPULSOIFXRl3b { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.947265625rem;left:26.21875rem;display:block; }
#KDVtsm31KkRnz60USG0VmaJETBwLLnAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container { background-color: transparent; background-image: none; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container > .video-iframe-container { display: none; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row > .video-iframe-container { display: none; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .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); }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container { border-width: 0; border-radius: 0; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#p114Wm74uwnv16raQGIWAX0bpXqXg1EW { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container { background-color: transparent; background-image: none; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container > .video-iframe-container { display: none; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row > .video-iframe-container { display: none; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .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); }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container { border-width: 0; border-radius: 0; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:75rem;position:relative;display:block; }#IsE8Eq4DMH94Gy7pVuHVIOB8gJSuLOSG { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.875rem;left:31.62451171875rem;height:13.5rem;display:block; }
#KhCQ2r1vuv10K7KUkTTeC9z4TWhhyTiU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:2.911376953125rem;left:7.686767578125rem;overflow:hidden;display:block; }
#STIRxTyOsmQwFOxdxW3mFLIeHLtcMAvg { color:#ce6c49;display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.75rem;left:31.62451171875rem;height:2.4375rem;font-style:normal;display:block; }
#fW08r4wQOAVmqntHy4b8DWDPwT006uQ3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:52.5625rem;left:7.625rem;overflow:hidden;display:block; }
#dFVF8niHTiJzrdOkPmH7X2EnmrraX47w { color:#000000;display:block;width:35.812rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:58.4375rem;left:31.62353515625rem;height:11.8125rem;display:block; }
#q5nqcMbIQFOM0F4sTMMFfIRkwS1rn1sl { color:#000000;display:block;width:35.812rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:32.1875rem;left:31.62353515625rem;height:13.5rem;display:block; }
#CITHcJNQLgIcgzqBDb1alShF3ZBnT8BQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:27.28125rem;left:7.6865234375rem;overflow:hidden;display:block; }
#TeROclZVTMfz1dgZiDvoruwzRXT3iuZb { color:#ce6c49;display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:29.0625rem;left:31.62451171875rem;height:2.4375rem;font-style:normal;display:block; }
#wOJauF94lfCf6g0zEXLAUw8dAc3K8xqB { color:#ce6c49;display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:54.5rem;left:31.62451171875rem;height:2.4375rem;font-style:normal;display:block; }
#D9yzKiNhbzQ6MBFU64MSV0TOyyw7t0op { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:78.3125rem;left:26.21875rem;display:block; }
#Avku1wNXhWNZlSUkHIIkba5JW7F7WwyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL { position:relative;display:block; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL { background-color: transparent; background-image: none; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row .container > .video-iframe-container { display: none; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row > .video-iframe-container { display: none; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .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); }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL { border-width: 0; border-radius: 0; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HknFPI8mWgdE0WlEIDX0IczvMXbutIsI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:35.75rem;top:10.375rem;left:39.25rem;overflow:hidden;display:block; }
#xpsUaoZ9kTM1LohJwceNzL4q0Dn1Afyp { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0107421875rem;left:9.125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dDtSDVwNsUvIrNQ88SHiB26kph0s94TS { box-sizing:content-box;height:2.625rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:12.898221373558rem;left:0rem;border-top:0.0625rem solid #a2acbd;border-left:0.0625rem solid #a2acbd;border-right:0.0625rem solid #a2acbd;border-bottom:0.0625rem solid #a2acbd;display:block; }
#s05nRo5o0al9f6Ea5Z5H6uws1VXiyNxJ { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.648655295372rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#lqhpDwrVepoTTVxMnkxJIirzZbgFSxs5 { color:#000000;display:block;width:4.62456875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:31.089412212372rem;left:1.5060768127441rem;height:1.18774375rem;font-style:normal;display:block; }
#D3R8oMT4pv9c8kJT9OsWHXmHKPmkKRsv { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.94921875rem;left:0rem;height:5.5234375rem;display:block; }
#r2GQIFy89B5u14qtvabxx6iTcor9wCFU { box-sizing:content-box;height:2.625rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:12.9375rem;left:21.1875rem;border-top:0.0625rem solid #a2acbd;border-left:0.0625rem solid #a2acbd;border-right:0.0625rem solid #a2acbd;border-bottom:0.0625rem solid #a2acbd;display:block; }
#t90uIT1NMOy017yVTJobDl4L6T2kRbwq { color:#000000;display:block;width:14.9355625rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.6484375rem;left:21.185546875rem;height:3.4121125rem;font-style:normal;display:block; }
#JfsTIVcTMxoLVRsBtEnk3qyl2WAdk3DX { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.94921875rem;left:21.1875rem;height:5.5234375rem;display:block; }
#WeQ7GldBw1tZovBPDUbsEa1eZn5Jm8v0 { box-sizing:content-box;height:2.625rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:30.301650524139rem;left:0rem;border-top:0.0625rem solid #a2acbd;border-left:0.0625rem solid #a2acbd;border-right:0.0625rem solid #a2acbd;border-bottom:0.0625rem solid #a2acbd;display:block; }
#xSv1T1MDIqvcnzRzEgd2HHAZO9HsFNt6 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.5234375rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#UHabERxTcfqSd1fAcs5e0X9W5Mu3GXGz { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.886720061302rem;left:0rem;height:5.5234375rem;display:block; }
#lOsJSSuEk1HF3C4F6hs6121g9bFcMMLE { box-sizing:content-box;height:2.625rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:30.3125rem;left:21.1875rem;border-top:0.0625rem solid #a2acbd;border-left:0.0625rem solid #a2acbd;border-right:0.0625rem solid #a2acbd;border-bottom:0.0625rem solid #a2acbd;display:block; }
#mwcW8hktlwOav3TpotxI1urwCblPbrWn { color:#000000;display:block;width:14.936rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:34.5rem;left:21.1875rem;height:3.25rem;font-style:normal;display:block; }
#tcCGWQ9o9l0S2T0zDBFIi1yuL6ICCQ0F { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.88671875rem;left:21.1875rem;height:5.5234375rem;display:block; }
#btlaLimpydnemtT4w4sE9JZ9AIcske1Z { color:#000000;display:block;width:4.62456875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:31.0625rem;left:22.6875rem;height:1.18774375rem;font-style:normal;display:block; }
#RP108BkmCWuHS2XHT5nWxddtR888JtSD { color:#000000;display:block;width:4.62456875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:13.75rem;left:22.6875rem;height:1.18774375rem;font-style:normal;display:block; }
#va1fBl05DP8WCVszFfsZQfUXcr3LzrZs { color:#000000;display:block;width:4.62456875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.685981750488rem;left:1.5060768127441rem;height:1.1875rem;font-style:normal;display:block; }
#l1Kn2JreQ6g2J1owZ7Sw6axFhFS5wKND { box-sizing:content-box;height:0.125rem;width:16.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:28.4375rem;left:0rem;display:block; }
#qG9yvUdII5VtTL30l3nRHnBzSTG2IXgQ { box-sizing:content-box;height:0.124783125rem;width:16.25rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:28.4375rem;left:21.029731750488rem;display:block; }
#NDDItTophcgBT1l4Vt5Q0p4q65FuMvrg { box-sizing:content-box;height:0.124783125rem;width:16.25rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:28.125rem;left:21.029731750488rem;display:none; }
#KE1cltskXZoctEbMVm7TblpXbApMiIt9 { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:47.9375rem;left:6.13037109375rem;display:block; }
#PMWRkIaBITdErW7HeoSCl6O1cqMquOWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5eef6b8d-3314-4aca-acdd-379d07cdabea/08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt.adaptive-delivery-prevent-bg, #BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt.lazyload, #BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt.lazyloading { background-image: none; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container { background-color: transparent; background-image: none; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container > .video-iframe-container { display: none; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row > .video-iframe-container { display: none; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .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); }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container { border-width: 0; border-radius: 0; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#ff4Jx1HoeMlpxlOLdkciyLQJzQaCWeKv { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:16.4375rem;height:6.2998125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QuS03ps2IwAbDfeivwhLqqqqh0toBfoE { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:15.25rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#pTL1sv31066PhTOQ1U9sdVIsFAwfGITw { background-color:#4d8499;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.375rem;left:27.375rem;display:block; }
#Ta8pUO5bPkFGOpPR4gTsC1T1giHLtSFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a6a6a6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container { background-color: transparent; background-image: none; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container > .video-iframe-container { display: none; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row > .video-iframe-container { display: none; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .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); }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container { border-width: 0; border-radius: 0; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#NIvRsHG0pfuTclo4E4C2tJSMCXg3CUrd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:19.375rem;top:4.28076171875rem;left:0rem;overflow:hidden;display:block; }
#G6MSJ7bhShBMZNJLOBIvhtP9A80O4Rvw { color:#000000;display:block;width:19.4365rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.09326171875rem;left:55.5634765625rem;height:3.9375rem;display:block; }
#Mgsd7DQzMAtbBldXxvIQDS2oxWRTXFfH { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:0rem;height:1.5996125rem;display:block; }
#TvRk50JxgEkIPO3kBvyagMeRV9LivVUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245125rem;width:2.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.6875rem;left:52.3125rem; }
#vuLLFuhN4g0PWzF0Ua7MLPkexpD19AtR { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.296875rem;left:55.5634765625rem;height:1.94970625rem;font-style:normal;display:block; }
#hH60G2higXlXscgO7mf4TzMDHqsA8mZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245125rem;width:2.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.25rem;left:52.3125rem; }
#hH60G2higXlXscgO7mf4TzMDHqsA8mZ0 > img { max-width: 100%;max-height:100%; width:2.1245125rem; height:2.1245125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kLxBKwViSviEDhSUztTPenhTNaBRtOwk { display:block; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK2N6TVXci8qpchEscpe09XBCyT67Tgd { width:20rem;height:3.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZLqTcanIyMwNUt8lg5UdMkvW4k2uJ6 { display:none; }
#NuZLqTcanIyMwNUt8lg5UdMkvW4k2uJ6 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #DfcCdNaRrIo6IQnvGvCNT2yMMx5CrqsP { top:1rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#DfcCdNaRrIo6IQnvGvCNT2yMMx5CrqsP > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #N8LKORW7mTyEt4kbL9cdLkJAac0V9TvT { top:0.9375rem;left:37.3125rem;width:10.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqDPhxo48dam1nN6p4812vmwwNF9Flx7 { display:block; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-text {padding-top: 0; padding-bottom: 0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-select {padding-top: 0; padding-bottom: 0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU  { width:21.625rem;height:0;top:13.125rem;left:23.625rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU {display:block;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU { width:21.625rem;height:0;top:13.125rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #iuhr2XNU3v5lEcqpVqi620U7HTcNCpMn {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #izxIyZtc05noEia6S87n5S04mppqoy6z {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #FmgK0EKX7n8wWuyLKGz5AShcyZ0TJ9pR {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #pwAgUtJs7ApZcTrQ1bKRx3Dl8IlOeAzB {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Z7I7qEw2uAPfl3ngMtQS3DELmezCPKBs {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #MI39TGRHArJ7UGxKX5TR6OM1XRqpTo5a {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #WUCU0GGQar7Oct59rIsPcu5GyrDUypJq {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #gWnlQJd1dddMEIqbNcaImODv0zhkGKQe {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Os6GcLhX4BpyHKG06ZccJVM4KEh49WKf {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #yCrzC5p4ubL9e9VSe5TWmWi6sSXurEhF {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #T8WLfwsEw6NFhwaAl4Fm1AcfQ3KuQBRW {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Zdug4pm8bdHuFHmyneWCyFZ4L08xrSUd {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #TEJLKi778QGTVukJNgZhl2Q18WRvR5Mu {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #TOTZ2gxtoNbRJuiUQlTTgJIGf80FObZU {  }
 }@media only screen and (max-width: 763px) { #tRTmMuw1AMtLSWKLMzTlwN64w4m5KP5n { top:10.1875rem;left:23.5rem;width:24.25rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtedOw6aMDe6e4yAVBzO0sUyQxWWL1uZ { top:11.3125rem;left:26.4375rem;width:21.3125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgk7wrEkQn7VGQ72mRn8IGArSFAUbh0 { width:46.5625rem;height:4.125rem;top:10.1875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x26sTtKTKMomHrTmG6MKG1voBFlS5MuL { top:17.125rem;left:0rem;width:43.9375rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK8MaVcVbz7vsxhkbFteAV67WILfB9lG { top:23.625rem;left:0rem;width:42.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPvi5612T2qdHHawM1BV0T6Ugq0iPZds { width:17.75rem;height:3.4375rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQmldHLuxclRERbUI5Sg1o8Bk5Tc1LlC { display:block; }
 }@media only screen and (max-width: 763px) { #FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 { display:block; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGy67SgVAyB3Q4h13HHar0TvvQkUh1hU { top:1.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRKyFAByzdu1l5nKCeMfpMSCPPD3H2pi { top:1.875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAuP7q1sx7aMiLTmzZa0bQvED7khKfT { top:1.875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGbHk3JI7HBZa5eCzwU6xDsUiFt0NszF { top:2.75rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMH611FfGxKr5gxng7STqibvAuTJUI9 { top:3.5rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxAqu3kaaPoe6u6NX7MKKrTJyB4b5yTn { top:2.6875rem;left:15.875rem;width:3.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al79zLqV3cf1SQkKgJKCcRbBiBwMSxLC { top:2.75rem;left:31.75rem;width:2.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVO3EwD2dfJEA0NzaiDMzFnLZe0SEkOB { top:3.5rem;left:16.1875rem;width:15.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Nb1thuNfsKaFGv7izZSLCT5tcMdrtS { top:3.5rem;left:33.25rem;width:14.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ { display:block; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIbe5Kduqvm6MH2pwCP2DeGE6Vzuqi2G { top:2.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCr7HWwPztGdTSOyHc7XtKX3pH8dfMW7 { top:8.375rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiWldZ9Rd5lmuUy29OEXV1cgZ3N5a3ET { width:22.5625rem;height:3.125rem;top:28.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5WTDMEkeOrXCeT4mdxZTkodmap52JHd { display:block; }
 }@media only screen and (max-width: 763px) { #Ixpfr626VgXUIaDC07zTGbyhuOSP6npF { display:block; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhFAFUVmzFaFPeaitsl1ScTyWZZ9tEMU { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm { display:block; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6stTim9xwKFQbrbwRVtGUpcbCQspGgK { top:2rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLd7yX1a44HE5UPV3K65cssabV8bxabp { top:2rem;left:10.4375rem;width:21.3125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJLXU43Pvezm6gN8qExuR8ECB8s7qmgk { top:2rem;left:25.125rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHlitaRziZZTBpg4Zzg2nxBbvcODBxG0 { top:18.125rem;left:11.75rem;width:20rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5372rt8GkXfsHvnxJopONkKnyUTdENT { top:18.125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai1KuvAZ4HQ8nQvg9DsrZ4mPtDkTqxHi { top:18.125rem;left:32.1875rem;width:15rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq { display:block; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9vpyviSSp8AGbhzTRsy80ArVtZd9GDK { top:2rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqWQBX16q8OBL6tTVqIryNPii35lSBWT { top:2rem;left:9.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #noy9gt9vtfNEFiJrS3KHnxwG7auevNDS { top:2rem;left:25.125rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWtFx2pEUB2ZJ49dbVeXceWiyOBdukV { top:18.125rem;left:11.75rem;width:20rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPpJfHT1C2dlLHsSE0hIsizsfVexqctW { top:18.125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHBa7XXFbhwDV0zTv3L0bdRl5ddhEWN5 { top:18.125rem;left:32.1875rem;width:15rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b { display:block; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVpBk9EoHo8JZWSuR54dwHVvaaiG4Uax { width:22.5625rem;height:3.125rem;top:1.3125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xug8KIQA7LDkO9pLvTfeotSnw9u3kBRy { display:block; }
 }@media only screen and (max-width: 763px) { #AozKo0USFwcpdic8RFL3dw0cufHiGUd2 { display:block; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHcQODrTnmOfmtugIF5b89aWOP9lkP3R { top:10.3125rem;left:12.375rem;width:35.375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2t4bTLSpT6qnHWTrtP2VKFoQQwv5IHZ { top:3.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEyA1XpnXac9V8Rn7od2OEzS0oGkDxq { top:10.3125rem;left:0rem;width:33.625rem;height:24.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfVGil5WmSJViH7wTOxMZVXcGvJCPndk { width:22.5625rem;height:3.125rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sot3xlEsxywUufm8TT2BHVsBHWbTWwIK { display:block; }
 }@media only screen and (max-width: 763px) { #S1E18XTux753cufLxw6ki66zgIKWHciK { display:block; }#S1E18XTux753cufLxw6ki66zgIKWHciK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTQM7u91E55Z8ux9dgRTvzozC8BV4TNc { top:2.5rem;left:0rem;width:30.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATsIacQaCc2SLGF13XSWMUhuqwUlhIr { top:3.8125rem;left:14rem;width:33.75rem;height:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1TNlsN21vdf3Tl7oaBT7JlVm6Helfri { top:11.3125rem;left:14.125rem;width:33.625rem;height:18.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE { display:block; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsEAc1kmDEo5aOkHoQ90HTB5fgIpFd4d { top:8.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chpgwa50LaHi2n4PLMO6W45FS1L0U0J4 { top:2.6875rem;left:15.46875rem;width:16.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r { display:block; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onUVpZdH6165f7BN23ZVE2hOyG8oCo5K { top:1.625rem;left:8.6875rem;width:23.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uke7E8uCJvFLGxKvomvzhAoMcipqFMpN { top:8.5625rem;left:12.75rem;width:19rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECq50M1R5D5AZkTGBke03ar5fKmXeRVy { top:3.5rem;left:15.875rem;width:11.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgBylPhfoazvkqUKQaBUmeqvEdTMsbL { top:5.625rem;left:15.875rem;width:6.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWS3yZivbKsOl2PAqXTASP0GvGITiJ1a { top:3.875rem;left:29.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmmeQwChsvGmKTEWV2zpRzfBTGum7DM { top:1.625rem;left:24.625rem;width:23.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbLxIXFEgZerLT1IRs102pAmWHVb166 { top:1.625rem;left:0rem;width:23.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trIxC6i4BMTSz896leWTxC3vCfWOcSow { top:8.5625rem;left:0rem;width:19.875rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9htRfrcRdBP1gK78hZTnM9gwnPxGes { top:3.5rem;left:0rem;width:9.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpmyMseXhHrgwPh0wgiOdoFdoMASetX { top:5.625rem;left:0rem;width:6.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNksvG7LXVJOhseUSTJff5VkEzHGF4Qt { top:3.875rem;left:13.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN5TxbvBLzavGESIkbgHvNolCJLJFd2c { top:3.875rem;left:45rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQWlccIRaa9i3kJOHx8TKIyKIC9VlGGO { top:3.5rem;left:31.75rem;width:10.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGy189mpAxJKSmvf6Q7WNEMkOz6s1k3T { top:5.625rem;left:31.75rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgTFdmBcsAIRhWvcWHlaDt6tXD5QXeP { top:8.5625rem;left:28rem;width:19.625rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS { display:block; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df9brhraAnadpSWQcgUQPULSOIFXRl3b { width:22.5625rem;height:3.125rem;top:0.9375rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVtsm31KkRnz60USG0VmaJETBwLLnAZ { display:block; }
 }@media only screen and (max-width: 763px) { #Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi { display:block; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p114Wm74uwnv16raQGIWAX0bpXqXg1EW { top:2.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD { display:block; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsE8Eq4DMH94Gy7pVuHVIOB8gJSuLOSG { top:6.875rem;left:11.9375rem;width:35.8125rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhCQ2r1vuv10K7KUkTTeC9z4TWhhyTiU { top:2.875rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIRxTyOsmQwFOxdxW3mFLIeHLtcMAvg { top:3.75rem;left:17.99951171875rem;width:26.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW08r4wQOAVmqntHy4b8DWDPwT006uQ3 { top:52.5625rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFVF8niHTiJzrdOkPmH7X2EnmrraX47w { top:58.4375rem;left:12rem;width:35.75rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5nqcMbIQFOM0F4sTMMFfIRkwS1rn1sl { top:32.1875rem;left:12rem;width:35.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITHcJNQLgIcgzqBDb1alShF3ZBnT8BQ { top:27.25rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeROclZVTMfz1dgZiDvoruwzRXT3iuZb { top:29.0625rem;left:17.99951171875rem;width:26.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJauF94lfCf6g0zEXLAUw8dAc3K8xqB { top:54.5rem;left:17.99951171875rem;width:26.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yzKiNhbzQ6MBFU64MSV0TOyyw7t0op { width:22.5625rem;height:3.125rem;top:78.3125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avku1wNXhWNZlSUkHIIkba5JW7F7WwyC { display:block; }
 }@media only screen and (max-width: 763px) { #FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL { display:block; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HknFPI8mWgdE0WlEIDX0IczvMXbutIsI { top:10.375rem;left:12rem;width:35.75rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsUaoZ9kTM1LohJwceNzL4q0Dn1Afyp { width:47.75rem;height:3.25rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDtSDVwNsUvIrNQ88SHiB26kph0s94TS { top:12.875rem;left:0rem;width:7.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s05nRo5o0al9f6Ea5Z5H6uws1VXiyNxJ { top:17.625rem;left:0rem;width:15.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhpDwrVepoTTVxMnkxJIirzZbgFSxs5 { top:31.0625rem;left:0rem;width:4.5625rem;height:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3R8oMT4pv9c8kJT9OsWHXmHKPmkKRsv { top:21.9375rem;left:0rem;width:16.125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2GQIFy89B5u14qtvabxx6iTcor9wCFU { top:12.9375rem;left:14.375rem;width:7.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90uIT1NMOy017yVTJobDl4L6T2kRbwq { top:17.625rem;left:9rem;width:14.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsTIVcTMxoLVRsBtEnk3qyl2WAdk3DX { top:21.9375rem;left:8.375rem;width:15.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeQ7GldBw1tZovBPDUbsEa1eZn5Jm8v0 { top:30.25rem;left:0rem;width:7.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSv1T1MDIqvcnzRzEgd2HHAZO9HsFNt6 { top:34.5rem;left:0rem;width:16.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHabERxTcfqSd1fAcs5e0X9W5Mu3GXGz { top:38.875rem;left:0rem;width:16.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOsJSSuEk1HF3C4F6hs6121g9bFcMMLE { top:30.3125rem;left:14.375rem;width:7.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwcW8hktlwOav3TpotxI1urwCblPbrWn { top:34.5rem;left:9rem;width:14.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCGWQ9o9l0S2T0zDBFIi1yuL6ICCQ0F { top:38.875rem;left:7.4375rem;width:15.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btlaLimpydnemtT4w4sE9JZ9AIcske1Z { top:31.0625rem;left:15.875rem;width:4.5625rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP108BkmCWuHS2XHT5nWxddtR888JtSD { top:13.75rem;left:15.875rem;width:4.5625rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va1fBl05DP8WCVszFfsZQfUXcr3LzrZs { top:13.625rem;left:0rem;width:4.5625rem;height:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Kn2JreQ6g2J1owZ7Sw6axFhFS5wKND { top:28.4375rem;left:0rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9yvUdII5VtTL30l3nRHnBzSTG2IXgQ { top:28.4375rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDDItTophcgBT1l4Vt5Q0p4q65FuMvrg { top:28.125rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE1cltskXZoctEbMVm7TblpXbApMiIt9 { width:22.5625rem;height:3.125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMWRkIaBITdErW7HeoSCl6O1cqMquOWG { display:block; }
 }@media only screen and (max-width: 763px) { #BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt { display:block; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff4Jx1HoeMlpxlOLdkciyLQJzQaCWeKv { width:42.125rem;height:6.25rem;top:3.5rem;left:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuS03ps2IwAbDfeivwhLqqqqh0toBfoE { top:11.875rem;left:0.9375rem;width:46.8125rem;height:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTL1sv31066PhTOQ1U9sdVIsFAwfGITw { width:22.5625rem;height:3.125rem;top:25.375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8pUO5bPkFGOpPR4gTsC1T1giHLtSFN { display:block; }
 }@media only screen and (max-width: 763px) { #gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 { display:block; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIvRsHG0pfuTclo4E4C2tJSMCXg3CUrd { top:4.25rem;left:0rem;width:19.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MSJ7bhShBMZNJLOBIvhtP9A80O4Rvw { top:4.0625rem;left:28.375rem;width:19.375rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgsd7DQzMAtbBldXxvIQDS2oxWRTXFfH { top:11.5rem;left:0rem;width:28.8125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRk50JxgEkIPO3kBvyagMeRV9LivVUX { top:4.6875rem;left:38.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuLLFuhN4g0PWzF0Ua7MLPkexpD19AtR { top:10.25rem;left:37.3125rem;width:10.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH60G2higXlXscgO7mf4TzMDHqsA8mZ0 { top:10.25rem;left:38.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#hH60G2higXlXscgO7mf4TzMDHqsA8mZ0 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kLxBKwViSviEDhSUztTPenhTNaBRtOwk { position:relative;z-index:auto;display:block; }#kLxBKwViSviEDhSUztTPenhTNaBRtOwk > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK2N6TVXci8qpchEscpe09XBCyT67Tgd { width:15.4375rem;height:2.625rem;top:0.25rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZLqTcanIyMwNUt8lg5UdMkvW4k2uJ6 { display:flex;top:0.875rem;left:5.875rem;width:2rem;height:2rem;z-index:15008;font-size:1.375rem;display:none; }
#NuZLqTcanIyMwNUt8lg5UdMkvW4k2uJ6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #DfcCdNaRrIo6IQnvGvCNT2yMMx5CrqsP { display:flex;width:1.9375rem;height:1.9375rem;top:1rem;left:17.5625rem;display:none; }
#DfcCdNaRrIo6IQnvGvCNT2yMMx5CrqsP > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #N8LKORW7mTyEt4kbL9cdLkJAac0V9TvT { width:10.4375rem;height:auto;top:0.9375rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LqDPhxo48dam1nN6p4812vmwwNF9Flx7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cffa4c06-54fc-4e19-b259-0cdfe32a2972/01.crop_952x1056_216,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7.adaptive-delivery-prevent-bg, #LqDPhxo48dam1nN6p4812vmwwNF9Flx7.lazyload, #LqDPhxo48dam1nN6p4812vmwwNF9Flx7.lazyloading { background-image: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container { background-color: transparent; background-image: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container > .video-iframe-container { display: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row > .video-iframe-container { display: none; }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .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); }#LqDPhxo48dam1nN6p4812vmwwNF9Flx7 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-text {padding-top: 0; padding-bottom: 0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.75rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-select {padding-top: 0; padding-bottom: 0;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU  { width:17.5rem;height:auto;top:26.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU {display:block;}#OMoTy9kAooHZW79AXVIvzFObJuHX2TZU { width:17.5rem;height:auto;top:26.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #iuhr2XNU3v5lEcqpVqi620U7HTcNCpMn {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #izxIyZtc05noEia6S87n5S04mppqoy6z {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #FmgK0EKX7n8wWuyLKGz5AShcyZ0TJ9pR {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #pwAgUtJs7ApZcTrQ1bKRx3Dl8IlOeAzB {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Z7I7qEw2uAPfl3ngMtQS3DELmezCPKBs {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #MI39TGRHArJ7UGxKX5TR6OM1XRqpTo5a {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #WUCU0GGQar7Oct59rIsPcu5GyrDUypJq {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #gWnlQJd1dddMEIqbNcaImODv0zhkGKQe {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Os6GcLhX4BpyHKG06ZccJVM4KEh49WKf {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #yCrzC5p4ubL9e9VSe5TWmWi6sSXurEhF {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #T8WLfwsEw6NFhwaAl4Fm1AcfQ3KuQBRW {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #Zdug4pm8bdHuFHmyneWCyFZ4L08xrSUd {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #TEJLKi778QGTVukJNgZhl2Q18WRvR5Mu {  }
 }@media only screen and (max-width: 763px) { #OMoTy9kAooHZW79AXVIvzFObJuHX2TZU #TOTZ2gxtoNbRJuiUQlTTgJIGf80FObZU {  }
 }@media only screen and (max-width: 763px) { #tRTmMuw1AMtLSWKLMzTlwN64w4m5KP5n { width:20rem;height:20.25rem;top:25.0625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AtedOw6aMDe6e4yAVBzO0sUyQxWWL1uZ { width:18.75rem;height:1.54345625rem;top:25.6875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgk7wrEkQn7VGQ72mRn8IGArSFAUbh0 { width:20rem;height:4.375rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x26sTtKTKMomHrTmG6MKG1voBFlS5MuL { width:20rem;height:4.4619125rem;top:6.25rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aK8MaVcVbz7vsxhkbFteAV67WILfB9lG { width:20rem;height:6.9043125rem;top:16.6484375rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPvi5612T2qdHHawM1BV0T6Ugq0iPZds { width:17.3125rem;height:2.875rem;top:12.2109375rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQmldHLuxclRERbUI5Sg1o8Bk5Tc1LlC { display:block; }
 }@media only screen and (max-width: 763px) { #FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 { background-color:#cccccc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { background-color: transparent; background-image: none; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container > .video-iframe-container { display: none; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row > .video-iframe-container { display: none; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .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); }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { border-width: 0; border-radius: 0; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzLuFJASkpBO6y15Tu6mfKrptk4JaTS9 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGy67SgVAyB3Q4h13HHar0TvvQkUh1hU { width:4.5rem;height:4.5rem;top:1.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRKyFAByzdu1l5nKCeMfpMSCPPD3H2pi { width:4.5rem;height:4.5rem;top:6.6875rem;left:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rEAuP7q1sx7aMiLTmzZa0bQvED7khKfT { width:4.5rem;height:4.5rem;top:12.0625rem;left:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HGbHk3JI7HBZa5eCzwU6xDsUiFt0NszF { width:2.625rem;height:2.625rem;top:2.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMH611FfGxKr5gxng7STqibvAuTJUI9 { width:13.1875rem;height:3.4121125rem;top:1.91845703125rem;left:6.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PxAqu3kaaPoe6u6NX7MKKrTJyB4b5yTn { width:2.5625rem;height:2.8125rem;top:7.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #al79zLqV3cf1SQkKgJKCcRbBiBwMSxLC { width:2.3125rem;height:2.6875rem;top:12.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVO3EwD2dfJEA0NzaiDMzFnLZe0SEkOB { width:13.375rem;height:1.70605625rem;top:8.083984375rem;left:6.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G0Nb1thuNfsKaFGv7izZSLCT5tcMdrtS { width:12.3125rem;height:1.70605625rem;top:13.458984375rem;left:6.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ { display:block; }#SSPVNTkqnuJmEE3TVBSPzW5phlxsTnpJ > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIbe5Kduqvm6MH2pwCP2DeGE6Vzuqi2G { width:19.6875rem;height:4.38671875rem;top:2.375rem;left:0.15625rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCr7HWwPztGdTSOyHc7XtKX3pH8dfMW7 { width:20rem;height:38.6641rem;top:8.94921875rem;left:0rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xiWldZ9Rd5lmuUy29OEXV1cgZ3N5a3ET { width:16.6875rem;height:2.9375rem;top:50.83642578125rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5WTDMEkeOrXCeT4mdxZTkodmap52JHd { display:block; }
 }@media only screen and (max-width: 763px) { #Ixpfr626VgXUIaDC07zTGbyhuOSP6npF { display:block; }#Ixpfr626VgXUIaDC07zTGbyhuOSP6npF > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhFAFUVmzFaFPeaitsl1ScTyWZZ9tEMU { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm { display:block; }#QNrd29NNNh3Gn5K9emRG1iDC1fdCz7Wm > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6stTim9xwKFQbrbwRVtGUpcbCQspGgK { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLd7yX1a44HE5UPV3K65cssabV8bxabp { width:20rem;height:13.9375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJLXU43Pvezm6gN8qExuR8ECB8s7qmgk { width:20rem;height:13.3125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHlitaRziZZTBpg4Zzg2nxBbvcODBxG0 { width:20rem;height:1.54345625rem;top:31.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5372rt8GkXfsHvnxJopONkKnyUTdENT { width:20rem;height:1.54345625rem;top:13.9560546875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ai1KuvAZ4HQ8nQvg9DsrZ4mPtDkTqxHi { width:15rem;height:1.54345625rem;top:48.75rem;left:2.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq { display:block; }#pZfIi5Eqce7ZVHv16ATQ6ocH4XBFCqEq > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9vpyviSSp8AGbhzTRsy80ArVtZd9GDK { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqWQBX16q8OBL6tTVqIryNPii35lSBWT { width:20rem;height:13.25rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noy9gt9vtfNEFiJrS3KHnxwG7auevNDS { width:20rem;height:13.3125rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWtFx2pEUB2ZJ49dbVeXceWiyOBdukV { width:20rem;height:1.54345625rem;top:13.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPpJfHT1C2dlLHsSE0hIsizsfVexqctW { width:20rem;height:1.54345625rem;top:30.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHBa7XXFbhwDV0zTv3L0bdRl5ddhEWN5 { width:15rem;height:1.54345625rem;top:47.8125rem;left:2.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b { display:block; }#kFItnTtimzCB3JLgsVt6vR5TqG6yIv6b > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVpBk9EoHo8JZWSuR54dwHVvaaiG4Uax { width:16.375rem;height:3.125rem;top:2.04296875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xug8KIQA7LDkO9pLvTfeotSnw9u3kBRy { display:block; }
 }@media only screen and (max-width: 763px) { #AozKo0USFwcpdic8RFL3dw0cufHiGUd2 { display:block; }#AozKo0USFwcpdic8RFL3dw0cufHiGUd2 > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHcQODrTnmOfmtugIF5b89aWOP9lkP3R { width:16.625rem;height:13.625rem;top:8.2109375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2t4bTLSpT6qnHWTrtP2VKFoQQwv5IHZ { width:20rem;height:3.8994125rem;top:2.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #WJEyA1XpnXac9V8Rn7od2OEzS0oGkDxq { width:20rem;height:33.1406625rem;top:23.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EfVGil5WmSJViH7wTOxMZVXcGvJCPndk { width:16.875rem;height:3.0625rem;top:59.625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sot3xlEsxywUufm8TT2BHVsBHWbTWwIK { display:block; }
 }@media only screen and (max-width: 763px) { #S1E18XTux753cufLxw6ki66zgIKWHciK { display:none; }#S1E18XTux753cufLxw6ki66zgIKWHciK > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTQM7u91E55Z8ux9dgRTvzozC8BV4TNc { width:14.0625rem;height:14.0625rem;top:9.9375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATsIacQaCc2SLGF13XSWMUhuqwUlhIr { width:17.3125rem;height:5.84765625rem;top:1.75rem;left:1.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #s1TNlsN21vdf3Tl7oaBT7JlVm6Helfri { width:20rem;height:23.4746125rem;top:26.28515625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE { display:block; }#ZrweaTzSrq7NlQPcuxSg22tVXfdpx2DE > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsEAc1kmDEo5aOkHoQ90HTB5fgIpFd4d { width:14.875rem;height:4.19921875rem;top:8.2998046875rem;left:2.5625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #chpgwa50LaHi2n4PLMO6W45FS1L0U0J4 { width:13.875rem;height:3.75rem;top:3.1123046875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r { display:block; }#qD69Qn9sRHJMyfzwCMR4SqPr7nz3PN0r > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onUVpZdH6165f7BN23ZVE2hOyG8oCo5K { width:20rem;height:25.3125rem;top:28.904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uke7E8uCJvFLGxKvomvzhAoMcipqFMpN { width:16.875rem;height:16.7988125rem;top:8.25rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECq50M1R5D5AZkTGBke03ar5fKmXeRVy { width:11.7480625rem;height:1.70605625rem;top:3rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgBylPhfoazvkqUKQaBUmeqvEdTMsbL { width:6.75rem;height:1.125rem;top:5.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWS3yZivbKsOl2PAqXTASP0GvGITiJ1a { width:3.18685rem;height:3.18685rem;top:3rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmmeQwChsvGmKTEWV2zpRzfBTGum7DM { width:20rem;height:24.1875rem;top:55.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbLxIXFEgZerLT1IRs102pAmWHVb166 { width:20rem;height:26rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trIxC6i4BMTSz896leWTxC3vCfWOcSow { width:16.875rem;height:16.7988125rem;top:35.60009765625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9htRfrcRdBP1gK78hZTnM9gwnPxGes { width:10.375rem;height:1.70605625rem;top:30.625rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpmyMseXhHrgwPh0wgiOdoFdoMASetX { width:6.75rem;height:1.125rem;top:32.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNksvG7LXVJOhseUSTJff5VkEzHGF4Qt { width:3.186525rem;height:3.186525rem;top:30.9375rem;left:15.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN5TxbvBLzavGESIkbgHvNolCJLJFd2c { width:3.186525rem;height:3.186525rem;top:57.9375rem;left:15.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQWlccIRaa9i3kJOHx8TKIyKIC9VlGGO { width:9.4365rem;height:1.70605625rem;top:57.9375rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGy189mpAxJKSmvf6Q7WNEMkOz6s1k3T { width:6.75rem;height:1.125rem;top:60.01171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgTFdmBcsAIRhWvcWHlaDt6tXD5QXeP { width:16.875rem;height:13.999rem;top:63.7802734375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS { display:block; }#VN1tf4ENMx1enp6JfEiWQtrQnMWcDhwS > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df9brhraAnadpSWQcgUQPULSOIFXRl3b { width:19rem;height:3.125rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVtsm31KkRnz60USG0VmaJETBwLLnAZ { display:block; }
 }@media only screen and (max-width: 763px) { #Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi { display:block; }#Mfdl8ZJGhdr6iqNcCqpRHTQnTlVDK2hi > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p114Wm74uwnv16raQGIWAX0bpXqXg1EW { width:20rem;height:1.85595625rem;top:1.384765625rem;left:0rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD { display:block; }#Q5SIc2KlxRRKBLxAXJ6cZ70ymaswoUgD > .row .container { width:20rem;height:135.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsE8Eq4DMH94Gy7pVuHVIOB8gJSuLOSG { width:20rem;height:19.5rem;top:22.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhCQ2r1vuv10K7KUkTTeC9z4TWhhyTiU { width:15.625rem;height:15.625rem;top:5.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIRxTyOsmQwFOxdxW3mFLIeHLtcMAvg { width:20rem;height:2.25rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fW08r4wQOAVmqntHy4b8DWDPwT006uQ3 { width:15.625rem;height:15.625rem;top:90.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFVF8niHTiJzrdOkPmH7X2EnmrraX47w { width:20rem;height:16.5rem;top:108.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q5nqcMbIQFOM0F4sTMMFfIRkwS1rn1sl { width:20rem;height:19.5rem;top:64.3369140625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CITHcJNQLgIcgzqBDb1alShF3ZBnT8BQ { width:15.625rem;height:15.625rem;top:47.1728515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeROclZVTMfz1dgZiDvoruwzRXT3iuZb { width:20rem;height:2.25rem;top:44rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOJauF94lfCf6g0zEXLAUw8dAc3K8xqB { width:20rem;height:2.25rem;top:86.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9yzKiNhbzQ6MBFU64MSV0TOyyw7t0op { width:16.4375rem;height:3.125rem;top:127.2119140625rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avku1wNXhWNZlSUkHIIkba5JW7F7WwyC { display:block; }
 }@media only screen and (max-width: 763px) { #FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL { display:block; }#FAzlVcnGXmIQq8WkbOz5qwA3yC70QzQL > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HknFPI8mWgdE0WlEIDX0IczvMXbutIsI { width:20rem;height:25.125rem;top:81.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsUaoZ9kTM1LohJwceNzL4q0Dn1Afyp { width:20rem;height:4.2246125rem;top:2.1240234375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDtSDVwNsUvIrNQ88SHiB26kph0s94TS { width:7.5rem;height:2.62478125rem;top:9.1319456100462rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s05nRo5o0al9f6Ea5Z5H6uws1VXiyNxJ { width:15.8105625rem;height:3.1494125rem;top:13.560112953186rem;left:1.0622830986977rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lqhpDwrVepoTTVxMnkxJIirzZbgFSxs5 { width:4.56055rem;height:1.18774375rem;top:46.4375rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3R8oMT4pv9c8kJT9OsWHXmHKPmkKRsv { width:17rem;height:5.5234375rem;top:17.325305104256rem;left:1.0622830986977rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2GQIFy89B5u14qtvabxx6iTcor9wCFU { width:7.5rem;height:2.62478125rem;top:27.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90uIT1NMOy017yVTJobDl4L6T2kRbwq { width:14.8730625rem;height:3.4121125rem;top:31.9375rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsTIVcTMxoLVRsBtEnk3qyl2WAdk3DX { width:15.9375rem;height:5.5234375rem;top:36.0625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeQ7GldBw1tZovBPDUbsEa1eZn5Jm8v0 { width:7.5rem;height:2.62478125rem;top:45.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSv1T1MDIqvcnzRzEgd2HHAZO9HsFNt6 { width:15.5rem;height:3.4121125rem;top:50rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHabERxTcfqSd1fAcs5e0X9W5Mu3GXGz { width:16.186rem;height:5.19921875rem;top:54.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOsJSSuEk1HF3C4F6hs6121g9bFcMMLE { width:7.5rem;height:2.62478125rem;top:63.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwcW8hktlwOav3TpotxI1urwCblPbrWn { width:17.4375rem;height:1.625rem;top:67.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCGWQ9o9l0S2T0zDBFIi1yuL6ICCQ0F { width:17rem;height:3.8994125rem;top:70.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btlaLimpydnemtT4w4sE9JZ9AIcske1Z { width:4.56055rem;height:1.18774375rem;top:64.25rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP108BkmCWuHS2XHT5nWxddtR888JtSD { width:4.56055rem;height:1.18774375rem;top:27.8125rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va1fBl05DP8WCVszFfsZQfUXcr3LzrZs { width:4.56055rem;height:1.18774375rem;top:9.91970539093rem;left:2.6009116768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Kn2JreQ6g2J1owZ7Sw6axFhFS5wKND { width:18.75rem;height:0.124783125rem;top:24.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9yvUdII5VtTL30l3nRHnBzSTG2IXgQ { width:18.75rem;height:0.125rem;top:43.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDDItTophcgBT1l4Vt5Q0p4q65FuMvrg { width:18.75rem;height:0.125rem;top:61.125rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KE1cltskXZoctEbMVm7TblpXbApMiIt9 { width:16.6875rem;height:3rem;top:76.6865234375rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMWRkIaBITdErW7HeoSCl6O1cqMquOWG { display:block; }
 }@media only screen and (max-width: 763px) { #BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt { display:block; }#BxqalmZWNyboyJGLbX3DFrcfq2w5Uwwt > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff4Jx1HoeMlpxlOLdkciyLQJzQaCWeKv { width:19.3125rem;height:6.5800625rem;top:2.1875rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuS03ps2IwAbDfeivwhLqqqqh0toBfoE { width:19.25rem;height:17.9511875rem;top:10.0859375rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTL1sv31066PhTOQ1U9sdVIsFAwfGITw { width:16.125rem;height:2.875rem;top:29.8125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8pUO5bPkFGOpPR4gTsC1T1giHLtSFN { display:block; }
 }@media only screen and (max-width: 763px) { #gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 { display:block; }#gVdpQadC02VZMt0LuCIPRHq5PayeTHg6 > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIvRsHG0pfuTclo4E4C2tJSMCXg3CUrd { width:19.0625rem;height:3.4375rem;top:2.5322265625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MSJ7bhShBMZNJLOBIvhtP9A80O4Rvw { width:16.0623125rem;height:3.1875rem;top:9.1796879768369rem;left:3.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mgsd7DQzMAtbBldXxvIQDS2oxWRTXFfH { width:20rem;height:1.5rem;top:18.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvRk50JxgEkIPO3kBvyagMeRV9LivVUX { display:flex;width:1.875rem;height:1.875rem;top:9.5rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vuLLFuhN4g0PWzF0Ua7MLPkexpD19AtR { width:10.4375rem;height:1.7871125rem;top:13.9091796875rem;left:3.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hH60G2higXlXscgO7mf4TzMDHqsA8mZ0 { display:flex;width:1.875rem;height:1.875rem;top:13.90625rem;left:0.625rem;font-size:1.3125rem; }
#hH60G2higXlXscgO7mf4TzMDHqsA8mZ0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }