.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC { 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; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { background-color: transparent; background-image: none; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container > .video-iframe-container { display: none; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row > .video-iframe-container { display: none; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .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); }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { border-width: 0; border-radius: 0; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#MD4J6zJ4irwDc6xURTzvobQmO4UuL0WL { position:absolute;display:block;z-index:15031;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.375rem;width:9.1875rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#HcuhV2AcZrpTHyRFrzvyLpTSb3uEDFQW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49794375rem;width:2.49794375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.0625rem;left:61.25rem; }
#rFmOAtxS92IcNlGZFcBTyRIuMyQJpL1J { color:#192437;display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:64.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEpIudoUIpHR7GuBH2c1LQgw6KgxrwnT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.125rem;text-decoration:none;z-index:15044;text-align:left;text-align-last:left;top:3.625rem;left:64.3125rem;display:block; }
#FOkJorcSPp9UWMOcSPXVUfMmzpvCz0oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xnzol4eSFvMJtkvlaTrJfuzLrM9KiMqg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:1.75rem;left:13.6875rem;display:block; }
#UEscnt6ny476SeEy1pRotd2UAJVRRSo2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETxzTgiZtUA5UuZEWx7o5fH0bhhNdcTr { 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; }
#fIsKudPlDmqWaIG9qumE99rdTaCrPEor { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:1.75rem;left:20.9375rem;display:block; }
#AEowForRRaWScCPfGAZDpuuKzemM2qGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJu6suCPCBQeyEwcJhaTmHkngunBTDOM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.75rem;left:32.8125rem;display:block; }
#GHq4AxVWT2megiZ59FlF49EOrtG7m5yN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLKHZM36PZKsvfpMifpD8S8Cyusee9ni { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:1.75rem;left:40.875rem;display:block; }
#sfIGzzPHL3o6HmstdXVq8dPoZN46T1pN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7035a738-c389-4ab2-9dbc-026ba51793f7/November2023CompletedPoolFreeForm_Grottoe1723576082795.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::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; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:51rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zML3dzBHQRrygQS0zUePSysyTg0HPAJJ { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:29.498046875rem;left:1.8720703125rem;height:14.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:exo;font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.875rem;height:;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; }
#VZk9q80l8QtHwkPDzv8iWTRhw328rKVH { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.810764312744rem;left:1.8732643127441rem;height:1.70625rem;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; }
#IghuuxJRaz00Xv03KOrArnhZV8v96ydJ { background-color:#ff0011;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6868125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.4375rem;left:1.875rem;display:none; }
#w9XfC09qNQETOET3GxiUoIrDV1q4hwIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-form-header {  }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:#000000;width:29rem;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; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-text { 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.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:29rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-text {padding-top: 0; padding-bottom: 0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-textarea { 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.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:29rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .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:29rem;box-sizing:border-box;height:2.25rem;color:#959595;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-select {padding-top: 0; padding-bottom: 0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .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; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-button { 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:#283891;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:8rem;margin-bottom:0.25rem;margin-left:8rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:13rem;height:3.125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa [class*="-text"]:-moz-placeholder { color:#959595;font-family:"open sans";font-size:0.875rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa [class*="-text"]::-moz-placeholder { color:#959595;font-family:"open sans";font-size:0.875rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa [class*="-text"]:-ms-input-placeholder { color:#959595;font-family:"open sans";font-size:0.875rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa [class*="-text"]::-webkit-input-placeholder { color:#959595;font-family:"open sans";font-size:0.875rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .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:raleway;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.8125rem;overflow:hidden;font-style:normal;float:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .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; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .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:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-container:first-of-type{padding-top:0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-container:last-of-type{padding-bottom:0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa  { background-color:rgba(255,255,255,0.6);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.9375004768369rem;left:41.1875rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-info-text { display:block;height:auto;font-family:raleway;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; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa {display:block;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa { background-color:rgba(255,255,255,0.6);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.9375004768369rem;left:41.1875rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #a9s2qx6LVWeZBLK05MFJhT163Wf1EWCT { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #aTHq9kHPPLTKULJEVZ06x470cNKDsa0n { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #xcn6K2KAk4LEPoiyp44DpPIrTML1KEPB { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #yXlBkbMHnKlaq4NkCIEKTVGah7K43ZxP { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #BTNtf2bOEuAczyu8aCoymKHRxXeOx8G5 { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #uRFyeaT4N1H5EREG7TeZN23WNDFAs3SM { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #fDcvcJ5V8NlisuPgiKLPSiT15X2dr0Eh { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #agA8ncH5qGtLMi9997L3uRtBxST1uiot { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #OIwz3tI0KHBiJT7MoqMT7OIvGmfgutAN { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #y1temd8WcTM8iaGwu1wpi8np1ogWD81L { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #x1GvEdaDTP1SueO2zieMrEkHvOdLcHsB { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #B06NHLwa0STwFLqEFTgl8LwtgxmqLLLg { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #mbKCkhNU16C35Qiv8rZrUkTTTPtfS0IH { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #X1ogmSBDmTkf2RlrSuhc5JlxvupgbiLJ { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #bCS8CzavJqRMNkeksVDupPCVodKwZKab { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #QLsHLDMDtbEQ3SKJvVEFBcgcQ19IrThN { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #AbNoZORD0ufNtvV2a1koS0Ck0hiTOxRO { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #xeKre47d8IWEU14oZLylluok7youylsD { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #t7USKniWIkzkOsabRTWbCxil8ibZB4KT { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #UzhFwPFFQrQlpHsXcZ7ZQX8PWiDdTcPS { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #ol6881Z1JFpyikDay3qAVHeTPK1xmTT6 { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #a2iOTH7P3pXp4pwmMwxIMoKCAmlkbUy7 { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #oGoFKRbOu5Ry5DAnyktDhHlrlzudniPa { position:relative;display:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #lmSQ7TloNqNAti8mx81FgQT0GZKbsmM1 { position:relative; }
#JevSnXrtFLy6GXWG49dDN2QLAv670xra { position:relative;display:block;z-index:100000;display:block; }
#KFnyfn9kUALr5RTDPo7z28seCslTaNrc { position:relative;display:block;z-index:100000;display:block; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #dzxx7MdQoXzJV01XwJLV1mzaUurCfaeI { position:relative; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #c5frLUsSWs6qoTB44rIaX4CJA96q8Tdc { position:relative; }
#HG8Dw5WMKSDrvHig9QRlFMKDPOUnMw8Z { color:#000000;display:block;width:19.9998125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2500004768372rem;left:46.9375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsyZDSkIlyaPL3Kyg4XGIHfcK0tt7WiT { box-sizing:content-box;height:4.5rem;width:31.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.6);background-image:none;top:2.4374995231628rem;left:41.1875rem;display:block; }
#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { background-color: transparent; background-image: none; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container > .video-iframe-container { display: none; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row > .video-iframe-container { display: none; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .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); }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { border-width: 0; border-radius: 0; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#Sezo6UwWTVWR0IvLJ6RJFx32MwteUVTi { color:#192437;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:18.249861836433rem;left:5.8122606277466rem;height:1.54375rem;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; }
#J8yn01teDgEwLpNpFofhpoPNVPbdbRuN { 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:15032;top:18.249861836433rem;left:2.0619173049927rem; }
#DpJLJdcW0laUnT0f1MnmqOXsILrQeGDh { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #283891;border-left:0.1875rem solid #283891;border-right:0.1875rem solid #283891;border-bottom:0.1875rem solid #283891;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.25rem #ffffff ;height:19rem;width:25.375rem;top:15.644968032837rem;left:44.981769561767rem;overflow:hidden;display:block; }
#JORhcSiT4nKUi5oi6qgiargXyfbOzXyQ { color:#000000;display:block;width:44.375rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.309898376465rem;left:1.8098964691162rem;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;display:block; }
#WWVgT9nHtTo1SHLpqBXoEazcd5dg2sSZ { color:#000000;display:block;width:37.249875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.497601628304rem;left:2.0610609054566rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#U8H7vxnr2ofRDN5mNWyNDrgt0DD3ViRa { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:19.999964833259rem;left:5.7497262954712rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#Z4sJTfLmL773xPpxZVO15oUGQw1D8pwK { 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:15035;top:24.124520421028rem;left:2.0619173049927rem; }
#ZDc3OgiAnPmP3SmqoJbtsipC6liwAO25 { color:#192437;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:24.124520421028rem;left:5.8122606277466rem;height:1.54375rem;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; }
#w6sQOyZbRvqJgM0kPDTlq1J2NQ3btRHI { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:25.874623417854rem;left:5.7497262954712rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#cCLlQXMU1xd6ddrrlU9ULGe6dAs6gTiX { 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:15038;top:30.1875rem;left:2.0625rem; }
#CNTFqDooKJqmDuGmcQX4ZOTx1uJVfxKB { color:#192437;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:30.1875rem;left:5.8125rem;height:1.54375rem;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; }
#v3gWlU4aT7TgmPO7SpqLXh8HCKcVLFRR { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.9375rem;left:5.75rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#uHsN3cfI4s2Brf7kizUbQNk2Wsy6oH4I { 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:15041;top:35.9375rem;left:2.0625rem; }
#CXqJWcszgqEE6GeXqNqH0PxBIHuP4y0s { color:#192437;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:36.0625rem;left:5.8125rem;height:1.54375rem;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; }
#ux8fnbwuC4oLqNWXTTatOb89TQ8hGUIx { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:37.8125rem;left:5.75rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#GBMrGwvozsIKh0MmVhcppCxEDu2yzVX4 { color:#283891;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1242462396622rem;left:2.0610609054566rem;height:1.70625rem;font-style:normal;display:block; }
#VrJR7XKDMeW7uUemmvWX31f7O9uQ1knW { background-color:#283891;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.685125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.060444951057rem;left:2.0610609054566rem;display:block; }
#Vf03y1cqlWLZ5T0dinkdGDRVL1Lifa3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { position:relative;display:block; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { background-color: transparent; background-image: none; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container > .video-iframe-container { display: none; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row > .video-iframe-container { display: none; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .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); }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { border-width: 0; border-radius: 0; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .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; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;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; }#asMFWxrvRUTrrkEbcayETarn3e3ELTHg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:18.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.5rem;left:19.0625rem;overflow:hidden;display:block; }
#X35MPEaVRxeBBi5TRgDHPI8R41H0JXGC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:10.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.78125rem;left:17.5625rem;overflow:hidden;display:block; }
#r0BPJPldKXAHXm0gRA6dFS6F4JMEBawo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:10.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.78125rem;left:32.03125rem;overflow:hidden;display:block; }
#OTGzgdkBu7Tb9ewd25fixrJ7hNZ3JAO7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.9375rem;width:13.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.625rem;left:45.875rem;overflow:hidden;display:block; }
#TLvAsAJr0SSEDPUizdoFEU1CQEk9pdpV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.5625rem;width:9.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.84375rem;left:42.96875rem;overflow:hidden;display:block; }
#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { background-color: transparent; background-image: none; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container > .video-iframe-container { display: none; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row > .video-iframe-container { display: none; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .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); }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { border-width: 0; border-radius: 0; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;position:relative;display:block; }#bxyofNKzpyTw1vd4Px7fz1eyQ0k3Xlyr { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32.5rem;left:3.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sy7mknLMuPpAALSCPmkt6eFsr6zkomT8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:35rem;left:3.125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cxyb5ND3ZnphQmtzveQT294DqCspTF6T { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #f2f2f2 ;height:24.0625rem;width:20rem;top:19.375rem;left:2.5rem;display:block; }
#NIEkp4efptp0cSm8N87OFsqwSJKOCM86 { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/899661fc-e5df-43ab-b9a6-9a2ca68f73d8/CustomSwimmingPoolDesign.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9371875rem;width:20rem;top:19.375rem;left:2.5rem;display:block; }#NIEkp4efptp0cSm8N87OFsqwSJKOCM86.adaptive-delivery-prevent-bg, #NIEkp4efptp0cSm8N87OFsqwSJKOCM86.lazyload, #NIEkp4efptp0cSm8N87OFsqwSJKOCM86.lazyloading { background-image: none; }
#Up4h0nBoJsriDul12OF05RIWRMP7tTPq { color:#283891;display:block;width:15.6875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3740234375rem;left:2.4990234375rem;height:1.70625rem;font-style:normal;display:block; }
#HiR8H3dmsllIPZERTUKtQmPp2xOkK41d { color:#000000;display:block;width:43.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8740234375rem;left:2.4990234375rem;height:;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; }
#BnhrbpvPTiEMaGS1kiZcFDIggqtK34h0 { position:absolute;display:block;z-index:15000;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.9998125rem;top:43.125rem;left:2.5rem;display:block; }
#N8FrVXuTdTmaQAGkwkEdp0zG1q96POfu { color:#000000;display:block;width:58.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.93489074707rem;left:2.4982643127441rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#PJXe76QWFKdG1oE2mENhz52HgSF1UqHv { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:20rem;top:19.375rem;left:27.5rem;display:block; }
#BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/acfdc666-4b0c-40ab-95b0-4c444f5f5ae2/PoolFeaturesEnhancements.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9375rem;width:20rem;top:19.375rem;left:27.5rem;display:block; }#BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe.adaptive-delivery-prevent-bg, #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe.lazyload, #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe.lazyloading { background-image: none; }
#HJLT6VckkcP4C9MoT0nLxNcZ7iRaTKc2 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:28.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dnz3Ps7cTOCqw2oR3RFtEgvyAfN83P9A { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:35rem;left:28.3125rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ck4R6mJQ5GQwt2R8pwnWnAiW9L7W6uvQ { position:absolute;display:block;z-index:15005;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:43.125rem;left:27.5rem;display:block; }
#vngluTK9ooKu7KD2UWHvQN9TgzdT3bWn { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:20rem;top:19.375rem;left:52.5rem;display:block; }
#m2utmJs3yhSd1W12T7KGignxNw96FHPV { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/026ebb86-1f75-4c2b-b14d-2760a20b259e/PoolConstructionBuilttoLast.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9375rem;width:20rem;top:19.375rem;left:52.5rem;display:block; }#m2utmJs3yhSd1W12T7KGignxNw96FHPV.adaptive-delivery-prevent-bg, #m2utmJs3yhSd1W12T7KGignxNw96FHPV.lazyload, #m2utmJs3yhSd1W12T7KGignxNw96FHPV.lazyloading { background-image: none; }
#lBrhC6wd88pLcosqgZJxnJUQruAvdess { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.5rem;left:53.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET8rJg0RoUbwwJpg6w4mBwkwtSG9TuWK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:35rem;left:53.125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6uXosQB5TTPllg4A3qXFmg1PpclKJae { position:absolute;display:block;z-index:15010;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:43.0625rem;left:52.5rem;display:block; }
#EhdxmRLHahGHbNA0m8ESpEflw1h7y9t5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:20rem;top:45.625rem;left:27.5rem;display:block; }
#d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0 { position:absolute;display:block;z-index:15015;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/ddd5e706-02b4-42b8-97cb-1a1f8139baef/PoolMaintenanceCare.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9371875rem;width:19.9998125rem;top:45.625rem;left:27.5rem;display:block; }#d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.adaptive-delivery-prevent-bg, #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.lazyload, #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0.lazyloading { background-image: none; }
#I5zZRWiH0MIpBtc14u7a7tBBP2QmJNoV { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:58.75rem;left:28.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7DVFNzVdQKm8f9kLzTwnTdPcKEJIc78 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:61.25rem;left:28.1875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcmh82blliqZciczszr4kGACUokvCJm5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:20rem;top:45.625rem;left:52.5rem;display:block; }
#zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/5295de65-b203-423b-8767-db0d3e33aed2/resortpatiobalconytropicalsea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9375rem;width:20rem;top:45.625rem;left:52.5rem;display:block; }#zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.adaptive-delivery-prevent-bg, #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.lazyload, #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU.lazyloading { background-image: none; }
#ClhCFkBwovh3bZJAO6Fa2lKaQuqhtBO0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:58.75rem;left:53.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#goLsrd4Aq9xUVktxgMwXeCsfpSvGSfKu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:61.25rem;left:53.1875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgrIWZPqSfnz0UOZBi0lAybv5WyCIKfl { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:20rem;top:45.625rem;left:2.5rem;display:block; }
#zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT { position:absolute;display:block;z-index:15015;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/f3b716fc-3bef-4de5-899b-011da0b25998/PoolRenovationsUpgrades.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:11.9375rem;width:20rem;top:45.625rem;left:2.5rem;display:block; }#zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.adaptive-delivery-prevent-bg, #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.lazyload, #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT.lazyloading { background-image: none; }
#qpGdOlN5CdWb4qORNl5V37LJsFkl9Ak6 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:58.75rem;left:3.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkHla366VQ6GDyabRN66JZ2JN2KSRAPM { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:61.25rem;left:3.1875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcesmzF39R5xBAMp3T0R5nu0ZWqmguHu { position:absolute;display:block;z-index:15010;background-color:#ffc52e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:77.9375rem;left:52.5rem;display:none; }
#T6il4EOmzKWO1250lCAMu0758F3SldAJ { position:absolute;display:block;z-index:15010;background-color:#ffc52e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:77.9375rem;left:2.5rem;display:none; }
#ozOtcduzIvoBfxUQIKWW6cpwOdvQtSdC { position:absolute;display:block;z-index:15005;background-color:#ffc52e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311815rem;width:19.999rem;top:77.9375rem;left:27.5rem;display:none; }
#uJSqIww0xXnLcV9Kgki5qtRugQbeRhSf { position:absolute;display:block;z-index:15015;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311279375rem;width:19.99875rem;top:69.3896484375rem;left:2.561279296875rem;display:block; }
#d3mgmTHkXXPTOyVLIICMTuLOlLV5kmDR { position:absolute;display:block;z-index:15015;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311279375rem;width:19.99875rem;top:69.3896484375rem;left:27.561279296875rem;display:block; }
#A1riayNET65MKpP9cXyykQEdIiUT2Gpy { position:absolute;display:block;z-index:15010;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.311279375rem;width:19.99875rem;top:69.3896484375rem;left:52.561279296875rem;display:block; }
#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { 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; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { border-width: 0; border-radius: 0; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { position:absolute;display:block;z-index:15045;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.25rem rgba(255,255,255,0.5) ;height:16.0625rem;width:21.5625rem;top:9.8125003576281rem;left:13.614583969116rem;overflow:hidden;display:block; }
#G9fWg9CMk8fWSKqkpE2csiLq0JZ6xndX { position:absolute;display:block;z-index:15046;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.25rem #ffffff ;height:12.4375rem;width:16.6875rem;top:16.991317749024rem;left:0.8046875rem;overflow:hidden;display:block; }
#pBow0ayZKspGUlzJKSIEgplxNKg5gOG3 { position:absolute;display:block;z-index:15023;background-color:#25aae1;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;height:7.3125rem;width:20.3125rem;top:28.375rem;left:17.125rem;display:block; }
#lRCKQ20tEUX33z8vu6VdiqqZev7b9ml6 { position:absolute;display:block;z-index:15037;background-color:rgba(40,56,145,0.99);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;height:8.5625rem;width:20.3125rem;top:26.75rem;left:16.5625rem;display:block; }
#DhA0TdB2lCGJS646eofQUxauhKhi605s { color:#ffffff;display:block;width:16.8115rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:27.132162094116rem;left:18.312718391419rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cU7mDVNoKyrHATb4EynXlDA4L8RHVkis { color:#283891;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:41.4375rem;height:1.70625rem;font-style:normal;display:block; }
#wbE4JTVBX7x6Bz2dNyfmgiuAkQgptTvt { color:#000000;display:block;width:31.43675rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.1875rem;left:41.4375rem;height:6rem;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; }
#ZqzqXaTiTwSpPygHWZhbcuERTNHfp19I { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.18750667572rem;left:41.4375rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;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; }
#HpNhmSUJHPZXDDPBWcxUzG96ycnO8Fvs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:29rem;left:41.4375rem; }
#WQ9Tph3KDbsIHZnJ9e9qoqmGZZkCoZmN { color:#192437;display:block;width:12.06225rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.812503814698rem;left:44.49978351593rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysOiaxTIpcCSDJ4TkvkM5tsPDWGVXGfJ { color:#192437;display:block;width:12.06225rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.500003814698rem;left:61.187066078186rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B39TCZp6ulA6OSc5vd41MJ9aTeTOXwFP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:29rem;left:58.125rem; }
#NuzTZPi6sFJQ3BLg2a2Bu7qAW9qWaTHf { color:#192437;display:block;width:12.061625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.873698711395rem;left:44.498700141907rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFwPAmO3yRcTPuy8JbpayqCMf8K4GoeQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.1875rem;left:41.4375rem; }
#wMNUaSdotIWTododBG1oTQnMhpMTXt1e { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:32.1875rem;left:58.326650875rem; }
#pLt4SmxUTtH5nkqRhCIMePeZfTpqkL9V { color:#192437;display:block;width:12.06225rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.686847686767rem;left:61.187066078186rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s1SMAtdPFfxGi0dTRTtTVvnXrRTx8dcd { background-color:#283891;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.9375rem;left:41.4375rem;display:block; }
#O5v9i3nfJyaW0eMChLzMRf8cZxTqPc7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a7791a-8b4e-4232-a739-058921cb0c32/hotelpoolwithmosaictiledbottomswimupbarservingrefreshingbeverages.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; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.adaptive-delivery-prevent-bg, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyload, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyloading { background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { background-color: transparent; background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .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); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { border-width: 0; border-radius: 0; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1::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; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#MTrAP657RubHyg6RUh9nLSCTaRtUQ5y2 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0537109375rem;left:10rem;height:11.45625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r81LTfafHViTADOlzVdBlgUGkvaDdZSi { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:16.5625rem;top:31.0625rem;left:2.1875rem;display:block; }
#v59SXWqcQW8IlkC8wRfbTdTMpkMdzKKW { color:#050b26;display:block;width:9.2499375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33rem;left:6.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DsPQVUDAAlF3dxyIDaWPkN6JSTSVhUfm { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:33.0625rem;left:3.125rem; }
#GKmA8nr8W18WQKc4VbJlEPk8Nu5NGQs2 { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:18.75rem;top:31.0625rem;left:18.75rem;display:block; }
#gdSyLmlQBOGQ6lULdJCe0efvqEG79xgI { color:#050b26;display:block;width:8.93675rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.242431640625rem;left:25.37353515625rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWvrmNnqVTIWp3dwUcdkqnOnnAE42c3a { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:33rem;left:22.0625rem; }
#R6An3fEbLsQIQh0uVtfTMdb4zGUwIWhz { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:18.75rem;top:31.0625rem;left:37.5rem;display:block; }
#yklKTKXhoHpnG720EugvMigB6X3fxKrL { color:#050b26;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33rem;left:43.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKN2hKgIu0rsgQOIvB32kgiwnHoMDRGy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:33.0625rem;left:41rem; }
#FvMxmUMHS3GUscNQz8v3Uy9MN7lqWlgA { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:16.5625rem;top:31.0625rem;left:56.25rem;display:block; }
#bRy5vpSqy5K2TDpGVR6r6nIfi5OGF2gu { color:#050b26;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33rem;left:62.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vutTf3kcxEXoSqz2VTEiKgPworTalx1O { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:33rem;left:59.5625rem; }
#QdqABWlTmM3a2pJIGM6gBplII3A55KuO { 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; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container { background-color: transparent; background-image: none; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container > .video-iframe-container { display: none; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row > .video-iframe-container { display: none; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .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); }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container { border-width: 0; border-radius: 0; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#tBErtEx4Bede6OOWfsJTBrOgvvSr7wBK { position:absolute;display:block;z-index:15003;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124211875rem;width:14.0625rem;top:2.091796875rem;left:3.4375rem;display:block; }
#QfdK69svtTOy8hEDOA7Agh7oHeMQTm0Q { position:absolute;display:block;z-index:15009;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124211875rem;width:16.25rem;top:2.02587890625rem;left:20rem;display:block; }
#L0vbnZQKmmbnsMFwNZKx0iMnVBJ8hRuL { position:absolute;display:block;z-index:15015;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123355rem;width:16.25rem;top:2.0926971435547rem;left:38.75rem;display:block; }
#qg1xL5c4p6VzSJc4daUmzzUkntJR8ge2 { position:absolute;display:block;z-index:15021;background-color:#25aae1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123355rem;width:14.0625rem;top:2.0301971435547rem;left:57.5rem;display:block; }
#TnhrGSEocR4TEnHbrA37n17bTWLSrChc { 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; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { background-color: transparent; background-image: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container > .video-iframe-container { display: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container { display: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .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); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { border-width: 0; border-radius: 0; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#m3KGQ16Wo65NLOTtsp7QiSGhDTL1xEfc { background-color:#283891;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.054035186767rem;left:37.499999046326rem;display:block; }
#C5dlA4xLeKL5LUNa6GhqXLRuXLupF5vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { color:#000000;display:block;width:33.687125rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1872253417969rem;left:37.499999046326rem;height:;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; }
#EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { color:#000000;display:block;width:34.6234375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.90625rem;left:37.5rem;height:;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; }
#RAXaSGnJ09gL8wu873cdkSQ6gRTKUBga { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.6875rem;height:6.175rem;font-style:normal;display:block; }
#krSUyus9R8C07H5FtIxZLTzyWHAAKaHQ { 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:20.937rem;width:31.686875rem;top:4.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC { box-sizing:content-box;height:20.9995rem;width:31.8119375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5796a268-7857-41c6-be32-855c2ffead54/portraitengineersjobsiteworkhours.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:3.4375rem;display:block; }#AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC.adaptive-delivery-prevent-bg, #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC.lazyload, #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC.lazyloading { background-image: none; }
#AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#xiJrJ3eq88sJbwhBAUu7yF6GCk6TwZdh { color:#283891;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5rem;left:37.5rem;height:1.70625rem;font-style:normal;display:block; }
#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container { background-color: transparent; background-image: none; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container > .video-iframe-container { display: none; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row > .video-iframe-container { display: none; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .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); }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container { border-width: 0; border-radius: 0; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#Qe4ugpyJwd5Hs6mauTHiNTF3P3DsXBeW { color:#000000;display:block;width:9.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.625rem;left:5.125rem;height:1.4625rem;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; }
#PS8mSENuk03PS4xnbd6di1BoNMOuSLrV { 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:15032;top:22.8125rem;left:1.375rem; }
#OyDf7ubltQdEELzoidx9oqOiBRCzoDIG { color:#000000;display:block;width:36rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:1.375rem;height:6.5rem;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; }
#aE13CP4v3v5bEexCT6GG7tiqOLytVpDy { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.375rem;height:5.95rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EET1mWuqTekvT3x3xGThZ74hUm5B0bcp { 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:15035;top:27.25rem;left:1.375rem; }
#mbghoVdWwSL0u1sI3lb8tOtT3CSCaIN1 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:28.0625rem;left:5.125rem;height:1.4625rem;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; }
#QXaberOX7fVMpG0xefCSSyI80FATT08u { 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:15038;top:22.8125rem;left:16.25rem; }
#TDvbPdGH0uGwUzaytKp8xOlyLcIGEddR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.625rem;left:20rem;height:1.4625rem;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; }
#e5epWR421qGJ9GqSkx1bNfDaa6MWQcNs { 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:15041;top:27.0625rem;left:16.25rem; }
#pPcnKqyosOTmxTu7thS10e4S9eBlVJv3 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:27.75rem;left:20rem;height:1.4625rem;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; }
#Vivp6IWVvEMvprwnIc391E5LEVc5JD3f { color:#283891;display:block;width:17.0625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.375rem;height:1.70625rem;font-style:normal;display:block; }
#eN9DQieeTAdEGqkzWhhdg5TImwI26ryR { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:30.9375rem;left:1.375rem;height:5.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EibKqsFiuDEnieXRecCiWJgtcDNc2nfX { background-color:#283891;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6868125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.816097259521rem;left:1.3748979568481rem;display:block; }
#WmbU1HUbXtonLR1TaaLPkp0xUVtGr70B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enAbA76sGo4Zsw98ntWirHBsMRscMUiG { position:absolute;display:block;z-index:15025;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.25rem #ffffff ;height:19.875rem;width:26.5625rem;top:12.500004768372rem;left:42.441841125488rem;overflow:hidden;display:block; }
#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd330f9e-cc22-4780-be26-45f9a63172c3/swimmingoceanvacationsummerchair.jpg");background-position:bottom 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; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.adaptive-delivery-prevent-bg, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyload, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyloading { background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { background-color: transparent; background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .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); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { border-width: 0; border-radius: 0; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O::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; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#D0AThB2CyG14cfyBPTCarsX29DMlwTd5 { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3115234375rem;left:1.4052734375rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCUqQH3wmexacM8eDiptNzHI7RvVkCtE { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#283891;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.4;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.75rem;left:61.2490234375rem;display:block; }
#IUnI61CXRsR13cRTworHmKwheXJVJdT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy { position:relative;display:block; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy { background-color: transparent; background-image: none; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .row .container > .video-iframe-container { display: none; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .row > .video-iframe-container { display: none; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .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); }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy { border-width: 0; border-radius: 0; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .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; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .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:100.375rem;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; }#i5TlQV35n0yl8pOVagXb9ZUZpRq65yJ8 { position:absolute;display:block;z-index:15036;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:27.125rem;width:34.25rem;top:11.984375rem;left:4.125rem;overflow:hidden;display:block; }
#lyes03dkczUVXaMWsNfJwTBIQLiVbiQO { position:absolute;display:block;z-index:15029;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:27.125rem;width:34.25rem;top:77.6875rem;left:3.09375rem;overflow:hidden;display:none; }
#TnbuaPkhCp7F4UWliHHwvnQXudCx92WG { position:absolute;display:block;z-index:15030;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:27.125rem;width:34.25rem;top:40.75rem;left:4.125rem;overflow:hidden;display:block; }
#gDrq3bbfuDaatzQFwaOAgUkTiZiqkMZV { position:absolute;display:block;z-index:15031;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:27.125rem;width:34.25rem;top:11.984375rem;left:40.0625rem;overflow:hidden;display:block; }
#mU6diB1MWoM6Qb14JJvE0N2TTNOlNlHy { color:#283891;display:block;width:26.874rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.10546875rem;left:26.21875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcTVnWdMLZU4UcKIXwVidUJK78m68G47 { color:#000000;display:block;width:36rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:21.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3npn9Rnx20rDPJxfDfWPHdyqGPTpVyV { position:absolute;display:block;z-index:15038;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:27.125rem;width:34.25rem;top:69.5rem;left:40.0625rem;overflow:hidden;display:block; }
#QwqrOK9hvLJFr66r5FiMFgoIJsA2XKfH { position:absolute;display:block;z-index:15033;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:27.125rem;width:34.25rem;top:53.75rem;left:3.09375rem;overflow:hidden;display:none; }
#tafIg15Pwi8QcIMmaQEbe4lyqQgfKsT4 { position:absolute;display:block;z-index:15037;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:27.125rem;width:34.25rem;top:69.5rem;left:4.125rem;overflow:hidden;display:block; }
#gyJPSPT5vnBstKsDUp9VRbQc6elmbqFc { position:absolute;display:block;z-index:15035;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:27.125rem;width:34.25rem;top:40.75rem;left:40.0625rem;overflow:hidden;display:block; }
#MGcBmVJbhL0yrdEVokM8qOzKT3aXyF19 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.5rem;left:5.0625rem;height:6.5rem;font-style:normal;display:block; }
#yJ41cn16OTvIZ52l3IWTe453n0HT45q7 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:133.9375rem;left:8.6875rem;height:0;font-style:normal;display:none; }
#XEINXQihp1xMbzt0Nyq1gbri74H9cKQw { color:#000000;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5rem;left:5.0625rem;height:6.5rem;font-style:normal;display:block; }
#VOPnZ33Dt0n5eWfyPa0yvF0nIUCyD8XS { color:#000000;display:block;width:30.125rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.375rem;height:6.5rem;font-style:normal;display:block; }
#QGHgyqGIK3hvpJG7rHfOJ7TzHAlctgpo { color:#000000;display:block;width:32.75rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:71.8125rem;left:41.625rem;height:6.5rem;font-style:normal;display:block; }
#SVZGkMTH7qtfOKyKRx9k2zPMc4FTAyPB { color:#000000;display:block;width:13.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:147.25rem;left:23.625rem;height:0;font-style:normal;display:none; }
#LrkmXJ3SgCXcB2cDIb2fxfxmTu1oW7ZX { color:#000000;display:block;width:32.5rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:71.8125rem;left:5rem;height:6.5rem;font-style:normal;display:block; }
#Ju6l645skeZLiMzWJImX0tC6dqqursT7 { color:#000000;display:block;width:33.5rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.5rem;left:41.375rem;height:6.5rem;font-style:normal;display:block; }
#qowPCqToSM1gNA5oHQtXTUw6JSGddRbR { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.125rem;left:5.1875rem;height:6.09375rem;font-style:normal;display:block; }
#ianF5laXhQKq9UgHhybMtohbtCSUeFZy { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:137.9375rem;left:8.6875rem;height:0;font-style:normal;display:none; }
#CmwqX27SQ6H7qbgwIFcWB4FaGXh2duaG { color:#000000;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:50.8125rem;left:5.1875rem;height:6.09375rem;font-style:normal;display:block; }
#f5Txy4bxhsxDMHsbySGkG9EP3TRtoudZ { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.125rem;left:41.375rem;height:8.125rem;font-style:normal;display:block; }
#xGsa4fcao409dQ7FoSe0R5JqPu7f8Uky { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:79.249999046325rem;left:41.84375rem;height:6.09375rem;font-style:normal;display:block; }
#iXypO0gEifg0rOPGieKfBDaSMTWFkCn0 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:151.5rem;left:23.625rem;height:0;font-style:normal;display:none; }
#dE65f2iR6FLwThQnf9iRamm4r63x3eHc { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:79.25rem;left:5.0625rem;height:6.09375rem;font-style:normal;display:block; }
#hofiI0cuK2GqZI9dyZJqX18tJ4Kaxi3a { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:50.875rem;left:41.375rem;height:6.09375rem;font-style:normal;display:block; }
#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container { background-color: transparent; background-image: none; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container > .video-iframe-container { display: none; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row > .video-iframe-container { display: none; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .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); }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container { border-width: 0; border-radius: 0; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#JZIT4GmLPxXwunmLn2z3sqFQ8mIHt1S6 { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:19.6875rem;left:11.858727810651rem;overflow:hidden;display:block; }
#L7r3ETtKFx74BH1CiSPJPRTe9aZKETsP { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:19.125rem;left:11.375rem;display:block; }
#PCPCF6RWknWEhbzzkIOmls1bXhyneB9k { color:#333333;display:block;width:16.2495rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:31.8125rem;left:9rem;height:3.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bgeMlqShis5aRIsXLPgKImrWTwddTIOL { position:absolute;display:block;z-index:14999;background-color:rgba(37,170,225,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:19rem;top:17.3125rem;left:7.5625rem;display:block; }
#e02Tzdnr84X6xzdrSnlmvyRoFlfLzGEG { position:absolute;display:block;z-index:15004;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.25rem;top:36.8125rem;left:15.5rem;display:block; }
#TDEzxQbnVTN26d6lpceNW1FLwUG6Uo18 { color:#333333;display:block;width:16.8748125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:37.3125rem;left:8.6875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DLbBqEn7ATNWT1wWPIHrUI593dD8g4vQ { position:absolute;display:block;z-index:15006;background-color:rgba(40,56,145,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:19rem;top:15.0625rem;left:28.125rem;display:block; }
#G6INfWzAbb6ohAzMm8ylhlqPMVIW7ElX { color:#333333;display:block;width:17.0624375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:29.561573982239rem;left:28.967928886414rem;height:8rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#y23vt4vnFUd08Jw64qzOPUEVV70pTCNS { color:#333333;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:40rem;left:29.0625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fyh0OUFDPLBXnxafstzWABaVo1NPikQJ { position:absolute;display:block;z-index:15011;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.25rem;top:39.303214073181rem;left:35.87496471405rem;display:block; }
#A7HqXxN4nyCh9kqozybIukRC1S34cc1Z { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff845e;border-left:0.0625rem solid #ff845e;border-right:0.0625rem solid #ff845e;border-bottom:0.0625rem solid #ff845e;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:31.9375rem;display:block; }
#yooJJMg3naZcTWM3kbWZAA61CEv09yhd { position:absolute;display:block;z-index:15013;background-color:rgba(37,170,225,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:19rem;top:18rem;left:48.5625rem;display:block; }
#r203LZapAZl1CEmT2WaDonyhGyEks43R { color:#333333;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:38.0625rem;left:49.625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EOlwFQ8FTmyBOfm3FHFb1GMrVe8mK7zG { color:#333333;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:32.5rem;left:49.9375rem;height:3.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KFNgvGaZtqEdGSt89RylVER3o3GNvq3U { position:absolute;display:block;z-index:15018;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.25rem;top:37.3125rem;left:56.4375rem;display:block; }
#eQ8LkpTWClRmqF9ipSgIUPyFpGdhikS1 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:19.8125rem;left:52.375rem;display:block; }
#JTFM5ZcMnKRAzHd6fOBGupdCRLwXz2nS { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.3408203125rem;left:32.357421875rem;overflow:hidden;display:block; }
#cR9WEuvRoVfQpcL8BiGNp84nUDW9rgxy { color:#283891;display:block;width:26.874rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:24.1875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivhwZTiC60y6PH9zwx20E68Hn4wfe0yv { color:#000000;display:block;width:36rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:21.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LECZ8EJAvxKbSurEGWwsD76uE9EHtZXb { position:absolute;display:block;z-index:15019;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:4rem;width:4rem;top:17.3125rem;left:22.5rem;overflow:hidden;display:block; }
#f3XxDuef9XWC5zcyyHu2BVy59fOLOmlC { position:absolute;display:block;z-index:15020;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.9375rem;width:3.9375rem;top:15.060477733612rem;left:43.177767753601rem;overflow:hidden;display:block; }
#herIPecrUK0VsrZ8wT07AEIXP1CBbwqS { position:absolute;display:block;z-index:15021;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.9375rem;width:3.9375rem;top:18rem;left:63.625rem;overflow:hidden;display:block; }
#lTTtaDoOZLH7vK0og7mcK89So1QxW8kW { position:absolute;display:block;z-index:15022;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:20.25rem;left:52.9375rem;overflow:hidden;display:block; }
#s4RPfZnLRKPcwtSyoobrLug0MRXcGvq0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.125rem;top:39.302734375rem;left:13.5771484375rem;overflow:hidden;display:block; }
#WElNb1hPSHH9Vypgrk70TH76DiyHHrsJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.125rem;top:41.625rem;left:33.9375rem;overflow:hidden;display:block; }
#xaxlXc3E7qvTqFNpLetiAdDS19hO7Erc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.125rem;top:40.3125rem;left:54.5rem;overflow:hidden;display:block; }
#geXFLTKlbTJgmL9bAiHP1Gkf0MXk2waF { color:#333333;display:block;width:16.8748125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:35.75rem;left:49.625rem;height:1.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KsbU0SSstLR7WmKxCFO8ndG0TTJMKl1a { color:#333333;display:block;width:16.874rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:35rem;left:8.6875rem;height:1.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pkCMdB4zg4OSnDZ53WIM8bc0ZEhnx5gd { color:#333333;display:block;width:16.874rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:37.511992454529rem;left:29.061301231384rem;height:1.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { background-color: transparent; background-image: none; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container > .video-iframe-container { display: none; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row > .video-iframe-container { display: none; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .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); }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { border-width: 0; border-radius: 0; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#Qu1WrtVEuJ3NNfwNsUQMAP4qiwcoOI1r { box-sizing:content-box;height:21.875rem;width:17.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:14.8125rem;left:0.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BlbGaUcLAu576ttseyMMTRQTzZ9eAOWZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:15.8125rem;left:1.1875rem;overflow:hidden;display:block; }
#mF1PBiq4fQHWy9oaLGrD4RVGTbzSZVLL { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:16.375rem;left:6.1875rem;height:1.8rem;font-style:normal;display:block; }
#E8sdJTH6x3E7Xe7qwv6w9J1g8s98KTvB { color:#959595;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:18.1875rem;left:6.1875rem;height:1.2rem;font-style:normal;display:block; }
#RHFwJestrXRvXOmsG8wOa3LHZwlaErny { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:23rem;left:1.3125rem;height:7.2rem;font-style:normal;display:block; }
#fKTJ9wAHrrZJXC45PLiEtfQB8bDSwFZe { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.0625rem;top:21.1875rem;left:1.1875rem;overflow:hidden;display:block; }
#iuDZWpFBKLzhuRyErXBopAXPTz7pBmyh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17.0625rem;left:15.5625rem;overflow:hidden;display:block; }
#aCTuhwwQTo2HrVXxVHUeqzXGQEkhO5yk { box-sizing:content-box;height:21.875rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:14.75rem;left:19.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AfVVOfTcyUfOAeWl9B68k7xJzdHlDkKg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:15.75rem;left:19.9375rem;overflow:hidden;display:block; }
#le3FCn049lteAhq5QLCWtxHBWXDPupUB { color:#000000;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:16.3125rem;left:24.9375rem;height:1.8rem;font-style:normal;display:block; }
#g262WCXn2iAlTAd6n3hDDVTrGHfnZf6k { color:#959595;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.125rem;left:24.9375rem;height:1.2rem;font-style:normal;display:block; }
#SUn6Cow8tKbdUaB865TxtcT6slaz6lSa { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17rem;left:34.3125rem;overflow:hidden;display:block; }
#kFctSQsJ61BteAicU1oCIzhv35SKsOEC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.0625rem;top:21.125rem;left:19.9375rem;overflow:hidden;display:block; }
#aL6oSyQ6nS1zn4sbxws0AyhQWzy6Jg2W { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:22.9375rem;left:20.0625rem;height:12.6rem;font-style:normal;display:block; }
#GnXATDC4EITBWsEAAsaHZybk0JbXuQMb { box-sizing:content-box;height:21.875rem;width:17.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:14.75rem;left:37.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BLlBaBz190tl44UgpZNcVfEVSlPobZAA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:15.75rem;left:38.6875rem;overflow:hidden;display:block; }
#UDOtlLElWkfU1HnKtytTDtqKdcBVv80b { color:#000000;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:16.3125rem;left:43.6875rem;height:1.8rem;font-style:normal;display:block; }
#pqWTsySSx46aHpFU6JWIo17ZF65cogNZ { color:#959595;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:18.125rem;left:43.6875rem;height:1.2rem;font-style:normal;display:block; }
#toJaTAOAuHAy5wzc5TWNGCHvZff23oII { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17rem;left:53.0625rem;overflow:hidden;display:block; }
#Itzm3WzcKAFSLhpPSyKTDSHnXE70vxOK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.0625rem;top:21.125rem;left:38.6875rem;overflow:hidden;display:block; }
#HMOMJhAoWCG3BTpNNVZWBNMTXxqGCror { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:22.9375rem;left:38.8125rem;height:5.4rem;font-style:normal;display:block; }
#qMenAhKt6ohpgQPpiL31vKcFkLtplwq6 { box-sizing:content-box;height:21.875rem;width:17.8125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:14.75rem;left:56.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zUACasRxSa53cfmZ3IsGuGqu9xky7Cem { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:15.75rem;left:57.5rem;overflow:hidden;display:block; }
#snsuSII8OvnyBIXWXUM12syIRAqBeFgV { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:16.3125rem;left:62.5rem;height:1.8rem;font-style:normal;display:block; }
#bZ6uIbkTCs4SPZEovH9Hcil4wBQWOnGz { color:#959595;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:18.125rem;left:62.5rem;height:1.2rem;font-style:normal;display:block; }
#CrlAMUbloZAg7CiJeHLMoQHEDx0zXbd0 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17rem;left:71.875rem;overflow:hidden;display:block; }
#U8QUEVDsCwHk26UDvIxEbusI6l68856W { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.0625rem;top:21.125rem;left:57.5rem;overflow:hidden;display:block; }
#HxeG3ss9Mx5B7pU8OMZVTxfvP9Vk5TTa { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:22.9375rem;left:57.625rem;height:12.6rem;font-style:normal;display:block; }
#a3WeTVpwaFVTxNswVtfSoB31qvIksZGP { color:#283891;display:block;width:29.0625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:4.3125rem;left:22.84375rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#KFQnzGKSl3nZpCvxxlSLQXnNBNEgttrr { color:#000000;display:block;width:38.625rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:6.875rem;left:18.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz { 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; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { background-color: transparent; background-image: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .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); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { border-width: 0; border-radius: 0; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#s9u3H7Z55E9mJnJv9a0ClRfLsFUT43BE { color:#000000;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6865234375rem;left:10rem;height:3.81875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTVd9TlOB5fmPE6uFxuLC1zBSn2PsKnS { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:10.02734375rem;left:10.9375rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRkklwcHvQlc5PMbSoXDT5uzvzTpUeFu { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:19.40234375rem;left:10.9375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQ53x2eKVaugTPmcsItZUpQ98mEmg1KA { background-color:#283891;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.125rem;left:32.65625rem;display:block; }
#cQuwuNm036dckaTzVVwNQ7Au3WvzseE9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { background-color: transparent; background-image: none; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container > .video-iframe-container { display: none; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row > .video-iframe-container { display: none; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .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); }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { border-width: 0; border-radius: 0; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;box-shadow: 0.125rem 0.125rem 0.3125rem #959595 ; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:"open sans";height:auto;color:#192437;line-height:1.4;overflow:hidden; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:"open sans";line-height:1.4;overflow:hidden;height:auto;color:#192437; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-trigger.adaptive-delivery-prevent-bg, #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-trigger.lazyload, #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-trigger.lazyloading { background-image: none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw { box-sizing:content-box;height:auto;width:36.7480625rem;position:absolute;display:flex;flex-direction:column;gap:0.6875rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.75rem;left:36.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bzgSyLOUC0Oaqf7Py2JwBIeAfPcUiIN6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #iMGqNqbsTiW94wkZy9VJAMFXUFu4XhvL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #R6vfiPbKu9yDvQX1DAi8pJagH7UtE7wW { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #JNmx6pAWr078FXSAopzXxLxMe8AOG3cO {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #MSO6CiVLQoRg4ppS3II8NkoNaBeZAIvH {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #heul3z5LmZ9qyet9kLEeIAHBpNmHlRBC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #NFnv5TaT770vodFNfQM3fMIJTNpEnyl4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #WAgJEqZySyvXbUPTIqvLqDwS21zGlSAR { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #af86HRydaP6puwuXhNTeV7AGD9sw6po2 {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #OlLsKtpuquNmm8KdDE1C3QZIJoyUNsN0 { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bKTAa94T79xScw3TaraRmhy1sG3WHvtr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bk40waPIv6dc3oGN4diEWqpBbqXgheWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #JlFtyzFt2C7TzkQo2N1lFvgmUaavU5nt { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #ShHJ3Fq6TNC7P2QotU6wBVUIRT6URgNQ {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #O6RlF3PyPayrLze9mJuXbJ0AQFMri66O { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #a0sb42fZOig99hsGZW60v4P5AcPyifOL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #HFIFGgfEzuqf1GB2fsSLp2IU59TBZ85n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bussUerWMT9I8dpFpL5yKdT5MlO5uByt { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #ORzxGPHaOa9bVePndvx3Cpx06FInPtKk {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bbVGChvdVui0pGtIfLcpQtHVz0KRIJAG { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #BpWf3KmF5xeb1R7gOtNBZAKI5wNDHUoS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #gEyOs5qopyNBGvlyoAigfr3ugqggkqL8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #cx57nVyi9OEkRHg6JdOe0EFpIgtmGgTz { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #mCiALTDzC9nTrhd4MZFcN5CJTgTh6ZmB {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #Ork4tdRGwTW6i5BylPDNc3tAZQ9zRx98 { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #UtSqHnRZZkDJgDbs2MxbPEPlFfCyzc5O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #f83Bq3xhKTUy9i5mCy6p4EvN0N9TviTz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #cASd4EgiEdsvFNgSc74axWAEZPd19svt { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #lw7ncxnBZso0i0npU0iPef7qG02Wi1BO {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #wCMoGvCJ9FxeNgM3vUrhqs56PyoL27nh { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #QJog1KEGbpide1l7vBnSmNirtkTvvDae { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #m06GKPGDWXmVrNmqon5AxMTyZGJhivCC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #STDArb7kzD4OzgmSU0nJub3NpUOO3VcM { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #SwT4JFtnEpqEC59s05BxI8TUSFMB8ZQR {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #i58OpHnGKJ2T6XpRdfF6D5GFhiPBRTMU { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #U80QdbKUzz8vISxv0bTTwuxC3ZRQRvhr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #wtsDCNdoqZVcqHoHh0lxToy0TST7pWys { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #TicVgwIhaxzRcon5xaTuvPPB8Zw8bENg { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #Ihvqgpx9WlIHTLPQHUg0Gq907p7Lt3CP {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #fdKTVvkBG1avFF7so0MZRX89PW9ML822 { display:none; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #z3HnfNx5FhfHBLRGgzhRkTOEMdT8ALmP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #SW0O9JLrEviNEtqVpvE3IxVgxstsBNrZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #pzkcKTvp3HR3PlIHhHOaDMFsyroXs5UU { display:block;position:relative; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #TJwGn8R9e623Jyr0yqr7G18hJXgoS9AK {  }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #HVcSUHWT8pz3bLgSc9lfyED9h6n1l6Hl { display:none; }
#SOyqep06CBgEm29VTOCIIMfpOrqwvHmT { color:#283891;display:block;width:15.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.0625rem;height:1.70625rem;font-style:normal;display:block; }
#hH9Fygwphl5qzef6EMcXkVWAw3blKBM3 { color:#000000;display:block;width:30.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.0625rem;height:9.75rem;font-style:normal;display:block; }
#vT7WdtxTf2KrQp0m05miefFTTq62kSM3 { color:#192437;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.4375rem;left:2.0625rem;height:9.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXTnAqGs32Tcpl2JDhp1oetgridxZoL8 { background-color:#283891;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249875rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.0625rem;left:2.0625rem;display:block; }
#zcQaiXI6CZBLihKatL6yePNDP8pZ4u7G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { background-color: transparent; background-image: none; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container > .video-iframe-container { display: none; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row > .video-iframe-container { display: none; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .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); }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { border-width: 0; border-radius: 0; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#zHDLMZc6SLhJniJbLpudns0OxXXKXDsI { color:#ffffff;display:block;width:11.0616875rem;position:absolute;font-family:exo;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4rem;left:10.5625rem;height:2.35625rem;font-style:normal;display:block; }
#gXJnvQ4MfeW3cwZUUUl6xF1bHWyh0tAm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4988rem;width:2.4988rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:11.0625rem;left:10.5625rem; }
#mdTgcZfT1vha4rRThOwlDhk7oUToKGIi { color:#ffffff;display:block;width:12.0605625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.75rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1D6v4gqPvKhadki407DbsVULekiqkXT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4970875rem;width:2.4970875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:14.5rem;left:10.5625rem; }
#BCikUPTGoT4rOMgWb6DA7hpobCl10Xdc { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.5625rem;left:13.625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoKLB31Edy8g3ackbbn1TDmKam9QlW3F { color:#ffffff;display:block;width:12.0605625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMcQwp7NsoqAnqzkuwmCiFVSUF1cqQ0g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49965625rem;width:2.49965625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8rem;left:10.5625rem; }
#V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:19rem;left:11.0625rem; }
#V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#S6EsASNe6PhIfsVZwo8wnO01TQwK255C { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:19rem;left:13.625rem; }
#S6EsASNe6PhIfsVZwo8wnO01TQwK255C > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:19rem;left:16.125rem; }
#rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#qVyH3zzm9GrGcTvRnyr89vgb7HtAXBwk { color:#ffffff;display:block;width:34.749375rem;position:absolute;font-family:exo;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9979190826416rem;left:30.498732566834rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n6p2xO4TaeDnSMUSvxR7etccCIqonqPB { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:7.8125rem;left:30.5rem;height:5.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#n6p2xO4TaeDnSMUSvxR7etccCIqonqPB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n6p2xO4TaeDnSMUSvxR7etccCIqonqPB li:before{  }
#o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.8125rem;left:49rem;height:5.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A li:before{  }
#xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19rem;left:18.7490234375rem; }
#xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:19rem;left:21.623046875rem; }
#Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { background-color: transparent; background-image: none; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container > .video-iframe-container { display: none; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row > .video-iframe-container { display: none; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .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); }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { border-width: 0; border-radius: 0; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#nm0uAdFfoaeJzTrTQC4uceKr8Uun1TQh { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1000022888184rem;left:22.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { position:relative;display:none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { border-width: 0; border-radius: 0; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .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; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .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:18.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:none; }#pIEKlpOMUOAbUCXUPNxbPNBIxcFU0EgT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#do5zlAowQ7unBgi9xR3S5uJUqlGT7pI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2KP3EhZiyaAdApidXwkN0IRxa1Fdni2 { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IODquRgtLq4UaRotCRFxeSDIKxsRPEGC { display:block; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MD4J6zJ4irwDc6xURTzvobQmO4UuL0WL { top:1.25rem;left:0rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcuhV2AcZrpTHyRFrzvyLpTSb3uEDFQW { top:2.0625rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFmOAtxS92IcNlGZFcBTyRIuMyQJpL1J { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEpIudoUIpHR7GuBH2c1LQgw6KgxrwnT { width:8.75rem;height:1.125rem;top:3.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOkJorcSPp9UWMOcSPXVUfMmzpvCz0oo { display:block; }
 }@media only screen and (max-width: 763px) { #Xnzol4eSFvMJtkvlaTrJfuzLrM9KiMqg { width:6.875rem;height:3.4375rem;top:1.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEscnt6ny476SeEy1pRotd2UAJVRRSo2 { display:block; }
 }@media only screen and (max-width: 763px) { #ETxzTgiZtUA5UuZEWx7o5fH0bhhNdcTr { display:none; }
 }@media only screen and (max-width: 763px) { #fIsKudPlDmqWaIG9qumE99rdTaCrPEor { width:11.25rem;height:3.4375rem;top:1.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEowForRRaWScCPfGAZDpuuKzemM2qGZ { display:block; }
 }@media only screen and (max-width: 763px) { #WJu6suCPCBQeyEwcJhaTmHkngunBTDOM { width:7.5rem;height:3.4375rem;top:1.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHq4AxVWT2megiZ59FlF49EOrtG7m5yN { display:block; }
 }@media only screen and (max-width: 763px) { #uLKHZM36PZKsvfpMifpD8S8Cyusee9ni { width:7.5rem;height:3.4375rem;top:1.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfIGzzPHL3o6HmstdXVq8dPoZN46T1pN { display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zML3dzBHQRrygQS0zUePSysyTg0HPAJJ { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZk9q80l8QtHwkPDzv8iWTRhw328rKVH { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IghuuxJRaz00Xv03KOrArnhZV8v96ydJ { width:9.625rem;height:3.125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9XfC09qNQETOET3GxiUoIrDV1q4hwIo { display:block; }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-text {padding-top: 0; padding-bottom: 0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-select {padding-top: 0; padding-bottom: 0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-checkbox-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa  { width:29rem;height:auto;top:6.9375rem;left:16.25rem; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa {display:block;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa { width:29rem;height:auto;top:6.9375rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #a9s2qx6LVWeZBLK05MFJhT163Wf1EWCT {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #aTHq9kHPPLTKULJEVZ06x470cNKDsa0n {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #xcn6K2KAk4LEPoiyp44DpPIrTML1KEPB {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #yXlBkbMHnKlaq4NkCIEKTVGah7K43ZxP {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #BTNtf2bOEuAczyu8aCoymKHRxXeOx8G5 {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #uRFyeaT4N1H5EREG7TeZN23WNDFAs3SM {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #fDcvcJ5V8NlisuPgiKLPSiT15X2dr0Eh {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #agA8ncH5qGtLMi9997L3uRtBxST1uiot {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #OIwz3tI0KHBiJT7MoqMT7OIvGmfgutAN {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #y1temd8WcTM8iaGwu1wpi8np1ogWD81L {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #x1GvEdaDTP1SueO2zieMrEkHvOdLcHsB {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #B06NHLwa0STwFLqEFTgl8LwtgxmqLLLg {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #mbKCkhNU16C35Qiv8rZrUkTTTPtfS0IH {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #X1ogmSBDmTkf2RlrSuhc5JlxvupgbiLJ {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #bCS8CzavJqRMNkeksVDupPCVodKwZKab {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #QLsHLDMDtbEQ3SKJvVEFBcgcQ19IrThN {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #AbNoZORD0ufNtvV2a1koS0Ck0hiTOxRO {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #xeKre47d8IWEU14oZLylluok7youylsD {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #t7USKniWIkzkOsabRTWbCxil8ibZB4KT {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #UzhFwPFFQrQlpHsXcZ7ZQX8PWiDdTcPS {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #ol6881Z1JFpyikDay3qAVHeTPK1xmTT6 {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #a2iOTH7P3pXp4pwmMwxIMoKCAmlkbUy7 {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #oGoFKRbOu5Ry5DAnyktDhHlrlzudniPa {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #lmSQ7TloNqNAti8mx81FgQT0GZKbsmM1 {  }
 }@media only screen and (max-width: 763px) { #JevSnXrtFLy6GXWG49dDN2QLAv670xra { display:block; }
 }@media only screen and (max-width: 763px) { #KFnyfn9kUALr5RTDPo7z28seCslTaNrc { display:block; }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #dzxx7MdQoXzJV01XwJLV1mzaUurCfaeI {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #c5frLUsSWs6qoTB44rIaX4CJA96q8Tdc {  }
 }@media only screen and (max-width: 763px) { #HG8Dw5WMKSDrvHig9QRlFMKDPOUnMw8Z { top:3.25rem;left:27.8125rem;width:19.9375rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyZDSkIlyaPL3Kyg4XGIHfcK0tt7WiT { top:2.375rem;left:16.25rem;width:31.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ { display:block; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sezo6UwWTVWR0IvLJ6RJFx32MwteUVTi { top:18.1875rem;left:0rem;width:20.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yn01teDgEwLpNpFofhpoPNVPbdbRuN { top:18.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpJLJdcW0laUnT0f1MnmqOXsILrQeGDh { top:15.625rem;left:22rem;width:25.375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORhcSiT4nKUi5oi6qgiargXyfbOzXyQ { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVgT9nHtTo1SHLpqBXoEazcd5dg2sSZ { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8H7vxnr2ofRDN5mNWyNDrgt0DD3ViRa { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4sJTfLmL773xPpxZVO15oUGQw1D8pwK { top:24.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDc3OgiAnPmP3SmqoJbtsipC6liwAO25 { top:24.0625rem;left:0rem;width:20.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6sQOyZbRvqJgM0kPDTlq1J2NQ3btRHI { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCLlQXMU1xd6ddrrlU9ULGe6dAs6gTiX { top:30.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTFqDooKJqmDuGmcQX4ZOTx1uJVfxKB { top:30.1875rem;left:0rem;width:20.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWlU4aT7TgmPO7SpqLXh8HCKcVLFRR { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsN3cfI4s2Brf7kizUbQNk2Wsy6oH4I { top:35.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqJWcszgqEE6GeXqNqH0PxBIHuP4y0s { top:36rem;left:0rem;width:20.6875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux8fnbwuC4oLqNWXTTatOb89TQ8hGUIx { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBMrGwvozsIKh0MmVhcppCxEDu2yzVX4 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJR7XKDMeW7uUemmvWX31f7O9uQ1knW { width:9.625rem;height:3.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf03y1cqlWLZ5T0dinkdGDRVL1Lifa3k { display:block; }
 }@media only screen and (max-width: 763px) { #A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { display:block; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asMFWxrvRUTrrkEbcayETarn3e3ELTHg { width:18.75rem;height:6.25rem;top:3.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35MPEaVRxeBBi5TRgDHPI8R41H0JXGC { width:10.625rem;height:12.625rem;top:13.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BPJPldKXAHXm0gRA6dFS6F4JMEBawo { width:10.9375rem;height:12.625rem;top:13.75rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGzgdkBu7Tb9ewd25fixrJ7hNZ3JAO7 { width:13.375rem;height:8.9375rem;top:15.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvAsAJr0SSEDPUizdoFEU1CQEk9pdpV { width:9.5625rem;height:9.5625rem;top:1.8125rem;left:29.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw { display:block; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxyofNKzpyTw1vd4Px7fz1eyQ0k3Xlyr { width:18.75rem;height:1.4375rem;top:32.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7mknLMuPpAALSCPmkt6eFsr6zkomT8 { width:18.75rem;height:6.9375rem;top:35rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxyb5ND3ZnphQmtzveQT294DqCspTF6T { top:19.375rem;left:0rem;width:20rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIEkp4efptp0cSm8N87OFsqwSJKOCM86 { top:19.375rem;left:0rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up4h0nBoJsriDul12OF05RIWRMP7tTPq { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiR8H3dmsllIPZERTUKtQmPp2xOkK41d { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnhrbpvPTiEMaGS1kiZcFDIggqtK34h0 { top:43.125rem;left:0rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8FrVXuTdTmaQAGkwkEdp0zG1q96POfu { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJXe76QWFKdG1oE2mENhz52HgSF1UqHv { top:19.375rem;left:11.8125rem;width:20rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe { top:19.375rem;left:11.8125rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLT6VckkcP4C9MoT0nLxNcZ7iRaTKc2 { width:18.25rem;height:1.4375rem;top:32.5rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnz3Ps7cTOCqw2oR3RFtEgvyAfN83P9A { width:18.375rem;height:4.1875rem;top:35rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4R6mJQ5GQwt2R8pwnWnAiW9L7W6uvQ { top:43.125rem;left:11.8125rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vngluTK9ooKu7KD2UWHvQN9TgzdT3bWn { top:19.375rem;left:27.6875rem;width:20rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2utmJs3yhSd1W12T7KGignxNw96FHPV { top:19.375rem;left:27.6875rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrhC6wd88pLcosqgZJxnJUQruAvdess { width:18.1875rem;height:1.4375rem;top:32.5rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8rJg0RoUbwwJpg6w4mBwkwtSG9TuWK { width:18.75rem;height:6.9375rem;top:35rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6uXosQB5TTPllg4A3qXFmg1PpclKJae { top:43.0625rem;left:27.6875rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhdxmRLHahGHbNA0m8ESpEflw1h7y9t5 { top:45.625rem;left:11.75rem;width:20rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0 { top:45.625rem;left:11.8125rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5zZRWiH0MIpBtc14u7a7tBBP2QmJNoV { width:18.75rem;height:1.4375rem;top:58.75rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DVFNzVdQKm8f9kLzTwnTdPcKEJIc78 { width:18.75rem;height:6.9375rem;top:61.25rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmh82blliqZciczszr4kGACUokvCJm5 { top:45.625rem;left:27.6875rem;width:19.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU { top:45.625rem;left:27.6875rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhCFkBwovh3bZJAO6Fa2lKaQuqhtBO0 { width:18.75rem;height:1.4375rem;top:58.75rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goLsrd4Aq9xUVktxgMwXeCsfpSvGSfKu { width:18.75rem;height:6.9375rem;top:61.25rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrIWZPqSfnz0UOZBi0lAybv5WyCIKfl { top:45.625rem;left:0rem;width:19.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT { top:45.625rem;left:0rem;width:19.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGdOlN5CdWb4qORNl5V37LJsFkl9Ak6 { width:18.75rem;height:1.4375rem;top:58.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHla366VQ6GDyabRN66JZ2JN2KSRAPM { width:18.75rem;height:6.9375rem;top:61.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcesmzF39R5xBAMp3T0R5nu0ZWqmguHu { top:77.9375rem;left:27.6875rem;width:19.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6il4EOmzKWO1250lCAMu0758F3SldAJ { top:77.9375rem;left:0rem;width:19.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozOtcduzIvoBfxUQIKWW6cpwOdvQtSdC { top:77.9375rem;left:11.8125rem;width:19.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJSqIww0xXnLcV9Kgki5qtRugQbeRhSf { top:69.375rem;left:0rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3mgmTHkXXPTOyVLIICMTuLOlLV5kmDR { top:69.375rem;left:11.8125rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1riayNET65MKpP9cXyykQEdIiUT2Gpy { top:69.375rem;left:27.6875rem;width:19.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { top:9.8125rem;left:2.3125rem;width:21.5625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9fWg9CMk8fWSKqkpE2csiLq0JZ6xndX { top:16.9375rem;left:0rem;width:16.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBow0ayZKspGUlzJKSIEgplxNKg5gOG3 { top:28.375rem;left:3.5625rem;width:20.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRCKQ20tEUX33z8vu6VdiqqZev7b9ml6 { top:26.75rem;left:3.5625rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhA0TdB2lCGJS646eofQUxauhKhi605s { top:27.125rem;left:7.125rem;width:16.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU7mDVNoKyrHATb4EynXlDA4L8RHVkis { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbE4JTVBX7x6Bz2dNyfmgiuAkQgptTvt { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqzqXaTiTwSpPygHWZhbcuERTNHfp19I { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpNhmSUJHPZXDDPBWcxUzG96ycnO8Fvs { top:29rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ9Tph3KDbsIHZnJ9e9qoqmGZZkCoZmN { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysOiaxTIpcCSDJ4TkvkM5tsPDWGVXGfJ { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B39TCZp6ulA6OSc5vd41MJ9aTeTOXwFP { top:29rem;left:37.6875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuzTZPi6sFJQ3BLg2a2Bu7qAW9qWaTHf { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwPAmO3yRcTPuy8JbpayqCMf8K4GoeQ { top:32.1875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMNUaSdotIWTododBG1oTQnMhpMTXt1e { top:32.1875rem;left:37.889150875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLt4SmxUTtH5nkqRhCIMePeZfTpqkL9V { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1SMAtdPFfxGi0dTRTtTVvnXrRTx8dcd { width:14.3125rem;height:3.125rem;top:35.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5v9i3nfJyaW0eMChLzMRf8cZxTqPc7i { display:block; }
 }@media only screen and (max-width: 763px) { #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 { display:block; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTrAP657RubHyg6RUh9nLSCTaRtUQ5y2 { width:47.75rem;height:11.4375rem;top:12rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r81LTfafHViTADOlzVdBlgUGkvaDdZSi { width:16.5625rem;height:6.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59SXWqcQW8IlkC8wRfbTdTMpkMdzKKW { width:9.1875rem;height:2.875rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsPQVUDAAlF3dxyIDaWPkN6JSTSVhUfm { width:2.75rem;height:2.75rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmA8nr8W18WQKc4VbJlEPk8Nu5NGQs2 { width:18.75rem;height:6.75rem;top:31.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSyLmlQBOGQ6lULdJCe0efvqEG79xgI { width:8.875rem;height:4.375rem;top:32.1875rem;left:11.74853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvrmNnqVTIWp3dwUcdkqnOnnAE42c3a { width:2.75rem;height:2.75rem;top:33rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6An3fEbLsQIQh0uVtfTMdb4zGUwIWhz { width:18.75rem;height:6.75rem;top:31.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklKTKXhoHpnG720EugvMigB6X3fxKrL { width:9.25rem;height:2.875rem;top:32.9375rem;left:30.311767578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKN2hKgIu0rsgQOIvB32kgiwnHoMDRGy { width:2.75rem;height:2.75rem;top:33.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMxmUMHS3GUscNQz8v3Uy9MN7lqWlgA { width:16.5625rem;height:6.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRy5vpSqy5K2TDpGVR6r6nIfi5OGF2gu { width:9.375rem;height:2.875rem;top:32.9375rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vutTf3kcxEXoSqz2VTEiKgPworTalx1O { width:2.75rem;height:2.75rem;top:33rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdqABWlTmM3a2pJIGM6gBplII3A55KuO { display:block; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBErtEx4Bede6OOWfsJTBrOgvvSr7wBK { width:14.0625rem;height:0.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfdK69svtTOy8hEDOA7Agh7oHeMQTm0Q { width:16.25rem;height:0.125rem;top:2rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0vbnZQKmmbnsMFwNZKx0iMnVBJ8hRuL { width:16.25rem;height:0.125rem;top:2.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1xL5c4p6VzSJc4daUmzzUkntJR8ge2 { width:14.0625rem;height:0.125rem;top:2rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhrGSEocR4TEnHbrA37n17bTWLSrChc { display:block; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3KGQ16Wo65NLOTtsp7QiSGhDTL1xEfc { width:13.75rem;height:3.125rem;top:22rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dlA4xLeKL5LUNa6GhqXLRuXLupF5vg { display:block; }
 }@media only screen and (max-width: 763px) { #BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { width:33.625rem;height:;top:4.125rem;left:14.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXaSGnJ09gL8wu873cdkSQ6gRTKUBga { width:28.4375rem;height:6.125rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSUyus9R8C07H5FtIxZLTzyWHAAKaHQ { top:4.1875rem;left:0rem;width:31.625rem;height:20.896693334596rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC { top:4.1875rem;left:0rem;width:31.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJrJ3eq88sJbwhBAUu7yF6GCk6TwZdh { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 { display:block; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe4ugpyJwd5Hs6mauTHiNTF3P3DsXBeW { top:23.625rem;left:0rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS8mSENuk03PS4xnbd6di1BoNMOuSLrV { top:22.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDf7ubltQdEELzoidx9oqOiBRCzoDIG { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE13CP4v3v5bEexCT6GG7tiqOLytVpDy { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EET1mWuqTekvT3x3xGThZ74hUm5B0bcp { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbghoVdWwSL0u1sI3lb8tOtT3CSCaIN1 { top:28.0625rem;left:0rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXaberOX7fVMpG0xefCSSyI80FATT08u { top:22.8125rem;left:2.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDvbPdGH0uGwUzaytKp8xOlyLcIGEddR { top:23.625rem;left:6.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5epWR421qGJ9GqSkx1bNfDaa6MWQcNs { top:27.0625rem;left:2.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPcnKqyosOTmxTu7thS10e4S9eBlVJv3 { top:27.75rem;left:6.375rem;width:15.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vivp6IWVvEMvprwnIc391E5LEVc5JD3f { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9DQieeTAdEGqkzWhhdg5TImwI26ryR { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EibKqsFiuDEnieXRecCiWJgtcDNc2nfX { width:9.625rem;height:3.125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbU1HUbXtonLR1TaaLPkp0xUVtGr70B { display:block; }
 }@media only screen and (max-width: 763px) { #enAbA76sGo4Zsw98ntWirHBsMRscMUiG { top:12.5rem;left:21.1875rem;width:26.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O { display:block; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0AThB2CyG14cfyBPTCarsX29DMlwTd5 { width:47.3125rem;height:8.75rem;top:6.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCUqQH3wmexacM8eDiptNzHI7RvVkCtE { width:13.125rem;height:3.75rem;top:8.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnI61CXRsR13cRTworHmKwheXJVJdT2 { display:block; }
 }@media only screen and (max-width: 763px) { #sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy { display:block; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5TlQV35n0yl8pOVagXb9ZUZpRq65yJ8 { top:11.9375rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyes03dkczUVXaMWsNfJwTBIQLiVbiQO { top:77.6875rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbuaPkhCp7F4UWliHHwvnQXudCx92WG { top:40.75rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrq3bbfuDaatzQFwaOAgUkTiZiqkMZV { top:11.9375rem;left:13.5rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU6diB1MWoM6Qb14JJvE0N2TTNOlNlHy { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTVnWdMLZU4UcKIXwVidUJK78m68G47 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3npn9Rnx20rDPJxfDfWPHdyqGPTpVyV { top:69.5rem;left:13.5rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqrOK9hvLJFr66r5FiMFgoIJsA2XKfH { top:53.75rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tafIg15Pwi8QcIMmaQEbe4lyqQgfKsT4 { top:69.5rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyJPSPT5vnBstKsDUp9VRbQc6elmbqFc { top:40.75rem;left:13.5rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGcBmVJbhL0yrdEVokM8qOzKT3aXyF19 { top:13.5rem;left:0rem;width:31.8125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ41cn16OTvIZ52l3IWTe453n0HT45q7 { top:133.9375rem;left:0rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEINXQihp1xMbzt0Nyq1gbri74H9cKQw { top:43.5rem;left:0rem;width:33.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPnZ33Dt0n5eWfyPa0yvF0nIUCyD8XS { top:13.5rem;left:17.625rem;width:30.125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGHgyqGIK3hvpJG7rHfOJ7TzHAlctgpo { top:71.8125rem;left:15rem;width:32.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVZGkMTH7qtfOKyKRx9k2zPMc4FTAyPB { top:147.25rem;left:10rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrkmXJ3SgCXcB2cDIb2fxfxmTu1oW7ZX { top:71.8125rem;left:0rem;width:32.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju6l645skeZLiMzWJImX0tC6dqqursT7 { top:43.5rem;left:14.25rem;width:33.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qowPCqToSM1gNA5oHQtXTUw6JSGddRbR { top:21.125rem;left:0rem;width:32.25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ianF5laXhQKq9UgHhybMtohbtCSUeFZy { top:137.9375rem;left:0rem;width:13.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmwqX27SQ6H7qbgwIFcWB4FaGXh2duaG { top:50.8125rem;left:0rem;width:31rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Txy4bxhsxDMHsbySGkG9EP3TRtoudZ { top:21.125rem;left:19.375rem;width:28.375rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGsa4fcao409dQ7FoSe0R5JqPu7f8Uky { top:79.1875rem;left:17.0625rem;width:30.6875rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXypO0gEifg0rOPGieKfBDaSMTWFkCn0 { top:151.5rem;left:10rem;width:13.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE65f2iR6FLwThQnf9iRamm4r63x3eHc { top:79.25rem;left:0rem;width:27.625rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hofiI0cuK2GqZI9dyZJqX18tJ4Kaxi3a { top:50.875rem;left:14.125rem;width:32.5rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk { display:block; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZIT4GmLPxXwunmLn2z3sqFQ8mIHt1S6 { width:10.3125rem;height:10.3125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7r3ETtKFx74BH1CiSPJPRTe9aZKETsP { width:11.3125rem;height:11.3125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPCF6RWknWEhbzzkIOmls1bXhyneB9k { width:16.1875rem;height:3.1875rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgeMlqShis5aRIsXLPgKImrWTwddTIOL { width:18.9375rem;height:24.25rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02Tzdnr84X6xzdrSnlmvyRoFlfLzGEG { width:3.25rem;height:0.125rem;top:36.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDEzxQbnVTN26d6lpceNW1FLwUG6Uo18 { width:16.8125rem;height:1.5625rem;top:37.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLbBqEn7ATNWT1wWPIHrUI593dD8g4vQ { width:19rem;height:28.8125rem;top:15rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6INfWzAbb6ohAzMm8ylhlqPMVIW7ElX { width:17rem;height:7.9375rem;top:29.5rem;left:15.3427734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y23vt4vnFUd08Jw64qzOPUEVV70pTCNS { width:16.875rem;height:1.5625rem;top:40rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh0OUFDPLBXnxafstzWABaVo1NPikQJ { width:3.25rem;height:0.1875rem;top:39.25rem;left:22.24996471405rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HqXxN4nyCh9kqozybIukRC1S34cc1Z { width:11.375rem;height:11.375rem;top:16.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yooJJMg3naZcTWM3kbWZAA61CEv09yhd { width:18.9375rem;height:24.25rem;top:18rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r203LZapAZl1CEmT2WaDonyhGyEks43R { width:16.875rem;height:1.5625rem;top:38.0625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOlwFQ8FTmyBOfm3FHFb1GMrVe8mK7zG { width:16.25rem;height:3.1875rem;top:32.5rem;left:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFNgvGaZtqEdGSt89RylVER3o3GNvq3U { width:3.25rem;height:0.125rem;top:37.3125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8LkpTWClRmqF9ipSgIUPyFpGdhikS1 { width:11.3125rem;height:11.3125rem;top:19.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFM5ZcMnKRAzHd6fOBGupdCRLwXz2nS { width:10.3125rem;height:10.3125rem;top:17.3125rem;left:18.732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR9WEuvRoVfQpcL8BiGNp84nUDW9rgxy { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivhwZTiC60y6PH9zwx20E68Hn4wfe0yv { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECZ8EJAvxKbSurEGWwsD76uE9EHtZXb { top:17.3125rem;left:8.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XxDuef9XWC5zcyyHu2BVy59fOLOmlC { top:15rem;left:29.552767753601rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #herIPecrUK0VsrZ8wT07AEIXP1CBbwqS { top:18rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTtaDoOZLH7vK0og7mcK89So1QxW8kW { width:10.3125rem;height:10.3125rem;top:20.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4RPfZnLRKPcwtSyoobrLug0MRXcGvq0 { top:39.25rem;left:0rem;width:7.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElNb1hPSHH9Vypgrk70TH76DiyHHrsJ { top:41.625rem;left:20.3125rem;width:7.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaxlXc3E7qvTqFNpLetiAdDS19hO7Erc { top:40.3125rem;left:40.625rem;width:7.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXFLTKlbTJgmL9bAiHP1Gkf0MXk2waF { width:16.8125rem;height:1.1875rem;top:35.75rem;left:30.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsbU0SSstLR7WmKxCFO8ndG0TTJMKl1a { width:16.8125rem;height:1.1875rem;top:35rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkCMdB4zg4OSnDZ53WIM8bc0ZEhnx5gd { width:16.8125rem;height:1.1875rem;top:37.5rem;left:15.436301231384rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z { display:block; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu1WrtVEuJ3NNfwNsUQMAP4qiwcoOI1r { top:14.8125rem;left:0rem;width:17.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbGaUcLAu576ttseyMMTRQTzZ9eAOWZ { top:15.8125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF1PBiq4fQHWy9oaLGrD4RVGTbzSZVLL { top:16.375rem;left:2.78125rem;width:8.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sdJTH6x3E7Xe7qwv6w9J1g8s98KTvB { top:18.1875rem;left:2.78125rem;width:6.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFwJestrXRvXOmsG8wOa3LHZwlaErny { top:23rem;left:0rem;width:15.5625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTJ9wAHrrZJXC45PLiEtfQB8bDSwFZe { top:21.1875rem;left:0rem;width:6.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuDZWpFBKLzhuRyErXBopAXPTz7pBmyh { top:17.0625rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTuhwwQTo2HrVXxVHUeqzXGQEkhO5yk { top:14.75rem;left:6.0625rem;width:17.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfVVOfTcyUfOAeWl9B68k7xJzdHlDkKg { top:15.75rem;left:11.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3FCn049lteAhq5QLCWtxHBWXDPupUB { top:16.3125rem;left:14.71875rem;width:9.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g262WCXn2iAlTAd6n3hDDVTrGHfnZf6k { top:18.125rem;left:14.71875rem;width:6.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUn6Cow8tKbdUaB865TxtcT6slaz6lSa { top:17rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFctSQsJ61BteAicU1oCIzhv35SKsOEC { top:21.125rem;left:11.9375rem;width:6.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6oSyQ6nS1zn4sbxws0AyhQWzy6Jg2W { top:22.9375rem;left:7.6875rem;width:15.6875rem;height:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXATDC4EITBWsEAAsaHZybk0JbXuQMb { top:14.75rem;left:18rem;width:17.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlBaBz190tl44UgpZNcVfEVSlPobZAA { top:15.75rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDOtlLElWkfU1HnKtytTDtqKdcBVv80b { top:16.3125rem;left:26.65625rem;width:9.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqWTsySSx46aHpFU6JWIo17ZF65cogNZ { top:18.125rem;left:26.65625rem;width:6.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJaTAOAuHAy5wzc5TWNGCHvZff23oII { top:17rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itzm3WzcKAFSLhpPSyKTDSHnXE70vxOK { top:21.125rem;left:23.875rem;width:6.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMOMJhAoWCG3BTpNNVZWBNMTXxqGCror { top:22.9375rem;left:19.625rem;width:15.4375rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMenAhKt6ohpgQPpiL31vKcFkLtplwq6 { top:14.75rem;left:29.9375rem;width:17.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUACasRxSa53cfmZ3IsGuGqu9xky7Cem { top:15.75rem;left:35.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snsuSII8OvnyBIXWXUM12syIRAqBeFgV { top:16.3125rem;left:38.65625rem;width:9.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6uIbkTCs4SPZEovH9Hcil4wBQWOnGz { top:18.125rem;left:38.65625rem;width:6.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrlAMUbloZAg7CiJeHLMoQHEDx0zXbd0 { top:17rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QUEVDsCwHk26UDvIxEbusI6l68856W { top:21.125rem;left:35.8125rem;width:6.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeG3ss9Mx5B7pU8OMZVTxfvP9Vk5TTa { top:22.9375rem;left:31.5625rem;width:15.5625rem;height:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WeTVpwaFVTxNswVtfSoB31qvIksZGP { top:4.3125rem;left:0rem;width:29.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQnzGKSl3nZpCvxxlSLQXnNBNEgttrr { top:6.875rem;left:0rem;width:38.625rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaormNvk1khDhlM9W4KIZTEe2RtmFHRz { display:block; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9u3H7Z55E9mJnJv9a0ClRfLsFUT43BE { width:47.75rem;height:;top:4.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVd9TlOB5fmPE6uFxuLC1zBSn2PsKnS { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRkklwcHvQlc5PMbSoXDT5uzvzTpUeFu { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ53x2eKVaugTPmcsItZUpQ98mEmg1KA { width:13.125rem;height:3.125rem;top:23.125rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQuwuNm036dckaTzVVwNQ7Au3WvzseE9 { display:block; }
 }@media only screen and (max-width: 763px) { #TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ { display:block; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw { display:flex;height:auto;width:27.75rem;top:2.625rem;left:12.486842155456rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bzgSyLOUC0Oaqf7Py2JwBIeAfPcUiIN6 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #iMGqNqbsTiW94wkZy9VJAMFXUFu4XhvL {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #R6vfiPbKu9yDvQX1DAi8pJagH7UtE7wW {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #JNmx6pAWr078FXSAopzXxLxMe8AOG3cO {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #MSO6CiVLQoRg4ppS3II8NkoNaBeZAIvH {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #heul3z5LmZ9qyet9kLEeIAHBpNmHlRBC {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #NFnv5TaT770vodFNfQM3fMIJTNpEnyl4 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #WAgJEqZySyvXbUPTIqvLqDwS21zGlSAR {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #af86HRydaP6puwuXhNTeV7AGD9sw6po2 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #OlLsKtpuquNmm8KdDE1C3QZIJoyUNsN0 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bKTAa94T79xScw3TaraRmhy1sG3WHvtr {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bk40waPIv6dc3oGN4diEWqpBbqXgheWy {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #JlFtyzFt2C7TzkQo2N1lFvgmUaavU5nt {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #ShHJ3Fq6TNC7P2QotU6wBVUIRT6URgNQ {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #O6RlF3PyPayrLze9mJuXbJ0AQFMri66O {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #a0sb42fZOig99hsGZW60v4P5AcPyifOL {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #HFIFGgfEzuqf1GB2fsSLp2IU59TBZ85n {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bussUerWMT9I8dpFpL5yKdT5MlO5uByt {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #ORzxGPHaOa9bVePndvx3Cpx06FInPtKk {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bbVGChvdVui0pGtIfLcpQtHVz0KRIJAG {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #BpWf3KmF5xeb1R7gOtNBZAKI5wNDHUoS {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #gEyOs5qopyNBGvlyoAigfr3ugqggkqL8 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #cx57nVyi9OEkRHg6JdOe0EFpIgtmGgTz {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #mCiALTDzC9nTrhd4MZFcN5CJTgTh6ZmB {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #Ork4tdRGwTW6i5BylPDNc3tAZQ9zRx98 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #UtSqHnRZZkDJgDbs2MxbPEPlFfCyzc5O {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #f83Bq3xhKTUy9i5mCy6p4EvN0N9TviTz {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #cASd4EgiEdsvFNgSc74axWAEZPd19svt {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #lw7ncxnBZso0i0npU0iPef7qG02Wi1BO {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #wCMoGvCJ9FxeNgM3vUrhqs56PyoL27nh {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #QJog1KEGbpide1l7vBnSmNirtkTvvDae {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #m06GKPGDWXmVrNmqon5AxMTyZGJhivCC {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #STDArb7kzD4OzgmSU0nJub3NpUOO3VcM {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #SwT4JFtnEpqEC59s05BxI8TUSFMB8ZQR {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #i58OpHnGKJ2T6XpRdfF6D5GFhiPBRTMU {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #U80QdbKUzz8vISxv0bTTwuxC3ZRQRvhr {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #wtsDCNdoqZVcqHoHh0lxToy0TST7pWys {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #TicVgwIhaxzRcon5xaTuvPPB8Zw8bENg {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #Ihvqgpx9WlIHTLPQHUg0Gq907p7Lt3CP {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #fdKTVvkBG1avFF7so0MZRX89PW9ML822 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #z3HnfNx5FhfHBLRGgzhRkTOEMdT8ALmP {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #SW0O9JLrEviNEtqVpvE3IxVgxstsBNrZ {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #pzkcKTvp3HR3PlIHhHOaDMFsyroXs5UU {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #TJwGn8R9e623Jyr0yqr7G18hJXgoS9AK {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #HVcSUHWT8pz3bLgSc9lfyED9h6n1l6Hl {  }
 }@media only screen and (max-width: 763px) { #SOyqep06CBgEm29VTOCIIMfpOrqwvHmT { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH9Fygwphl5qzef6EMcXkVWAw3blKBM3 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT7WdtxTf2KrQp0m05miefFTTq62kSM3 { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTnAqGs32Tcpl2JDhp1oetgridxZoL8 { width:12.1875rem;height:3.125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcQaiXI6CZBLihKatL6yePNDP8pZ4u7G { display:block; }
 }@media only screen and (max-width: 763px) { #PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 { display:block; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHDLMZc6SLhJniJbLpudns0OxXXKXDsI { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJnvQ4MfeW3cwZUUUl6xF1bHWyh0tAm { top:11.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTgcZfT1vha4rRThOwlDhk7oUToKGIi { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1D6v4gqPvKhadki407DbsVULekiqkXT { top:14.5rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCikUPTGoT4rOMgWb6DA7hpobCl10Xdc { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoKLB31Edy8g3ackbbn1TDmKam9QlW3F { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcQwp7NsoqAnqzkuwmCiFVSUF1cqQ0g { top:8rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP { top:19rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #S6EsASNe6PhIfsVZwo8wnO01TQwK255C { top:19rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#S6EsASNe6PhIfsVZwo8wnO01TQwK255C > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq { top:19rem;left:2.5rem;width:1.75rem;height:1.75rem;display:block; }
#rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #qVyH3zzm9GrGcTvRnyr89vgb7HtAXBwk { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6p2xO4TaeDnSMUSvxR7etccCIqonqPB { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#n6p2xO4TaeDnSMUSvxR7etccCIqonqPB li:before{  }
 }@media only screen and (max-width: 763px) { #o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A li:before{  }
 }@media only screen and (max-width: 763px) { #xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th { top:19rem;left:5.1240234375rem;width:1.75rem;height:1.75rem;display:block; }
#xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl { top:19rem;left:7.998046875rem;width:1.75rem;height:1.75rem;display:block; }
#Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d { display:block; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm0uAdFfoaeJzTrTQC4uceKr8Uun1TQh { top:1.0625rem;left:8.625rem;width:30.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { display:none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pIEKlpOMUOAbUCXUPNxbPNBIxcFU0EgT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #do5zlAowQ7unBgi9xR3S5uJUqlGT7pI5 { display:block; }
 }@media only screen and (max-width: 763px) { #T2KP3EhZiyaAdApidXwkN0IRxa1Fdni2 { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IODquRgtLq4UaRotCRFxeSDIKxsRPEGC { display:block; }#IODquRgtLq4UaRotCRFxeSDIKxsRPEGC > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MD4J6zJ4irwDc6xURTzvobQmO4UuL0WL { width:9.6875rem;height:4.375rem;top:1.0234375rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcuhV2AcZrpTHyRFrzvyLpTSb3uEDFQW { display:flex;width:1.5625rem;height:1.5625rem;top:6.1875rem;left:4.5625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rFmOAtxS92IcNlGZFcBTyRIuMyQJpL1J { width:7.624875rem;height:0;top:4.6875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEpIudoUIpHR7GuBH2c1LQgw6KgxrwnT { width:8.75rem;height:2.3125rem;top:5.8125rem;left:6.625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FOkJorcSPp9UWMOcSPXVUfMmzpvCz0oo { display:block; }
 }@media only screen and (max-width: 763px) { #Xnzol4eSFvMJtkvlaTrJfuzLrM9KiMqg { width:6.8125rem;height:3.4375rem;top:21.390625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEscnt6ny476SeEy1pRotd2UAJVRRSo2 { display:block; }
 }@media only screen and (max-width: 763px) { #ETxzTgiZtUA5UuZEWx7o5fH0bhhNdcTr { display:flex;top:0.8993055820465rem;left:16.312499761581rem;width:3.125rem;height:3.125rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #fIsKudPlDmqWaIG9qumE99rdTaCrPEor { width:11.25rem;height:3.4375rem;top:1.75rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEowForRRaWScCPfGAZDpuuKzemM2qGZ { display:block; }
 }@media only screen and (max-width: 763px) { #WJu6suCPCBQeyEwcJhaTmHkngunBTDOM { width:7.5rem;height:3.4375rem;top:1.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHq4AxVWT2megiZ59FlF49EOrtG7m5yN { display:block; }
 }@media only screen and (max-width: 763px) { #uLKHZM36PZKsvfpMifpD8S8Cyusee9ni { width:7.5rem;height:3.4375rem;top:1.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfIGzzPHL3o6HmstdXVq8dPoZN46T1pN { display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/062c86ab-48bf-4600-9a40-0f1475f3efc8/SwimmingPools.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zML3dzBHQRrygQS0zUePSysyTg0HPAJJ { width:19.99825rem;height:0;top:15.528645277023rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:19.99825rem;height:9.1rem;top:5.4713540077209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VZk9q80l8QtHwkPDzv8iWTRhw328rKVH { width:15.124125rem;height:3.4125rem;top:1.248263835907rem;left:2.4357638955116rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#eff8fd;display:block; }
 }@media only screen and (max-width: 763px) { #IghuuxJRaz00Xv03KOrArnhZV8v96ydJ { width:9.62425rem;height:3.125rem;top:21.099746704101rem;left:5.1869174838066rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9XfC09qNQETOET3GxiUoIrDV1q4hwIo { display:block; }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-text {padding-top: 0; padding-bottom: 0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-select {padding-top: 0; padding-bottom: 0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-container:first-of-type{padding-top:0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .widget-container:last-of-type{padding-bottom:0;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa  { width:17.5rem;height:auto;top:20.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa {display:block;}#bDmilGeOT3SQpWdGP2COxTTrQqPOuosa { width:17.5rem;height:auto;top:20.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #a9s2qx6LVWeZBLK05MFJhT163Wf1EWCT {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #aTHq9kHPPLTKULJEVZ06x470cNKDsa0n {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #xcn6K2KAk4LEPoiyp44DpPIrTML1KEPB {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #yXlBkbMHnKlaq4NkCIEKTVGah7K43ZxP {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #BTNtf2bOEuAczyu8aCoymKHRxXeOx8G5 {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #uRFyeaT4N1H5EREG7TeZN23WNDFAs3SM {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #fDcvcJ5V8NlisuPgiKLPSiT15X2dr0Eh {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #agA8ncH5qGtLMi9997L3uRtBxST1uiot {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #OIwz3tI0KHBiJT7MoqMT7OIvGmfgutAN {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #y1temd8WcTM8iaGwu1wpi8np1ogWD81L {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #x1GvEdaDTP1SueO2zieMrEkHvOdLcHsB {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #B06NHLwa0STwFLqEFTgl8LwtgxmqLLLg {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #mbKCkhNU16C35Qiv8rZrUkTTTPtfS0IH {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #X1ogmSBDmTkf2RlrSuhc5JlxvupgbiLJ {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #bCS8CzavJqRMNkeksVDupPCVodKwZKab {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #QLsHLDMDtbEQ3SKJvVEFBcgcQ19IrThN {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #AbNoZORD0ufNtvV2a1koS0Ck0hiTOxRO {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #xeKre47d8IWEU14oZLylluok7youylsD {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #t7USKniWIkzkOsabRTWbCxil8ibZB4KT {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #UzhFwPFFQrQlpHsXcZ7ZQX8PWiDdTcPS {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #ol6881Z1JFpyikDay3qAVHeTPK1xmTT6 {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #a2iOTH7P3pXp4pwmMwxIMoKCAmlkbUy7 {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #oGoFKRbOu5Ry5DAnyktDhHlrlzudniPa {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #lmSQ7TloNqNAti8mx81FgQT0GZKbsmM1 {  }
 }@media only screen and (max-width: 763px) { #JevSnXrtFLy6GXWG49dDN2QLAv670xra { display:block; }
 }@media only screen and (max-width: 763px) { #KFnyfn9kUALr5RTDPo7z28seCslTaNrc { display:block; }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #dzxx7MdQoXzJV01XwJLV1mzaUurCfaeI {  }
 }@media only screen and (max-width: 763px) { #bDmilGeOT3SQpWdGP2COxTTrQqPOuosa #c5frLUsSWs6qoTB44rIaX4CJA96q8Tdc {  }
 }@media only screen and (max-width: 763px) { #HG8Dw5WMKSDrvHig9QRlFMKDPOUnMw8Z { width:19.936625rem;height:3.9rem;top:16.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyZDSkIlyaPL3Kyg4XGIHfcK0tt7WiT { width:20rem;height:45.3125rem;top:16.250001907349rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ { display:block; }#Gg9koiRTHspmnQtquLQfbmDiJIwrQlxQ > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sezo6UwWTVWR0IvLJ6RJFx32MwteUVTi { width:19.9998125rem;height:1.54375rem;top:23.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8yn01teDgEwLpNpFofhpoPNVPbdbRuN { width:3.125rem;height:3.125rem;top:20rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpJLJdcW0laUnT0f1MnmqOXsILrQeGDh { width:17.9375rem;height:13.4375rem;top:68.4853515625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORhcSiT4nKUi5oi6qgiargXyfbOzXyQ { width:18.1871875rem;height:6.825rem;top:3.8916873931885rem;left:0.90374857187269rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVgT9nHtTo1SHLpqBXoEazcd5dg2sSZ { width:19.99825rem;height:8.4375rem;top:10.714407920838rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8H7vxnr2ofRDN5mNWyNDrgt0DD3ViRa { width:19.999rem;height:3.9375rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4sJTfLmL773xPpxZVO15oUGQw1D8pwK { width:3.125rem;height:3.125rem;top:29.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDc3OgiAnPmP3SmqoJbtsipC6liwAO25 { width:19.9998125rem;height:1.54375rem;top:32.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6sQOyZbRvqJgM0kPDTlq1J2NQ3btRHI { width:19.9998125rem;height:3.9375rem;top:35.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCLlQXMU1xd6ddrrlU9ULGe6dAs6gTiX { width:3.125rem;height:3.125rem;top:39.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTFqDooKJqmDuGmcQX4ZOTx1uJVfxKB { width:19.9998125rem;height:1.54375rem;top:43.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWlU4aT7TgmPO7SpqLXh8HCKcVLFRR { width:19.9998125rem;height:3.9375rem;top:45.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsN3cfI4s2Brf7kizUbQNk2Wsy6oH4I { width:3.125rem;height:3.125rem;top:51.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqJWcszgqEE6GeXqNqH0PxBIHuP4y0s { width:19.9998125rem;height:1.54375rem;top:55.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ux8fnbwuC4oLqNWXTTatOb89TQ8hGUIx { width:19.9998125rem;height:3.65625rem;top:57.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBMrGwvozsIKh0MmVhcppCxEDu2yzVX4 { width:16.8748125rem;height:1.70625rem;top:1.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJR7XKDMeW7uUemmvWX31f7O9uQ1knW { width:8.4986875rem;height:2.6872625rem;top:63.299240112306rem;left:5.7497259974479rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf03y1cqlWLZ5T0dinkdGDRVL1Lifa3k { display:block; }
 }@media only screen and (max-width: 763px) { #A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga { display:block; }#A0ssKWnXHsopnrcvyQ2ipE7Dd88Te2ga > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asMFWxrvRUTrrkEbcayETarn3e3ELTHg { width:18.75rem;height:6.25rem;top:3.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35MPEaVRxeBBi5TRgDHPI8R41H0JXGC { width:10.625rem;height:12.625rem;top:22.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BPJPldKXAHXm0gRA6dFS6F4JMEBawo { width:10.9375rem;height:12.625rem;top:36.75rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGzgdkBu7Tb9ewd25fixrJ7hNZ3JAO7 { width:13.375rem;height:8.9375rem;top:50.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvAsAJr0SSEDPUizdoFEU1CQEk9pdpV { width:10rem;height:10rem;top:10.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw { display:block; }#cCqNXXcP6k9PB7aHGpuWxfxqKq6nJkUw > .row .container { width:20rem;height:182.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxyofNKzpyTw1vd4Px7fz1eyQ0k3Xlyr { width:18.75rem;height:1.3rem;top:42.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7mknLMuPpAALSCPmkt6eFsr6zkomT8 { width:15.3123125rem;height:7.8rem;top:44.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxyb5ND3ZnphQmtzveQT294DqCspTF6T { width:19.9998125rem;height:23.7493125rem;top:29.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NIEkp4efptp0cSm8N87OFsqwSJKOCM86 { width:20rem;height:14.875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up4h0nBoJsriDul12OF05RIWRMP7tTPq { width:15.6866875rem;height:1.70625rem;top:1.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiR8H3dmsllIPZERTUKtQmPp2xOkK41d { width:19.9998125rem;height:4.55rem;top:4.2047rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnhrbpvPTiEMaGS1kiZcFDIggqtK34h0 { width:19.9998125rem;height:0.25rem;top:53.3125rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N8FrVXuTdTmaQAGkwkEdp0zG1q96POfu { width:19.997375rem;height:15.46875rem;top:9.6267359256744rem;left:0.0034722089767456rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJXe76QWFKdG1oE2mENhz52HgSF1UqHv { width:19.999rem;height:23.75rem;top:80.3125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BnOW1xJLiCiiSbnr1L5ns9QDcOcUGdHe { width:19.9365rem;height:11.874rem;top:80.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLT6VckkcP4C9MoT0nLxNcZ7iRaTKc2 { width:18.249rem;height:1.3rem;top:92.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnz3Ps7cTOCqw2oR3RFtEgvyAfN83P9A { width:15.3125rem;height:4.2rem;top:94.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4R6mJQ5GQwt2R8pwnWnAiW9L7W6uvQ { width:19.9365rem;height:0.24902375rem;top:103.875rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vngluTK9ooKu7KD2UWHvQN9TgzdT3bWn { width:20rem;height:24rem;top:130.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m2utmJs3yhSd1W12T7KGignxNw96FHPV { width:19.9375rem;height:11.875rem;top:130.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrhC6wd88pLcosqgZJxnJUQruAvdess { width:18.75rem;height:1.3rem;top:143.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8rJg0RoUbwwJpg6w4mBwkwtSG9TuWK { width:17.875rem;height:7rem;top:145.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6uXosQB5TTPllg4A3qXFmg1PpclKJae { width:19.9365rem;height:0.24902375rem;top:154.5625rem;left:0.0625rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EhdxmRLHahGHbNA0m8ESpEflw1h7y9t5 { width:19.9365rem;height:23.749rem;top:105.375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d7nxLuN6XAz4gH2oz0TADhlH7XM8zly0 { width:19.9365rem;height:11.874rem;top:105.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5zZRWiH0MIpBtc14u7a7tBBP2QmJNoV { width:18.75rem;height:1.3rem;top:117.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DVFNzVdQKm8f9kLzTwnTdPcKEJIc78 { width:18.375rem;height:8.4rem;top:119.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmh82blliqZciczszr4kGACUokvCJm5 { width:19.9365rem;height:23.75rem;top:155.875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zLbvILQgWH6SwfpdgTkU1ZyAoHwiFGZU { width:19.9365rem;height:11.874rem;top:155.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhCFkBwovh3bZJAO6Fa2lKaQuqhtBO0 { width:18.75rem;height:1.3rem;top:168.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goLsrd4Aq9xUVktxgMwXeCsfpSvGSfKu { width:17.25rem;height:8.4rem;top:170.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrIWZPqSfnz0UOZBi0lAybv5WyCIKfl { width:19.9365rem;height:23.75rem;top:55.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zBXxmyvW7auZcTgIAocRcwSTMyGFxmQT { width:19.9365rem;height:11.874rem;top:55.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGdOlN5CdWb4qORNl5V37LJsFkl9Ak6 { width:18.75rem;height:1.3rem;top:67.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHla366VQ6GDyabRN66JZ2JN2KSRAPM { width:15.3125rem;height:8.4rem;top:69.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcesmzF39R5xBAMp3T0R5nu0ZWqmguHu { width:19.9365rem;height:0.24902375rem;top:179.4375rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T6il4EOmzKWO1250lCAMu0758F3SldAJ { width:19.9365rem;height:0.24902375rem;top:78.8125rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ozOtcduzIvoBfxUQIKWW6cpwOdvQtSdC { width:19.9365rem;height:0.24902375rem;top:128.9375rem;left:0rem;background-color:#25aae1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #uJSqIww0xXnLcV9Kgki5qtRugQbeRhSf { width:19.9375rem;height:0.25rem;top:1.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #d3mgmTHkXXPTOyVLIICMTuLOlLV5kmDR { width:19.9375rem;height:0.25rem;top:2.75rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #A1riayNET65MKpP9cXyykQEdIiUT2Gpy { width:19.9375rem;height:0.25rem;top:4.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { background-color:#ffffff;background-image:none;display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { width:17.0625rem;height:12.5625rem;top:4.1380214691162rem;left:1.4687500596046rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #G9fWg9CMk8fWSKqkpE2csiLq0JZ6xndX { width:13.875rem;height:10.375rem;top:2.9375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBow0ayZKspGUlzJKSIEgplxNKg5gOG3 { width:12.75rem;height:3.875rem;top:20.3125rem;left:3.9375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #lRCKQ20tEUX33z8vu6VdiqqZev7b9ml6 { width:13.0625rem;height:4.125rem;top:19.75rem;left:3.3125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #DhA0TdB2lCGJS646eofQUxauhKhi605s { width:11.9371875rem;height:2.925rem;top:20.4375rem;left:3.75rem;font-size:1.125rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #cU7mDVNoKyrHATb4EynXlDA4L8RHVkis { width:8.9998125rem;height:1.70625rem;top:27.875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbE4JTVBX7x6Bz2dNyfmgiuAkQgptTvt { width:19.9998125rem;height:4.2rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqzqXaTiTwSpPygHWZhbcuERTNHfp19I { width:19.999rem;height:20.25rem;top:35.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpNhmSUJHPZXDDPBWcxUzG96ycnO8Fvs { display:flex;width:2.1875rem;height:2.1875rem;top:57.5rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #WQ9Tph3KDbsIHZnJ9e9qoqmGZZkCoZmN { width:5.9375rem;height:2.275rem;top:58rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysOiaxTIpcCSDJ4TkvkM5tsPDWGVXGfJ { width:7.9375rem;height:1.1375rem;top:61.75rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B39TCZp6ulA6OSc5vd41MJ9aTeTOXwFP { display:flex;width:2.1875rem;height:2.1875rem;top:61.25rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #NuzTZPi6sFJQ3BLg2a2Bu7qAW9qWaTHf { width:6.1875rem;height:2.275rem;top:58rem;left:13.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwPAmO3yRcTPuy8JbpayqCMf8K4GoeQ { display:flex;width:2.1875rem;height:2.1875rem;top:57.4375rem;left:10.625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #wMNUaSdotIWTododBG1oTQnMhpMTXt1e { display:flex;width:2rem;height:2rem;top:61.625rem;left:10.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #pLt4SmxUTtH5nkqRhCIMePeZfTpqkL9V { width:5.625rem;height:1.1375rem;top:61.75rem;left:13.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1SMAtdPFfxGi0dTRTtTVvnXrRTx8dcd { width:12.68675rem;height:2.6872625rem;top:65.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5v9i3nfJyaW0eMChLzMRf8cZxTqPc7i { display:block; }
 }@media only screen and (max-width: 763px) { #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a7791a-8b4e-4232-a739-058921cb0c32/hotelpoolwithmosaictiledbottomswimupbarservingrefreshingbeverages.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.adaptive-delivery-prevent-bg, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyload, #oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1.lazyloading { background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { background-color: transparent; background-image: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row > .video-iframe-container { display: none; }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .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); }#oWVGzZO4cyX0TPbs7KVvmbcW88yvsuv1 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTrAP657RubHyg6RUh9nLSCTaRtUQ5y2 { width:19.186875rem;height:13.65rem;top:3.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r81LTfafHViTADOlzVdBlgUGkvaDdZSi { width:14.0625rem;height:5.87479375rem;top:18.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59SXWqcQW8IlkC8wRfbTdTMpkMdzKKW { width:8.5625rem;height:2.6rem;top:20.125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsPQVUDAAlF3dxyIDaWPkN6JSTSVhUfm { width:2.49965625rem;height:2.49965625rem;top:20.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmA8nr8W18WQKc4VbJlEPk8Nu5NGQs2 { width:14.0625rem;height:5.875rem;top:25.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSyLmlQBOGQ6lULdJCe0efvqEG79xgI { width:7.75rem;height:3.9rem;top:26.686630249024rem;left:7.1245661377906rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fWvrmNnqVTIWp3dwUcdkqnOnnAE42c3a { width:2.49965625rem;height:2.49965625rem;top:27.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6An3fEbLsQIQh0uVtfTMdb4zGUwIWhz { width:14.0625rem;height:5.875rem;top:33.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklKTKXhoHpnG720EugvMigB6X3fxKrL { width:9.75rem;height:2.6rem;top:35.0625rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uKN2hKgIu0rsgQOIvB32kgiwnHoMDRGy { width:2.49965625rem;height:2.49965625rem;top:35.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMxmUMHS3GUscNQz8v3Uy9MN7lqWlgA { width:14.0625rem;height:5.875rem;top:40.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRy5vpSqy5K2TDpGVR6r6nIfi5OGF2gu { width:8.0625rem;height:2.6rem;top:42.5rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vutTf3kcxEXoSqz2VTEiKgPworTalx1O { width:2.49965625rem;height:2.49965625rem;top:42.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdqABWlTmM3a2pJIGM6gBplII3A55KuO { display:none; }#QdqABWlTmM3a2pJIGM6gBplII3A55KuO > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBErtEx4Bede6OOWfsJTBrOgvvSr7wBK { width:14.0625rem;height:0.124211875rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfdK69svtTOy8hEDOA7Agh7oHeMQTm0Q { width:14.0625rem;height:0.124211875rem;top:2.623355rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0vbnZQKmmbnsMFwNZKx0iMnVBJ8hRuL { width:14.0625rem;height:0.124211875rem;top:3.99671rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1xL5c4p6VzSJc4daUmzzUkntJR8ge2 { width:14.0625rem;height:0.124211875rem;top:5.370065rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhrGSEocR4TEnHbrA37n17bTWLSrChc { display:block; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3KGQ16Wo65NLOTtsp7QiSGhDTL1xEfc { width:11.875rem;height:2.686525rem;top:37.123046875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dlA4xLeKL5LUNa6GhqXLRuXLupF5vg { display:block; }
 }@media only screen and (max-width: 763px) { #BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { width:20rem;height:1.70625rem;top:16.061889648438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:19.999rem;height:13.475rem;top:18.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXaSGnJ09gL8wu873cdkSQ6gRTKUBga { width:17.9375rem;height:1.21875rem;top:10.763603210449rem;left:1.2489719986916rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSUyus9R8C07H5FtIxZLTzyWHAAKaHQ { width:20rem;height:13.215300132551rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQorlPKiN8Xipq3u28k2TgZSwpkFtmXC { width:20rem;height:13.3125rem;top:1.2498302459717rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJrJ3eq88sJbwhBAUu7yF6GCk6TwZdh { width:20rem;height:1.4625rem;top:33.89453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 { display:block; }#TvDUR0HTvV1WNVNGmM6aE6ei7cTbQo67 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe4ugpyJwd5Hs6mauTHiNTF3P3DsXBeW { width:9.0615rem;height:1.54375rem;top:21.8125rem;left:5.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PS8mSENuk03PS4xnbd6di1BoNMOuSLrV { width:3.125rem;height:3.125rem;top:18.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDf7ubltQdEELzoidx9oqOiBRCzoDIG { width:19.9998125rem;height:6.825rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE13CP4v3v5bEexCT6GG7tiqOLytVpDy { width:19.9980625rem;height:7.35rem;top:10.3232421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EET1mWuqTekvT3x3xGThZ74hUm5B0bcp { width:3.125rem;height:3.125rem;top:30.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbghoVdWwSL0u1sI3lb8tOtT3CSCaIN1 { width:11.060875rem;height:1.54375rem;top:33.8125rem;left:4.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXaberOX7fVMpG0xefCSSyI80FATT08u { width:3.125rem;height:3.125rem;top:24.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDvbPdGH0uGwUzaytKp8xOlyLcIGEddR { width:12.7484375rem;height:1.54375rem;top:27.4375rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5epWR421qGJ9GqSkx1bNfDaa6MWQcNs { width:3.125rem;height:3.125rem;top:36.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPcnKqyosOTmxTu7thS10e4S9eBlVJv3 { width:16.8125rem;height:1.54375rem;top:39.25rem;left:1.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vivp6IWVvEMvprwnIc391E5LEVc5JD3f { width:16.999875rem;height:1.70625rem;top:1.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9DQieeTAdEGqkzWhhdg5TImwI26ryR { width:19.999rem;height:8.4rem;top:42.108689308166rem;left:0.00085663795471194rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EibKqsFiuDEnieXRecCiWJgtcDNc2nfX { width:9.62425rem;height:2.6875rem;top:51.967687606811rem;left:5.1869174838066rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbU1HUbXtonLR1TaaLPkp0xUVtGr70B { display:block; }
 }@media only screen and (max-width: 763px) { #enAbA76sGo4Zsw98ntWirHBsMRscMUiG { width:12.375rem;height:9.25rem;top:41.728908061981rem;left:1.6875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd330f9e-cc22-4780-be26-45f9a63172c3/swimmingoceanvacationsummerchair.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.adaptive-delivery-prevent-bg, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyload, #LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O.lazyloading { background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { background-color: transparent; background-image: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row > .video-iframe-container { display: none; }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .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); }#LpSqkXpcAlWhpFVvnSXbO2WNT4pT9G9O > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0AThB2CyG14cfyBPTCarsX29DMlwTd5 { width:19.186875rem;height:13.65rem;top:3.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCUqQH3wmexacM8eDiptNzHI7RvVkCtE { width:13.125rem;height:3.75rem;top:19.771484375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnI61CXRsR13cRTworHmKwheXJVJdT2 { display:block; }
 }@media only screen and (max-width: 763px) { #sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy { display:block; }#sPswUFtvPeWsqDkqMzoyWyDb8Jaxn2Cy > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5TlQV35n0yl8pOVagXb9ZUZpRq65yJ8 { width:15.625rem;height:11.6875rem;top:7.72949375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyes03dkczUVXaMWsNfJwTBIQLiVbiQO { width:15.625rem;height:7.125rem;top:59.47949375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnbuaPkhCp7F4UWliHHwvnQXudCx92WG { width:15.625rem;height:11.6875rem;top:33.60449375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrq3bbfuDaatzQFwaOAgUkTiZiqkMZV { width:15.625rem;height:11.6875rem;top:20.66699375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU6diB1MWoM6Qb14JJvE0N2TTNOlNlHy { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTVnWdMLZU4UcKIXwVidUJK78m68G47 { width:20rem;height:2.275rem;top:4.20605625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3npn9Rnx20rDPJxfDfWPHdyqGPTpVyV { width:15.625rem;height:7.125rem;top:71rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqrOK9hvLJFr66r5FiMFgoIJsA2XKfH { width:15.75rem;height:14.4375rem;top:28.8544921875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tafIg15Pwi8QcIMmaQEbe4lyqQgfKsT4 { width:15.625rem;height:9.75rem;top:60rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyJPSPT5vnBstKsDUp9VRbQc6elmbqFc { width:15.625rem;height:11.6875rem;top:46.54199375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGcBmVJbhL0yrdEVokM8qOzKT3aXyF19 { width:13.75rem;height:2.923825rem;top:9.24511875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yJ41cn16OTvIZ52l3IWTe453n0HT45q7 { width:13.75rem;height:2.923825rem;top:30.8535171875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XEINXQihp1xMbzt0Nyq1gbri74H9cKQw { width:13.75rem;height:2.923825rem;top:36.35449375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VOPnZ33Dt0n5eWfyPa0yvF0nIUCyD8XS { width:13.75rem;height:2.923825rem;top:22.18261875rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QGHgyqGIK3hvpJG7rHfOJ7TzHAlctgpo { width:13.75rem;height:4.38574375rem;top:81.16699375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SVZGkMTH7qtfOKyKRx9k2zPMc4FTAyPB { width:13.75rem;height:2.923825rem;top:113.5224609375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LrkmXJ3SgCXcB2cDIb2fxfxmTu1oW7ZX { width:13.75rem;height:2.923825rem;top:51.66699375rem;left:6.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ju6l645skeZLiMzWJImX0tC6dqqursT7 { width:13.75rem;height:4.38574375rem;top:49.29199375rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qowPCqToSM1gNA5oHQtXTUw6JSGddRbR { width:13.75rem;height:4.546875rem;top:16.87011875rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ianF5laXhQKq9UgHhybMtohbtCSUeFZy { width:13.75rem;height:4.546875rem;top:34.83105625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CmwqX27SQ6H7qbgwIFcWB4FaGXh2duaG { width:13.75rem;height:4.546875rem;top:43.66699375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f5Txy4bxhsxDMHsbySGkG9EP3TRtoudZ { width:13.75rem;height:4.546875rem;top:29.80761875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xGsa4fcao409dQ7FoSe0R5JqPu7f8Uky { width:13.75rem;height:4.546875rem;top:91.91699375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iXypO0gEifg0rOPGieKfBDaSMTWFkCn0 { width:13.75rem;height:5.68359375rem;top:115.85449375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dE65f2iR6FLwThQnf9iRamm4r63x3eHc { width:13.75rem;height:4.546875rem;top:61.04199375rem;left:4.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hofiI0cuK2GqZI9dyZJqX18tJ4Kaxi3a { width:13.75rem;height:4.546875rem;top:56.66699375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk { display:block; }#U9IGFeJsaGCVpNtMIVLdArOkh9M78Pzk > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZIT4GmLPxXwunmLn2z3sqFQ8mIHt1S6 { width:10.3125rem;height:10.3125rem;top:12.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7r3ETtKFx74BH1CiSPJPRTe9aZKETsP { width:11.374375rem;height:11.374375rem;top:12.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPCF6RWknWEhbzzkIOmls1bXhyneB9k { width:15.7491875rem;height:3rem;top:25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgeMlqShis5aRIsXLPgKImrWTwddTIOL { width:19rem;height:24.5625rem;top:10.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02Tzdnr84X6xzdrSnlmvyRoFlfLzGEG { width:3.2492125rem;height:0.061677625rem;top:30rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDEzxQbnVTN26d6lpceNW1FLwUG6Uo18 { width:16.8748125rem;height:1.600475rem;top:30.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLbBqEn7ATNWT1wWPIHrUI593dD8g4vQ { width:18.99925rem;height:27.62475rem;top:36.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6INfWzAbb6ohAzMm8ylhlqPMVIW7ElX { width:17.1875rem;height:7.5rem;top:50.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y23vt4vnFUd08Jw64qzOPUEVV70pTCNS { width:16.8748125rem;height:1.600475rem;top:60.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh0OUFDPLBXnxafstzWABaVo1NPikQJ { width:3.2492125rem;height:0.060821rem;top:59.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HqXxN4nyCh9kqozybIukRC1S34cc1Z { width:11.374375rem;height:11.374375rem;top:38.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yooJJMg3naZcTWM3kbWZAA61CEv09yhd { width:19rem;height:24.5625rem;top:66.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r203LZapAZl1CEmT2WaDonyhGyEks43R { width:16.8748125rem;height:1.600475rem;top:86.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOlwFQ8FTmyBOfm3FHFb1GMrVe8mK7zG { width:15.748375rem;height:3rem;top:80.9375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFNgvGaZtqEdGSt89RylVER3o3GNvq3U { width:3.2492125rem;height:0.061677625rem;top:85.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8LkpTWClRmqF9ipSgIUPyFpGdhikS1 { width:11.374375rem;height:11.374375rem;top:67.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFM5ZcMnKRAzHd6fOBGupdCRLwXz2nS { width:10.3125rem;height:10.3125rem;top:38.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR9WEuvRoVfQpcL8BiGNp84nUDW9rgxy { width:19.999rem;height:1.70625rem;top:1.9368476867676rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivhwZTiC60y6PH9zwx20E68Hn4wfe0yv { width:19.999rem;height:4.55rem;top:4.6412410736084rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECZ8EJAvxKbSurEGWwsD76uE9EHtZXb { width:3.9375rem;height:3.9375rem;top:10.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XxDuef9XWC5zcyyHu2BVy59fOLOmlC { width:3.875rem;height:3.875rem;top:36.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #herIPecrUK0VsrZ8wT07AEIXP1CBbwqS { width:3.9375rem;height:3.9375rem;top:66.125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTtaDoOZLH7vK0og7mcK89So1QxW8kW { width:10.3125rem;height:10.3125rem;top:68.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4RPfZnLRKPcwtSyoobrLug0MRXcGvq0 { width:7.125rem;height:1.25rem;top:32.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElNb1hPSHH9Vypgrk70TH76DiyHHrsJ { width:7.125rem;height:1.25rem;top:62.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaxlXc3E7qvTqFNpLetiAdDS19hO7Erc { width:7.125rem;height:1.25rem;top:88.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXFLTKlbTJgmL9bAiHP1Gkf0MXk2waF { width:16.8123125rem;height:1.2rem;top:83.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsbU0SSstLR7WmKxCFO8ndG0TTJMKl1a { width:16.8123125rem;height:1.2rem;top:28.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkCMdB4zg4OSnDZ53WIM8bc0ZEhnx5gd { width:16.8123125rem;height:1.2rem;top:58.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z { display:block; }#PN64vQUi9rGJ3q6iT9F8Fba7Q9pEaL2z > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu1WrtVEuJ3NNfwNsUQMAP4qiwcoOI1r { width:17.8125rem;height:19.625rem;top:13.235375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbGaUcLAu576ttseyMMTRQTzZ9eAOWZ { width:4.375rem;height:4.375rem;top:14.235375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF1PBiq4fQHWy9oaLGrD4RVGTbzSZVLL { width:8.8125rem;height:1.8rem;top:14.797875rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sdJTH6x3E7Xe7qwv6w9J1g8s98KTvB { width:6.4375rem;height:1.2rem;top:16.610375rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFwJestrXRvXOmsG8wOa3LHZwlaErny { width:15.5625rem;height:7.2rem;top:21.422875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTJ9wAHrrZJXC45PLiEtfQB8bDSwFZe { width:6.0625rem;height:1.125rem;top:19.610375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuDZWpFBKLzhuRyErXBopAXPTz7pBmyh { width:1.875rem;height:1.875rem;top:15.485375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTuhwwQTo2HrVXxVHUeqzXGQEkhO5yk { width:17.8125rem;height:22.6875rem;top:34.12893125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfVVOfTcyUfOAeWl9B68k7xJzdHlDkKg { width:4.375rem;height:4.375rem;top:35.12893125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3FCn049lteAhq5QLCWtxHBWXDPupUB { width:9.125rem;height:1.8rem;top:35.69143125rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g262WCXn2iAlTAd6n3hDDVTrGHfnZf6k { width:6.4375rem;height:1.2rem;top:37.50393125rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUn6Cow8tKbdUaB865TxtcT6slaz6lSa { width:1.875rem;height:1.875rem;top:36.37893125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFctSQsJ61BteAicU1oCIzhv35SKsOEC { width:6.0625rem;height:1.125rem;top:40.50393125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6oSyQ6nS1zn4sbxws0AyhQWzy6Jg2W { width:15.6875rem;height:12.6rem;top:42.31643125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXATDC4EITBWsEAAsaHZybk0JbXuQMb { width:17.8125rem;height:16.1875rem;top:58.12893125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlBaBz190tl44UgpZNcVfEVSlPobZAA { width:4.375rem;height:4.375rem;top:59.12893125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDOtlLElWkfU1HnKtytTDtqKdcBVv80b { width:9.125rem;height:1.8rem;top:59.69143125rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqWTsySSx46aHpFU6JWIo17ZF65cogNZ { width:6.4375rem;height:1.2rem;top:61.50393125rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJaTAOAuHAy5wzc5TWNGCHvZff23oII { width:1.875rem;height:1.875rem;top:60.37893125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itzm3WzcKAFSLhpPSyKTDSHnXE70vxOK { width:6.0625rem;height:1.125rem;top:64.50393125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMOMJhAoWCG3BTpNNVZWBNMTXxqGCror { width:15.4375rem;height:5.4rem;top:66.31643125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMenAhKt6ohpgQPpiL31vKcFkLtplwq6 { width:17.8125rem;height:21.875rem;top:75.56643125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUACasRxSa53cfmZ3IsGuGqu9xky7Cem { width:4.375rem;height:4.375rem;top:76.56643125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snsuSII8OvnyBIXWXUM12syIRAqBeFgV { width:9.0625rem;height:1.8rem;top:77.12893125rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6uIbkTCs4SPZEovH9Hcil4wBQWOnGz { width:6.4375rem;height:1.2rem;top:78.94143125rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrlAMUbloZAg7CiJeHLMoQHEDx0zXbd0 { width:1.875rem;height:1.875rem;top:77.81643125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QUEVDsCwHk26UDvIxEbusI6l68856W { width:6.0625rem;height:1.125rem;top:81.94143125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeG3ss9Mx5B7pU8OMZVTxfvP9Vk5TTa { width:15.5625rem;height:12.6rem;top:83.75393125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WeTVpwaFVTxNswVtfSoB31qvIksZGP { width:20rem;height:1.70625rem;top:3.2783203125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQnzGKSl3nZpCvxxlSLQXnNBNEgttrr { width:20rem;height:4.55rem;top:6.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaormNvk1khDhlM9W4KIZTEe2RtmFHRz { background-color:#ffffff;background-image:none;display:block; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { background-color: transparent; background-image: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row > .video-iframe-container { display: none; }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .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); }#AaormNvk1khDhlM9W4KIZTEe2RtmFHRz > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9u3H7Z55E9mJnJv9a0ClRfLsFUT43BE { width:19.186875rem;height:4.55rem;top:2.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pTVd9TlOB5fmPE6uFxuLC1zBSn2PsKnS { width:20rem;height:9.8rem;top:8.546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rRkklwcHvQlc5PMbSoXDT5uzvzTpUeFu { width:20rem;height:2.45rem;top:21.994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RQ53x2eKVaugTPmcsItZUpQ98mEmg1KA { width:13.125rem;height:3.125rem;top:25.8896484375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQuwuNm036dckaTzVVwNQ7Au3WvzseE9 { display:block; }
 }@media only screen and (max-width: 763px) { #TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ { display:block; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-heading-text { font-size:0.875rem;height:auto; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw { display:flex;height:auto;width:18.124rem;top:26.8486328125rem;left:0.9365234375rem; }
#z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bzgSyLOUC0Oaqf7Py2JwBIeAfPcUiIN6 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #iMGqNqbsTiW94wkZy9VJAMFXUFu4XhvL {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #R6vfiPbKu9yDvQX1DAi8pJagH7UtE7wW {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #JNmx6pAWr078FXSAopzXxLxMe8AOG3cO {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #MSO6CiVLQoRg4ppS3II8NkoNaBeZAIvH {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #heul3z5LmZ9qyet9kLEeIAHBpNmHlRBC {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #NFnv5TaT770vodFNfQM3fMIJTNpEnyl4 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #WAgJEqZySyvXbUPTIqvLqDwS21zGlSAR {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #af86HRydaP6puwuXhNTeV7AGD9sw6po2 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #OlLsKtpuquNmm8KdDE1C3QZIJoyUNsN0 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bKTAa94T79xScw3TaraRmhy1sG3WHvtr {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bk40waPIv6dc3oGN4diEWqpBbqXgheWy {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #JlFtyzFt2C7TzkQo2N1lFvgmUaavU5nt {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #ShHJ3Fq6TNC7P2QotU6wBVUIRT6URgNQ {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #O6RlF3PyPayrLze9mJuXbJ0AQFMri66O {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #a0sb42fZOig99hsGZW60v4P5AcPyifOL {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #HFIFGgfEzuqf1GB2fsSLp2IU59TBZ85n {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bussUerWMT9I8dpFpL5yKdT5MlO5uByt {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #ORzxGPHaOa9bVePndvx3Cpx06FInPtKk {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #bbVGChvdVui0pGtIfLcpQtHVz0KRIJAG {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #BpWf3KmF5xeb1R7gOtNBZAKI5wNDHUoS {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #gEyOs5qopyNBGvlyoAigfr3ugqggkqL8 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #cx57nVyi9OEkRHg6JdOe0EFpIgtmGgTz {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #mCiALTDzC9nTrhd4MZFcN5CJTgTh6ZmB {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #Ork4tdRGwTW6i5BylPDNc3tAZQ9zRx98 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #UtSqHnRZZkDJgDbs2MxbPEPlFfCyzc5O {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #f83Bq3xhKTUy9i5mCy6p4EvN0N9TviTz {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #cASd4EgiEdsvFNgSc74axWAEZPd19svt {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #lw7ncxnBZso0i0npU0iPef7qG02Wi1BO {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #wCMoGvCJ9FxeNgM3vUrhqs56PyoL27nh {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #QJog1KEGbpide1l7vBnSmNirtkTvvDae {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #m06GKPGDWXmVrNmqon5AxMTyZGJhivCC {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #STDArb7kzD4OzgmSU0nJub3NpUOO3VcM {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #SwT4JFtnEpqEC59s05BxI8TUSFMB8ZQR {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #i58OpHnGKJ2T6XpRdfF6D5GFhiPBRTMU {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #U80QdbKUzz8vISxv0bTTwuxC3ZRQRvhr {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #wtsDCNdoqZVcqHoHh0lxToy0TST7pWys {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #TicVgwIhaxzRcon5xaTuvPPB8Zw8bENg {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #Ihvqgpx9WlIHTLPQHUg0Gq907p7Lt3CP {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #fdKTVvkBG1avFF7so0MZRX89PW9ML822 {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #z3HnfNx5FhfHBLRGgzhRkTOEMdT8ALmP {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #SW0O9JLrEviNEtqVpvE3IxVgxstsBNrZ {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #pzkcKTvp3HR3PlIHhHOaDMFsyroXs5UU {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #TJwGn8R9e623Jyr0yqr7G18hJXgoS9AK {  }
 }@media only screen and (max-width: 763px) { #z9OEDPHrJyHtoUc6D8iq50rd57bQeqiw #HVcSUHWT8pz3bLgSc9lfyED9h6n1l6Hl {  }
 }@media only screen and (max-width: 763px) { #SOyqep06CBgEm29VTOCIIMfpOrqwvHmT { width:15.3115rem;height:1.70625rem;top:1.6240234375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH9Fygwphl5qzef6EMcXkVWAw3blKBM3 { width:19.9998125rem;height:6.825rem;top:3.8291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT7WdtxTf2KrQp0m05miefFTTq62kSM3 { width:19.999rem;height:8.575rem;top:11.5263671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTnAqGs32Tcpl2JDhp1oetgridxZoL8 { width:12.1873125rem;height:2.6875rem;top:22.599609375rem;left:3.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcQaiXI6CZBLihKatL6yePNDP8pZ4u7G { display:block; }
 }@media only screen and (max-width: 763px) { #PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 { display:block; }#PLIZK4CL6mdD0td6ZtLmQKmhiEwckRx1 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHDLMZc6SLhJniJbLpudns0OxXXKXDsI { width:10.9991875rem;height:2.35625rem;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJnvQ4MfeW3cwZUUUl6xF1bHWyh0tAm { display:flex;width:2.4375rem;height:2.4375rem;top:10.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mdTgcZfT1vha4rRThOwlDhk7oUToKGIi { width:11.99975rem;height:1.1375rem;top:13.9375rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1D6v4gqPvKhadki407DbsVULekiqkXT { display:flex;width:2.437125rem;height:2.437125rem;top:16.436231613159rem;left:8.7796394228937rem; }
 }@media only screen and (max-width: 763px) { #BCikUPTGoT4rOMgWb6DA7hpobCl10Xdc { width:10.9991875rem;height:2.275rem;top:20rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoKLB31Edy8g3ackbbn1TDmKam9QlW3F { width:11.99975rem;height:1.1375rem;top:7.875rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcQwp7NsoqAnqzkuwmCiFVSUF1cqQ0g { display:flex;width:2.4375rem;height:2.4375rem;top:4.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP { display:flex;width:1.74924375rem;height:1.74924375rem;top:41.875rem;left:1.4375rem; }
#V2qPtr0Qgus0chK6t4nX3eGTnquGDGKP > img { max-width: 100%;max-height:100%; width:1.74924375rem; height:1.74924375rem; } }@media only screen and (max-width: 763px) { #S6EsASNe6PhIfsVZwo8wnO01TQwK255C { display:flex;width:1.74924375rem;height:1.74924375rem;top:41.875rem;left:11.5625rem; }
#S6EsASNe6PhIfsVZwo8wnO01TQwK255C > img { max-width: 100%;max-height:100%; width:1.74924375rem; height:1.74924375rem; } }@media only screen and (max-width: 763px) { #rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq { display:flex;width:1.74913125rem;height:1.74913125rem;top:41.874131202697rem;left:14.937500298023rem; }
#rUQNzzP3wxIeuLfXI7kTw6EuzpFBEoBq > img { max-width: 100%;max-height:100%; width:1.74913125rem; height:1.74913125rem; } }@media only screen and (max-width: 763px) { #qVyH3zzm9GrGcTvRnyr89vgb7HtAXBwk { width:19.999rem;height:2.35625rem;top:24.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6p2xO4TaeDnSMUSvxR7etccCIqonqPB { width:17.5rem;height:5.41875rem;top:28.125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#n6p2xO4TaeDnSMUSvxR7etccCIqonqPB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#n6p2xO4TaeDnSMUSvxR7etccCIqonqPB li:before{  }
 }@media only screen and (max-width: 763px) { #o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A { width:17.5rem;height:5.41875rem;top:33.5419921875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#o7imGhovrJ5bJbXsJMor5hW4ntKmBm8A li:before{  }
 }@media only screen and (max-width: 763px) { #xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th { display:flex;width:1.75rem;height:1.75rem;top:41.874131202697rem;left:4.4999998211861rem; }
#xexWxHiGcT7c9WzpBdp8oUNLQgKmr7Th > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl { display:flex;width:1.75rem;height:1.75rem;top:41.874131202697rem;left:8.0625002980231rem; }
#Z3G8TfLJDnHGdtRLS13Enzx1TupJZyCl > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d { display:block; }#yL4Uv4VHhzI3cb5Z5PZJ55qxdN3lae2d > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm0uAdFfoaeJzTrTQC4uceKr8Uun1TQh { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6tTmTD12qLerlGh7doe5rkTRfbnVcWF { background-color:#283891;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { background-color: transparent; background-image: none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container > .video-iframe-container { display: none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row > .video-iframe-container { display: none; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .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); }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { border-width: 0; border-radius: 0; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6tTmTD12qLerlGh7doe5rkTRfbnVcWF > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIEKlpOMUOAbUCXUPNxbPNBIxcFU0EgT { top:1.1875rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5zlAowQ7unBgi9xR3S5uJUqlGT7pI5 { display:block; }
 }@media only screen and (max-width: 763px) { #T2KP3EhZiyaAdApidXwkN0IRxa1Fdni2 { display:flex;top:1.84375rem;left:2.5617188215256rem;width:2rem;height:2rem;z-index:15024; }
 }