.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:#ebebeb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:#46a7f8;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:lato;height:5.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:52.8125rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8GkpM0KkSsRoaJXblO308zWuz8OTTBk { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:31.375rem;display:block; }
#LLSCH2BxQ5ONmmBIhu5baLWURqq6nfkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:15.0625rem;top:0.59375rem;left:0.8125rem;overflow:hidden;display:block; }
#chxuIw05A4KaLhCaRVGvJ1ePSkc1dTBM { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:40.0625rem;display:block; }
#sn591KQwba8B9ktXfgnIktkEJdfU8BJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.0625rem;left:22.8125rem;display:block; }
#PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkaliNbLKtoMneSCxPWA03GQxraB9UL3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:1.375rem;left:68.0625rem; }
#VkaliNbLKtoMneSCxPWA03GQxraB9UL3 > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; }#iNiQreTAZ7SzmxSLDcM4uz9wyvEdmecU { 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:15044;opacity:1;top:1.5625rem;left:72.1875rem; }
#iNiQreTAZ7SzmxSLDcM4uz9wyvEdmecU > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/d6c95bd2-81cc-425e-b89c-14ee06ff2b73/SeasideCyprusEstatenieruchomocinacyprze.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V.adaptive-delivery-prevent-bg, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyload, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyloading { background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .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); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { border-width: 0; border-radius: 0; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { font-size:0.875rem;font-family:lato;height:50.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#iOPtxb4oBBDN1DnnpuHHPieUzFht1RTq { color:#585858;display:block;width:35.3125rem;position:absolute;font-family:"playfair display sc";font-size:2.375rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:13rem;left:1.25rem;height:7.8369375rem;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;display:block; }
#B7xRxePNWmIzsUvxfxOZt866rbJ3pn3R { box-sizing:content-box;height:11.875rem;width:33.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.88);background-image:none;top:10.9375rem;left:0rem;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#eK8l5NUoFGmW7rMPwlISTemaV2dLEsrX { box-sizing:content-box;height:12.5rem;width:0.375rem;position:absolute;display:block;z-index:15012;background-color:#46a7f8;background-image:none;top:10.625rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:#c3d9e8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:lato;height:48.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { color:#2f2f2f;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.625rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#idQfcbk6O980umq7TxD1d8fpICIGlVlP { color:#2f2f2f;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.63671875rem;left:0rem;height:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#mTZisidrg31wCrXibwPahQrJwcRvOVWB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.875rem;width:46.4375rem;top:2.71875rem;left:28.5625rem;display:block; }
#k8McCT9J9Kl7ZmWouXFJSMV5JL56wGJu { color:#2f2f2f;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:30.375rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cQFCm9CVSTD2wJIppLnwnADUw8vna2ud { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:42.1875rem;left:24.8125rem; }
#vskayH9T7BxrPtVHN5Hfy0ZJdfnLlU9r { color:#2f2f2f;display:block;width:27.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:42.59375rem;left:30.5625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ImdnAxnsu1W8I4CNfP582Kwxwhg7y0DD { color:#2f2f2f;display:block;width:27.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:36.4375rem;left:9.25rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#OzwXJnhXWqtCXOpRghaGpTUhfpRzQhR4 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.75rem;left:4rem; }
#qnzqQ8TKdoDNdEpKVM73lmUcDXJlBusU { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.875rem;left:45.6875rem; }
#UBRPfwiGqsDhJR0tV6Ckqgg0odc5Zf2V { color:#2f2f2f;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:36.4375rem;left:51rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#VhFZMAspgM58xvz6BSTBqq01zDVw2wr3 { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:35.375rem;left:3.5rem;display:block; }
#rTXvG7qDVRyv3aIToLiOpeOQgJQ9VIlK { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:35.375rem;left:45.1875rem;display:block; }
#OmKqHMkIRienbTptr10BekmVRtzTamJA { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:41.3125rem;left:23.875rem;display:block; }
#SBINOf8oge4UqpkeV6h7kZVKoFUGmAAo { box-sizing:content-box;height:25.875rem;width:0.375rem;position:absolute;display:block;z-index:15013;background-color:#46a7f8;background-image:none;top:2.71875rem;left:28.4375rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container { background-color: transparent; background-image: none; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container > .video-iframe-container { display: none; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row > .video-iframe-container { display: none; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .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); }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container { border-width: 0; border-radius: 0; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container { font-size:0.875rem;font-family:lato;height:47.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#xCwzBLbpfBWTyFLtxA6E9eM6RLqSetZZ { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BufOnm7CJMBEHT3HZp7uykyUx2uHszRG { color:#2f2f2f;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:7.875rem;left:5rem;height:3.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rgsRRsNPOnV2nABRVPqKVQIpf5nVqmH1 { color:#2f2f2f;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.875rem;left:23.5rem;height:3.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UzNuhZAusvXmQLTDtGCHZT1prxAAluWx { color:#2f2f2f;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:7.875rem;left:46.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rDLANbXU4VvzImHTn6awphGITdbKTmAf { color:#2f2f2f;display:block;width:9.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:7.875rem;left:64.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LvPw48vLWfwaC39W6ZqFkuc47T7FFFQV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.5625rem;left:1.6875rem; }
#v7VJpNB0UG2WsIWNVOqkhdtN377dN9cM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem; }
#V6PFag0NSyXzzyeTIvwLFxlyHG6rnqFL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.5625rem;left:43.5625rem; }
#Ks6KV6CifamkvbxUzTSXyShqX8PAmWKE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.625rem;left:61.25rem; }
#Jr6lrDOon4fGpZSCwPM7aCFD2kUm5t3I { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.3125rem;width:18.4375rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#S8TFkJ6odizTxCLPTgXFpduH8EC4Cdmk { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.3125rem;width:18.625rem;top:13.875rem;left:18.875rem;overflow:hidden;display:block; }
#oCrOC01t5TvCW0C5BQhZGgnmxnPoz8ht { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:30.9375rem;width:37.0625rem;top:13.875rem;left:37.875rem;overflow:hidden;display:block; }
#DuoDS7T3N6FSLul411MvwUP6iBlaG4hg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.8125rem;left:39.25rem;display:none; }
#ITGEO8t44Zvq3mJpWGV1Iznh0J6XPOKH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.3125rem;width:18.5rem;top:29.5625rem;left:18.875rem;overflow:hidden;display:block; }
#eT91ua9IGnKvTT59aioULBuPBVmFRQXq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.3125rem;width:18.3125rem;top:29.5625rem;left:0rem;overflow:hidden;display:block; }
#M7BaxLaLsMK7uDNMaChJQG8vuJhH8uSy { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:8.125rem;left:1.25rem;display:block; }
#IvgWiHqCQtdTT01MiJQFpaUHTKaWZy6r { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:8.125rem;left:20rem;display:block; }
#tvx7PGB1ehUa6lKxh7aTizcV9qBsJB8n { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.125rem;left:43.125rem;display:block; }
#mhXScffMdSVqWWos9mEvo99oDeh8sUTW { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:8.1875rem;left:60.8125rem;display:block; }
#DZG9XZO79cZpJENuUbdex599Cb9hkz5G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.8125rem;left:39.25rem;display:none; }
#CuuxGdK0gERBWTrRiaNNvs47DHaSXEBD { color:#2f2f2f;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:7.875rem;left:5rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container { background-color: transparent; background-image: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container > .video-iframe-container { display: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row > .video-iframe-container { display: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .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); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container { border-width: 0; border-radius: 0; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container { font-size:0.875rem;font-family:lato;height:68.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#V5oHUMXMHsX72ssBPpQ1CB1SVptwPtym { color:#2f2f2f;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.4375rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XdptE592IUaXWft9Ol8nifWp6pebqI1a { color:#5e5e5e;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:10.375rem;left:0rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#BTCHZ62H6hPXE99WRU0a6zukXnumhGXA { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:6.3125rem;left:3.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hoVGNnMBa19c5upKRBm8MbJBoIkTVzM3 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:6.125rem;left:0rem;display:block; }
#da1aOIMUrd6QX1mXh6GGHAteVPB9FzHR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.5625rem;left:0.4375rem; }
#GWih3FiOHrE48BFuPMGdxAZ0mc2q2vBZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.5rem;width:20.8125rem;top:1.4375rem;left:32.625rem;overflow:hidden;display:block; }
#T6aCOfLipB6bws1C13cRJN1oADinJ4My { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.5rem;width:20.8125rem;top:1.4375rem;left:54.1875rem;overflow:hidden;display:block; }
#EhBBy6wh6L7ZpTtJyu5G3kynMJxfCZhG { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:32.4375rem;left:45.1875rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Evb4LSWFVkq4kVdKl5DMsEz7suhAEyE5 { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:28.9375rem;left:48.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CJE4ZZ9mNozPs6HgLp3AeV2nJGyV34fI { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:28.75rem;left:45.1875rem;display:block; }
#qhHSTqG2kvX245kcJKRZbxwrP05BS6A8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.1875rem;left:45.625rem; }
#kOwfLOITQEHCduG0RCEMs3VMqC4OTfVL { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:22.75rem;left:45.1875rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vNzLMcVDV0WPqVPfkEtHRFDdIwsVaIXZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:24.3125rem;left:0rem;overflow:hidden;display:block; }
#iA0smKTK8MpPldV3JI0VEfSm3rehFQc1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:24.3125rem;left:21.6875rem;overflow:hidden;display:block; }
#Kyf4DzD6zGHNTZMoRKLAe8kagU3DFaEw { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:54rem;left:0rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zSBeXCdsDTIsmRFvyGuziWismAIApqA9 { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:50.5rem;left:3.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J29bDg34imXT7WlRuobu9r0wzwbPLO97 { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:45.625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gPHBBWfCb6ae6o8b9iPvdTVnEHWp06KE { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:50.3125rem;left:0rem;display:block; }
#TKZRBTdiihArqu5naq6H66X9vfvlXMpf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:50.75rem;left:0.4375rem; }
#kKkhWaKWFNcyAXteMXNZu57JvCEnFgaX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:46.1875rem;left:32.625rem;overflow:hidden;display:block; }
#tBeF7TdfAq4DUACTTAWhJWcpE8KbO0oo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:46.1875rem;left:54.1875rem;overflow:hidden;display:block; }
#kCny7iTyKEqt9uPIoavTxXtLUaT6TpGB { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.75rem;left:17.875rem;display:block; }
#cgIGpkAmpWRRTdBogLGtX2ii7D0DiAMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZkCbGgxLzvfoI5sG14c9sEhRuWSpDhD { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.500015258789rem;left:58.75rem;display:block; }
#ocgk1S9NumiMSBcvDTEZyTqmmk0DmhtP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLIrxzZWbhSovJHk1kwxOzh52x3q43Do { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:62.000015258789rem;left:15rem;display:block; }
#tW4tuOfrGV7qeJqhKBLuFDcgigp4d0Rw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPxMsNcvI3hM3PMOUCC4JI0QsT7vcB9x { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#PlbWM4TlGE7tEm8ug9kdRB6WrNMSD9Bt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#OFFIM0yQWLqTb64zWLGzdvLJ8oWPyAxw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container { background-color: transparent; background-image: none; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container > .video-iframe-container { display: none; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row > .video-iframe-container { display: none; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .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); }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container { border-width: 0; border-radius: 0; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container { font-size:0.875rem;font-family:lato;height:41.125rem;width:75rem;overflow:visible;position:relative;display:block; }#P5oAV98iurJv2wbTONaMIF0rsNahztWS { color:#2f2f2f;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.125rem;left:41.5rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cqgaAHyALAViZT45AIPGgqJXKTMTVk3C { color:#5e5e5e;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:12.625rem;left:41.5rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G6foVDN9l0oTo0hFzRCsxvqRXZiq75v3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:16.125rem;width:19.3125rem;top:21.4375rem;left:0rem;overflow:hidden;display:block; }
#CxmmN2EyyWxRl1zqvu1zF65ObfRiOMdl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:16.125rem;width:19.3125rem;top:21.4375rem;left:19.801113360324rem;overflow:hidden;display:block; }
#OQcJA4nHfEuAx5BlmDJq0kDbq520WvbS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.125rem;left:41.9375rem; }
#zJz5TLLpkDX2TvBZDh4dPNo5HKciIlt7 { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:7.875rem;left:44.875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T3dtSr0F3FvRq8IRL0nRm0E6qdvAPLRV { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:7.6875rem;left:41.5rem;display:block; }
#UhhGaym99OofuQOqvA5oJG3NpErd3KWH { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.0625rem;left:41.5rem;display:block; }
#Www8er8P7xiBtWTUhmT6JSVdIhCunkIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypT6iN7riMsHrXuXiZvapCphzixtpqDU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.3125rem;width:39.125rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#gwKNBfxWcgpzREMqRkFzTUI83DeQZTAT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#vINIS6zN1ZSwv6LiTR0rgwNINetv924A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#46a7f8;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; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container { background-color: transparent; background-image: none; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container > .video-iframe-container { display: none; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row > .video-iframe-container { display: none; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .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); }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container { border-width: 0; border-radius: 0; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#qVJxwrExrSr2RTfUV7f6NMTpfEeVgnBm { background-color:#f5db31;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.5rem;left:42.9375rem;display:block; }
#q9KTXteTv4IuCEsg5NbZSab3kULNleXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rk8G7Dys9EBitXhvwapqynqPJvnAsLKy { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:1.4375rem;left:19.5625rem;height:6.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xOLom6yQTzavh4oZypsn1llz9yxAlqHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container { background-color: transparent; background-image: none; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container > .video-iframe-container { display: none; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row > .video-iframe-container { display: none; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .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); }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container { border-width: 0; border-radius: 0; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container { font-size:0.875rem;font-family:arial;height:155.4375rem;width:75rem;position:relative;display:block; }#mcUQN8IeFcKxfLE6oGOkNupcIEEmTa87 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:2.3125rem;left:32.625rem;overflow:hidden;display:block; }
#L2gAnMVMrmGvVVNdQFQ3nLi40WyZQKyn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:2.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#nqdX3EfSg5a5kPOvm1aIXVq7rGXHL0gk { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:9.3750002980231rem;left:0rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#dmgPKpL3glfqJ0ln6DfglGgIUtqqSG0X { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.875rem;left:14.8125rem;display:block; }
#lfo70Xbyv94HrAwK1IAxSQShrHpAitDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKzuWBnKQANHikTtR6LGMcohDZL2yRRO { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:5.875rem;left:3.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PSl4id2K07ICassHZA4qxBk7TAo2hk7T { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:1rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bBh0q2kzf16vweJH8M0R7LQ9W0TdbQHm { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:5.6875rem;left:0rem;display:block; }
#Oyk9Tips4LwAcCmq3p1VEb9sqJSTXEJa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.1250002384186rem;left:0.4375rem; }
#EUlJnRxQw6qfovUiRhTJaPFyF9vCfrCS { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:5.6875rem;left:0rem;display:block; }
#qOArhPXkCak95Vgfhwn7FK7fJLVW4m52 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
#erNnKwqQbAQFltvcokxd7gNDwDTlmX60 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:25.875rem;left:21.6875rem;overflow:hidden;display:block; }
#OphuzxGw38iI0gwIg1g7E3QvvBZ30X4G { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:23.874992370606rem;left:45.1875rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KnOa2UCQESERnDJAhU8QVfIA33aEf2ms { color:#2f2f2f;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:28rem;left:48.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J3C7LEHdxDq7tcLXsCgiFxXTKNiJzvR3 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:27.8125rem;left:45.1875rem;display:block; }
#F8TUCsurgir01sarzuhOeVt5aetNy5Bq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.25rem;left:45.625rem; }
#dtednlOKye1Lk0B5osHinTULck5ADcD7 { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:33.4375rem;left:45.1875rem;height:14.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#b3S5SWUy9wsf147GCXuLpl1U8myMliPt { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.125010490418rem;left:58.75rem;display:block; }
#Bbci82gPizJdKLSAE02GHNvl2HGS8ato { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OV7DoUFKfRH44yQlezchbE4Zb9VKv16N { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:50rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hc5w0SEzVlvaUAq2gFXTr4NC1Vr6U7x7 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:54.3125rem;left:0rem;display:block; }
#H1QAO7HBkbgbNt8kr5ZrexFcn0DsmfKo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:54.75rem;left:0.4375rem; }
#EI8bXiggr3muou2BxtgBMUN7FMB2kDUS { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:54.3125rem;left:0rem;display:block; }
#RKXM4Zwyx38VO3wV72I8r0ptEuiKoklB { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:54.5rem;left:3.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QtTRXIUuAc3otPabfV4cSL0T8D5xWTpM { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:58.3125rem;left:0rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#FSMDZLI64X2UnDF6BVTHpiIsU1i1WWaB { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:51.1875rem;left:32.625rem;overflow:hidden;display:block; }
#lbKS9x24ATBI1GEuvedog0nl0dqu5JvE { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:68.875011444094rem;left:15rem;display:block; }
#KTFGWKgw3McvM762h1n6SucJdsd8sAHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOwVkg7DvtT2SWq5hvotGlx7mflthcSp { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:51.1875rem;left:54.1875rem;overflow:hidden;display:block; }
#SIf9UzebWdlNIbP7XhNUXGXrsDJ6nA49 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:75.5625rem;left:0rem;overflow:hidden;display:block; }
#G1OAwPM3ZTZTVT47FEhoyCiTD3400I4f { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:75.5625rem;left:21.6875rem;overflow:hidden;display:block; }
#UvfDQyQnFNcN28zWuSBP9Vk0ysaNzZ0W { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:73.4375rem;left:45.1875rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ODetPaH1NE7pT5ugvJiMJCwPKFg5F8tO { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:77.8125rem;left:45.1875rem;display:block; }
#cGVyAVQ7kD7XvNIXEHVHa4haZ54K4UCi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:78.25rem;left:45.625rem; }
#KISVipiSp3cxpHkGE4nkZaNOQvw2mk7n { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:81.75rem;left:45rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ZsI4zpkzJrKqfnewmeiJSwaJTLUQpUSG { color:#2f2f2f;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:78rem;left:48.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#adT7pKcrHhDPKx6drowTrpVGc9v4ileU { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:95.5rem;left:58.75rem;display:block; }
#RaMIrupXQAX1rMTVTb1OfuUFSuTcBdSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVKBNWQHN89ILb7WrUqKdeFC6B6mUuG0 { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:99.5rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u83GMzRBWul2LxJdnmN3lBOXXgXZfLhB { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:105.125rem;left:0rem;display:block; }
#mBcz9ueAm9buf6GZ2obcSIpqvoFQXDs0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:105.5625rem;left:0.4375rem; }
#ng39sR1AdB4By9c6thhzo2H6qTLiWKNE { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#ffffff;background-image:none;top:105.125rem;left:0rem;display:block; }
#X31fDKqmfR3aJo8nWwdL25AaSFBTqvFH { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:104rem;left:3.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ow8hVgqGe6504OZycHHM3tVXwAswFvGr { color:#5e5e5e;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:110.25rem;left:0rem;height:11.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#mFTGd4fkhmLwqdsqK2xbf0FiVCEQ09we { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:101.3125rem;left:32.625rem;overflow:hidden;display:block; }
#yxeyyKEAUfKpMXBlg1aiE2l8pQfJCJU8 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:101.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#fsLVEcEeQdDxzaEmlsJZOTJFxXcDTrSb { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:122.6250038147rem;left:15rem;display:block; }
#Topf38VHV6nCHZF0EnEJA1lDmx60IaO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHDB5G52HTHphrIq3T3rwv1a22ObCxFN { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:128.6875rem;left:0rem;overflow:hidden;display:block; }
#DRLIAWp0zz44DdgW4pIbiEcKCxQDDOMP { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.4375rem;width:20.8125rem;top:128.6875rem;left:21.6875rem;overflow:hidden;display:block; }
#pUXmqmJiZoCFwRllQ6TSnZtxPV4Widrs { color:#2f2f2f;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:126.375rem;left:43.9375rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#REZyPygsiFXstvxQDGaiRUZc7ANGi7vc { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:130.75rem;left:43.9375rem;display:block; }
#v6tIwrPXOUOSWht0AXOGgw0J0DxxstS5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:131.1875rem;left:44.375rem; }
#PPryn16ZCrIp8vFaH17xS9LyGQSeUCeb { color:#5e5e5e;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:134.5000038147rem;left:43.75rem;height:11.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#s1f9FDl2W8nDkQUfdshcbedJ00pOvF6s { color:#2f2f2f;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:130.9375rem;left:47.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OwSFGNT3KdZoqfeboFSPLrA5TQ6TB1Dc { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:146.3125038147rem;left:58.75rem;display:block; }
#tnApXM8rPyPMaUsCiQypuoS9hq7dBuwq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZIEM3MlzE7w37bexcHEObmEini5y1tw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#I5yWtKclXit8K0hZELRtuJNcS8HloW8w { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#DfqDPGERLIko8qq2BgObUiuQcD4yAxCp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#RWOfMvhAWCVSv5IFGq9E1l5qH5pJkXPR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#RWw41QCoRRsHkokzZgqvT6kn7VCnrC17 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#nNfz2y9V5QXi5p9TOHSfMmudtMEEZ8qm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5625rem;left:20.4375rem;display:none; }
#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#46a7f8;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; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container { background-color: transparent; background-image: none; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container > .video-iframe-container { display: none; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row > .video-iframe-container { display: none; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .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); }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container { border-width: 0; border-radius: 0; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#TW2FoAV2U8rpNwvr3tBQUHVweR3pbBwH { background-color:#f5db31;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.5625rem;left:51.4375rem;display:block; }
#ef13ASJ127WrMnGzrZXVSuWWNkTwNQIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LdBPpUqDy0DkDIBDJEv371xMcrefT7Tf { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:1.5rem;left:11.0625rem;height:6.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS { background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/uc/46e418f6-67ef-4866-8566-c949f2f05aaa/A7.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS.adaptive-delivery-prevent-bg, #rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS.lazyload, #rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS.lazyloading { background-image: none; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container { background-color: transparent; background-image: none; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container > .video-iframe-container { display: none; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row > .video-iframe-container { display: none; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .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); }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container { border-width: 0; border-radius: 0; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container { font-size:0.875rem;font-family:lato;height:19.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#CuCpQM7v3FTDbDDkmHvNvaExDz0q7gLF { color:#5d5d5d;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.107421875rem;left:21.125rem;height:10.722625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bp0BfCXiNzRAdEIFmEBqAwPo382MMWl2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.5625rem;width:15.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.5rem;left:5.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Xz9l87FlPLJDZy9piOEG4MBJeJLBhvvU { box-sizing:content-box;height:4.125rem;width:20.625rem;position:absolute;display:block;z-index:15026;background-color:#f6e45c;background-image:none;top:5rem;left:20.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SdzVklHoiJnsDGubVuiTIWwVipIMcZs8 { box-sizing:content-box;height:4.125rem;width:30.3125rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:8.4375rem;left:20.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RSsmsiNUoqElK9gywATeVfnqLVmHTz7C { box-sizing:content-box;height:4.125rem;width:27.375rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:11.5625rem;left:20.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { background-color:#46a7f8;background-image:url("https://images.assets-landingi.com/uc/715b6f85-64d7-4544-80d0-3d1e41d5c25c/toseasidecyprusestate.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ.adaptive-delivery-prevent-bg, #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ.lazyload, #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ.lazyloading { background-image: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { background-color: transparent; background-image: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .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); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { border-width: 0; border-radius: 0; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { font-size:0.875rem;font-family:lato;height:37.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#i5LutJDGP4C4w1xOQNvVDu4Qh7V7VNhC { color:#2f2f2f;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.4375rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QfBvsM3S5IsJri8wZnTH22T5rzFtqGIE { color:#5e5e5e;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:11.5rem;left:0.0625rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#G9rNqLnUKL5m8Vg2OEWaa8tXdMM7hp0p { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:7.875rem;left:3.5rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XtXV8wmTTyTdzveT5xPueiXbGuuy0CHO { color:#5e5e5e;display:block;width:25.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:13.8125rem;left:26.8125rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#BWGJ4uxU6EJifUxqHJFiFp4AW2QhsDEA { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:10.125rem;left:30.625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N8NFNewt94FcZTpA4wPQvpKFUcyGlBTn { color:#5e5e5e;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:25.4375rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#RXsTQVUN0aZLplt6txV0rOXJT0wFaxu9 { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:21.75rem;left:3.5625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SCs3THkiHfq24J489HKs06eNlpoH9Znm { 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:15007;opacity:1;top:8rem;left:0rem; }
#KCogGkFonIhgBay5vbuIcKoyIE3zU9M8 { 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:15008;opacity:1;top:10.125rem;left:26.8125rem; }
#nPZP2sMUITJTv8hDBecUym0FdGzUAdTe { 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:15009;opacity:1;top:21.875rem;left:0rem; }
#Xq3ylJM3SzDZrrIuWM585ElRL2FC02AA { color:#5e5e5e;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:28.1875rem;left:26.75rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#KbUC1RLFvEEnFt7amRck4EA9oM8W2kQk { 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:15012;opacity:1;top:24.5rem;left:27.0625rem; }
#dUTnIa2sLxReitH1U98uxQMMilvVinXu { color:#2f2f2f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:24.375rem;left:30.625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KXdKw7qOBJyrgDmIMAp1TL5Ua35EnlND { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:17.5rem;display:none; }
#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL { background-color:#c3d9e8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container { background-color: transparent; background-image: none; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container > .video-iframe-container { display: none; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row > .video-iframe-container { display: none; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .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); }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container { border-width: 0; border-radius: 0; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container { font-size:0.875rem;font-family:lato;height:29.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#uR3hpnfr5ptE733lbyxuHaa1QFOdqmW6 { color:#2f2f2f;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:6.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d9nThQQXgGVkixn1MrNgNdnHXnilSWF7 { color:#2f2f2f;display:block;width:27.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:14.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#KAb0oChR1F0yEOsNBsxCN4ea9be0okwE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:44.875rem;top:1.625rem;left:30.125rem;display:block; }
#qzZOwNU37QUIu9dcuHTTJNDhHzihi7OV { box-sizing:content-box;height:25.1875rem;width:0.375rem;position:absolute;display:block;z-index:15014;background-color:#46a7f8;background-image:none;top:1.625rem;left:29.875rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container { background-color: transparent; background-image: none; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container > .video-iframe-container { display: none; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row > .video-iframe-container { display: none; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .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); }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container { border-width: 0; border-radius: 0; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container { font-size:0.875rem;font-family:lato;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ObwWgqoTgVHNTIQbnlS3vSyTJLADdkR8 { color:#2f2f2f;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hDEvfzszFJagU2e5x9douEq2hRkn00Ni { color:#5e5e5e;display:block;width:43.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:7.9375rem;left:0rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#dQH0wsLuuP5vfI9B2S8iD2QTKR5WAA3w { color:#2f2f2f;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:30.4375rem;left:0rem;height:2.69986875rem;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; }
#B1ceT1oLZu8TPeqNLEAQbiBVRMxDELWE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.8125rem;width:20.25rem;top:14.25rem;left:0rem;overflow:hidden;display:block; }
#DVZCMnF1oi78wUVJLKaFRVGL9e4EHqT2 { color:#5e5e5e;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:33.5rem;left:0rem;height:1.79980625rem;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; }
#i5k9tGgpCmKVxiTh8TvV0pTCXAhFA44z { position:absolute;display:block;z-index:15029;background-color:#46a7f8;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.3125rem;width:12.5rem;top:35.875rem;left:0rem;display:block; }
#ndHTXVrxeOwg0L1JLmByvmW45TeSMysq { color:#5e5e5e;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:15.9375rem;left:30.3125rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#E4xtATXt33CtmBZt89nEw82IA7bBMb1P { color:#2f2f2f;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:27.0625rem;left:33.25rem;height:1.625rem;display:block; }
#ZCxwnGrFOG2u9QMPVMg7tV3Td8qRhyTl { color:#2f2f2f;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:30.4375rem;left:33.25rem;height:1.625rem;display:block; }
#uIBI5Thyioxwf2yfVNP0KTITsiABgthX { color:#2f2f2f;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:33.5625rem;left:33.3125rem;height:1.625rem;display:block; }
#lohyzKq26tdPVDoChdhJdCueWNtpTN9u { position:absolute;display:block;z-index:15044;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:7.5rem;width:24.625rem;top:3.3125rem;left:48.59375rem;overflow:hidden;display:block; }
#QtZthykZ969vTAyK03We5aX2MR5M7mK3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.625rem;left:30.3125rem; }
#JX5C6HKrJ5CiTnuADbl6wtkZr1DKi30P { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.4375rem;left:30.3125rem; }
#B6zvoqHhWvCd68lKwbNM4biSCe3wLg0Q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:27.0625rem;left:30.3125rem; }
#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { background-color:#cfc3e8;background-image:url("https://images.assets-landingi.com/uc/516b5940-ac04-44e5-93fc-7c044eded826/seasidenaszenieruchomoci.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE.adaptive-delivery-prevent-bg, #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE.lazyload, #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE.lazyloading { background-image: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { background-color: transparent; background-image: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .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); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { border-width: 0; border-radius: 0; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { font-size:0.875rem;font-family:lato;height:58.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#JIQoDDE1ybPpBdi2RrgF7hEAD99huJIE { color:#2f2f2f;display:block;width:27.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:2.9375rem;left:45.8125rem;height:32.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-form-header {  }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#909090;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-text {padding-top: 0; padding-bottom: 0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:6.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-select {padding-top: 0; padding-bottom: 0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .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; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:23.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.5;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:22.125rem;overflow:hidden;font-style:normal; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .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; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-container:first-of-type{padding-top:0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-container:last-of-type{padding-bottom:0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:13.13671875rem;z-index:15038;position:absolute; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem;display:block;vertical-align:top; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF {display:block;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:13.13671875rem;z-index:15038;position:absolute; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #prtXVhxaLv8c8cVGOdapE7im2AT8xqEI { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #oFP4FxTnwWaXFAhf9BNA6hF2wE66Ehqv { position:relative;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #scT9ynGKPcG863r1VXFkb3PWZ1IQzrNL { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #Cpw4A9XTibxE2IoL7x4u8bOEw7Aw4DWW { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #isk4o1b0bKTh5vJXRg6dcurxFhprcN25 { position:relative;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #az2aVXCGLQpbcRzMrtCp8zyQvaEu3Wb4 { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #Jsk0T5kQLxG14OTt4Zq55L2gLJ8zcrTD { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #GSAJMv3L61vnSgJBQfWydpQsceEhXxmR { position:relative;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #tuzZrCRkxHTOpnQUc3tR78fHGaSrxWDu { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #vbU7sr0A6aFo25XdNXmnmRl3tsCxVoZS { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #OTCT8X67RO4x2kDiEdnyNhJEK9z7Z0mM { position:relative;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #gGOlRdqozbqZkRZgqnNVSA9LT0xJaCy3 { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #fwfrspU2JXEB1xAomgMI3b1MDT3v3CnR { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #pyZRKtFiktpTZDrfFmzDeulUxharbE1Q { position:relative;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #gm1GI2gH3CI5TaRmhBotSdp0USRaQGXy { position:relative; }
#chVy7b3rl5lTO5zpdDmJ72TJHULVw0J0 { position:relative;z-index:100000;display:block; }
#dMEQyiDqu9uhrCGKOJvKLOkqkehtGumV { position:relative;z-index:100000;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #TeukK65WDEuCcBTXXe3bLz1FWnJvvlGh { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #JbHxp7L4TPzzGuGn1BiPrXm0d5UgV6Ez { position:relative;display:block; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #f85JwBhcZ8xWxTQQOtM3gn6bHnWPG2QV { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #q6JA5l4eTHSOCASiRoXp9SV1STTzNCEC { position:relative; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #nDNcW5axkJiHpQMS0LCL9Ep82Jza62WT { position:relative; }
#UrwQwGNRmnGMenMmp5JAMGcwmUSyFha1 { box-sizing:content-box;height:33.3125rem;width:32.875rem;position:absolute;display:block;z-index:14995;background-color:rgba(255,255,255,0.72);background-image:none;top:1.8125rem;left:42.125rem;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#qDu9JP1TD9rc5hK8wzAySeUTA0GLHK9e { color:#2f2f2f;display:block;width:36.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:0.875rem;left:0rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QqccRE6dEhTOhXEOtLm58qt2UtXLvw3L { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:42.6875rem; }
#uvDVgre7W6H1tJp22QnZFa2ALnDnqP7Q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.8125rem;left:42.6875rem; }
#HnHQgC6ZZXyn7XGTagpBUcukeIaew5iF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.4375rem;left:42.6875rem; }
#LV2gKhCtQ46hpZg2TBW0XbTBx4T3mvFV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.3125rem;left:42.6875rem; }
#dNUfeRyrrwipnT1V1kcS6KgVZvIQqGZC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.875rem;left:42.6875rem; }
#sW6VrIGoa0gBEl3mr3TutuueZxvyBhRi { color:#2f2f2f;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.125rem;left:34.9375rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#gfzqpfuVF0cPa3PQS7x9DWNniiobHyUK { position:absolute;display:block;z-index:15002;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:30.5rem;width:30.5rem;top:27.9375rem;left:43.375rem;overflow:hidden;display:block; }
#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { background-color:#c3d9e8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { background-color: transparent; background-image: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .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); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { border-width: 0; border-radius: 0; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { font-size:0.875rem;font-family:lato;height:20rem;width:75rem;overflow:visible;position:relative;display:block; }#uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { color:#2f2f2f;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.3125rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.875rem;left:0rem; }
#hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.3125rem;left:28.3125rem; }
#ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { color:#2f2f2f;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:16.0625rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { color:#2f2f2f;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:28.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.0625rem;left:4.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.0625rem;left:33.0625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { position:absolute;display:block;z-index:15020;background-color:#4915a5;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.0625rem;width:15rem;top:14.5625rem;left:0rem;display:block; }
#f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { position:absolute;display:block;z-index:15021;background-color:#4915a5;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.0625rem;width:15rem;top:14.5625rem;left:28.3125rem;display:block; }
#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { background-color: transparent; background-image: none; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container > .video-iframe-container { display: none; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row > .video-iframe-container { display: none; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .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); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { border-width: 0; border-radius: 0; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { font-size:0.875rem;font-family:lato;height:10.375rem;width:75rem;overflow:visible;position:relative;display:block; }#IGcqRRAcHTIx7upF3XZS68QTbUyxpIaF { color:#8d8d8d;display:block;width:39.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:6.5625rem;left:65.625rem;display:block; }
#z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;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.125rem;width:75rem;top:6.6875rem;left:0rem;display:block; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi { 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:15042;opacity:1;top:2.0302734375rem;left:72.1875rem; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#vsw7GifmMu90q4HBL8lfhIdVdhdRT7cB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.8427734375rem;left:68.0625rem; }
#vsw7GifmMu90q4HBL8lfhIdVdhdRT7cB > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; }#hA3B2oi1GVsBbzcRdFNFGycQL67e3ZLE { position:absolute;display:block;z-index:15043;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:5rem;width:16.125rem;top:0.9365234375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #O8GkpM0KkSsRoaJXblO308zWuz8OTTBk { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLSCH2BxQ5ONmmBIhu5baLWURqq6nfkm { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { top:0.5625rem;left:0rem;width:15.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chxuIw05A4KaLhCaRVGvJ1ePSkc1dTBM { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn591KQwba8B9ktXfgnIktkEJdfU8BJM { display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block; }
 }@media only screen and (max-width: 763px) { #VkaliNbLKtoMneSCxPWA03GQxraB9UL3 { top:1.375rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
#VkaliNbLKtoMneSCxPWA03GQxraB9UL3 > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #iNiQreTAZ7SzmxSLDcM4uz9wyvEdmecU { top:1.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
#iNiQreTAZ7SzmxSLDcM4uz9wyvEdmecU > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOPtxb4oBBDN1DnnpuHHPieUzFht1RTq { top:13rem;left:0rem;width:35.3125rem;height:7.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7xRxePNWmIzsUvxfxOZt866rbJ3pn3R { top:10.9375rem;left:0rem;width:33.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK8l5NUoFGmW7rMPwlISTemaV2dLEsrX { top:10.625rem;left:0rem;width:0.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { top:1.625rem;left:0rem;width:29.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { top:7.625rem;left:0rem;width:24.75rem;height:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZisidrg31wCrXibwPahQrJwcRvOVWB { top:2.6875rem;left:1.3125rem;width:46.4375rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8McCT9J9Kl7ZmWouXFJSMV5JL56wGJu { top:30.375rem;left:0rem;width:29.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQFCm9CVSTD2wJIppLnwnADUw8vna2ud { top:42.1875rem;left:11.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vskayH9T7BxrPtVHN5Hfy0ZJdfnLlU9r { top:42.5625rem;left:16.9375rem;width:27.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdnAxnsu1W8I4CNfP582Kwxwhg7y0DD { top:36.4375rem;left:0rem;width:27.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzwXJnhXWqtCXOpRghaGpTUhfpRzQhR4 { top:35.75rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnzqQ8TKdoDNdEpKVM73lmUcDXJlBusU { top:35.875rem;left:32.0625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBRPfwiGqsDhJR0tV6Ckqgg0odc5Zf2V { top:36.4375rem;left:26.3125rem;width:21.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhFZMAspgM58xvz6BSTBqq01zDVw2wr3 { top:35.375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXvG7qDVRyv3aIToLiOpeOQgJQ9VIlK { top:35.375rem;left:31.5625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmKqHMkIRienbTptr10BekmVRtzTamJA { top:41.3125rem;left:10.25rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBINOf8oge4UqpkeV6h7kZVKoFUGmAAo { top:2.6875rem;left:14.8125rem;width:0.375rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ { display:block; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCwzBLbpfBWTyFLtxA6E9eM6RLqSetZZ { top:1.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BufOnm7CJMBEHT3HZp7uykyUx2uHszRG { top:7.875rem;left:0rem;width:11.1875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgsRRsNPOnV2nABRVPqKVQIpf5nVqmH1 { top:7.875rem;left:9.875rem;width:13.0625rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzNuhZAusvXmQLTDtGCHZT1prxAAluWx { top:7.875rem;left:33.125rem;width:11.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDLANbXU4VvzImHTn6awphGITdbKTmAf { top:7.875rem;left:38.3125rem;width:9.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPw48vLWfwaC39W6ZqFkuc47T7FFFQV { top:8.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7VJpNB0UG2WsIWNVOqkhdtN377dN9cM { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6PFag0NSyXzzyeTIvwLFxlyHG6rnqFL { top:8.5625rem;left:29.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks6KV6CifamkvbxUzTSXyShqX8PAmWKE { top:8.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6lrDOon4fGpZSCwPM7aCFD2kUm5t3I { top:13.875rem;left:0rem;width:18.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8TFkJ6odizTxCLPTgXFpduH8EC4Cdmk { top:13.875rem;left:5.25rem;width:18.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCrOC01t5TvCW0C5BQhZGgnmxnPoz8ht { top:13.875rem;left:10.6875rem;width:37.0625rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuoDS7T3N6FSLul411MvwUP6iBlaG4hg { top:33.8125rem;left:25.625rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITGEO8t44Zvq3mJpWGV1Iznh0J6XPOKH { top:29.5625rem;left:5.25rem;width:18.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT91ua9IGnKvTT59aioULBuPBVmFRQXq { top:29.5625rem;left:0rem;width:18.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7BaxLaLsMK7uDNMaChJQG8vuJhH8uSy { top:8.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgWiHqCQtdTT01MiJQFpaUHTKaWZy6r { top:8.125rem;left:6.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvx7PGB1ehUa6lKxh7aTizcV9qBsJB8n { top:8.125rem;left:29.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhXScffMdSVqWWos9mEvo99oDeh8sUTW { top:8.1875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG9XZO79cZpJENuUbdex599Cb9hkz5G { top:33.8125rem;left:25.625rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuuxGdK0gERBWTrRiaNNvs47DHaSXEBD { top:12.9375rem;left:0rem;width:4.3125rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWtTNvzrcISunvlPkNEedPGiOlQHtnqc { display:block; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5oHUMXMHsX72ssBPpQ1CB1SVptwPtym { top:1.4375rem;left:0rem;width:31.5625rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdptE592IUaXWft9Ol8nifWp6pebqI1a { top:10.375rem;left:0rem;width:30.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCHZ62H6hPXE99WRU0a6zukXnumhGXA { top:6.3125rem;left:0rem;width:20.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoVGNnMBa19c5upKRBm8MbJBoIkTVzM3 { top:6.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da1aOIMUrd6QX1mXh6GGHAteVPB9FzHR { top:6.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWih3FiOHrE48BFuPMGdxAZ0mc2q2vBZ { top:1.4375rem;left:19rem;width:20.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aCOfLipB6bws1C13cRJN1oADinJ4My { top:1.4375rem;left:26.9375rem;width:20.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhBBy6wh6L7ZpTtJyu5G3kynMJxfCZhG { top:32.4375rem;left:18.75rem;width:29rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evb4LSWFVkq4kVdKl5DMsEz7suhAEyE5 { top:28.9375rem;left:27.4375rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJE4ZZ9mNozPs6HgLp3AeV2nJGyV34fI { top:28.75rem;left:31.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhHSTqG2kvX245kcJKRZbxwrP05BS6A8 { top:29.1875rem;left:32rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOwfLOITQEHCduG0RCEMs3VMqC4OTfVL { top:22.75rem;left:17.9375rem;width:29.8125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzLMcVDV0WPqVPfkEtHRFDdIwsVaIXZ { top:24.3125rem;left:0rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA0smKTK8MpPldV3JI0VEfSm3rehFQc1 { top:24.3125rem;left:8.0625rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyf4DzD6zGHNTZMoRKLAe8kagU3DFaEw { top:54rem;left:0rem;width:29rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSBeXCdsDTIsmRFvyGuziWismAIApqA9 { top:50.5rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29bDg34imXT7WlRuobu9r0wzwbPLO97 { top:45.625rem;left:0rem;width:29.8125rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHBBWfCb6ae6o8b9iPvdTVnEHWp06KE { top:50.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZRBTdiihArqu5naq6H66X9vfvlXMpf { top:50.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKkhWaKWFNcyAXteMXNZu57JvCEnFgaX { top:46.1875rem;left:19rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBeF7TdfAq4DUACTTAWhJWcpE8KbO0oo { top:46.1875rem;left:26.9375rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCny7iTyKEqt9uPIoavTxXtLUaT6TpGB { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIGpkAmpWRRTdBogLGtX2ii7D0DiAMI { display:block; }
 }@media only screen and (max-width: 763px) { #ZZkCbGgxLzvfoI5sG14c9sEhRuWSpDhD { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocgk1S9NumiMSBcvDTEZyTqmmk0DmhtP { display:block; }
 }@media only screen and (max-width: 763px) { #QLIrxzZWbhSovJHk1kwxOzh52x3q43Do { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW4tuOfrGV7qeJqhKBLuFDcgigp4d0Rw { display:block; }
 }@media only screen and (max-width: 763px) { #aPxMsNcvI3hM3PMOUCC4JI0QsT7vcB9x { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlbWM4TlGE7tEm8ug9kdRB6WrNMSD9Bt { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFFIM0yQWLqTb64zWLGzdvLJ8oWPyAxw { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 { display:block; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5oAV98iurJv2wbTONaMIF0rsNahztWS { top:4.125rem;left:15.125rem;width:32.625rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqgaAHyALAViZT45AIPGgqJXKTMTVk3C { top:12.625rem;left:15.125rem;width:32.625rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6foVDN9l0oTo0hFzRCsxvqRXZiq75v3 { top:21.4375rem;left:0rem;width:19.3125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxmmN2EyyWxRl1zqvu1zF65ObfRiOMdl { top:21.4375rem;left:6.1761133603239rem;width:19.3125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcJA4nHfEuAx5BlmDJq0kDbq520WvbS { top:8.125rem;left:28.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJz5TLLpkDX2TvBZDh4dPNo5HKciIlt7 { top:7.875rem;left:27.4375rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dtSr0F3FvRq8IRL0nRm0E6qdvAPLRV { top:7.6875rem;left:27.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhhGaym99OofuQOqvA5oJG3NpErd3KWH { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Www8er8P7xiBtWTUhmT6JSVdIhCunkIB { display:block; }
 }@media only screen and (max-width: 763px) { #ypT6iN7riMsHrXuXiZvapCphzixtpqDU { top:2.75rem;left:0rem;width:39.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwKNBfxWcgpzREMqRkFzTUI83DeQZTAT { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vINIS6zN1ZSwv6LiTR0rgwNINetv924A { display:block; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVJxwrExrSr2RTfUV7f6NMTpfEeVgnBm { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9KTXteTv4IuCEsg5NbZSab3kULNleXZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rk8G7Dys9EBitXhvwapqynqPJvnAsLKy { top:1.4375rem;left:5.9375rem;width:21.3125rem;height:6.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOLom6yQTzavh4oZypsn1llz9yxAlqHU { display:block; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcUQN8IeFcKxfLE6oGOkNupcIEEmTa87 { top:2.3125rem;left:19rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2gAnMVMrmGvVVNdQFQ3nLi40WyZQKyn { top:2.3125rem;left:26.9375rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqdX3EfSg5a5kPOvm1aIXVq7rGXHL0gk { top:9.375rem;left:0rem;width:29rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmgPKpL3glfqJ0ln6DfglGgIUtqqSG0X { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfo70Xbyv94HrAwK1IAxSQShrHpAitDy { display:block; }
 }@media only screen and (max-width: 763px) { #zKzuWBnKQANHikTtR6LGMcohDZL2yRRO { top:5.875rem;left:0rem;width:20.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSl4id2K07ICassHZA4qxBk7TAo2hk7T { top:1rem;left:0rem;width:29.8125rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBh0q2kzf16vweJH8M0R7LQ9W0TdbQHm { top:5.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyk9Tips4LwAcCmq3p1VEb9sqJSTXEJa { top:6.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUlJnRxQw6qfovUiRhTJaPFyF9vCfrCS { top:5.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOArhPXkCak95Vgfhwn7FK7fJLVW4m52 { top:25.875rem;left:0rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNnKwqQbAQFltvcokxd7gNDwDTlmX60 { top:25.875rem;left:8.0625rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OphuzxGw38iI0gwIg1g7E3QvvBZ30X4G { top:23.8125rem;left:17.9375rem;width:29.8125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnOa2UCQESERnDJAhU8QVfIA33aEf2ms { top:28rem;left:24.75rem;width:23rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3C7LEHdxDq7tcLXsCgiFxXTKNiJzvR3 { top:27.8125rem;left:31.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8TUCsurgir01sarzuhOeVt5aetNy5Bq { top:28.25rem;left:32rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtednlOKye1Lk0B5osHinTULck5ADcD7 { top:33.4375rem;left:18.75rem;width:29rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3S5SWUy9wsf147GCXuLpl1U8myMliPt { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbci82gPizJdKLSAE02GHNvl2HGS8ato { display:block; }
 }@media only screen and (max-width: 763px) { #OV7DoUFKfRH44yQlezchbE4Zb9VKv16N { top:50rem;left:0rem;width:29.8125rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc5w0SEzVlvaUAq2gFXTr4NC1Vr6U7x7 { top:54.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1QAO7HBkbgbNt8kr5ZrexFcn0DsmfKo { top:54.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI8bXiggr3muou2BxtgBMUN7FMB2kDUS { top:54.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKXM4Zwyx38VO3wV72I8r0ptEuiKoklB { top:54.5rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTRXIUuAc3otPabfV4cSL0T8D5xWTpM { top:58.3125rem;left:0rem;width:29rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSMDZLI64X2UnDF6BVTHpiIsU1i1WWaB { top:51.1875rem;left:19rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKS9x24ATBI1GEuvedog0nl0dqu5JvE { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTFGWKgw3McvM762h1n6SucJdsd8sAHs { display:block; }
 }@media only screen and (max-width: 763px) { #zOwVkg7DvtT2SWq5hvotGlx7mflthcSp { top:51.1875rem;left:26.9375rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIf9UzebWdlNIbP7XhNUXGXrsDJ6nA49 { top:75.5625rem;left:0rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1OAwPM3ZTZTVT47FEhoyCiTD3400I4f { top:75.5625rem;left:8.0625rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfDQyQnFNcN28zWuSBP9Vk0ysaNzZ0W { top:73.4375rem;left:17.9375rem;width:29.8125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODetPaH1NE7pT5ugvJiMJCwPKFg5F8tO { top:77.8125rem;left:31.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGVyAVQ7kD7XvNIXEHVHa4haZ54K4UCi { top:78.25rem;left:32rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KISVipiSp3cxpHkGE4nkZaNOQvw2mk7n { top:81.75rem;left:18.75rem;width:29rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI4zpkzJrKqfnewmeiJSwaJTLUQpUSG { top:78rem;left:24.75rem;width:23rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adT7pKcrHhDPKx6drowTrpVGc9v4ileU { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMIrupXQAX1rMTVTb1OfuUFSuTcBdSz { display:block; }
 }@media only screen and (max-width: 763px) { #aVKBNWQHN89ILb7WrUqKdeFC6B6mUuG0 { top:99.5rem;left:0rem;width:29.8125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83GMzRBWul2LxJdnmN3lBOXXgXZfLhB { top:105.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBcz9ueAm9buf6GZ2obcSIpqvoFQXDs0 { top:105.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng39sR1AdB4By9c6thhzo2H6qTLiWKNE { top:105.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31fDKqmfR3aJo8nWwdL25AaSFBTqvFH { top:104rem;left:0rem;width:20.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8hVgqGe6504OZycHHM3tVXwAswFvGr { top:110.25rem;left:0rem;width:29.625rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTGd4fkhmLwqdsqK2xbf0FiVCEQ09we { top:101.3125rem;left:19rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeyyKEAUfKpMXBlg1aiE2l8pQfJCJU8 { top:101.3125rem;left:26.9375rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsLVEcEeQdDxzaEmlsJZOTJFxXcDTrSb { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Topf38VHV6nCHZF0EnEJA1lDmx60IaO8 { display:block; }
 }@media only screen and (max-width: 763px) { #uHDB5G52HTHphrIq3T3rwv1a22ObCxFN { top:128.6875rem;left:0rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRLIAWp0zz44DdgW4pIbiEcKCxQDDOMP { top:128.6875rem;left:8.0625rem;width:20.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXmqmJiZoCFwRllQ6TSnZtxPV4Widrs { top:126.375rem;left:17.9375rem;width:29.8125rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZyPygsiFXstvxQDGaiRUZc7ANGi7vc { top:130.75rem;left:30.3125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6tIwrPXOUOSWht0AXOGgw0J0DxxstS5 { top:131.1875rem;left:30.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPryn16ZCrIp8vFaH17xS9LyGQSeUCeb { top:134.5rem;left:18.75rem;width:29rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1f9FDl2W8nDkQUfdshcbedJ00pOvF6s { top:130.9375rem;left:24.75rem;width:23rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwSFGNT3KdZoqfeboFSPLrA5TQ6TB1Dc { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnApXM8rPyPMaUsCiQypuoS9hq7dBuwq { display:block; }
 }@media only screen and (max-width: 763px) { #lZIEM3MlzE7w37bexcHEObmEini5y1tw { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5yWtKclXit8K0hZELRtuJNcS8HloW8w { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfqDPGERLIko8qq2BgObUiuQcD4yAxCp { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWOfMvhAWCVSv5IFGq9E1l5qH5pJkXPR { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWw41QCoRRsHkokzZgqvT6kn7VCnrC17 { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNfz2y9V5QXi5p9TOHSfMmudtMEEZ8qm { top:8.5625rem;left:6.8125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut { display:block; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW2FoAV2U8rpNwvr3tBQUHVweR3pbBwH { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef13ASJ127WrMnGzrZXVSuWWNkTwNQIC { display:block; }
 }@media only screen and (max-width: 763px) { #LdBPpUqDy0DkDIBDJEv371xMcrefT7Tf { top:1.5rem;left:0rem;width:37.875rem;height:6.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS { display:block; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuCpQM7v3FTDbDDkmHvNvaExDz0q7gLF { top:5.0625rem;left:7.5rem;width:30.0625rem;height:10.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0BfCXiNzRAdEIFmEBqAwPo382MMWl2 { top:1.5rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9l87FlPLJDZy9piOEG4MBJeJLBhvvU { top:5rem;left:7.125rem;width:20.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdzVklHoiJnsDGubVuiTIWwVipIMcZs8 { top:8.4375rem;left:7.125rem;width:30.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSsmsiNUoqElK9gywATeVfnqLVmHTz7C { top:11.5625rem;left:7.125rem;width:27.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5LutJDGP4C4w1xOQNvVDu4Qh7V7VNhC { top:1.4375rem;left:0rem;width:31.5625rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfBvsM3S5IsJri8wZnTH22T5rzFtqGIE { top:11.5rem;left:0rem;width:22.0625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9rNqLnUKL5m8Vg2OEWaa8tXdMM7hp0p { top:7.875rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtXV8wmTTyTdzveT5xPueiXbGuuy0CHO { top:13.8125rem;left:13.1875rem;width:25.25rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGJ4uxU6EJifUxqHJFiFp4AW2QhsDEA { top:10.125rem;left:17rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8NFNewt94FcZTpA4wPQvpKFUcyGlBTn { top:25.4375rem;left:0rem;width:22.5625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXsTQVUN0aZLplt6txV0rOXJT0wFaxu9 { top:21.75rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs3THkiHfq24J489HKs06eNlpoH9Znm { top:8rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCogGkFonIhgBay5vbuIcKoyIE3zU9M8 { top:10.125rem;left:13.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPZP2sMUITJTv8hDBecUym0FdGzUAdTe { top:21.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylJM3SzDZrrIuWM585ElRL2FC02AA { top:28.1875rem;left:13.125rem;width:25.375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUC1RLFvEEnFt7amRck4EA9oM8W2kQk { top:24.5rem;left:13.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTnIa2sLxReitH1U98uxQMMilvVinXu { top:24.375rem;left:17rem;width:20.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdKw7qOBJyrgDmIMAp1TL5Ua35EnlND { width:16.25rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL { display:block; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uR3hpnfr5ptE733lbyxuHaa1QFOdqmW6 { top:2.1875rem;left:0rem;width:29.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9nThQQXgGVkixn1MrNgNdnHXnilSWF7 { top:10.75rem;left:0rem;width:27.0625rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAb0oChR1F0yEOsNBsxCN4ea9be0okwE { top:1.625rem;left:2.875rem;width:44.875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZOwNU37QUIu9dcuHTTJNDhHzihi7OV { top:1.625rem;left:16.25rem;width:0.375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z { display:block; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObwWgqoTgVHNTIQbnlS3vSyTJLADdkR8 { top:2.6875rem;left:0rem;width:32.25rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEvfzszFJagU2e5x9douEq2hRkn00Ni { top:7.9375rem;left:0rem;width:43.8125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQH0wsLuuP5vfI9B2S8iD2QTKR5WAA3w { top:30.4375rem;left:0rem;width:22.5rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ceT1oLZu8TPeqNLEAQbiBVRMxDELWE { top:14.25rem;left:0rem;width:20.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVZCMnF1oi78wUVJLKaFRVGL9e4EHqT2 { top:33.5rem;left:0rem;width:22.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k9tGgpCmKVxiTh8TvV0pTCXAhFA44z { top:35.875rem;left:0rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndHTXVrxeOwg0L1JLmByvmW45TeSMysq { top:15.9375rem;left:15.5rem;width:32.25rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4xtATXt33CtmBZt89nEw82IA7bBMb1P { top:27.0625rem;left:19.625rem;width:25.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxwnGrFOG2u9QMPVMg7tV3Td8qRhyTl { top:30.4375rem;left:18.0625rem;width:29.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBI5Thyioxwf2yfVNP0KTITsiABgthX { top:33.5625rem;left:19.6875rem;width:25.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohyzKq26tdPVDoChdhJdCueWNtpTN9u { top:3.3125rem;left:23.125rem;width:24.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZthykZ969vTAyK03We5aX2MR5M7mK3 { top:33.625rem;left:16.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX5C6HKrJ5CiTnuADbl6wtkZr1DKi30P { top:30.4375rem;left:16.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zvoqHhWvCd68lKwbNM4biSCe3wLg0Q { top:27.0625rem;left:16.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIQoDDE1ybPpBdi2RrgF7hEAD99huJIE { top:2.9375rem;left:20.0625rem;width:27.6875rem;height:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-regular-label { display:block;width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-text {padding-top: 0; padding-bottom: 0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-select {padding-top: 0; padding-bottom: 0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-checkbox-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF  { width:23.375rem;height:38.4375rem;top:13.125rem;left:0rem; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF {display:block;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF { width:23.375rem;height:38.4375rem;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #prtXVhxaLv8c8cVGOdapE7im2AT8xqEI {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #oFP4FxTnwWaXFAhf9BNA6hF2wE66Ehqv { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #scT9ynGKPcG863r1VXFkb3PWZ1IQzrNL {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #Cpw4A9XTibxE2IoL7x4u8bOEw7Aw4DWW {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #isk4o1b0bKTh5vJXRg6dcurxFhprcN25 { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #az2aVXCGLQpbcRzMrtCp8zyQvaEu3Wb4 {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #Jsk0T5kQLxG14OTt4Zq55L2gLJ8zcrTD {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #GSAJMv3L61vnSgJBQfWydpQsceEhXxmR { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #tuzZrCRkxHTOpnQUc3tR78fHGaSrxWDu {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #vbU7sr0A6aFo25XdNXmnmRl3tsCxVoZS {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #OTCT8X67RO4x2kDiEdnyNhJEK9z7Z0mM {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #gGOlRdqozbqZkRZgqnNVSA9LT0xJaCy3 {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #fwfrspU2JXEB1xAomgMI3b1MDT3v3CnR {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #pyZRKtFiktpTZDrfFmzDeulUxharbE1Q {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #gm1GI2gH3CI5TaRmhBotSdp0USRaQGXy {  }
 }@media only screen and (max-width: 763px) { #chVy7b3rl5lTO5zpdDmJ72TJHULVw0J0 { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #dMEQyiDqu9uhrCGKOJvKLOkqkehtGumV { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #TeukK65WDEuCcBTXXe3bLz1FWnJvvlGh {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #JbHxp7L4TPzzGuGn1BiPrXm0d5UgV6Ez { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #f85JwBhcZ8xWxTQQOtM3gn6bHnWPG2QV {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #q6JA5l4eTHSOCASiRoXp9SV1STTzNCEC {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #nDNcW5axkJiHpQMS0LCL9Ep82Jza62WT {  }
 }@media only screen and (max-width: 763px) { #UrwQwGNRmnGMenMmp5JAMGcwmUSyFha1 { top:1.8125rem;left:14.875rem;width:32.875rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDu9JP1TD9rc5hK8wzAySeUTA0GLHK9e { top:0.875rem;left:0rem;width:36.3125rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqccRE6dEhTOhXEOtLm58qt2UtXLvw3L { top:2.9375rem;left:29.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvDVgre7W6H1tJp22QnZFa2ALnDnqP7Q { top:9.8125rem;left:29.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHQgC6ZZXyn7XGTagpBUcukeIaew5iF { top:16.4375rem;left:29.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV2gKhCtQ46hpZg2TBW0XbTBx4T3mvFV { top:23.3125rem;left:29.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUfeRyrrwipnT1V1kcS6KgVZvIQqGZC { top:29.875rem;left:29.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW6VrIGoa0gBEl3mr3TutuueZxvyBhRi { top:2.125rem;left:0rem;width:33.75rem;height:4.8125rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfzqpfuVF0cPa3PQS7x9DWNniiobHyUK { top:27.9375rem;left:17.25rem;width:30.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { top:1.3125rem;left:0rem;width:33.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { top:8.875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { top:9.3125rem;left:14.6875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { top:16.0625rem;left:0rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { top:16.0625rem;left:14.6875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { top:10.0625rem;left:0rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { top:10.0625rem;left:19.4375rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { top:14.5625rem;left:0rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { top:14.5625rem;left:14.6875rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S { display:block; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGcqRRAcHTIx7upF3XZS68QTbUyxpIaF { top:7.6875rem;left:0rem;width:39.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { width:9.375rem;height:3.75rem;top:6.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block; }
 }@media only screen and (max-width: 763px) { #Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { top:6.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi { top:2rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #vsw7GifmMu90q4HBL8lfhIdVdhdRT7cB { top:1.8125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
#vsw7GifmMu90q4HBL8lfhIdVdhdRT7cB > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #hA3B2oi1GVsBbzcRdFNFGycQL67e3ZLE { top:0.875rem;left:0rem;width:16.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { position:relative;z-index:auto;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.1875rem;height:3.125rem;top:12rem;left:8.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #O8GkpM0KkSsRoaJXblO308zWuz8OTTBk { width:6.8125rem;height:3.0625rem;top:7.3125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LLSCH2BxQ5ONmmBIhu5baLWURqq6nfkm { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { width:15.75rem;height:4.9375rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chxuIw05A4KaLhCaRVGvJ1ePSkc1dTBM { width:4.6875rem;height:2.8125rem;top:7.5625rem;left:14.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sn591KQwba8B9ktXfgnIktkEJdfU8BJM { display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { width:6.0625rem;height:4.125rem;top:6.8125rem;left:7.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block; }
 }@media only screen and (max-width: 763px) { #VkaliNbLKtoMneSCxPWA03GQxraB9UL3 { display:flex;width:3.1875rem;height:3.1875rem;top:11.9375rem;left:4.375rem;font-size:1.875rem;display:none; }
#VkaliNbLKtoMneSCxPWA03GQxraB9UL3 > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #iNiQreTAZ7SzmxSLDcM4uz9wyvEdmecU { display:flex;width:2.8125rem;height:2.8125rem;top:12.125rem;left:0rem;display:none; }
#iNiQreTAZ7SzmxSLDcM4uz9wyvEdmecU > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/7dee4e25-d43f-43ca-a873-bb19213e6b09/seasidecypr2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V.adaptive-delivery-prevent-bg, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyload, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyloading { background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .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); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOPtxb4oBBDN1DnnpuHHPieUzFht1RTq { width:20rem;height:11.34275rem;top:2.0625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7xRxePNWmIzsUvxfxOZt866rbJ3pn3R { width:20rem;height:13.75rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eK8l5NUoFGmW7rMPwlISTemaV2dLEsrX { width:1.0625rem;height:15.8125rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { width:17.875rem;height:6rem;top:1.9375rem;left:1.0625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { width:20rem;height:0;top:23.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mTZisidrg31wCrXibwPahQrJwcRvOVWB { height:11.224625rem;width:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8McCT9J9Kl7ZmWouXFJSMV5JL56wGJu { width:20rem;height:2.3994125rem;top:22.349609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQFCm9CVSTD2wJIppLnwnADUw8vna2ud { display:flex;width:2.1875rem;height:2.1875rem;top:27.4375rem;left:0.9375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #vskayH9T7BxrPtVHN5Hfy0ZJdfnLlU9r { width:14.3125rem;height:3.75rem;top:26.65625rem;left:5.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImdnAxnsu1W8I4CNfP582Kwxwhg7y0DD { width:14.25rem;height:3.75rem;top:32.4375rem;left:5.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OzwXJnhXWqtCXOpRghaGpTUhfpRzQhR4 { display:flex;width:2.4375rem;height:2.4375rem;top:33.03125rem;left:0.75rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #qnzqQ8TKdoDNdEpKVM73lmUcDXJlBusU { display:flex;width:2.5rem;height:2.5rem;top:38.875rem;left:0.78125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #UBRPfwiGqsDhJR0tV6Ckqgg0odc5Zf2V { width:13.875rem;height:3.75rem;top:38.25rem;left:5.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VhFZMAspgM58xvz6BSTBqq01zDVw2wr3 { width:4rem;height:4rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXvG7qDVRyv3aIToLiOpeOQgJQ9VIlK { width:4rem;height:4rem;top:32.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmKqHMkIRienbTptr10BekmVRtzTamJA { width:4rem;height:4rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBINOf8oge4UqpkeV6h7kZVKoFUGmAAo { width:0.25rem;height:12.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ { display:block; }#ogBh5nRIvXMrrp7r3yi2lPKCO4JJeQFZ > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCwzBLbpfBWTyFLtxA6E9eM6RLqSetZZ { width:20rem;height:4.798825rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BufOnm7CJMBEHT3HZp7uykyUx2uHszRG { width:4.3125rem;height:3.298825rem;top:9.0625rem;left:6.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rgsRRsNPOnV2nABRVPqKVQIpf5nVqmH1 { width:13.1875rem;height:3.298825rem;top:18.4375rem;left:6.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzNuhZAusvXmQLTDtGCHZT1prxAAluWx { width:11.5rem;height:3.298825rem;top:23.5rem;left:6.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDLANbXU4VvzImHTn6awphGITdbKTmAf { width:13.4375rem;height:0;top:133.625rem;left:5.375rem;font-size:1.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LvPw48vLWfwaC39W6ZqFkuc47T7FFFQV { display:flex;width:1.75rem;height:1.75rem;top:133.57421875rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7VJpNB0UG2WsIWNVOqkhdtN377dN9cM { display:flex;width:1.75rem;height:1.75rem;top:24.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #V6PFag0NSyXzzyeTIvwLFxlyHG6rnqFL { display:flex;width:1.75rem;height:1.75rem;top:19.1875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Ks6KV6CifamkvbxUzTSXyShqX8PAmWKE { display:flex;width:1.75rem;height:1.75rem;top:166.0859375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jr6lrDOon4fGpZSCwPM7aCFD2kUm5t3I { width:20rem;height:16.61425rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8TFkJ6odizTxCLPTgXFpduH8EC4Cdmk { width:20rem;height:16.61425rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCrOC01t5TvCW0C5BQhZGgnmxnPoz8ht { width:20rem;height:16.7705rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuoDS7T3N6FSLul411MvwUP6iBlaG4hg { display:flex;width:1.75rem;height:1.75rem;top:14.5rem;left:1.75rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #ITGEO8t44Zvq3mJpWGV1Iznh0J6XPOKH { width:20rem;height:16.5rem;top:98.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT91ua9IGnKvTT59aioULBuPBVmFRQXq { width:20rem;height:16.625rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7BaxLaLsMK7uDNMaChJQG8vuJhH8uSy { width:2.625rem;height:2.625rem;top:9.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgWiHqCQtdTT01MiJQFpaUHTKaWZy6r { width:2.625rem;height:2.625rem;top:14.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvx7PGB1ehUa6lKxh7aTizcV9qBsJB8n { width:2.625rem;height:2.625rem;top:18.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhXScffMdSVqWWos9mEvo99oDeh8sUTW { width:2.625rem;height:2.625rem;top:23.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG9XZO79cZpJENuUbdex599Cb9hkz5G { display:flex;width:1.75rem;height:1.75rem;top:9.875rem;left:1.75rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #CuuxGdK0gERBWTrRiaNNvs47DHaSXEBD { width:9.0625rem;height:3.298825rem;top:13.75rem;left:6.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AWtTNvzrcISunvlPkNEedPGiOlQHtnqc { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/715b6f85-64d7-4544-80d0-3d1e41d5c25c/toseasidecyprusestate.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc.adaptive-delivery-prevent-bg, #AWtTNvzrcISunvlPkNEedPGiOlQHtnqc.lazyload, #AWtTNvzrcISunvlPkNEedPGiOlQHtnqc.lazyloading { background-image: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container { background-color: transparent; background-image: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container > .video-iframe-container { display: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row > .video-iframe-container { display: none; }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .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); }#AWtTNvzrcISunvlPkNEedPGiOlQHtnqc > .row .container { width:20rem;height:184.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5oHUMXMHsX72ssBPpQ1CB1SVptwPtym { width:20rem;height:2.3994125rem;top:1.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XdptE592IUaXWft9Ol8nifWp6pebqI1a { width:20rem;height:14.34375rem;top:25.125rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BTCHZ62H6hPXE99WRU0a6zukXnumhGXA { width:16.5625rem;height:1.6494125rem;top:4.88671875rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoVGNnMBa19c5upKRBm8MbJBoIkTVzM3 { width:2.625rem;height:2.625rem;top:4.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da1aOIMUrd6QX1mXh6GGHAteVPB9FzHR { display:flex;width:1.75rem;height:1.75rem;top:116.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWih3FiOHrE48BFuPMGdxAZ0mc2q2vBZ { width:20rem;height:16.816375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aCOfLipB6bws1C13cRJN1oADinJ4My { width:20rem;height:16.8154375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhBBy6wh6L7ZpTtJyu5G3kynMJxfCZhG { width:20rem;height:11.15625rem;top:87.625rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Evb4LSWFVkq4kVdKl5DMsEz7suhAEyE5 { width:16.125rem;height:1.6494125rem;top:66.875rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJE4ZZ9mNozPs6HgLp3AeV2nJGyV34fI { width:2.625rem;height:2.625rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhHSTqG2kvX245kcJKRZbxwrP05BS6A8 { display:flex;width:1.75rem;height:1.75rem;top:200.5429375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOwfLOITQEHCduG0RCEMs3VMqC4OTfVL { width:20rem;height:2.3994125rem;top:63.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzLMcVDV0WPqVPfkEtHRFDdIwsVaIXZ { width:20rem;height:16.755875rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA0smKTK8MpPldV3JI0VEfSm3rehFQc1 { width:20rem;height:16.755875rem;top:100.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyf4DzD6zGHNTZMoRKLAe8kagU3DFaEw { width:20rem;height:14.34375rem;top:147.625rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zSBeXCdsDTIsmRFvyGuziWismAIApqA9 { width:15.875rem;height:1.6494125rem;top:126.875rem;left:4.125rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J29bDg34imXT7WlRuobu9r0wzwbPLO97 { width:20rem;height:2.3994125rem;top:123.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHBBWfCb6ae6o8b9iPvdTVnEHWp06KE { width:2.625rem;height:2.625rem;top:126.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZRBTdiihArqu5naq6H66X9vfvlXMpf { display:flex;width:1.75rem;height:1.75rem;top:227.8710625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKkhWaKWFNcyAXteMXNZu57JvCEnFgaX { width:20rem;height:16.755875rem;top:129.6181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBeF7TdfAq4DUACTTAWhJWcpE8KbO0oo { width:20rem;height:16.755875rem;top:162.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCny7iTyKEqt9uPIoavTxXtLUaT6TpGB { width:11.25rem;height:3.25rem;top:57.8125rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIGpkAmpWRRTdBogLGtX2ii7D0DiAMI { display:block; }
 }@media only screen and (max-width: 763px) { #ZZkCbGgxLzvfoI5sG14c9sEhRuWSpDhD { width:11.25rem;height:3.25rem;top:117.9375rem;left:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocgk1S9NumiMSBcvDTEZyTqmmk0DmhtP { display:block; }
 }@media only screen and (max-width: 763px) { #QLIrxzZWbhSovJHk1kwxOzh52x3q43Do { width:11.25rem;height:3.25rem;top:180.125rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW4tuOfrGV7qeJqhKBLuFDcgigp4d0Rw { display:block; }
 }@media only screen and (max-width: 763px) { #aPxMsNcvI3hM3PMOUCC4JI0QsT7vcB9x { display:flex;width:1.75rem;height:1.75rem;top:4.8359375rem;left:0.4375rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #PlbWM4TlGE7tEm8ug9kdRB6WrNMSD9Bt { display:flex;width:1.75rem;height:1.75rem;top:66.8125rem;left:0.4375rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #OFFIM0yQWLqTb64zWLGzdvLJ8oWPyAxw { display:flex;width:1.75rem;height:1.75rem;top:126.8125rem;left:0.4375rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 { display:block; }#X7pMP4FfJgTz8kWozELTfbLzCnLL4wx6 > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5oAV98iurJv2wbTONaMIF0rsNahztWS { width:20rem;height:2rem;top:2.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqgaAHyALAViZT45AIPGgqJXKTMTVk3C { width:20rem;height:22.5rem;top:35.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6foVDN9l0oTo0hFzRCsxvqRXZiq75v3 { width:20rem;height:16.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxmmN2EyyWxRl1zqvu1zF65ObfRiOMdl { width:20rem;height:16.75rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcJA4nHfEuAx5BlmDJq0kDbq520WvbS { display:flex;width:1.75rem;height:1.75rem;top:109.985375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJz5TLLpkDX2TvBZDh4dPNo5HKciIlt7 { width:16.4375rem;height:1.6494125rem;top:5.375rem;left:3.5625rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T3dtSr0F3FvRq8IRL0nRm0E6qdvAPLRV { width:2.625rem;height:2.625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhhGaym99OofuQOqvA5oJG3NpErd3KWH { width:11.25rem;height:3.25rem;top:78.375rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Www8er8P7xiBtWTUhmT6JSVdIhCunkIB { display:block; }
 }@media only screen and (max-width: 763px) { #ypT6iN7riMsHrXuXiZvapCphzixtpqDU { width:20rem;height:9.3610223642173rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwKNBfxWcgpzREMqRkFzTUI83DeQZTAT { display:flex;width:1.75rem;height:1.75rem;top:5.3125rem;left:0.4375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #vINIS6zN1ZSwv6LiTR0rgwNINetv924A { display:block; }#vINIS6zN1ZSwv6LiTR0rgwNINetv924A > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVJxwrExrSr2RTfUV7f6NMTpfEeVgnBm { width:12.5rem;height:3.25rem;top:7.29785rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9KTXteTv4IuCEsg5NbZSab3kULNleXZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rk8G7Dys9EBitXhvwapqynqPJvnAsLKy { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOLom6yQTzavh4oZypsn1llz9yxAlqHU { display:block; }#xOLom6yQTzavh4oZypsn1llz9yxAlqHU > .row .container { width:20rem;height:391.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcUQN8IeFcKxfLE6oGOkNupcIEEmTa87 { width:20rem;height:16.755875rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2gAnMVMrmGvVVNdQFQ3nLi40WyZQKyn { width:20rem;height:16.756756756757rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqdX3EfSg5a5kPOvm1aIXVq7rGXHL0gk { width:20rem;height:14.34375rem;top:25.875rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dmgPKpL3glfqJ0ln6DfglGgIUtqqSG0X { width:9.9375rem;height:3.25rem;top:58.9375rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfo70Xbyv94HrAwK1IAxSQShrHpAitDy { display:block; }
 }@media only screen and (max-width: 763px) { #zKzuWBnKQANHikTtR6LGMcohDZL2yRRO { width:16.375rem;height:1.6494125rem;top:5.125rem;left:3.625rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PSl4id2K07ICassHZA4qxBk7TAo2hk7T { width:20rem;height:2.3994125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBh0q2kzf16vweJH8M0R7LQ9W0TdbQHm { width:2.625rem;height:2.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyk9Tips4LwAcCmq3p1VEb9sqJSTXEJa { display:flex;width:1.75rem;height:1.75rem;top:5.3359375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUlJnRxQw6qfovUiRhTJaPFyF9vCfrCS { width:2.625rem;height:2.625rem;top:68.5rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qOArhPXkCak95Vgfhwn7FK7fJLVW4m52 { width:20rem;height:16.755875rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNnKwqQbAQFltvcokxd7gNDwDTlmX60 { width:20rem;height:16.755875rem;top:107.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OphuzxGw38iI0gwIg1g7E3QvvBZ30X4G { width:20rem;height:2.3994125rem;top:65.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnOa2UCQESERnDJAhU8QVfIA33aEf2ms { width:16.625rem;height:3.298825rem;top:68.1875rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3C7LEHdxDq7tcLXsCgiFxXTKNiJzvR3 { width:2.625rem;height:2.625rem;top:103.9375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8TUCsurgir01sarzuhOeVt5aetNy5Bq { display:flex;width:1.75rem;height:1.75rem;top:111.7500625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtednlOKye1Lk0B5osHinTULck5ADcD7 { width:20rem;height:19.125rem;top:90.1875rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #b3S5SWUy9wsf147GCXuLpl1U8myMliPt { width:9.9375rem;height:3.25rem;top:124.9375rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbci82gPizJdKLSAE02GHNvl2HGS8ato { display:block; }
 }@media only screen and (max-width: 763px) { #OV7DoUFKfRH44yQlezchbE4Zb9VKv16N { width:20rem;height:2.3994125rem;top:130.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc5w0SEzVlvaUAq2gFXTr4NC1Vr6U7x7 { width:2.625rem;height:2.625rem;top:133.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1QAO7HBkbgbNt8kr5ZrexFcn0DsmfKo { display:flex;width:1.75rem;height:1.75rem;top:148.69635rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI8bXiggr3muou2BxtgBMUN7FMB2kDUS { width:2.625rem;height:2.625rem;top:196.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RKXM4Zwyx38VO3wV72I8r0ptEuiKoklB { width:16.25rem;height:1.6494125rem;top:134rem;left:3.75rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QtTRXIUuAc3otPabfV4cSL0T8D5xWTpM { width:20rem;height:14.34375rem;top:155.1875rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FSMDZLI64X2UnDF6BVTHpiIsU1i1WWaB { width:20rem;height:16.756756756757rem;top:137.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKS9x24ATBI1GEuvedog0nl0dqu5JvE { width:9.9375rem;height:3.25rem;top:187.625rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTFGWKgw3McvM762h1n6SucJdsd8sAHs { display:block; }
 }@media only screen and (max-width: 763px) { #zOwVkg7DvtT2SWq5hvotGlx7mflthcSp { width:20rem;height:16.755875rem;top:170.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIf9UzebWdlNIbP7XhNUXGXrsDJ6nA49 { width:20rem;height:16.755875rem;top:199.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1OAwPM3ZTZTVT47FEhoyCiTD3400I4f { width:20rem;height:16.755875rem;top:237.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfDQyQnFNcN28zWuSBP9Vk0ysaNzZ0W { width:20rem;height:2.3994125rem;top:193.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODetPaH1NE7pT5ugvJiMJCwPKFg5F8tO { width:2.625rem;height:2.625rem;top:260.6875rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGVyAVQ7kD7XvNIXEHVHa4haZ54K4UCi { display:flex;width:1.75rem;height:1.75rem;top:255.110475rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KISVipiSp3cxpHkGE4nkZaNOQvw2mk7n { width:20rem;height:20.71875rem;top:216.4375rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI4zpkzJrKqfnewmeiJSwaJTLUQpUSG { width:16.3125rem;height:1.6494125rem;top:196.875rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adT7pKcrHhDPKx6drowTrpVGc9v4ileU { width:9.9375rem;height:3.25rem;top:255.1875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMIrupXQAX1rMTVTb1OfuUFSuTcBdSz { display:block; }
 }@media only screen and (max-width: 763px) { #aVKBNWQHN89ILb7WrUqKdeFC6B6mUuG0 { width:20rem;height:2.3994125rem;top:260.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83GMzRBWul2LxJdnmN3lBOXXgXZfLhB { width:2.625rem;height:2.625rem;top:263.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBcz9ueAm9buf6GZ2obcSIpqvoFQXDs0 { display:flex;width:1.75rem;height:1.75rem;top:292.0011rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng39sR1AdB4By9c6thhzo2H6qTLiWKNE { width:2.625rem;height:2.625rem;top:329.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #X31fDKqmfR3aJo8nWwdL25AaSFBTqvFH { width:16.1875rem;height:3.298825rem;top:263.349609375rem;left:3.8125rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ow8hVgqGe6504OZycHHM3tVXwAswFvGr { width:20rem;height:17.53125rem;top:284.923828125rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mFTGd4fkhmLwqdsqK2xbf0FiVCEQ09we { width:20rem;height:16.755875rem;top:267.580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeyyKEAUfKpMXBlg1aiE2l8pQfJCJU8 { width:20rem;height:16.755875rem;top:302.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsLVEcEeQdDxzaEmlsJZOTJFxXcDTrSb { width:9.9375rem;height:3.25rem;top:320.466796875rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Topf38VHV6nCHZF0EnEJA1lDmx60IaO8 { display:block; }
 }@media only screen and (max-width: 763px) { #uHDB5G52HTHphrIq3T3rwv1a22ObCxFN { width:20rem;height:16.755875rem;top:333.404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRLIAWp0zz44DdgW4pIbiEcKCxQDDOMP { width:20rem;height:16.755875rem;top:367.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXmqmJiZoCFwRllQ6TSnZtxPV4Widrs { width:20rem;height:2.3994125rem;top:326.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZyPygsiFXstvxQDGaiRUZc7ANGi7vc { width:2.625rem;height:2.625rem;top:402.8146375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6tIwrPXOUOSWht0AXOGgw0J0DxxstS5 { display:flex;width:1.75rem;height:1.75rem;top:403.2521375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPryn16ZCrIp8vFaH17xS9LyGQSeUCeb { width:20rem;height:15.9375rem;top:350.900390625rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #s1f9FDl2W8nDkQUfdshcbedJ00pOvF6s { width:16.0625rem;height:1.6494125rem;top:330.05078125rem;left:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwSFGNT3KdZoqfeboFSPLrA5TQ6TB1Dc { width:9.9375rem;height:3.25rem;top:385.275390625rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnApXM8rPyPMaUsCiQypuoS9hq7dBuwq { display:block; }
 }@media only screen and (max-width: 763px) { #lZIEM3MlzE7w37bexcHEObmEini5y1tw { display:flex;width:1.75rem;height:1.75rem;top:5.1875rem;left:0.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #I5yWtKclXit8K0hZELRtuJNcS8HloW8w { display:flex;width:1.75rem;height:1.75rem;top:68.9375rem;left:0.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #DfqDPGERLIko8qq2BgObUiuQcD4yAxCp { display:flex;width:1.75rem;height:1.75rem;top:133.9375rem;left:0.4375rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #RWOfMvhAWCVSv5IFGq9E1l5qH5pJkXPR { display:flex;width:1.75rem;height:1.75rem;top:196.8125rem;left:0.4375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #RWw41QCoRRsHkokzZgqvT6kn7VCnrC17 { display:flex;width:1.75rem;height:1.75rem;top:264.125rem;left:0.4375rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #nNfz2y9V5QXi5p9TOHSfMmudtMEEZ8qm { display:flex;width:1.75rem;height:1.75rem;top:330rem;left:0.4375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut { display:block; }#hgREZFyVbrrUHxEsmUngBSVfhWgUI3Ut > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW2FoAV2U8rpNwvr3tBQUHVweR3pbBwH { width:12.5rem;height:3.25rem;top:9.69825rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef13ASJ127WrMnGzrZXVSuWWNkTwNQIC { display:block; }
 }@media only screen and (max-width: 763px) { #LdBPpUqDy0DkDIBDJEv371xMcrefT7Tf { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS { display:block; }#rw8fUdC8MTxSqrSAat6Q6vpWGW5riwTS > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuCpQM7v3FTDbDDkmHvNvaExDz0q7gLF { width:17.9375rem;height:16.25rem;top:13.375rem;left:1.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0BfCXiNzRAdEIFmEBqAwPo382MMWl2 { display:flex;width:10.6875rem;height:10.6875rem;top:2.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xz9l87FlPLJDZy9piOEG4MBJeJLBhvvU { width:20rem;height:6.8125rem;top:13.375rem;left:0rem;background-color:#f5db31;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SdzVklHoiJnsDGubVuiTIWwVipIMcZs8 { width:19.3125rem;height:4.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSsmsiNUoqElK9gywATeVfnqLVmHTz7C { width:17.8125rem;height:6rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/715b6f85-64d7-4544-80d0-3d1e41d5c25c/toseasidecyprusestate.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ.adaptive-delivery-prevent-bg, #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ.lazyload, #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ.lazyloading { background-image: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { background-color: transparent; background-image: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .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); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5LutJDGP4C4w1xOQNvVDu4Qh7V7VNhC { width:15.875rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfBvsM3S5IsJri8wZnTH22T5rzFtqGIE { width:20rem;height:6.375rem;top:10.5859375rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #G9rNqLnUKL5m8Vg2OEWaa8tXdMM7hp0p { width:16.875rem;height:1.6499rem;top:7.88671875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtXV8wmTTyTdzveT5xPueiXbGuuy0CHO { width:20rem;height:9.5625rem;top:22.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGJ4uxU6EJifUxqHJFiFp4AW2QhsDEA { width:16.875rem;height:1.6494125rem;top:19.75rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8NFNewt94FcZTpA4wPQvpKFUcyGlBTn { width:20rem;height:7.96875rem;top:69.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXsTQVUN0aZLplt6txV0rOXJT0wFaxu9 { width:16.875rem;height:1.6494125rem;top:67.4375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs3THkiHfq24J489HKs06eNlpoH9Znm { display:flex;width:2.5rem;height:2.5rem;top:7.4609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KCogGkFonIhgBay5vbuIcKoyIE3zU9M8 { display:flex;width:2.5rem;height:2.5rem;top:19.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nPZP2sMUITJTv8hDBecUym0FdGzUAdTe { display:flex;width:2.5rem;height:2.5rem;top:67rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3ylJM3SzDZrrIuWM585ElRL2FC02AA { width:20rem;height:9.5625rem;top:82.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUC1RLFvEEnFt7amRck4EA9oM8W2kQk { display:flex;width:2.5rem;height:2.5rem;top:78.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dUTnIa2sLxReitH1U98uxQMMilvVinXu { width:16.9375rem;height:1.6494125rem;top:79.3125rem;left:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdKw7qOBJyrgDmIMAp1TL5Ua35EnlND { top:34.0625rem;left:0rem;width:20rem;height:30.0625rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL { display:block; }#Jzr6NgTUcJtM3ST5ngdsoutiqTWGsTEL > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uR3hpnfr5ptE733lbyxuHaa1QFOdqmW6 { width:13.5rem;height:7.19825rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d9nThQQXgGVkixn1MrNgNdnHXnilSWF7 { width:20rem;height:0;top:21.5rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #KAb0oChR1F0yEOsNBsxCN4ea9be0okwE { height:11.2255625rem;width:20rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZOwNU37QUIu9dcuHTTJNDhHzihi7OV { width:0.375rem;height:12.875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z { display:block; }#pUDbc10xWHfykOQ4dd8VUnlwJ6aoS05Z > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObwWgqoTgVHNTIQbnlS3vSyTJLADdkR8 { width:20rem;height:2.3994125rem;top:9.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEvfzszFJagU2e5x9douEq2hRkn00Ni { width:20rem;height:11.15625rem;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQH0wsLuuP5vfI9B2S8iD2QTKR5WAA3w { width:16.5625rem;height:1.94921875rem;top:42.4375rem;left:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ceT1oLZu8TPeqNLEAQbiBVRMxDELWE { width:16.1875rem;height:12.625rem;top:27.75rem;left:1.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVZCMnF1oi78wUVJLKaFRVGL9e4EHqT2 { width:16.0625rem;height:1.5rem;top:44.6875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k9tGgpCmKVxiTh8TvV0pTCXAhFA44z { width:18.3125rem;height:0.3125rem;top:41.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndHTXVrxeOwg0L1JLmByvmW45TeSMysq { width:20rem;height:14.34375rem;top:48.25rem;left:0rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E4xtATXt33CtmBZt89nEw82IA7bBMb1P { width:13.1875rem;height:3.25rem;top:65.5625rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxwnGrFOG2u9QMPVMg7tV3Td8qRhyTl { width:17.0625rem;height:3.25rem;top:71.1875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBI5Thyioxwf2yfVNP0KTITsiABgthX { width:16.875rem;height:1.625rem;top:76.875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohyzKq26tdPVDoChdhJdCueWNtpTN9u { width:20rem;height:6.09081875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZthykZ969vTAyK03We5aX2MR5M7mK3 { display:flex;width:1.75rem;height:1.75rem;top:76.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JX5C6HKrJ5CiTnuADbl6wtkZr1DKi30P { display:flex;width:1.75rem;height:1.75rem;top:71.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B6zvoqHhWvCd68lKwbNM4biSCe3wLg0Q { display:flex;width:1.75rem;height:1.75rem;top:66.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { background-color:#cfc3e8;background-image:url("https://images.assets-landingi.com/uc/923906ba-bf03-4d75-a97c-97288465ff11/seasidenaszenieruchomoci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE.adaptive-delivery-prevent-bg, #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE.lazyload, #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE.lazyloading { background-image: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { background-color: transparent; background-image: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .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); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIQoDDE1ybPpBdi2RrgF7hEAD99huJIE { width:16.3125rem;height:0;top:19.3125rem;left:2.875rem;font-size:1.0625rem;color:#2f2f2f;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-text {padding-top: 0; padding-bottom: 0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-select {padding-top: 0; padding-bottom: 0;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF  { width:17.5rem;height:auto;top:9.4296875rem;left:0rem; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF {display:block;}#UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF { width:17.5rem;height:auto;top:9.4296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #prtXVhxaLv8c8cVGOdapE7im2AT8xqEI {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #oFP4FxTnwWaXFAhf9BNA6hF2wE66Ehqv { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #scT9ynGKPcG863r1VXFkb3PWZ1IQzrNL {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #Cpw4A9XTibxE2IoL7x4u8bOEw7Aw4DWW {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #isk4o1b0bKTh5vJXRg6dcurxFhprcN25 { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #az2aVXCGLQpbcRzMrtCp8zyQvaEu3Wb4 {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #Jsk0T5kQLxG14OTt4Zq55L2gLJ8zcrTD {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #GSAJMv3L61vnSgJBQfWydpQsceEhXxmR { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #tuzZrCRkxHTOpnQUc3tR78fHGaSrxWDu {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #vbU7sr0A6aFo25XdNXmnmRl3tsCxVoZS {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #OTCT8X67RO4x2kDiEdnyNhJEK9z7Z0mM {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #gGOlRdqozbqZkRZgqnNVSA9LT0xJaCy3 {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #fwfrspU2JXEB1xAomgMI3b1MDT3v3CnR {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #pyZRKtFiktpTZDrfFmzDeulUxharbE1Q {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #gm1GI2gH3CI5TaRmhBotSdp0USRaQGXy {  }
 }@media only screen and (max-width: 763px) { #chVy7b3rl5lTO5zpdDmJ72TJHULVw0J0 { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #dMEQyiDqu9uhrCGKOJvKLOkqkehtGumV { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #TeukK65WDEuCcBTXXe3bLz1FWnJvvlGh {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #JbHxp7L4TPzzGuGn1BiPrXm0d5UgV6Ez { display:block; }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #f85JwBhcZ8xWxTQQOtM3gn6bHnWPG2QV {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #q6JA5l4eTHSOCASiRoXp9SV1STTzNCEC {  }
 }@media only screen and (max-width: 763px) { #UxmAn1EF20JTdUM3CaMeNGaLhbpsU0AF #nDNcW5axkJiHpQMS0LCL9Ep82Jza62WT {  }
 }@media only screen and (max-width: 763px) { #UrwQwGNRmnGMenMmp5JAMGcwmUSyFha1 { width:20rem;height:55.9375rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDu9JP1TD9rc5hK8wzAySeUTA0GLHK9e { width:19.3125rem;height:0;top:5.9375rem;left:0.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QqccRE6dEhTOhXEOtLm58qt2UtXLvw3L { display:flex;width:1.75rem;height:1.75rem;top:28.8125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvDVgre7W6H1tJp22QnZFa2ALnDnqP7Q { display:flex;width:1.75rem;height:1.75rem;top:36.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnHQgC6ZZXyn7XGTagpBUcukeIaew5iF { display:flex;width:1.75rem;height:1.75rem;top:44.8125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV2gKhCtQ46hpZg2TBW0XbTBx4T3mvFV { display:flex;width:1.75rem;height:1.75rem;top:52.875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNUfeRyrrwipnT1V1kcS6KgVZvIQqGZC { display:flex;width:1.75rem;height:1.75rem;top:19.3125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sW6VrIGoa0gBEl3mr3TutuueZxvyBhRi { width:20rem;height:2.3994125rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gfzqpfuVF0cPa3PQS7x9DWNniiobHyUK { width:20rem;height:20rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { display:flex;width:2.375rem;height:2.375rem;top:2.0625rem;left:0.625rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { display:flex;width:2.1875rem;height:2.1875rem;top:11.6875rem;left:0.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { width:15.8125rem;height:1.5rem;top:5.625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { width:15.8125rem;height:1.5rem;top:15.3125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { width:15.8125rem;height:2.0625rem;top:2.125rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { width:15.8125rem;height:2.0625rem;top:11.75rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { width:15rem;height:0.0625rem;top:9.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { width:15rem;height:0.0625rem;top:18.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S { display:block; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGcqRRAcHTIx7upF3XZS68QTbUyxpIaF { width:14.125rem;height:3rem;top:2.6748046875rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { width:9.375rem;height:3.125rem;top:13.1748046875rem;left:5.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block; }
 }@media only screen and (max-width: 763px) { #Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { width:20rem;height:0.125rem;top:11.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi { display:flex;width:2.8125rem;height:2.8125rem;top:7.0625rem;left:10.875rem; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #vsw7GifmMu90q4HBL8lfhIdVdhdRT7cB { display:flex;width:2.6875rem;height:2.6875rem;top:7.25rem;left:6.3125rem;font-size:1.875rem; }
#vsw7GifmMu90q4HBL8lfhIdVdhdRT7cB > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #hA3B2oi1GVsBbzcRdFNFGycQL67e3ZLE { width:16.125rem;height:5rem;top:17.6748046875rem;left:1.9375rem;display:block; }
 }