.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container { background-color: transparent; background-image: none; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container > .video-iframe-container { display: none; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row > .video-iframe-container { display: none; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .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); }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container { border-width: 0; border-radius: 0; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#uyM13UEOIupgAmm4EHLuOGixRZEGIqV7 { 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:5rem;width:16.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#r9tmETSzhwUy7P3ZLAot26TD75xQRzaO { background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.25rem;left:56.25rem;display:block; }
#fTV9aXGKaf959iUzn3u9qTtD8L8Lac9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX { position:relative;display:block; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX { background-color: transparent; background-image: none; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row .container > .video-iframe-container { display: none; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row > .video-iframe-container { display: none; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .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); }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX { border-width: 0; border-radius: 0; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b10ba0ea-cfe7-4b34-89d8-dab0bebf4f97/RehaPrestige1920x700.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo.adaptive-delivery-prevent-bg, #M3gW45MJf0QT8517wraGfnCqD6T5SEqo.lazyload, #M3gW45MJf0QT8517wraGfnCqD6T5SEqo.lazyloading { background-image: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container { background-color: transparent; background-image: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container > .video-iframe-container { display: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row > .video-iframe-container { display: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .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); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container { border-width: 0; border-radius: 0; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#seKmxt6itrexX959HaQpQnTfXpuUoPak { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #ffffff;top:5.4375rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xS7w2wNzXm5KyQvo8uGgbTPUm8t3B17y { color:#000000;display:block;width:54.2480625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C2ts4fnN6PIMg892VzysE8X3qvk6cdEA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0.0625rem solid #d7a86f;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:13.25rem;width:2.75rem;top:4.9375rem;left:1.9375rem;display:block; }
#U9eNFApEB0SxeQv79f1uDdffv5EBxvqa { color:#000000;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8BIlMwOnWIqhS5f2mXKmzSQbbiJhZTA { color:#000000;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:3.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBO65ypgzgPHFTWXzPyxSTiQDfL2wU2u { color:#000000;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8TR9m1TQr5K5IiDaE6hISsySuvsRDFT { color:#000000;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OLCaqpZty7MqRkRawbG7UcZR3WrEkvPC { position:absolute;display:block;z-index:15007;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:17.625rem;left:1.625rem;display:block; }
#eJQ3pCl43xnB1KAw2Oo1aGWvUT45Tipo { position:absolute;display:block;z-index:15008;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:19.8125rem;left:1.5625rem;display:block; }
#Law2LUIIFDwlVoN1I6vdIUrTWOwAzOvw { position:absolute;display:block;z-index:15009;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.9375rem;left:1.625rem;display:block; }
#WihDscT2GDoKytAizkxAhGJ1RK9Tix3K { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.1875rem;left:1.625rem;display:block; }
#ckPlfrDl5gQHGLOH6qq7dpmRzoZf5Kli { position:absolute;display:block;z-index:15004;background-color:#231f38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:58.75rem;top:31.6220703125rem;left:8.3115234375rem;display:block; }
#FS8mbE5KNHqtBkKDFbKbCTJuP6dBJt3O { color:#000000;display:block;width:46rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.4287109375rem;left:14.5rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container { background-color: transparent; background-image: none; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container > .video-iframe-container { display: none; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row > .video-iframe-container { display: none; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .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); }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container { border-width: 0; border-radius: 0; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-form-header {  }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:37.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;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:37.5625rem;box-sizing:border-box;height:2.5625rem;color:#f0f0f0;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-text {padding-top: 0; padding-bottom: 0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;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:37.5625rem;box-sizing:border-box;height:4.375rem;color:#f0f0f0;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;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:37.5625rem;box-sizing:border-box;height:2.5rem;color:#eaeaea;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-select {padding-top: 0; padding-bottom: 0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .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; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.875rem;margin-bottom:0.25rem;margin-left:4.875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:300;color:#ffffff;width:27.75rem;height:3.4375rem;font-family:lato;overflow:hidden;font-style:normal; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .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.3;font-size:0.625rem;font-weight:300;color:rgba(253,253,253,0.6);vertical-align:top;width:36.3125rem;overflow:hidden;font-style:normal;float:none; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .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; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-container:first-of-type{padding-top:0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-container:last-of-type{padding-bottom:0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.140625rem;left:17.4658203125rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.5625rem;display:block;vertical-align:top; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5625rem;line-height:1.3;font-weight:300;color:rgba(0,0,0,0.6);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG {display:block;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.140625rem;left:17.4658203125rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #xyM0wmd3ORdnN2yCA4s8Eaio0tVuwHeR { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #AruMgvkFTrCufNUPPVmfI79AlOmfEvSp { position:relative;display:none; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #bnhUR9dTuiJcy8cfa49SGIHCQ1whAoG7 { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #ntZKaypRQwhsSwWi0oKZ3s2o2aDyvO5U { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #oEfil8Oob6ypVAvVGu9UcAA6zOC0Kt9w { position:relative;display:none; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #vvEO6lbBV7qKtK0FEU7KZVs7Bufzz660 { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #WEboGVDCWiusFQkQwRuCwF7Qvvp0Z3Sl { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #TkxkceerxzRw6iOlve5EHySc5SAWVAQy { position:relative;display:none; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #UcVVGec24WFuRzaemTn5NaVuzu77DoKe { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #qiFW76cIeihBGSLHlKZU21GyTWQp0oHJ { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #aVnVFmbV9cX3QsRkHfQktJ85rfVNSqP0 { position:relative;z-index:2; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #VzCHtqqXCaR61neUKKHCiT3kHK2oIxZ5 { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #qExAdruzlTHUT7umKwsMlpSxppoM1rW3 { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #TV3Lwg5dPTi4e8ML1R6ToTTpduwD510d { position:relative;z-index:2; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #llOX76drHdsGNE3EFZZffKuDkruVBB8R { position:relative; }
#rXftO1f0syot7OcUfKlgNhCg7JIpe3Q8 { position:relative;display:block; }
#VbwVhrFRKEC9bVTE18mNwxXhNDTMdQek { position:relative;display:block; }
#bvPw9Ddp9rhfhFX8uqgdPnsT7nuqByHc { position:relative;display:block; }
#fUverux9KFToCCvEWZyDaaNSyLdZFHOk { position:relative;display:block; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #LHOWCdIMiik7nQ4f1Mm941HmpUyF9nsm { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #ldCKpAJ5kqpu1CwaeTCOxsrWZTkgDO7m { position:relative; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #VBFOagqlpcBAxLe1mD4OFhCuiPSzWP6U { position:relative;display:block;z-index:15000; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #xQC75wqVQX6TivhrTSSXnfLxoKhmwuAo { position:relative;display:block;z-index:15000; }
#OveRr6wtQ0IUoPCvoOlLWKaepZ1z2ySA { color:#000000;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6953125rem;left:18.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIQXsiNtP9deZzyX7o55KJsPBGGGAxyn { position:absolute;display:block;z-index:15004;background-color:#231f38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:58.75rem;top:33.184814453125rem;left:8.311767578125rem;display:none; }
#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container { background-color: transparent; background-image: none; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container > .video-iframe-container { display: none; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row > .video-iframe-container { display: none; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .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); }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container { border-width: 0; border-radius: 0; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#uzhMcExzMKuGHCBy7B86fnX4swtI0xbw { color:#000000;display:block;width:32rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7109375rem;left:43rem;height:5.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jx00mB6IPHO8cqrU6Ovx9fClHNuq4Ey1 { color:#000000;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.4375rem;left:60.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u7WEqfoAnyMyDkGDxLk1hnkcQeV8DCou { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.125rem;top:13.5625rem;left:47.5rem;overflow:hidden;display:block; }
#BNGRXhKnPbHXvs36FnvNNli0LiCMRDTE { background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21rem;left:44.3125rem;display:block; }
#nRk5uT4oy6shU0ThJ2Ac3pAMVwQ0KoCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PB3vuyXx5DsUtJKObSlcvElqWGSfa2KH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.5625rem;left:0rem;display:block; }
#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container { background-color: transparent; background-image: none; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container > .video-iframe-container { display: none; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row > .video-iframe-container { display: none; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .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); }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container { border-width: 0; border-radius: 0; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#e3B5hI1RxbfwIXs2D736gNfHxyFzMW3t { color:#000000;display:block;width:51.875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.33642578125rem;left:11.5625rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmRSUNBKfmithr5vg0Hqx4zH2ZwPhhMP { color:#000000;display:block;width:51.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.33447265625rem;left:12.2802734375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container { background-color: transparent; background-image: none; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container > .video-iframe-container { display: none; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row > .video-iframe-container { display: none; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .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); }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container { border-width: 0; border-radius: 0; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#LfutyZVbWGUiAAdlb9ZHICS1n0k0zHVU { position:absolute;display:block;z-index:15004;background-color:#000000;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:3.49975625rem;width:11.8115rem;top:9.6240234375rem;left:9.374267578125rem;display:block; }
#fl7qAKu19Ha64z38TOOaStHIbIcDc8de { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0;border-right:0.0625rem solid #d7a86f;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:5.6875rem;width:11.3125rem;top:2.8125rem;left:8.749267578125rem;display:block; }
#Nhv0BT9r2NiK8FBTvS0Vfni1C2aNZo3V { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;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.12475625rem;width:9.0625rem;top:10.062255859375rem;left:4.4365234375rem;display:block; }
#zzqReXSuaE0rgpVghmNpPrvKWIaW5fqe { color:#000000;display:block;width:10.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5615234375rem;left:10.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vDdqehg1h6BK7qNTnEiNQ6xhGaNvcobz { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4990234375rem;left:2.74951171875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a3wdCRD7b7azTOwGOPx7hB3zTwaI6ULf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.1875rem;top:1.90576171875rem;left:2.03857421875rem;overflow:hidden;display:block; }
#kwFMQuVXb2U0m43V07GbLHiykmpqLGF2 { position:absolute;display:block;z-index:15010;background-color:#000000;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:3.49975625rem;width:11.8115rem;top:9.749755859375rem;left:34.9365234375rem;display:block; }
#b9wyk6SzoSbJetA3pRPcNN2CSGngvR8x { color:#000000;display:block;width:10.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5625rem;left:35.687255859375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SvhJMRK8ZqnBMTmK1goTtnU1ghEOuvbR { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0;border-right:0.0625rem solid #d7a86f;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:5.75rem;width:11.5625rem;top:2.93701171875rem;left:34.0625rem;display:block; }
#BwPku4uitsltRKTI19yngip1cW4288EN { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;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.12475625rem;width:9.0625rem;top:10.18701171875rem;left:30rem;display:block; }
#NxTh14tw8Wtim5P1o875I1T3fSu5mPdC { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.686767578125rem;left:28.311767578125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZP2t7T5cnWfvEp7vcRFLTOBxvhJI6mkO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:1.90576171875rem;left:28.3115234375rem;overflow:hidden;display:block; }
#f1z8OBc1Q4OSDSF2w2b87TpMzJJAeOBN { position:absolute;display:block;z-index:15016;background-color:#000000;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:3.49975625rem;width:11.8115rem;top:9.749755859375rem;left:60.6865234375rem;display:block; }
#i0IeIreDmcRBt0n3RzQRJr0xeFXstWmO { color:#000000;display:block;width:10.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:61.437255859375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GbISvavpOHtgfecOxp7TNmMppU83ivyM { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0;border-right:0.0625rem solid #d7a86f;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:5.75rem;width:11.5625rem;top:2.93701171875rem;left:59.8125rem;display:block; }
#JqVzgAnxsJNuCUmAXQ2x7Vg5nizlKLwZ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;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.12475625rem;width:9.0625rem;top:10.186767578125rem;left:55.75rem;display:block; }
#ywMKrZGRZeQBesWhcIlLNi3NnozF8gKa { color:#000000;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.68701171875rem;left:54.061767578125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WwkEqwuTMs5s2vr9La2zwJfzpZJeuerN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.90576171875rem;left:54.0615234375rem;overflow:hidden;display:block; }
#mMZlTvaSfzqdNKWAI4glQUOE2tCilzZ7 { position:absolute;display:block;z-index:15009;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:13.87451171875rem;left:12.999755859375rem;display:block; }
#Plzzfo6dEzP0s8dKKPq80q2m2Zt13mTI { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.01416015625rem;left:38.90625rem;display:block; }
#H7RN12wQdDg5U29q2XA27aQgorQqnDbh { position:absolute;display:block;z-index:15011;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:13.96728515625rem;left:64.46826171875rem;display:block; }
#V4eeycxMe1J2c4NhVetsae6Ar5yPD7Ne { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.06) ;height:16.125rem;width:21.9375rem;top:0.936279296875rem;left:1.21728515625rem;display:block; }
#ifKgUTgReMdo1C2qhMMrF2F6LOfusiwg { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.06) ;height:16.12425rem;width:21.93725rem;top:0.9375rem;left:26.529541015625rem;display:block; }
#ApL1NUw0uyhBVbXIqKvQi5FnzQzOcGDk { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.06) ;height:16.1230625rem;width:21.9360625rem;top:0.96728515625rem;left:51.71826171875rem;display:block; }
#GR8EC4GZkKan8V8Aift5OiI9KOp3Jl5G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:16.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.74853515625rem;left:1rem;display:block; }
#kX1TEVDUh10in2P7WEA2RSJSZPuNOrZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GD6GEtC8o6AQ5TeRe1P9SQFKEme5GFuC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:16.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.7490234375rem;left:26.00048828125rem;display:block; }
#B1xTcZaU5zH43yAbaEIpVJHKBrRWklFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suZKlt6iH2qtrgcDeFoDRMsORADDVdtL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:16.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.74951171875rem;left:51.43798828125rem;display:block; }
#nDOvIpTH9fFtznmliA4aWwgvulUi1xgp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cE7LmveEbrT3FuU1AGna1PEN2bP7MdJ2 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:17.56103515625rem;left:4.96875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CboTZueGTveJXKxPXUJAyaXJ672wRhcN { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:17.56103515625rem;left:29.96875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMfsgrUQ8w5mFpEITT7zh8vA5AHib801 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:17.56103515625rem;left:54.0302734375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container { background-color: transparent; background-image: none; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container > .video-iframe-container { display: none; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row > .video-iframe-container { display: none; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .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); }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container { border-width: 0; border-radius: 0; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#THxNRlsowX6AdRPmeCtZ1TImldqgWcqm { position:absolute;display:block;z-index:15004;background-color:#000000;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:3.49975625rem;width:11.8115rem;top:10.561767578125rem;left:9.374755859375rem;display:block; }
#BaoxHDyZ0SiMVcW9uwaQShu0m2wmaJyq { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0;border-right:0.0625rem solid #d7a86f;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:5.6875rem;width:11.3125rem;top:3.7490234375rem;left:8.749755859375rem;display:block; }
#gPK8JFJMkIZ6QnnVtTlXJ71Ia8zyQ8mo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;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.12475625rem;width:9.0625rem;top:10.998779296875rem;left:4.43701171875rem;display:block; }
#qynDfOvlbgPHq8SPlSLeiGP0O1eSwZOR { color:#000000;display:block;width:10.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:10.121826171875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhoOn00itbzpziIz89ovgwEW72OZgUA2 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.45849609375rem;left:2.7255859375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NyHF2d5SmVVSIb1Z7paVeZ653DOR6etX { position:absolute;display:block;z-index:15010;background-color:#000000;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:3.49975625rem;width:11.8115rem;top:10.6875rem;left:34.9365234375rem;display:block; }
#EprezNHT9LzKlda9nDnbOKdmZbnAdJUa { color:#000000;display:block;width:10.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:35.687255859375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BguUOWRRsEw2GBQ5W0yJzxJdUMTcKMdo { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0;border-right:0.0625rem solid #d7a86f;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:5.75rem;width:11.5625rem;top:3.875rem;left:34.0625rem;display:block; }
#idAhegu88Ln1y8At4wA4fyT0xWXVoBcz { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;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.12475625rem;width:9.0625rem;top:11.125rem;left:30rem;display:block; }
#Ob4hwmPMdJKvSZwNRf4REmxMHCxvbONx { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.873046875rem;left:28.311767578125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xubogO3msmai3gdIK6S4pXT5dKragPqp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.625rem;top:2.5625rem;left:27.7490234375rem;overflow:hidden;display:block; }
#onfU49JzP9wbWIxfJoUwFSxL9D44bQwp { position:absolute;display:block;z-index:15012;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.82568359375rem;left:13.57763671875rem;display:block; }
#iBZIGx2Lk9gPlr4IaTpdczf39vntU9fo { position:absolute;display:block;z-index:15013;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.9375rem;left:39.132080078125rem;display:block; }
#vndPPz79SavvE9VgekTqgXLQ8TFTTanB { position:absolute;display:block;z-index:15013;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.5rem;width:4.5rem;top:2.5625rem;left:3.2880859375rem;overflow:hidden;display:block; }
#yoIMH3AB4ZsPaq1dZ3OX0m8evtQRc8Vw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.06) ;height:16.12425rem;width:21.93725rem;top:1.592529296875rem;left:1.279541015625rem;display:block; }
#KTn4zvA6RbfhCLeNL5TNhdhLtDdf1frf { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.06) ;height:16.1230625rem;width:21.9360625rem;top:1.5625rem;left:26.53076171875rem;display:block; }
#CM6wBfGilvP4KB7OiQIx69GPa74Nig2g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:16.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.40380859375rem;left:1.125rem;display:block; }
#M4qTaUFfZtVukG79EHGEloqdBZ9TJ30y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mrV52zNaVPQRGJUAFQNPqpIQEBlXCZpn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:16.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.40380859375rem;left:26rem;display:block; }
#oPkTLVT2pLoPs4Pi80OpTFZgK6kPE2Vw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JlrfeyMbeROcfCWvWTwmxpy0s5hgphUF { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.96875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7Z1Acmm5ux29fvFWOgleUf7aeWThI2B { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.6875rem;left:29.96875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVC2RQ4UlMHk7dtk7XI6w1ZPqzCJEsyP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:16.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.4052734375rem;left:51.00048828125rem;display:block; }
#URfTGiUwwSE7XqaekDXvdzlpirNiOWtS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pu9lWCztZ5eurc0Ucn9wC3nM2TElnIpS { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.06) ;height:16.1230625rem;width:21.9360625rem;top:1.5625rem;left:51.5625rem;display:block; }
#o0GQN3QbXFeE7L9edOZGflacfX7LtOF5 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0;border-right:0.0625rem solid #d7a86f;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:5.75rem;width:11.5625rem;top:3.5625rem;left:59.25rem;display:block; }
#k0FIq25OkSovsCoa48mNFCSpOzTrsefO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.4375rem;left:54.0625rem;overflow:hidden;display:block; }
#wdaBO9lpVDv0h3tm5GuhUHrunznb6aLe { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:53.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xkCqOrTuOZXTuhDOAhnBCgQqP7KctqzD { position:absolute;display:block;z-index:15020;background-color:#000000;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:3.4995125rem;width:11.8110625rem;top:10.375rem;left:60.125rem;display:block; }
#e4LKiKGkEOxGkotBvOcQewO5uQZvePWO { color:#000000;display:block;width:10.687rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:11.3125rem;left:60.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZG6VRL07Bql1zIRTc9GTUklTaTBz06AW { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;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.1245125rem;width:9.0625rem;top:10.8125rem;left:54.0625rem;display:block; }
#yTkeLOH0GfTADN4wTiu11TcNZqEbpaID { position:absolute;display:block;z-index:15023;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.5625rem;left:63.1875rem;display:block; }
#W70O0TL39RIKlXpJKAr1EGgbiirc0u6s { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:18.6875rem;left:54.96875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU { position:relative;display:block; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU { background-color: transparent; background-image: none; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row .container > .video-iframe-container { display: none; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row > .video-iframe-container { display: none; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .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); }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU { border-width: 0; border-radius: 0; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gPK2r0PXMlQGPbbkaX6uhFZaCFs0tRQo { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL { color:#000000;display:block;width:21.624rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11rem;left:1.68798828125rem;height:11.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL li:before{  }
#vigarfHJC4d1tTcfaMB0GgAaltfzpI7h { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.6875rem;left:1.68798828125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LmB77c2howlW4zEt8du6Wsf8ST10OkIn { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.625rem;left:51.68798828125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#LmB77c2howlW4zEt8du6Wsf8ST10OkIn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LmB77c2howlW4zEt8du6Wsf8ST10OkIn li:before{  }
#PIwTS4Rv82km8tolQnxThJTL5N3tTUfm { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6875rem;left:51.68798828125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWw831i39zVayEoNdgnMo7w4kAgJMg1M { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.625rem;left:1.68798828125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:26.1875rem;left:1.68798828125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM li:before{  }
#qgDpp29IkqlabBdUrTtz9hBhPPhI6574 { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6875rem;left:26.68798828125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 { color:#000000;display:block;width:21.6235625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11rem;left:26.68798828125rem;height:16.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 li:before{  }
#GUcEAMUKiPKr2mP2TEJRw28cFdcTnKf5 { background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.9375rem;left:25.59375rem;display:block; }
#BNF7GkAWEOiOdG7REpyk6LuLTNILXJmq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3573ff00-89e3-43a8-a515-4ed6b2ff088c/RhaPrestigegabinety.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f.adaptive-delivery-prevent-bg, #GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f.lazyload, #GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f.lazyloading { background-image: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container { background-color: transparent; background-image: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container > .video-iframe-container { display: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row > .video-iframe-container { display: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .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); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container { border-width: 0; border-radius: 0; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#O1DhamwfXs1k8B7DZhBDoNXl2FXCglt0 { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.374267578125rem;left:3.0615234375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LGI5zfyZXbNMWRv7OsuKTDmlEOE9QdmK { position:absolute;display:block;z-index:15010;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:9.8125rem;left:1.68701171875rem;display:block; }
#nB7SkQI7a9L66TZCtKQBRev732mmH6gy { color:#000000;display:block;width:14.12475rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.0615234375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRanVlTT01IIoeL6s9rzpyKVFBh8EDEV { position:absolute;display:block;z-index:15012;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.311767578125rem;left:1.68701171875rem;display:block; }
#kPcIcXw3nDO45oeqn7QcI3P3PpUrdfbA { color:#000000;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.56201171875rem;left:3.0615234375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5rMlzvyIWR6eAeTPrpW4LDQkQHRBeTW { position:absolute;display:block;z-index:15013;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.124755859375rem;left:1.68701171875rem;display:block; }
#x2AJIRE91C8JGyUuL2HVJRWFTxDqJW9a { color:#000000;display:block;width:14.12475rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:21.1865234375rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVdTnJsyBDMvbTkDaffKFzGWBVnlbBfT { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.374267578125rem;left:21.1865234375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ounluIMPHkuoWmWGXALRM4EUmtW3Mh1G { position:absolute;display:block;z-index:15016;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.311767578125rem;left:19.810791015625rem;display:block; }
#brNPounRcHNv43kAmWtsyaFFKWHELDvf { position:absolute;display:block;z-index:15014;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:9.8125rem;left:19.810791015625rem;display:block; }
#gmb4XKfxGCTZRgSw0EPPF4XX3bmumb4L { background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.9365234375rem;left:1.68701171875rem;display:block; }
#DPoBLi2LI5miZDNFDqUqo0GQ75V7fWf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PofO6gshfU3HgHlkz93BpnQQdr0y8vdO { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8896484375rem;left:1.083984375rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qepF80C6W2vhBm9DwEwrmI73Ebc8AoIM { color:#000000;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:21.0625rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mFSrIvJ8iM4pVRI1orXCVQ0eXm3hxf26 { position:absolute;display:block;z-index:15015;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.125rem;left:19.6875rem;display:block; }
#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.24);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; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container { background-color: transparent; background-image: none; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container > .video-iframe-container { display: none; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row > .video-iframe-container { display: none; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .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); }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container { border-width: 0; border-radius: 0; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#StEKMQZWl0P8kvGFrvrFTh7fgPMqLyis { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2529296875rem;left:9.295654296875rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKlSP2zcqD1gHLVagysixyEBIsJVSIlT { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0.0625rem solid #d7a86f;border-right:0.0625rem solid #d7a86f;border-bottom:0.0625rem solid #d7a86f;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.687rem;width:6.74925rem;top:12.60986328125rem;left:8.731689453125rem;display:block; }
#NtKpDnk8KFrFOyl4bzr26RIMOosyhNFI { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;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.062255875rem;width:10.5rem;top:15.83740234375rem;left:19.69970703125rem;display:block; }
#nVX95nLWBLTEQ7NHz2fxIGdOzW1HwQil { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0.0625rem solid #d7a86f;border-right:0.0625rem solid #d7a86f;border-bottom:0.0625rem solid #d7a86f;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.6858125rem;width:6.7480625rem;top:12.5rem;left:34.125rem;display:block; }
#J4hSAaJT3OaMtfTIIJI8K28d23TwUvBS { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;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.062255875rem;width:10.49925rem;top:15.95947265625rem;left:44.886474609375rem;display:block; }
#lnNVQU03TZB3yyh9gw3witKFgGHEnTUM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;border-left:0.0625rem solid #d7a86f;border-right:0.0625rem solid #d7a86f;border-bottom:0.0625rem solid #d7a86f;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.6858125rem;width:6.7480625rem;top:12.608642578125rem;left:59.200439453125rem;display:block; }
#D9BPSfmgb10B9Ic1XCiOF2rPlSC0P23u { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;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.062255875rem;width:4.8125rem;top:15.9619140625rem;left:70.18798828125rem;display:block; }
#tp1ZXv0C58NTzlqseW00VBiQ4agDFPE5 { color:#000000;display:block;width:19.87425rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.810546875rem;left:2.901611328125rem;height:17.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOkHJbWqDLHwg4MMkThTylbtkfdicPqq { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #d7a86f;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.062255875rem;width:4.8120125rem;top:15.70947265625rem;left:0rem;display:block; }
#BAegmx3Gf3xamTiyKb7uIMwlVRAsJkrV { color:#000000;display:block;width:21.62475rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.810546875rem;left:26.685791015625rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sklrFMwehoLuckL8k7ckue4bgHNQ9qdw { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.810546875rem;left:51.875rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEmD2qe1J2IVhTSaIEnZUTtE1ai5KT4K { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.31176875rem;top:14.5rem;left:10.556884765625rem;overflow:hidden;display:block; }
#HuwCfDWfZCqsGAKfhrEme1pMEmmDGDlN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.6875rem;top:14.25rem;left:36.4375rem;overflow:hidden;display:block; }
#dDyc2gWTPLMCrm2x2ubDRxppwX2BVgfC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.4375rem;top:14.468017578125rem;left:61.49609375rem;overflow:hidden;display:block; }
#c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 { color:#000000;display:block;width:21.6245rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23.998046875rem;left:26.6865234375rem;height:15.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 li:before{  }
#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 { position:relative;display:block; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 { background-color: transparent; background-image: none; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row .container > .video-iframe-container { display: none; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row > .video-iframe-container { display: none; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .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); }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 { border-width: 0; border-radius: 0; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container { background-color: transparent; background-image: none; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container > .video-iframe-container { display: none; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row > .video-iframe-container { display: none; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .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); }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container { border-width: 0; border-radius: 0; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#om3qCIMMXFlOmO6TEUZCXA1aVnhseaTu { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f91e3c6-0e71-476e-83d5-0f4d7260c234/GabrielBystrek500x700px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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.5rem;width:18.9375rem;top:4.625rem;left:2.9375rem;display:block; }#om3qCIMMXFlOmO6TEUZCXA1aVnhseaTu.adaptive-delivery-prevent-bg, #om3qCIMMXFlOmO6TEUZCXA1aVnhseaTu.lazyload, #om3qCIMMXFlOmO6TEUZCXA1aVnhseaTu.lazyloading { background-image: none; }
#mdTrXTBwvnehhhkU2LuhnqZfWP3cCvo8 { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:31.125rem;left:3rem;display:block; }
#qQZNUQ0D7GIAZOwvlUlyzRMgs5X38l6h { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.375rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#NJBTKLZ2HbFuH0G9dD18FiPUnOpUQMqR { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:4.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CkVhtrCyPgiKgIZSyGkHqEPJGZJtkRT9 { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:31.125rem;left:28rem;display:block; }
#kLt8kBRasxiF3ku0Ba6T59EpxkupO9BF { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.875rem;left:29.4375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#Sd6z6a6NZTn2RAXdOENCINHTVCu3WQZM { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.6875rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NNflf8mkvDres6tZNNDTQhqMgrysudab { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2c12c74c-e882-46cd-9ea8-e44a208fffa4/MariaBarszcz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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.5rem;width:18.9375rem;top:4.625rem;left:28rem;display:block; }#NNflf8mkvDres6tZNNDTQhqMgrysudab.adaptive-delivery-prevent-bg, #NNflf8mkvDres6tZNNDTQhqMgrysudab.lazyload, #NNflf8mkvDres6tZNNDTQhqMgrysudab.lazyloading { background-image: none; }
#OKT0B5WSkWhIKzBuWXeT3fMJZhlAcZz4 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2704faa-fa6f-460f-a8d3-281d0be24eb7/MagorzataSzymanska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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.5rem;width:18.9375rem;top:4.625rem;left:53rem;display:block; }#OKT0B5WSkWhIKzBuWXeT3fMJZhlAcZz4.adaptive-delivery-prevent-bg, #OKT0B5WSkWhIKzBuWXeT3fMJZhlAcZz4.lazyload, #OKT0B5WSkWhIKzBuWXeT3fMJZhlAcZz4.lazyloading { background-image: none; }
#t42z5D8BPaxZQEcolscBHUEcgSfIKM9n { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:31.125rem;left:53rem;display:block; }
#SFrV4FsDQF3sKnEaUnkrVlHOMVTqR9Dk { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.875rem;left:54.75rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#P2nEF6Ws9uRErrRe6TL9aE5GCV3UmKwL { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.5rem;left:54.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PhtXWiDyDO3PLVaRqXLfHUwi0WyoTLFs { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:11.375rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1f7zWu6irOFterFBN3RiJVAmhH81oNX { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:29.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mKOWpLpOHZhaVcOXKwPT3B8feXRdz2vw { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:54.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QTQZL7d0zNQirAunE48K4aOaBgGpNBHa { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:4.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH { position:relative;display:block; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH { background-color: transparent; background-image: none; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row .container > .video-iframe-container { display: none; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row > .video-iframe-container { display: none; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .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); }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH { border-width: 0; border-radius: 0; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VE7o1cECTZWD5LF9XRdB8W2q8cARkzmq { color:#000000;display:block;width:52.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.9375rem;height:3.73730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#scp4t9FuXx4uzo7TgmIlKnQMz5gH8t5w { background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.625rem;left:56rem;display:block; }
#hp6TDamiUWZiVgwUDuC1gSp7xw0hxoIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container { background-color: transparent; background-image: none; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container > .video-iframe-container { display: none; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row > .video-iframe-container { display: none; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .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); }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container { border-width: 0; border-radius: 0; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#ZCiWzZ1tWpwlGzLBF6nSX4JhSzTxIysn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:10.1875rem;left:10.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKXNTF6sMl9q77Uo4kQkMxHcX64CwnUs { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:13.375rem;left:9.6875rem;display:block; }#oKXNTF6sMl9q77Uo4kQkMxHcX64CwnUs.adaptive-delivery-prevent-bg, #oKXNTF6sMl9q77Uo4kQkMxHcX64CwnUs.lazyload, #oKXNTF6sMl9q77Uo4kQkMxHcX64CwnUs.lazyloading { background-image: none; }
#kZFa5GCpDAkWTPXxZyrfuEogmg6KUODw { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:14.8125rem;left:10.25rem;height:10.7988375rem;text-align:center;text-align-last:center;display:block; }
#xhK5HHdHOxaH7VKL18m3kMxkUOSZRnvB { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:19.25rem;top:6.4375rem;left:7.5rem;display:block; }
#Lu1bCvDPdqxb7u6HedT6VkWRvc9g4EIy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:7.8125rem;left:16rem; }
#nW3LZZpXOtDVEPu6bLXgB5PRxduSiGmH { position:absolute;display:block;z-index:15024;height:21.875rem;width:38.75rem;top:6.4375rem;left:28.25rem;display:block; }
#JTvJ9u4TP5AiUIgi3GcdNf8FJnwEM5ET { color:#000000;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:29.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PhJxLRg0kfN7HyIGCZfrKygSxU27pA7R { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:8.3125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvqRGEB3qROIztZHXcCmufoNVv4TzX6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PvqRGEB3qROIztZHXcCmufoNVv4TzX6G > .row .container { border-width: 0; border-radius: 0; }#PvqRGEB3qROIztZHXcCmufoNVv4TzX6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvqRGEB3qROIztZHXcCmufoNVv4TzX6G > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:none; }#H9VDm6mms9Mp84zoTUT1ZVpSdLPBLoS9 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f91e3c6-0e71-476e-83d5-0f4d7260c234/GabrielBystrek500x700px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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.5rem;width:18.9375rem;top:4.625rem;left:2.9375rem;display:block; }#H9VDm6mms9Mp84zoTUT1ZVpSdLPBLoS9.adaptive-delivery-prevent-bg, #H9VDm6mms9Mp84zoTUT1ZVpSdLPBLoS9.lazyload, #H9VDm6mms9Mp84zoTUT1ZVpSdLPBLoS9.lazyloading { background-image: none; }
#qA1SV946iRpMPMvgwZDx6SKJB4yHcZHM { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:31.125rem;left:3rem;display:block; }
#lUaQM51Bi6wEOIcarA1DEL1nUxtuMTZe { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.375rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#PNMJwWvRoxIFLbDPhhfmThf5UP5yD7Iq { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:4.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IyHFMGVbaxC6VMRFdEiHXaMczuufRv7k { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:31.125rem;left:28rem;display:block; }
#BKExfX6UvvTcimNSTCtbQwopckq0uTlG { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.875rem;left:29.4375rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#r5mTEKmVtuvzoOkw2NQI1mmQz9HLbWHh { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.6875rem;left:29.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SJ6x3rMkdvKt2TycGpKUP25z2or89UsT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b408b884-34e2-4b33-8358-61b2420c0e11/KrzysztofPrzychockiFizoterapiaGdynia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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.5rem;width:18.9375rem;top:4.625rem;left:28rem;display:block; }#SJ6x3rMkdvKt2TycGpKUP25z2or89UsT.adaptive-delivery-prevent-bg, #SJ6x3rMkdvKt2TycGpKUP25z2or89UsT.lazyload, #SJ6x3rMkdvKt2TycGpKUP25z2or89UsT.lazyloading { background-image: none; }
#vsEKIip36ZqhRHFLe3GM5hTLaSeE67kJ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ba17692-de40-4986-b842-29922ddd2cf2/KatarzynaZajac500x700px3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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.5rem;width:18.9375rem;top:4.625rem;left:53rem;display:block; }#vsEKIip36ZqhRHFLe3GM5hTLaSeE67kJ.adaptive-delivery-prevent-bg, #vsEKIip36ZqhRHFLe3GM5hTLaSeE67kJ.lazyload, #vsEKIip36ZqhRHFLe3GM5hTLaSeE67kJ.lazyloading { background-image: none; }
#JTrSrsp31Gikay51pX10woOA7DpfzEim { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:31.125rem;left:53rem;display:block; }
#KECK7Vr4snd0mOQWc5O8whT5hnTFZv2C { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.875rem;left:54.75rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#XvRFRxiv4vLgW1pRorxgJVW0HerBLyOk { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.5rem;left:54.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hD2tiFbEgmIGNIig8DOtRUxk2SIRCGPp { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:11.375rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvRQd1lfokXkTPOkE2Sc4oUtPbrrl7e2 { color:#000000;display:block;width:52.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:43.6875rem;left:2.9375rem;height:3.73730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tFdyQZ6RRqRCg8JS0eWGw4bTA0prTTnm { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:29.6875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ROOH102N8LpMVkSC92S0UII6C46lQVfS { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:54.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BqMxMrDzr5UdUJHSeGuJsp56ROIsKlo8 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:4.71875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DoFe2rL67i9aZZTelqRKB3qgR42nTJvu { background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.49365234375rem;left:56rem;display:block; }
#DqexP4UmD6wt5cxRvhavmEqfybKheR1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(249,249,249,0.65);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; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container { background-color: transparent; background-image: none; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container > .video-iframe-container { display: none; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row > .video-iframe-container { display: none; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .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); }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container { border-width: 0; border-radius: 0; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#PTgOX5rcK5GblKAUp1yZtnPBReORozc2 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.8125rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:10.75rem;left:7.5rem;display:block; }
#xa2Ebf2yN25OFLyu1vppnlyhttvwRyqU { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.5rem;left:8.8125rem;height:1.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cuQu5pigXbLvrwFxDxeAAl7NLo9Aizi0 { display:block;width:25rem;position:absolute;font-family:"lato black";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5rem;left:8.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#NpOlf7APV0FBex3cld56T1vBSOIwKoBE { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.8125rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:10.75rem;left:41.125rem;display:block; }
#EWSD07xI5qp1VPvQsaAJ7cr4zuF5oeeF { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.5rem;left:42.4375rem;height:1.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AwoySlAfDcqEw5Xhvc89tSO4b57nnDuq { display:block;width:25rem;position:absolute;font-family:"lato black";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:41.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#XadTZlLmLbP8e1c0XATXr7TViLo9xpQ4 { display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#ydGukvkMN3DTatCkIDdhnCIFw4zQl3qd { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:20.3125rem;left:8.78125rem;display:block; }
#x4AirGhAavOCuNiuKSkQpHAeswt3O4da { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SJp4zh1nGF4dks3E23e2uN4OhX5ZboUh { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.3125rem;left:42.40625rem;display:block; }
#o32ByiCN9NFWs6kex7sxM4KzlAIQH0qT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2f04d0d-0325-4e86-8475-6f60df683e7e/RhaPrestigegabinet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5.adaptive-delivery-prevent-bg, #RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5.lazyload, #RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5.lazyloading { background-image: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container { background-color: transparent; background-image: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container > .video-iframe-container { display: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row > .video-iframe-container { display: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .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); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container { border-width: 0; border-radius: 0; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#ITItOC91JiuMWGtJZIT9epUtDHC1XUBm { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:13.9375rem;top:29.936279296875rem;left:1.68701171875rem;display:block; }
#fSllZGQLWRTQFXL0AZg2s8anaIEH8y3u { color:#000000;display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.06494140625rem;left:3.18603515625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z1JpXWbssMc2xswZl83NaxvOoDOraMDO { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.9);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:10.0625rem;width:61rem;top:27.132080078125rem;left:0.3125rem;display:block; }
#UCyOlMPi3cPfAGAOVp9rlhqHmAu9WO1n { color:#000000;display:block;width:6.9995rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5556640625rem;left:16.622314453125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tbBR3xSQ8olMuMagCstKEoHuTETzh0RR { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:29.560302734375rem;left:1.45263671875rem;display:block; }
#t33MKiWIT3Dz2oCxhoL91CCmbuwgAn7c { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.81225625rem;top:25.701904296875rem;left:58.084716796875rem;display:block; }
#SH7X3yaANcRNPwCxAOQ2nzPQUC2nXbQe { box-sizing:content-box;color:#fafbff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:26.08056640625rem;left:58.6767578125rem;display:block; }
#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3573ff00-89e3-43a8-a515-4ed6b2ff088c/RhaPrestigegabinety.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb.adaptive-delivery-prevent-bg, #SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb.lazyload, #SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb.lazyloading { background-image: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container { background-color: transparent; background-image: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container > .video-iframe-container { display: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row > .video-iframe-container { display: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .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); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container { border-width: 0; border-radius: 0; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#uegTymkLO5VCny7EH04rDcOemCDOWCok { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:13.9375rem;top:29.372802734375rem;left:1.68701171875rem;display:block; }
#R6O5cac1eDZXdn4Q9nZWr0QPIaizV9Fn { color:#000000;display:block;width:57.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.5rem;left:3.18603515625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EdBHw0oserk25WXLF80SGV1ZN7QrO1Mz { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.9);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:10.0625rem;width:61rem;top:27.132080078125rem;left:0.3125rem;display:block; }
#dVqb7ZTSQE2E7FlXDVSn35aUpBVrcXxy { color:#000000;display:block;width:6.9995rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5556640625rem;left:16.622314453125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMCqyfkUrWQ6eNRiDQMrPbO9XlyOp8Sh { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:28.875rem;left:1.45263671875rem;display:block; }
#S4XCKtSmSocb0cNV25wWSMkD5QsnmA7q { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.81225625rem;top:25.6875rem;left:58.0625rem;display:block; }
#zWiqz7X9KaT1rTec1p4MoMLcqsy6RTXc { box-sizing:content-box;color:#fafbff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:26.0625rem;left:58.685302734375rem;display:block; }
#Qf3A6kHyQCtG1FfWUXC5B3v0qeyQElIp { color:#000000;display:block;width:57.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.5rem;left:3.18603515625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0c7a873-324b-4a62-be1c-7577f9775a9d/RhaPrestigepoczekalnia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD.adaptive-delivery-prevent-bg, #THkW2JLcrwVEm41JsqSQRzMgLLHp9irD.lazyload, #THkW2JLcrwVEm41JsqSQRzMgLLHp9irD.lazyloading { background-image: none; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container { background-color: transparent; background-image: none; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container > .video-iframe-container { display: none; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row > .video-iframe-container { display: none; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .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); }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container { border-width: 0; border-radius: 0; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#I9faZ43HPtw2fptg6dKPMnd7WTwO70RD { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:13.9375rem;top:29.185302734375rem;left:1.68701171875rem;display:block; }
#HhNUFPQty9mcCyooyHSX7PtCBmT8tFBt { color:#000000;display:block;width:54.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.502197265625rem;left:3.18603515625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTPmBgcVgthp9COAi0DPiymiXDcpngs0 { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.9);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:10.06225rem;width:60.99975rem;top:27.25341796875rem;left:0.340087890625rem;display:block; }
#ho0SpssDSqb4u7x55UbUKDDdn6NvMqde { color:#000000;display:block;width:6.9995rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5556640625rem;left:16.622314453125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GueGHEgUkrSfgE3AfDWzCNfD2NIVyATM { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:28.872802734375rem;left:1.45263671875rem;display:block; }
#B5QJ7kGl4dAGBJN3mFnIgfl2AqNV1rlp { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.81225625rem;top:25.6875rem;left:58.0625rem;display:block; }
#eD4JXzdKMSEQOriqxRya9nUEwlZDeSwG { box-sizing:content-box;color:#fafbff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:26.0625rem;left:58.685302734375rem;display:block; }
#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c49a4bb-c8d6-48d7-824a-30753781199c/RhaPrestigesala.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz.adaptive-delivery-prevent-bg, #Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz.lazyload, #Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz.lazyloading { background-image: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container { background-color: transparent; background-image: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container > .video-iframe-container { display: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row > .video-iframe-container { display: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .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); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container { border-width: 0; border-radius: 0; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#RTEHPXROeDCF8buXMabDHAgaTAfMNres { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:13.9375rem;top:29.936279296875rem;left:1.68701171875rem;display:block; }
#p61B45w3K8SgiIJWyqqBdMM2Lskl1lTu { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.814697265625rem;left:3.18603515625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LySCnB1zImUFlrekfvgol8phA6velNnt { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.9);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:10.0625rem;width:61rem;top:27.132080078125rem;left:0.3125rem;display:block; }
#r44GXyPAnu1P7eqfy0a0zHuVFLEHctzT { color:#000000;display:block;width:6.9995rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5556640625rem;left:16.622314453125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R9JmBXccElkPfLzlLPZDM2TOT5HPWrq7 { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:29.310302734375rem;left:1.45263671875rem;display:block; }
#tO2wc7dzRiIb7fNn9ZURV20txHfbcq5S { box-sizing:content-box;color:#fafbff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:26.0625rem;left:59.310302734375rem;display:block; }
#SLuitbu2XFq21FaXgsdTeQ06mo7sZrbl { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.81225625rem;top:25.6875rem;left:58.6875rem;display:block; }
#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fdaa572-15c6-4ca0-968c-b4cb23cb2280/RhaPrestigesalecwiczen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68.adaptive-delivery-prevent-bg, #onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68.lazyload, #onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68.lazyloading { background-image: none; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container { background-color: transparent; background-image: none; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container > .video-iframe-container { display: none; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row > .video-iframe-container { display: none; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .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); }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container { border-width: 0; border-radius: 0; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#ep6GDUU5AFmCGQQhVdh6cF4AUIZavxGW { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #d7a86f;border-right:0;border-bottom:0.0625rem solid #d7a86f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:13.9375rem;top:29.936279296875rem;left:1.68701171875rem;display:block; }
#RSTqXTTSS40BT5XqURnN7nNwvTuX85rF { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:3.18603515625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zAlZ8Ofdz27ZabcxTKemWB8m0sVIIHJ5 { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.9);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:10.0625rem;width:61rem;top:27.132080078125rem;left:0.3125rem;display:block; }
#AbcDuHRRcbEDrZH86LLksQthyLVt91tu { color:#000000;display:block;width:6.9995rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5556640625rem;left:16.622314453125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTgdnohtbJLL1OvGDE6NC3to1okOCmbn { position:absolute;display:block;z-index:15010;background-color:#d7a86f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:29.310302734375rem;left:1.45263671875rem;display:block; }
#SpRNW1Zvzdz9gTgScWVtZ8HDv2sLAWTB { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.81225625rem;top:25.6875rem;left:58.0625rem;display:block; }
#Qzzeio1wmNa1bATU3A2tD93ycTpUTvBS { box-sizing:content-box;color:#fafbff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:26.0625rem;left:58.685302734375rem;display:block; }
#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container { background-color: transparent; background-image: none; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container > .video-iframe-container { display: none; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row > .video-iframe-container { display: none; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .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); }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container { border-width: 0; border-radius: 0; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#HnuqXFKpQe5XvgGoSxeqacTbMSTFqTNz { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.625rem;left:35.375rem;display:block; }
#NlFzbt1Awikr4NDQDzse9fAEveKTKQo8 { position:absolute;display:block;z-index:15006;background-color:#38a2dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.625rem;left:33.5rem;display:block; }
#gKg1oUHQCLa3vvVOcQkVlU1Q1BlaSZaQ { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.625rem;left:37.1875rem;display:block; }
#xfmJt46GqFceCm0IaLvqKS2mfQ2Iskwn { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.625rem;left:39.0625rem;display:block; }
#v5Tdc7n2KzJ4RSpz9Jo42qXzUpuuFq6Z { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.625rem;left:41.0625rem;display:block; }
#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB { 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; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container { background-color: transparent; background-image: none; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container > .video-iframe-container { display: none; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row > .video-iframe-container { display: none; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .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); }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container { border-width: 0; border-radius: 0; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#cpyPEq5olHTuuwlxdIDsglC1XKDO14Oc { color:#000000;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.75rem;left:0rem;height:9.7119375rem;text-align:left;text-align-last:left;display:block; }
#meTFGXm1GQXqIqHVzB23i9lB5gieBnh9 { color:#000000;display:block;width:44.4360625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-form-header {  }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;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:25.375rem;box-sizing:border-box;height:2.5625rem;color:#1f1f1f;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal;box-shadow: none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-text {padding-top: 0; padding-bottom: 0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;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:25.375rem;box-sizing:border-box;height:4.375rem;color:#1f1f1f;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal;box-shadow: none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #898989;border-left:0.0625rem solid #898989;border-right:0.0625rem solid #898989;border-bottom:0.0625rem solid #898989;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:25.375rem;box-sizing:border-box;height:2.5rem;color:#434242;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-select {padding-top: 0; padding-bottom: 0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .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; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:300;color:#ffffff;width:25.375rem;height:3.4375rem;font-family:lato;overflow:hidden;font-style:normal; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks [class*="-text"]:-moz-placeholder { color:#434242;font-family:lato;font-size:0.875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks [class*="-text"]::-moz-placeholder { color:#434242;font-family:lato;font-size:0.875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks [class*="-text"]:-ms-input-placeholder { color:#434242;font-family:lato;font-size:0.875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks [class*="-text"]::-webkit-input-placeholder { color:#434242;font-family:lato;font-size:0.875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .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:lato;line-height:1.3;font-size:0.625rem;font-weight:300;color:#434242;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .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; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-container:first-of-type{padding-top:0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-container:last-of-type{padding-bottom:0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.2626953125rem;left:45.2685546875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.375rem;display:block;vertical-align:top; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5625rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks {display:block;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.2626953125rem;left:45.2685546875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #G1WXgf1T2WXA99l9gUu0sd3e0sSGqKvk { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #oW6k3p97QEpWvPsrnSgxr25IeBPsFOfb { position:relative;display:none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #orO3aZBo3iyLVHhtpZPnyUOTstRCna2C { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #UEktM33oR5b6TvKmZAnDGZJ8XNGGqMeI { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #TW1XDqAD5MbdQqbtx2cUAHf6RKVA89Xf { position:relative;display:none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #pngmr2CmdywhOkBzepcPZ5nPTE6Shdf0 { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #KZkN3K59XOquIAuTbKySyoQ3bVhTFmND { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #SZmmzUGEWbld9tnFJ8KQleDPTIihw2Dc { position:relative;display:none; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #RZ6Fmzp6VTebE8mRFhydM9mIiEn00Z81 { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #TliDx8eoUQxzDrvAUmVgBtZMmkVa3aTv { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #lWtRiyxc70Xsx9B4nGqG46E6pahnDGzG { position:relative;z-index:2; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #B94wbDZn11HhmeN5yLe63a21aoe1NrP9 { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #IainMHRkX7qFKmIIfFgDfUhRux3Df0wa { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #iyM7KE5qAk2RK5ToeI7AcxpAx1F5aCxs { position:relative;z-index:2; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #bEVMqCvSpbLZifOiO8GSHTgv06WDZkyD { position:relative; }
#qhxqbQKATfHXUWqP1Lh75wifpFGd4HRC { position:relative;display:block; }
#NgUaEfIrmeoWbP1xFDp4pvrRuIrvlUJG { position:relative;display:block; }
#wIKhTFV6yxAUM4RKagBWBD3TgVcFOGqe { position:relative;display:block; }
#XrVHytHn52n1TfQ2ftVBJPzXgdUkZxaa { position:relative;display:block; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #eAXvuZCDaeR48eIgfhDu97cM22KBs1Pe { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #QpKa0isXNkKQKcOE8SLIfbH3beSNsbR8 { position:relative; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #QpMrVVcV7HmEOPupaq6DDmEOBNHFK1SK { position:relative;display:block;z-index:15000; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #qzfWNqsF6OpiSyeUk8kwcsw4lS15w6Le { position:relative;display:block;z-index:15000; }
#BldmT51sS6olNEghw2Il75SB7QgZNa5F { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #b89b19;border-left:0rem solid #d7a86f;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:38.9375rem;top:16.875rem;left:0rem;display:block; }
#brDVMZKZh51NDzInWXzUIcRlJf1uZKSW { position:absolute;display:block;z-index:15011;background-color:#b89b19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:16.5625rem;left:38.375rem;display:block; }
#GIth3a1c71ri3tZtBERaFIlygTwW2RAS { color:#000000;display:block;width:40.99975rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0.0625rem;height:5.1181625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QkrIG29s6bL3TyOsAci5ITEPJGLGSKAC { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.07) ;height:27.1875rem;width:31.625rem;top:2.7236328125rem;left:43.271484375rem;display:block; }
#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f38;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; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container { background-color: transparent; background-image: none; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container > .video-iframe-container { display: none; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row > .video-iframe-container { display: none; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .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); }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container { border-width: 0; border-radius: 0; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#bNQ3JL6T1IDWRGZJhBWTCB5tx5hhv3J7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:14.1875rem;top:1.24951171875rem;left:0rem;overflow:hidden;display:block; }
#CAME267oELt6i1eeFlmCu8XKOmZSb4JD { color:#000000;display:block;width:5.68725625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:25.06103515625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zWOJT6lo3LLBnv3hhSvgTmalU9JOhbqo { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.9365234375rem;left:25.013427734375rem;height:3.6738375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shoAXBAg7qGMrMqiC3Ut0ZqhgZ8P8dzA { color:#000000;display:block;width:23.374rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.935302734375rem;left:51.6259765625rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VE37vTsP9MerTxVwHDSO5bphhQ10ylMb { color:#000000;display:block;width:5.68725625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.248291015625rem;left:51.6259765625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFrtInRTiJnZWQ8ffncI9N8Czw98KUOB { color:#000000;display:block;width:10.81175rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.056396484375rem;left:63.875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc { display:block; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyM13UEOIupgAmm4EHLuOGixRZEGIqV7 { width:16.125rem;height:5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tmETSzhwUy7P3ZLAot26TD75xQRzaO { width:18.75rem;height:3.75rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTV9aXGKaf959iUzn3u9qTtD8L8Lac9h { display:block; }
 }@media only screen and (max-width: 763px) { #W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX { display:block; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3gW45MJf0QT8517wraGfnCqD6T5SEqo { display:block; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seKmxt6itrexX959HaQpQnTfXpuUoPak { top:5.4375rem;left:0rem;width:40.1875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7w2wNzXm5KyQvo8uGgbTPUm8t3B17y { top:2.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ts4fnN6PIMg892VzysE8X3qvk6cdEA { top:4.9375rem;left:0rem;width:2.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9eNFApEB0SxeQv79f1uDdffv5EBxvqa { top:17.375rem;left:0rem;width:38.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BIlMwOnWIqhS5f2mXKmzSQbbiJhZTA { top:19.4375rem;left:0rem;width:38.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBO65ypgzgPHFTWXzPyxSTiQDfL2wU2u { top:21.625rem;left:0rem;width:38.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TR9m1TQr5K5IiDaE6hISsySuvsRDFT { top:23.75rem;left:0rem;width:38.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCaqpZty7MqRkRawbG7UcZR3WrEkvPC { top:17.625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQ3pCl43xnB1KAw2Oo1aGWvUT45Tipo { top:19.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Law2LUIIFDwlVoN1I6vdIUrTWOwAzOvw { top:21.9375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihDscT2GDoKytAizkxAhGJ1RK9Tix3K { top:24.1875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckPlfrDl5gQHGLOH6qq7dpmRzoZf5Kli { top:31.5625rem;left:0rem;width:47.75rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS8mbE5KNHqtBkKDFbKbCTJuP6dBJt3O { top:34.375rem;left:0.875rem;width:46rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd { display:block; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-regular-label { width:37.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-text { width:37.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-text {padding-top: 0; padding-bottom: 0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-textarea { width:37.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-select { width:37.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-select {padding-top: 0; padding-bottom: 0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-button { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.875rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-checkbox-label { width:36.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG  { width:37.5625rem;height:auto;top:4.125rem;left:3.8408203125rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .radio-container { width:37.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG {display:block;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG { width:37.5625rem;height:auto;top:4.125rem;left:3.8408203125rem; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #xyM0wmd3ORdnN2yCA4s8Eaio0tVuwHeR {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #AruMgvkFTrCufNUPPVmfI79AlOmfEvSp { display:none; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #bnhUR9dTuiJcy8cfa49SGIHCQ1whAoG7 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #ntZKaypRQwhsSwWi0oKZ3s2o2aDyvO5U {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #oEfil8Oob6ypVAvVGu9UcAA6zOC0Kt9w { display:none; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #vvEO6lbBV7qKtK0FEU7KZVs7Bufzz660 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #WEboGVDCWiusFQkQwRuCwF7Qvvp0Z3Sl {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #TkxkceerxzRw6iOlve5EHySc5SAWVAQy { display:none; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #UcVVGec24WFuRzaemTn5NaVuzu77DoKe {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #qiFW76cIeihBGSLHlKZU21GyTWQp0oHJ {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #aVnVFmbV9cX3QsRkHfQktJ85rfVNSqP0 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #VzCHtqqXCaR61neUKKHCiT3kHK2oIxZ5 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #qExAdruzlTHUT7umKwsMlpSxppoM1rW3 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #TV3Lwg5dPTi4e8ML1R6ToTTpduwD510d {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #llOX76drHdsGNE3EFZZffKuDkruVBB8R {  }
 }@media only screen and (max-width: 763px) { #rXftO1f0syot7OcUfKlgNhCg7JIpe3Q8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbwVhrFRKEC9bVTE18mNwxXhNDTMdQek { display:block; }
 }@media only screen and (max-width: 763px) { #bvPw9Ddp9rhfhFX8uqgdPnsT7nuqByHc { display:block; }
 }@media only screen and (max-width: 763px) { #fUverux9KFToCCvEWZyDaaNSyLdZFHOk { display:block; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #LHOWCdIMiik7nQ4f1Mm941HmpUyF9nsm {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #ldCKpAJ5kqpu1CwaeTCOxsrWZTkgDO7m {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #VBFOagqlpcBAxLe1mD4OFhCuiPSzWP6U {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #xQC75wqVQX6TivhrTSSXnfLxoKhmwuAo {  }
 }@media only screen and (max-width: 763px) { #OveRr6wtQ0IUoPCvoOlLWKaepZ1z2ySA { top:2.6875rem;left:4.8125rem;width:38.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIQXsiNtP9deZzyX7o55KJsPBGGGAxyn { top:33.125rem;left:0rem;width:47.75rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z09c8IIdpNT64tdcShoiArUoz0smw0z3 { display:block; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzhMcExzMKuGHCBy7B86fnX4swtI0xbw { top:4.6875rem;left:15.75rem;width:32rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx00mB6IPHO8cqrU6Ovx9fClHNuq4Ey1 { top:14.4375rem;left:36rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7WEqfoAnyMyDkGDxLk1hnkcQeV8DCou { top:13.5625rem;left:33.875rem;width:9.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNGRXhKnPbHXvs36FnvNNli0LiCMRDTE { width:30.6875rem;height:4.125rem;top:21rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRk5uT4oy6shU0ThJ2Ac3pAMVwQ0KoCL { display:block; }
 }@media only screen and (max-width: 763px) { #PB3vuyXx5DsUtJKObSlcvElqWGSfa2KH { width:40rem;height:22.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 { display:block; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3B5hI1RxbfwIXs2D736gNfHxyFzMW3t { top:1.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRSUNBKfmithr5vg0Hqx4zH2ZwPhhMP { top:4.3125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR6uLDz908vRri4pSoOpQdA0R8lTlaMo { display:block; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfutyZVbWGUiAAdlb9ZHICS1n0k0zHVU { top:9.5625rem;left:4.125rem;width:11.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl7qAKu19Ha64z38TOOaStHIbIcDc8de { top:2.8125rem;left:4.186767578125rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhv0BT9r2NiK8FBTvS0Vfni1C2aNZo3V { top:10rem;left:0rem;width:9.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzqReXSuaE0rgpVghmNpPrvKWIaW5fqe { top:10.5rem;left:5.25rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDdqehg1h6BK7qNTnEiNQ6xhGaNvcobz { top:6.4375rem;left:0rem;width:16.4375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3wdCRD7b7azTOwGOPx7hB3zTwaI6ULf { top:1.875rem;left:0rem;width:6.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwFMQuVXb2U0m43V07GbLHiykmpqLGF2 { top:9.6875rem;left:20rem;width:11.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wyk6SzoSbJetA3pRPcNN2CSGngvR8x { top:10.5625rem;left:21.125rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvhJMRK8ZqnBMTmK1goTtnU1ghEOuvbR { top:2.875rem;left:20.125rem;width:11.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwPku4uitsltRKTI19yngip1cW4288EN { top:10.125rem;left:16.3125rem;width:9.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTh14tw8Wtim5P1o875I1T3fSu5mPdC { top:6.625rem;left:15.875rem;width:12.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2t7T5cnWfvEp7vcRFLTOBxvhJI6mkO { top:1.875rem;left:15.875rem;width:4.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z8OBc1Q4OSDSF2w2b87TpMzJJAeOBN { top:9.6875rem;left:35.875rem;width:11.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0IeIreDmcRBt0n3RzQRJr0xeFXstWmO { top:10.5625rem;left:37rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbISvavpOHtgfecOxp7TNmMppU83ivyM { top:2.875rem;left:36rem;width:11.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqVzgAnxsJNuCUmAXQ2x7Vg5nizlKLwZ { top:10.125rem;left:32.9375rem;width:9.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywMKrZGRZeQBesWhcIlLNi3NnozF8gKa { top:6.625rem;left:31.75rem;width:15rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwkEqwuTMs5s2vr9La2zwJfzpZJeuerN { top:1.875rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZlTvaSfzqdNKWAI4glQUOE2tCilzZ7 { top:13.8125rem;left:8.437255859375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plzzfo6dEzP0s8dKKPq80q2m2Zt13mTI { top:14rem;left:25.21875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7RN12wQdDg5U29q2XA27aQgorQqnDbh { top:13.9375rem;left:41.65576171875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eeycxMe1J2c4NhVetsae6Ar5yPD7Ne { top:0.875rem;left:0rem;width:21.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKgUTgReMdo1C2qhMMrF2F6LOfusiwg { top:0.9375rem;left:9.875rem;width:21.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApL1NUw0uyhBVbXIqKvQi5FnzQzOcGDk { top:0.9375rem;left:25.75rem;width:21.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8EC4GZkKan8V8Aift5OiI9KOp3Jl5G { width:22.8125rem;height:16.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1TEVDUh10in2P7WEA2RSJSZPuNOrZw { display:block; }
 }@media only screen and (max-width: 763px) { #GD6GEtC8o6AQ5TeRe1P9SQFKEme5GFuC { width:22.9375rem;height:16.5rem;top:0.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1xTcZaU5zH43yAbaEIpVJHKBrRWklFF { display:block; }
 }@media only screen and (max-width: 763px) { #suZKlt6iH2qtrgcDeFoDRMsORADDVdtL { width:22.75rem;height:16.5rem;top:0.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOvIpTH9fFtznmliA4aWwgvulUi1xgp { display:block; }
 }@media only screen and (max-width: 763px) { #cE7LmveEbrT3FuU1AGna1PEN2bP7MdJ2 { width:15.0625rem;height:0.9375rem;top:17.5rem;left:0.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CboTZueGTveJXKxPXUJAyaXJ672wRhcN { width:15.0625rem;height:0.9375rem;top:17.5rem;left:16.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMfsgrUQ8w5mFpEITT7zh8vA5AHib801 { width:15.0625rem;height:0.9375rem;top:17.5rem;left:31.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB { display:block; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THxNRlsowX6AdRPmeCtZ1TImldqgWcqm { top:10.5rem;left:4.125rem;width:11.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaoxHDyZ0SiMVcW9uwaQShu0m2wmaJyq { top:3.6875rem;left:4.187255859375rem;width:11.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPK8JFJMkIZ6QnnVtTlXJ71Ia8zyQ8mo { top:10.9375rem;left:0rem;width:9.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qynDfOvlbgPHq8SPlSLeiGP0O1eSwZOR { top:11.5625rem;left:5.25rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhoOn00itbzpziIz89ovgwEW72OZgUA2 { top:7.4375rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyHF2d5SmVVSIb1Z7paVeZ653DOR6etX { top:10.6875rem;left:20rem;width:11.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EprezNHT9LzKlda9nDnbOKdmZbnAdJUa { top:11.6875rem;left:21.125rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguUOWRRsEw2GBQ5W0yJzxJdUMTcKMdo { top:3.875rem;left:20.125rem;width:11.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAhegu88Ln1y8At4wA4fyT0xWXVoBcz { top:11.125rem;left:16.3125rem;width:9.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob4hwmPMdJKvSZwNRf4REmxMHCxvbONx { top:7.8125rem;left:15.875rem;width:12.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubogO3msmai3gdIK6S4pXT5dKragPqp { top:2.5625rem;left:15.875rem;width:5.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onfU49JzP9wbWIxfJoUwFSxL9D44bQwp { top:14.8125rem;left:9.01513671875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZIGx2Lk9gPlr4IaTpdczf39vntU9fo { top:14.9375rem;left:25.444580078125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vndPPz79SavvE9VgekTqgXLQ8TFTTanB { top:2.5625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIMH3AB4ZsPaq1dZ3OX0m8evtQRc8Vw { top:1.5625rem;left:0rem;width:21.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTn4zvA6RbfhCLeNL5TNhdhLtDdf1frf { top:1.5625rem;left:9.875rem;width:21.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6wBfGilvP4KB7OiQIx69GPa74Nig2g { width:22.75rem;height:16.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4qTaUFfZtVukG79EHGEloqdBZ9TJ30y { display:block; }
 }@media only screen and (max-width: 763px) { #mrV52zNaVPQRGJUAFQNPqpIQEBlXCZpn { width:23rem;height:16.5rem;top:1.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkTLVT2pLoPs4Pi80OpTFZgK6kPE2Vw { display:block; }
 }@media only screen and (max-width: 763px) { #JlrfeyMbeROcfCWvWTwmxpy0s5hgphUF { width:15.0625rem;height:0.9375rem;top:18.6875rem;left:0.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Z1Acmm5ux29fvFWOgleUf7aeWThI2B { width:15.0625rem;height:0.9375rem;top:18.6875rem;left:16.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVC2RQ4UlMHk7dtk7XI6w1ZPqzCJEsyP { width:22.875rem;height:16.5rem;top:1.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URfTGiUwwSE7XqaekDXvdzlpirNiOWtS { display:block; }
 }@media only screen and (max-width: 763px) { #Pu9lWCztZ5eurc0Ucn9wC3nM2TElnIpS { top:1.5625rem;left:25.75rem;width:21.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0GQN3QbXFeE7L9edOZGflacfX7LtOF5 { top:3.5625rem;left:36rem;width:11.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0FIq25OkSovsCoa48mNFCSpOzTrsefO { top:2.4375rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaBO9lpVDv0h3tm5GuhUHrunznb6aLe { top:7.9375rem;left:31.75rem;width:14.4375rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkCqOrTuOZXTuhDOAhnBCgQqP7KctqzD { top:10.375rem;left:35.875rem;width:11.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LKiKGkEOxGkotBvOcQewO5uQZvePWO { top:11.3125rem;left:37rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6VRL07Bql1zIRTc9GTUklTaTBz06AW { top:10.8125rem;left:31.75rem;width:9.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkeLOH0GfTADN4wTiu11TcNZqEbpaID { top:14.5625rem;left:40.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70O0TL39RIKlXpJKAr1EGgbiirc0u6s { width:15.0625rem;height:0.9375rem;top:18.6875rem;left:32.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU { display:block; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPK2r0PXMlQGPbbkaX6uhFZaCFs0tRQo { top:1.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL { top:11rem;left:0rem;width:21.5625rem;height:11.125rem;font-size:0.875rem;display:block; }#GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL li:before{  }
 }@media only screen and (max-width: 763px) { #vigarfHJC4d1tTcfaMB0GgAaltfzpI7h { top:8.6875rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmB77c2howlW4zEt8du6Wsf8ST10OkIn { top:14.625rem;left:26.0625rem;width:21.5625rem;height:;font-size:0.875rem;display:block; }#LmB77c2howlW4zEt8du6Wsf8ST10OkIn li:before{  }
 }@media only screen and (max-width: 763px) { #PIwTS4Rv82km8tolQnxThJTL5N3tTUfm { top:8.6875rem;left:26.0625rem;width:21.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWw831i39zVayEoNdgnMo7w4kAgJMg1M { top:23.625rem;left:0rem;width:21.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM { top:26.1875rem;left:0rem;width:21.5625rem;height:;font-size:0.875rem;display:block; }#pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM li:before{  }
 }@media only screen and (max-width: 763px) { #qgDpp29IkqlabBdUrTtz9hBhPPhI6574 { top:8.6875rem;left:10.1875rem;width:21.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 { top:11rem;left:10.1875rem;width:21.5625rem;height:16.8125rem;font-size:0.875rem;display:block; }#cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 li:before{  }
 }@media only screen and (max-width: 763px) { #GUcEAMUKiPKr2mP2TEJRw28cFdcTnKf5 { width:23.8125rem;height:4.125rem;top:36.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNF7GkAWEOiOdG7REpyk6LuLTNILXJmq { display:block; }
 }@media only screen and (max-width: 763px) { #GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f { display:block; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1DhamwfXs1k8B7DZhBDoNXl2FXCglt0 { top:9.3125rem;left:0rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGI5zfyZXbNMWRv7OsuKTDmlEOE9QdmK { top:9.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7SkQI7a9L66TZCtKQBRev732mmH6gy { top:14.8125rem;left:0rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRanVlTT01IIoeL6s9rzpyKVFBh8EDEV { top:15.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPcIcXw3nDO45oeqn7QcI3P3PpUrdfbA { top:20.5rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5rMlzvyIWR6eAeTPrpW4LDQkQHRBeTW { top:21.0625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2AJIRE91C8JGyUuL2HVJRWFTxDqJW9a { top:14.8125rem;left:7.5615234375rem;width:14.0625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdTnJsyBDMvbTkDaffKFzGWBVnlbBfT { top:9.3125rem;left:7.5615234375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ounluIMPHkuoWmWGXALRM4EUmtW3Mh1G { top:15.25rem;left:6.185791015625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brNPounRcHNv43kAmWtsyaFFKWHELDvf { top:9.8125rem;left:6.185791015625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmb4XKfxGCTZRgSw0EPPF4XX3bmumb4L { width:23.8125rem;height:4.125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPoBLi2LI5miZDNFDqUqo0GQ75V7fWf9 { display:block; }
 }@media only screen and (max-width: 763px) { #PofO6gshfU3HgHlkz93BpnQQdr0y8vdO { top:3.875rem;left:0rem;width:35.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepF80C6W2vhBm9DwEwrmI73Ebc8AoIM { top:20.5625rem;left:7.4375rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFSrIvJ8iM4pVRI1orXCVQ0eXm3hxf26 { top:21.125rem;left:6.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI { display:block; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StEKMQZWl0P8kvGFrvrFTh7fgPMqLyis { top:4.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKlSP2zcqD1gHLVagysixyEBIsJVSIlT { top:12.5625rem;left:0rem;width:6.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtKpDnk8KFrFOyl4bzr26RIMOosyhNFI { top:15.8125rem;left:6.07470703125rem;width:10.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nVX95nLWBLTEQ7NHz2fxIGdOzW1HwQil { top:12.5rem;left:20.5rem;width:6.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hSAaJT3OaMtfTIIJI8K28d23TwUvBS { top:15.9375rem;left:31.261474609375rem;width:10.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lnNVQU03TZB3yyh9gw3witKFgGHEnTUM { top:12.5625rem;left:40.9375rem;width:6.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9BPSfmgb10B9Ic1XCiOF2rPlSC0P23u { top:15.9375rem;left:42.9375rem;width:4.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tp1ZXv0C58NTzlqseW00VBiQ4agDFPE5 { top:20.75rem;left:0rem;width:19.8125rem;height:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOkHJbWqDLHwg4MMkThTylbtkfdicPqq { top:15.6875rem;left:0rem;width:4.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BAegmx3Gf3xamTiyKb7uIMwlVRAsJkrV { top:20.75rem;left:13.060546875rem;width:21.5625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklrFMwehoLuckL8k7ckue4bgHNQ9qdw { top:20.75rem;left:24.625rem;width:23.125rem;height:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEmD2qe1J2IVhTSaIEnZUTtE1ai5KT4K { top:14.5rem;left:0rem;width:3.25rem;height:3.3110950908031rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuwCfDWfZCqsGAKfhrEme1pMEmmDGDlN { top:14.25rem;left:22.8125rem;width:2.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyc2gWTPLMCrm2x2ubDRxppwX2BVgfC { top:14.4375rem;left:45.3125rem;width:2.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 { top:23.9375rem;left:13.0615234375rem;width:21.5625rem;height:;font-size:0.875rem;display:block; }#c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 li:before{  }
 }@media only screen and (max-width: 763px) { #zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 { display:block; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 { display:block; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #om3qCIMMXFlOmO6TEUZCXA1aVnhseaTu { width:18.9375rem;height:26.5rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTrXTBwvnehhhkU2LuhnqZfWP3cCvo8 { width:19.0625rem;height:10.625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZNUQ0D7GIAZOwvlUlyzRMgs5X38l6h { width:16.3125rem;height:2.1875rem;top:32.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJBTKLZ2HbFuH0G9dD18FiPUnOpUQMqR { width:15.5625rem;height:1.25rem;top:35.75rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkVhtrCyPgiKgIZSyGkHqEPJGZJtkRT9 { width:19.0625rem;height:10.625rem;top:31.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLt8kBRasxiF3ku0Ba6T59EpxkupO9BF { width:16.125rem;height:2.1875rem;top:32.875rem;left:15.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6z6a6NZTn2RAXdOENCINHTVCu3WQZM { width:15.625rem;height:1.25rem;top:35.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNflf8mkvDres6tZNNDTQhqMgrysudab { width:18.9375rem;height:26.5rem;top:4.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKT0B5WSkWhIKzBuWXeT3fMJZhlAcZz4 { width:18.9375rem;height:26.5rem;top:4.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t42z5D8BPaxZQEcolscBHUEcgSfIKM9n { width:19.0625rem;height:10.625rem;top:31.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrV4FsDQF3sKnEaUnkrVlHOMVTqR9Dk { width:15.625rem;height:1.9375rem;top:32.875rem;left:31.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2nEF6Ws9uRErrRe6TL9aE5GCV3UmKwL { width:15.625rem;height:1.25rem;top:35.5rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhtXWiDyDO3PLVaRqXLfHUwi0WyoTLFs { top:0rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1f7zWu6irOFterFBN3RiJVAmhH81oNX { width:15.625rem;height:2.5625rem;top:37.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKOWpLpOHZhaVcOXKwPT3B8feXRdz2vw { width:16.75rem;height:2.5625rem;top:37.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQZL7d0zNQirAunE48K4aOaBgGpNBHa { width:15.5625rem;height:2.5625rem;top:37.6875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH { display:block; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7o1cECTZWD5LF9XRdB8W2q8cARkzmq { top:1.8125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scp4t9FuXx4uzo7TgmIlKnQMz5gH8t5w { width:16.125rem;height:4.125rem;top:1.625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp6TDamiUWZiVgwUDuC1gSp7xw0hxoIX { display:block; }
 }@media only screen and (max-width: 763px) { #OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 { display:block; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCiWzZ1tWpwlGzLBF6nSX4JhSzTxIysn { width:12.5rem;height:2.25rem;top:10.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKXNTF6sMl9q77Uo4kQkMxHcX64CwnUs { width:15rem;height:0.0625rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFa5GCpDAkWTPXxZyrfuEogmg6KUODw { width:13.75rem;height:10.75rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhK5HHdHOxaH7VKL18m3kMxkUOSZRnvB { width:19.25rem;height:21.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu1bCvDPdqxb7u6HedT6VkWRvc9g4EIy { top:7.8125rem;left:2.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW3LZZpXOtDVEPu6bLXgB5PRxduSiGmH { width:38.75rem;height:21.875rem;top:6.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTvJ9u4TP5AiUIgi3GcdNf8FJnwEM5ET { top:1.5625rem;left:15.75rem;width:20.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhJxLRg0kfN7HyIGCZfrKygSxU27pA7R { top:1.5625rem;left:0rem;width:17.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqRGEB3qROIztZHXcCmufoNVv4TzX6G { display:none; }#PvqRGEB3qROIztZHXcCmufoNVv4TzX6G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H9VDm6mms9Mp84zoTUT1ZVpSdLPBLoS9 { width:18.9375rem;height:26.5rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA1SV946iRpMPMvgwZDx6SKJB4yHcZHM { width:19.0625rem;height:10.625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUaQM51Bi6wEOIcarA1DEL1nUxtuMTZe { width:16.3125rem;height:2.1875rem;top:32.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMJwWvRoxIFLbDPhhfmThf5UP5yD7Iq { width:15.5625rem;height:1.25rem;top:35.75rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyHFMGVbaxC6VMRFdEiHXaMczuufRv7k { width:19.0625rem;height:10.625rem;top:31.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKExfX6UvvTcimNSTCtbQwopckq0uTlG { width:16.125rem;height:2.1875rem;top:32.875rem;left:15.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mTEKmVtuvzoOkw2NQI1mmQz9HLbWHh { width:15.625rem;height:1.25rem;top:35.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6x3rMkdvKt2TycGpKUP25z2or89UsT { width:18.9375rem;height:26.5rem;top:4.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsEKIip36ZqhRHFLe3GM5hTLaSeE67kJ { width:18.9375rem;height:26.5rem;top:4.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrSrsp31Gikay51pX10woOA7DpfzEim { width:19.0625rem;height:10.625rem;top:31.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KECK7Vr4snd0mOQWc5O8whT5hnTFZv2C { width:15.625rem;height:2.1875rem;top:32.875rem;left:31.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvRFRxiv4vLgW1pRorxgJVW0HerBLyOk { width:15.625rem;height:1.25rem;top:35.5rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD2tiFbEgmIGNIig8DOtRUxk2SIRCGPp { top:0rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvRQd1lfokXkTPOkE2Sc4oUtPbrrl7e2 { top:43.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFdyQZ6RRqRCg8JS0eWGw4bTA0prTTnm { width:15.625rem;height:2.5625rem;top:37.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROOH102N8LpMVkSC92S0UII6C46lQVfS { width:16.75rem;height:2.5625rem;top:37.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqMxMrDzr5UdUJHSeGuJsp56ROIsKlo8 { width:15.5625rem;height:2.5625rem;top:37.6875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoFe2rL67i9aZZTelqRKB3qgR42nTJvu { width:16.125rem;height:4.125rem;top:43.4375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqexP4UmD6wt5cxRvhavmEqfybKheR1I { display:block; }
 }@media only screen and (max-width: 763px) { #wiJV8x5gCWf21NyFNp0QaQVweqVUMDin { display:block; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTgOX5rcK5GblKAUp1yZtnPBReORozc2 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa2Ebf2yN25OFLyu1vppnlyhttvwRyqU { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuQu5pigXbLvrwFxDxeAAl7NLo9Aizi0 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpOlf7APV0FBex3cld56T1vBSOIwKoBE { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWSD07xI5qp1VPvQsaAJ7cr4zuF5oeeF { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwoySlAfDcqEw5Xhvc89tSO4b57nnDuq { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XadTZlLmLbP8e1c0XATXr7TViLo9xpQ4 { width:47.75rem;height:3.875rem;top:4.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGukvkMN3DTatCkIDdhnCIFw4zQl3qd { width:23.8125rem;height:4.125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4AirGhAavOCuNiuKSkQpHAeswt3O4da { display:block; }
 }@media only screen and (max-width: 763px) { #SJp4zh1nGF4dks3E23e2uN4OhX5ZboUh { width:23.8125rem;height:4.125rem;top:20.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32ByiCN9NFWs6kex7sxM4KzlAIQH0qT { display:block; }
 }@media only screen and (max-width: 763px) { #RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 { display:block; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITItOC91JiuMWGtJZIT9epUtDHC1XUBm { top:29.875rem;left:0rem;width:13.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSllZGQLWRTQFXL0AZg2s8anaIEH8y3u { top:29.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1JpXWbssMc2xswZl83NaxvOoDOraMDO { top:27.125rem;left:0rem;width:47.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCyOlMPi3cPfAGAOVp9rlhqHmAu9WO1n { top:34.5rem;left:2.9970703125rem;width:6.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbBR3xSQ8olMuMagCstKEoHuTETzh0RR { top:29.5rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33MKiWIT3Dz2oCxhoL91CCmbuwgAn7c { top:25.6875rem;left:43.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH7X3yaANcRNPwCxAOQ2nzPQUC2nXbQe { top:26.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb { display:block; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uegTymkLO5VCny7EH04rDcOemCDOWCok { top:29.3125rem;left:0rem;width:13.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6O5cac1eDZXdn4Q9nZWr0QPIaizV9Fn { top:28.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdBHw0oserk25WXLF80SGV1ZN7QrO1Mz { top:27.125rem;left:0rem;width:47.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqb7ZTSQE2E7FlXDVSn35aUpBVrcXxy { top:34.5rem;left:2.9970703125rem;width:6.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMCqyfkUrWQ6eNRiDQMrPbO9XlyOp8Sh { top:28.875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4XCKtSmSocb0cNV25wWSMkD5QsnmA7q { top:25.6875rem;left:43.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWiqz7X9KaT1rTec1p4MoMLcqsy6RTXc { top:26.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3A6kHyQCtG1FfWUXC5B3v0qeyQElIp { top:26.0625rem;left:0rem;width:16.875rem;height:8.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THkW2JLcrwVEm41JsqSQRzMgLLHp9irD { display:block; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9faZ43HPtw2fptg6dKPMnd7WTwO70RD { top:29.125rem;left:0rem;width:13.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhNUFPQty9mcCyooyHSX7PtCBmT8tFBt { top:28.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPmBgcVgthp9COAi0DPiymiXDcpngs0 { top:27.25rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho0SpssDSqb4u7x55UbUKDDdn6NvMqde { top:34.5rem;left:2.9970703125rem;width:6.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GueGHEgUkrSfgE3AfDWzCNfD2NIVyATM { top:28.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QJ7kGl4dAGBJN3mFnIgfl2AqNV1rlp { top:25.6875rem;left:43.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD4JXzdKMSEQOriqxRya9nUEwlZDeSwG { top:26.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz { display:block; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTEHPXROeDCF8buXMabDHAgaTAfMNres { top:29.875rem;left:0rem;width:13.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p61B45w3K8SgiIJWyqqBdMM2Lskl1lTu { top:28.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySCnB1zImUFlrekfvgol8phA6velNnt { top:27.125rem;left:0rem;width:47.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44GXyPAnu1P7eqfy0a0zHuVFLEHctzT { top:34.5rem;left:2.9970703125rem;width:6.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9JmBXccElkPfLzlLPZDM2TOT5HPWrq7 { top:29.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO2wc7dzRiIb7fNn9ZURV20txHfbcq5S { top:26.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLuitbu2XFq21FaXgsdTeQ06mo7sZrbl { top:25.6875rem;left:43.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 { display:block; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep6GDUU5AFmCGQQhVdh6cF4AUIZavxGW { top:29.875rem;left:0rem;width:13.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTqXTTSS40BT5XqURnN7nNwvTuX85rF { top:29.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAlZ8Ofdz27ZabcxTKemWB8m0sVIIHJ5 { top:27.125rem;left:0rem;width:47.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbcDuHRRcbEDrZH86LLksQthyLVt91tu { top:34.5rem;left:2.9970703125rem;width:6.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTgdnohtbJLL1OvGDE6NC3to1okOCmbn { top:29.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRNW1Zvzdz9gTgScWVtZ8HDv2sLAWTB { top:25.6875rem;left:43.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzzeio1wmNa1bATU3A2tD93ycTpUTvBS { top:26.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH { display:block; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnuqXFKpQe5XvgGoSxeqacTbMSTFqTNz { width:0.4375rem;height:0.4375rem;top:0.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlFzbt1Awikr4NDQDzse9fAEveKTKQo8 { width:0.4375rem;height:0.4375rem;top:0.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKg1oUHQCLa3vvVOcQkVlU1Q1BlaSZaQ { width:0.4375rem;height:0.4375rem;top:0.625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmJt46GqFceCm0IaLvqKS2mfQ2Iskwn { width:0.4375rem;height:0.4375rem;top:0.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Tdc7n2KzJ4RSpz9Jo42qXzUpuuFq6Z { width:0.4375rem;height:0.4375rem;top:0.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB { display:block; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpyPEq5olHTuuwlxdIDsglC1XKDO14Oc { top:2.75rem;left:0rem;width:41.25rem;height:9.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTFGXm1GQXqIqHVzB23i9lB5gieBnh9 { top:13.3125rem;left:0rem;width:44.375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-regular-label { width:25.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-text { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-text {padding-top: 0; padding-bottom: 0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-textarea { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-select { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-select {padding-top: 0; padding-bottom: 0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-button { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks  { width:25.375rem;height:auto;top:4.25rem;left:19.875rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .radio-container { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks {display:block;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks { width:25.375rem;height:auto;top:4.25rem;left:19.875rem; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #G1WXgf1T2WXA99l9gUu0sd3e0sSGqKvk {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #oW6k3p97QEpWvPsrnSgxr25IeBPsFOfb { display:none; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #orO3aZBo3iyLVHhtpZPnyUOTstRCna2C {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #UEktM33oR5b6TvKmZAnDGZJ8XNGGqMeI {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #TW1XDqAD5MbdQqbtx2cUAHf6RKVA89Xf { display:none; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #pngmr2CmdywhOkBzepcPZ5nPTE6Shdf0 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #KZkN3K59XOquIAuTbKySyoQ3bVhTFmND {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #SZmmzUGEWbld9tnFJ8KQleDPTIihw2Dc { display:none; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #RZ6Fmzp6VTebE8mRFhydM9mIiEn00Z81 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #TliDx8eoUQxzDrvAUmVgBtZMmkVa3aTv {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #lWtRiyxc70Xsx9B4nGqG46E6pahnDGzG {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #B94wbDZn11HhmeN5yLe63a21aoe1NrP9 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #IainMHRkX7qFKmIIfFgDfUhRux3Df0wa {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #iyM7KE5qAk2RK5ToeI7AcxpAx1F5aCxs {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #bEVMqCvSpbLZifOiO8GSHTgv06WDZkyD {  }
 }@media only screen and (max-width: 763px) { #qhxqbQKATfHXUWqP1Lh75wifpFGd4HRC { display:block; }
 }@media only screen and (max-width: 763px) { #NgUaEfIrmeoWbP1xFDp4pvrRuIrvlUJG { display:block; }
 }@media only screen and (max-width: 763px) { #wIKhTFV6yxAUM4RKagBWBD3TgVcFOGqe { display:block; }
 }@media only screen and (max-width: 763px) { #XrVHytHn52n1TfQ2ftVBJPzXgdUkZxaa { display:block; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #eAXvuZCDaeR48eIgfhDu97cM22KBs1Pe {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #QpKa0isXNkKQKcOE8SLIfbH3beSNsbR8 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #QpMrVVcV7HmEOPupaq6DDmEOBNHFK1SK {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #qzfWNqsF6OpiSyeUk8kwcsw4lS15w6Le {  }
 }@media only screen and (max-width: 763px) { #BldmT51sS6olNEghw2Il75SB7QgZNa5F { top:16.875rem;left:0rem;width:38.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brDVMZKZh51NDzInWXzUIcRlJf1uZKSW { top:16.5625rem;left:24.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIth3a1c71ri3tZtBERaFIlygTwW2RAS { top:17.8125rem;left:0rem;width:40.9375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkrIG29s6bL3TyOsAci5ITEPJGLGSKAC { top:2.6875rem;left:16.125rem;width:31.625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP { display:block; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNQ3JL6T1IDWRGZJhBWTCB5tx5hhv3J7 { top:1.1875rem;left:0rem;width:14.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAME267oELt6i1eeFlmCu8XKOmZSb4JD { top:1.1875rem;left:11.43603515625rem;width:5.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWOJT6lo3LLBnv3hhSvgTmalU9JOhbqo { top:2.875rem;left:11.38818359375rem;width:24.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shoAXBAg7qGMrMqiC3Ut0ZqhgZ8P8dzA { top:2.875rem;left:24.4375rem;width:23.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE37vTsP9MerTxVwHDSO5bphhQ10ylMb { top:1.1875rem;left:38.0009765625rem;width:5.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFrtInRTiJnZWQ8ffncI9N8Czw98KUOB { top:6rem;left:37rem;width:10.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oVyL7FBCg8FX9C34D6k9XhAZ6dPaBCnc > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyM13UEOIupgAmm4EHLuOGixRZEGIqV7 { width:9.375rem;height:2.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tmETSzhwUy7P3ZLAot26TD75xQRzaO { width:9.375rem;height:2.5rem;top:0.8125rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTV9aXGKaf959iUzn3u9qTtD8L8Lac9h { display:block; }
 }@media only screen and (max-width: 763px) { #W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX { display:block; }#W8MGplHRZ8JZEqsdK4GIXqR9IAVfTagX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3gW45MJf0QT8517wraGfnCqD6T5SEqo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b408b884-34e2-4b33-8358-61b2420c0e11/KrzysztofPrzychockiFizoterapiaGdynia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo.adaptive-delivery-prevent-bg, #M3gW45MJf0QT8517wraGfnCqD6T5SEqo.lazyload, #M3gW45MJf0QT8517wraGfnCqD6T5SEqo.lazyloading { background-image: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container { background-color: transparent; background-image: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container > .video-iframe-container { display: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row > .video-iframe-container { display: none; }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .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); }#M3gW45MJf0QT8517wraGfnCqD6T5SEqo > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seKmxt6itrexX959HaQpQnTfXpuUoPak { width:18.6875rem;height:4.63036875rem;top:6.5625rem;left:1.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xS7w2wNzXm5KyQvo8uGgbTPUm8t3B17y { width:18.31175rem;height:2.5996125rem;top:2.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ts4fnN6PIMg892VzysE8X3qvk6cdEA { width:2.1875rem;height:19.4375rem;top:5.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9eNFApEB0SxeQv79f1uDdffv5EBxvqa { width:17.87475rem;height:2.76171875rem;top:12.0625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BIlMwOnWIqhS5f2mXKmzSQbbiJhZTA { width:15.875rem;height:2.76171875rem;top:15.9375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBO65ypgzgPHFTWXzPyxSTiQDfL2wU2u { width:17.375rem;height:2.76171875rem;top:19.75rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TR9m1TQr5K5IiDaE6hISsySuvsRDFT { width:15.5615rem;height:1.3808625rem;top:24.75rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCaqpZty7MqRkRawbG7UcZR3WrEkvPC { width:0.625rem;height:0.625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQ3pCl43xnB1KAw2Oo1aGWvUT45Tipo { width:0.625rem;height:0.625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Law2LUIIFDwlVoN1I6vdIUrTWOwAzOvw { width:0.625rem;height:0.625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihDscT2GDoKytAizkxAhGJ1RK9Tix3K { width:0.625rem;height:0.625rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckPlfrDl5gQHGLOH6qq7dpmRzoZf5Kli { width:20rem;height:25.625rem;top:53.694808203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FS8mbE5KNHqtBkKDFbKbCTJuP6dBJt3O { width:20rem;height:7.474625rem;top:28.03271484375rem;left:0rem;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd { display:block; }#JfietcpTa4fvmw5IJ3csl5RZIsBf2MWd > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-text {padding-top: 0; padding-bottom: 0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-select {padding-top: 0; padding-bottom: 0;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-input-button { width:12.9375rem;margin-top:0.25rem;margin-right:2.25rem;margin-bottom:0.25rem;margin-left:2.25rem;height:3.6875rem; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG  { width:17.5rem;height:auto;top:4.9375rem;left:0rem;z-index:15004; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG {display:block;}#zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG { width:17.5rem;height:auto;top:4.9375rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #xyM0wmd3ORdnN2yCA4s8Eaio0tVuwHeR {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #AruMgvkFTrCufNUPPVmfI79AlOmfEvSp { display:none; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #bnhUR9dTuiJcy8cfa49SGIHCQ1whAoG7 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #ntZKaypRQwhsSwWi0oKZ3s2o2aDyvO5U {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #oEfil8Oob6ypVAvVGu9UcAA6zOC0Kt9w { display:none; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #vvEO6lbBV7qKtK0FEU7KZVs7Bufzz660 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #WEboGVDCWiusFQkQwRuCwF7Qvvp0Z3Sl {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #TkxkceerxzRw6iOlve5EHySc5SAWVAQy { display:none; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #UcVVGec24WFuRzaemTn5NaVuzu77DoKe {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #qiFW76cIeihBGSLHlKZU21GyTWQp0oHJ {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #aVnVFmbV9cX3QsRkHfQktJ85rfVNSqP0 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #VzCHtqqXCaR61neUKKHCiT3kHK2oIxZ5 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #qExAdruzlTHUT7umKwsMlpSxppoM1rW3 {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #TV3Lwg5dPTi4e8ML1R6ToTTpduwD510d {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #llOX76drHdsGNE3EFZZffKuDkruVBB8R {  }
 }@media only screen and (max-width: 763px) { #rXftO1f0syot7OcUfKlgNhCg7JIpe3Q8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbwVhrFRKEC9bVTE18mNwxXhNDTMdQek { display:block; }
 }@media only screen and (max-width: 763px) { #bvPw9Ddp9rhfhFX8uqgdPnsT7nuqByHc { display:block; }
 }@media only screen and (max-width: 763px) { #fUverux9KFToCCvEWZyDaaNSyLdZFHOk { display:block; }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #LHOWCdIMiik7nQ4f1Mm941HmpUyF9nsm {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #ldCKpAJ5kqpu1CwaeTCOxsrWZTkgDO7m {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #VBFOagqlpcBAxLe1mD4OFhCuiPSzWP6U {  }
 }@media only screen and (max-width: 763px) { #zALpcSrWn9kPTamzlTQLTnWqwDU1KUsG #xQC75wqVQX6TivhrTSSXnfLxoKhmwuAo {  }
 }@media only screen and (max-width: 763px) { #OveRr6wtQ0IUoPCvoOlLWKaepZ1z2ySA { width:17.875rem;height:2.92480625rem;top:2.07470703125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIQXsiNtP9deZzyX7o55KJsPBGGGAxyn { width:20rem;height:26.625rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Z09c8IIdpNT64tdcShoiArUoz0smw0z3 { display:block; }#Z09c8IIdpNT64tdcShoiArUoz0smw0z3 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzhMcExzMKuGHCBy7B86fnX4swtI0xbw { width:20rem;height:3.8994125rem;top:13.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx00mB6IPHO8cqrU6Ovx9fClHNuq4Ey1 { width:11.75rem;height:1.625rem;top:27.875rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7WEqfoAnyMyDkGDxLk1hnkcQeV8DCou { width:9.125rem;height:3.375rem;top:21.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNGRXhKnPbHXvs36FnvNNli0LiCMRDTE { width:19rem;height:3.4375rem;top:32rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRk5uT4oy6shU0ThJ2Ac3pAMVwQ0KoCL { display:block; }
 }@media only screen and (max-width: 763px) { #PB3vuyXx5DsUtJKObSlcvElqWGSfa2KH { height:11.25rem;width:20rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 { display:block; }#a0PIi9lcPLoJF9TVV6Ol57nXkICyGN29 > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3B5hI1RxbfwIXs2D736gNfHxyFzMW3t { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRSUNBKfmithr5vg0Hqx4zH2ZwPhhMP { width:20rem;height:4.875rem;top:7.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR6uLDz908vRri4pSoOpQdA0R8lTlaMo { display:block; }#aR6uLDz908vRri4pSoOpQdA0R8lTlaMo > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfutyZVbWGUiAAdlb9ZHICS1n0k0zHVU { width:11.75rem;height:3.4375rem;top:9.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl7qAKu19Ha64z38TOOaStHIbIcDc8de { width:11.25rem;height:5.625rem;top:2.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhv0BT9r2NiK8FBTvS0Vfni1C2aNZo3V { width:9.0625rem;height:4.0625rem;top:10.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzqReXSuaE0rgpVghmNpPrvKWIaW5fqe { width:10.625rem;height:1.625rem;top:10.5625rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDdqehg1h6BK7qNTnEiNQ6xhGaNvcobz { width:16.5rem;height:1.86865rem;top:6.5rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3wdCRD7b7azTOwGOPx7hB3zTwaI6ULf { width:6rem;height:3.625rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwFMQuVXb2U0m43V07GbLHiykmpqLGF2 { width:11.75rem;height:3.4375rem;top:26.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wyk6SzoSbJetA3pRPcNN2CSGngvR8x { width:10.625rem;height:1.625rem;top:27.75rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvhJMRK8ZqnBMTmK1goTtnU1ghEOuvbR { width:11.5625rem;height:5.75rem;top:20.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwPku4uitsltRKTI19yngip1cW4288EN { width:9.0625rem;height:4.0625rem;top:27.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTh14tw8Wtim5P1o875I1T3fSu5mPdC { width:12.8125rem;height:2.03125rem;top:23.875rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2t7T5cnWfvEp7vcRFLTOBxvhJI6mkO { width:5.3125rem;height:4.4375rem;top:18.9375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z8OBc1Q4OSDSF2w2b87TpMzJJAeOBN { width:11.75rem;height:3.4375rem;top:44.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0IeIreDmcRBt0n3RzQRJr0xeFXstWmO { width:10.625rem;height:1.625rem;top:45.25rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbISvavpOHtgfecOxp7TNmMppU83ivyM { width:11.5625rem;height:5.6875rem;top:37.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqVzgAnxsJNuCUmAXQ2x7Vg5nizlKLwZ { width:9.0625rem;height:4.0625rem;top:44.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywMKrZGRZeQBesWhcIlLNi3NnozF8gKa { width:16.8125rem;height:1.625rem;top:41.4375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwkEqwuTMs5s2vr9La2zwJfzpZJeuerN { width:3.625rem;height:3.625rem;top:37rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZlTvaSfzqdNKWAI4glQUOE2tCilzZ7 { width:0.625rem;height:0.625rem;top:13.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plzzfo6dEzP0s8dKKPq80q2m2Zt13mTI { width:0.625rem;height:0.625rem;top:31.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7RN12wQdDg5U29q2XA27aQgorQqnDbh { width:0.625rem;height:0.625rem;top:48.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eeycxMe1J2c4NhVetsae6Ar5yPD7Ne { width:20rem;height:16.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKgUTgReMdo1C2qhMMrF2F6LOfusiwg { width:20rem;height:16.0625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApL1NUw0uyhBVbXIqKvQi5FnzQzOcGDk { width:20rem;height:16.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8EC4GZkKan8V8Aift5OiI9KOp3Jl5G { width:18.9985625rem;height:16.4985625rem;top:0.71923828125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1TEVDUh10in2P7WEA2RSJSZPuNOrZw { display:block; }
 }@media only screen and (max-width: 763px) { #GD6GEtC8o6AQ5TeRe1P9SQFKEme5GFuC { width:18.9985625rem;height:16.4365rem;top:17.93798828125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1xTcZaU5zH43yAbaEIpVJHKBrRWklFF { display:block; }
 }@media only screen and (max-width: 763px) { #suZKlt6iH2qtrgcDeFoDRMsORADDVdtL { width:18.9985625rem;height:16.4365rem;top:35.50048828125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOvIpTH9fFtznmliA4aWwgvulUi1xgp { display:block; }
 }@media only screen and (max-width: 763px) { #cE7LmveEbrT3FuU1AGna1PEN2bP7MdJ2 { width:15.0625rem;height:0.9746125rem;top:17rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CboTZueGTveJXKxPXUJAyaXJ672wRhcN { width:15.0625rem;height:0.9746125rem;top:34.1875rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMfsgrUQ8w5mFpEITT7zh8vA5AHib801 { width:15.0625rem;height:0.9746125rem;top:51.75rem;left:2.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB { display:block; }#sev2tQXN9VMrOCGTufFq5RCAzF7WFSMB > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THxNRlsowX6AdRPmeCtZ1TImldqgWcqm { width:11.75rem;height:3.4375rem;top:9.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaoxHDyZ0SiMVcW9uwaQShu0m2wmaJyq { width:11.3125rem;height:5.6875rem;top:2.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPK8JFJMkIZ6QnnVtTlXJ71Ia8zyQ8mo { width:9.0625rem;height:4.0625rem;top:10.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qynDfOvlbgPHq8SPlSLeiGP0O1eSwZOR { width:10.625rem;height:1.625rem;top:10.75rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhoOn00itbzpziIz89ovgwEW72OZgUA2 { width:15.875rem;height:1.54345625rem;top:6.625rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyHF2d5SmVVSIb1Z7paVeZ653DOR6etX { width:11.75rem;height:3.4375rem;top:27.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EprezNHT9LzKlda9nDnbOKdmZbnAdJUa { width:10.625rem;height:1.625rem;top:28.5625rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguUOWRRsEw2GBQ5W0yJzxJdUMTcKMdo { width:11.5625rem;height:5.75rem;top:20.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAhegu88Ln1y8At4wA4fyT0xWXVoBcz { width:9.0625rem;height:4.0625rem;top:28rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob4hwmPMdJKvSZwNRf4REmxMHCxvbONx { width:16.0625rem;height:2.03125rem;top:24.75rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubogO3msmai3gdIK6S4pXT5dKragPqp { width:5.0625rem;height:3.3125rem;top:20.375rem;left:1.5975609756097rem;display:block; }
 }@media only screen and (max-width: 763px) { #onfU49JzP9wbWIxfJoUwFSxL9D44bQwp { width:0.625rem;height:0.625rem;top:14rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZIGx2Lk9gPlr4IaTpdczf39vntU9fo { width:0.625rem;height:0.625rem;top:31.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vndPPz79SavvE9VgekTqgXLQ8TFTTanB { width:4.375rem;height:4.375rem;top:1.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIMH3AB4ZsPaq1dZ3OX0m8evtQRc8Vw { width:20rem;height:16.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTn4zvA6RbfhCLeNL5TNhdhLtDdf1frf { width:20rem;height:16.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6wBfGilvP4KB7OiQIx69GPa74Nig2g { width:18.9375rem;height:16.4375rem;top:0.56298828125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4qTaUFfZtVukG79EHGEloqdBZ9TJ30y { display:block; }
 }@media only screen and (max-width: 763px) { #mrV52zNaVPQRGJUAFQNPqpIQEBlXCZpn { width:18.9985625rem;height:16.4365rem;top:18.25048828125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkTLVT2pLoPs4Pi80OpTFZgK6kPE2Vw { display:block; }
 }@media only screen and (max-width: 763px) { #JlrfeyMbeROcfCWvWTwmxpy0s5hgphUF { width:15.0625rem;height:0.9746125rem;top:16.8125rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Z1Acmm5ux29fvFWOgleUf7aeWThI2B { width:15.0625rem;height:0.9746125rem;top:34.8125rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVC2RQ4UlMHk7dtk7XI6w1ZPqzCJEsyP { width:19rem;height:16.4375rem;top:37.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URfTGiUwwSE7XqaekDXvdzlpirNiOWtS { display:block; }
 }@media only screen and (max-width: 763px) { #Pu9lWCztZ5eurc0Ucn9wC3nM2TElnIpS { width:20rem;height:16.0625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0GQN3QbXFeE7L9edOZGflacfX7LtOF5 { width:11.5625rem;height:5.75rem;top:39.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0FIq25OkSovsCoa48mNFCSpOzTrsefO { width:3.75rem;height:3.75rem;top:38.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaBO9lpVDv0h3tm5GuhUHrunznb6aLe { width:16.6875rem;height:1.70605625rem;top:43.8125rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkCqOrTuOZXTuhDOAhnBCgQqP7KctqzD { width:11.75rem;height:3.4375rem;top:46.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LKiKGkEOxGkotBvOcQewO5uQZvePWO { width:10.625rem;height:1.625rem;top:47.1875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6VRL07Bql1zIRTc9GTUklTaTBz06AW { width:9.0625rem;height:4.0625rem;top:46.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkeLOH0GfTADN4wTiu11TcNZqEbpaID { width:0.625rem;height:0.625rem;top:50.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70O0TL39RIKlXpJKAr1EGgbiirc0u6s { width:15.0625rem;height:0.9746125rem;top:54.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU { display:block; }#x6Boio8qCGpvXaMpmsN7HNswHp4EtGTU > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPK2r0PXMlQGPbbkaX6uhFZaCFs0tRQo { width:18.6875rem;height:14.625rem;top:1.4375rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL { width:20rem;height:9.4375rem;top:21.1465rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#GeQAPTxR3cDie5l09bN4wNkiXAkJ2CrL li:before{  }
 }@media only screen and (max-width: 763px) { #vigarfHJC4d1tTcfaMB0GgAaltfzpI7h { width:20rem;height:1.3125rem;top:18.584rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmB77c2howlW4zEt8du6Wsf8ST10OkIn { width:20rem;height:14.3125rem;top:63.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#LmB77c2howlW4zEt8du6Wsf8ST10OkIn li:before{  }
 }@media only screen and (max-width: 763px) { #PIwTS4Rv82km8tolQnxThJTL5N3tTUfm { width:20rem;height:2.625rem;top:60rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWw831i39zVayEoNdgnMo7w4kAgJMg1M { width:20rem;height:1.3125rem;top:31.834rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM { width:20rem;height:6.1875rem;top:34.3965rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#pPB4UCt9etBTmtk2VS4V1WyCcJkylkHM li:before{  }
 }@media only screen and (max-width: 763px) { #qgDpp29IkqlabBdUrTtz9hBhPPhI6574 { width:20rem;height:1.3125rem;top:41.834rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 { width:20rem;height:14.3125rem;top:44.3965rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#cok1NDpWi0GuWvy8XkhQPJfusCO3Huk9 li:before{  }
 }@media only screen and (max-width: 763px) { #GUcEAMUKiPKr2mP2TEJRw28cFdcTnKf5 { width:19rem;height:4.125rem;top:81.396484375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNF7GkAWEOiOdG7REpyk6LuLTNILXJmq { display:block; }
 }@media only screen and (max-width: 763px) { #GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3573ff00-89e3-43a8-a515-4ed6b2ff088c/RhaPrestigegabinety.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f.adaptive-delivery-prevent-bg, #GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f.lazyload, #GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f.lazyloading { background-image: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container { background-color: transparent; background-image: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container > .video-iframe-container { display: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row > .video-iframe-container { display: none; }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .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); }#GnyUpzm2mNOLB2qFMgVBtEfGakP8up0f > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1DhamwfXs1k8B7DZhBDoNXl2FXCglt0 { width:14.3115rem;height:1.70605625rem;top:3.7451171875rem;left:4.498046875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGI5zfyZXbNMWRv7OsuKTDmlEOE9QdmK { width:0.625rem;height:0.625rem;top:4.31201171875rem;left:2.39013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7SkQI7a9L66TZCtKQBRev732mmH6gy { width:14.0625rem;height:1.70605625rem;top:12.13037109375rem;left:4.62158203125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRanVlTT01IIoeL6s9rzpyKVFBh8EDEV { width:0.625rem;height:0.625rem;top:12.69287109375rem;left:2.39013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPcIcXw3nDO45oeqn7QcI3P3PpUrdfbA { width:14.0625rem;height:3.4121125rem;top:20.88671875rem;left:4.62158203125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5rMlzvyIWR6eAeTPrpW4LDQkQHRBeTW { width:0.625rem;height:0.625rem;top:21.3876953125rem;left:2.39013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2AJIRE91C8JGyUuL2HVJRWFTxDqJW9a { width:14.0625rem;height:3.4121125rem;top:16.1650390625rem;left:4.62158203125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdTnJsyBDMvbTkDaffKFzGWBVnlbBfT { width:13.562rem;height:1.70605625rem;top:7.362548828125rem;left:4.498291015625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ounluIMPHkuoWmWGXALRM4EUmtW3Mh1G { width:0.625rem;height:0.625rem;top:16.6650390625rem;left:2.39013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brNPounRcHNv43kAmWtsyaFFKWHELDvf { width:0.625rem;height:0.625rem;top:7.862548828125rem;left:2.39013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmb4XKfxGCTZRgSw0EPPF4XX3bmumb4L { width:18.9985625rem;height:4.0625rem;top:36.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPoBLi2LI5miZDNFDqUqo0GQ75V7fWf9 { display:block; }
 }@media only screen and (max-width: 763px) { #PofO6gshfU3HgHlkz93BpnQQdr0y8vdO { width:20rem;height:5.19921875rem;top:29.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepF80C6W2vhBm9DwEwrmI73Ebc8AoIM { width:13.8125rem;height:1.70605625rem;top:25.52197265625rem;left:4.5595703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFSrIvJ8iM4pVRI1orXCVQ0eXm3hxf26 { width:0.625rem;height:0.625rem;top:26.0625rem;left:2.39013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI { display:block; }#GtkKmXGzF3yBW5V5ZnfdlFXttvhsCmwI > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StEKMQZWl0P8kvGFrvrFTh7fgPMqLyis { width:18.5rem;height:5.19921875rem;top:3.625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKlSP2zcqD1gHLVagysixyEBIsJVSIlT { width:6.6875rem;height:6.625rem;top:11.6235625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtKpDnk8KFrFOyl4bzr26RIMOosyhNFI { width:10.5rem;height:0;top:19.7170625rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVX95nLWBLTEQ7NHz2fxIGdOzW1HwQil { width:6.6875rem;height:6.625rem;top:34.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hSAaJT3OaMtfTIIJI8K28d23TwUvBS { width:10.4375rem;height:0;top:29.1386875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnNVQU03TZB3yyh9gw3witKFgGHEnTUM { width:6.6875rem;height:6.625rem;top:60.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9BPSfmgb10B9Ic1XCiOF2rPlSC0P23u { width:4.8125rem;height:0;top:38.5603125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tp1ZXv0C58NTzlqseW00VBiQ4agDFPE5 { width:19.8108125rem;height:14.4375rem;top:19.5751953125rem;left:0.18798828125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cOkHJbWqDLHwg4MMkThTylbtkfdicPqq { width:4.75rem;height:0;top:10.2954375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAegmx3Gf3xamTiyKb7uIMwlVRAsJkrV { width:20rem;height:2.625rem;top:42.4375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sklrFMwehoLuckL8k7ckue4bgHNQ9qdw { width:20rem;height:15.75rem;top:69.5625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VEmD2qe1J2IVhTSaIEnZUTtE1ai5KT4K { width:3.25rem;height:3.3110950908031rem;top:13.5132109375rem;left:8.387451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuwCfDWfZCqsGAKfhrEme1pMEmmDGDlN { width:2.6875rem;height:3.3126701044237rem;top:36rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyc2gWTPLMCrm2x2ubDRxppwX2BVgfC { width:2.4375rem;height:3.2508128251301rem;top:62.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 { width:20rem;height:11.4375rem;top:46.845703125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#c5V5ABoqWf5eOZRrbdIWBLlTbEguKyz4 li:before{  }
 }@media only screen and (max-width: 763px) { #zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 { display:block; }#zNbOPsVFIxTU97nOx4X8ShwrDqb4OkA3 > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 { display:block; }#ShAanoobqBN7CNi4a6VUXyS9q57oG8S8 > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #om3qCIMMXFlOmO6TEUZCXA1aVnhseaTu { width:18.9375rem;height:18.1875rem;top:9.948125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTrXTBwvnehhhkU2LuhnqZfWP3cCvo8 { width:19.0625rem;height:10.625rem;top:28.19775390625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZNUQ0D7GIAZOwvlUlyzRMgs5X38l6h { width:19.0625rem;height:2.11230625rem;top:29.573125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJBTKLZ2HbFuH0G9dD18FiPUnOpUQMqR { width:19.0625rem;height:1.29980625rem;top:32.885625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkVhtrCyPgiKgIZSyGkHqEPJGZJtkRT9 { width:19.0625rem;height:10.625rem;top:58.760625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLt8kBRasxiF3ku0Ba6T59EpxkupO9BF { width:19.0625rem;height:2.11230625rem;top:60.073125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6z6a6NZTn2RAXdOENCINHTVCu3WQZM { width:19.0625rem;height:1.29980625rem;top:63.448125rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNflf8mkvDres6tZNNDTQhqMgrysudab { width:18.9375rem;height:18.1875rem;top:40.448125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKT0B5WSkWhIKzBuWXeT3fMJZhlAcZz4 { width:18.9375rem;height:18.1875rem;top:71.198125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t42z5D8BPaxZQEcolscBHUEcgSfIKM9n { width:19.0625rem;height:10.625rem;top:89.448125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrV4FsDQF3sKnEaUnkrVlHOMVTqR9Dk { width:19.0625rem;height:2.11230625rem;top:90.760625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2nEF6Ws9uRErrRe6TL9aE5GCV3UmKwL { width:19.0625rem;height:1.29980625rem;top:93.635625rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhtXWiDyDO3PLVaRqXLfHUwi0WyoTLFs { width:20rem;height:5.84911875rem;top:3.32275390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1f7zWu6irOFterFBN3RiJVAmhH81oNX { width:15.625rem;height:2.5996125rem;top:65.90771484375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKOWpLpOHZhaVcOXKwPT3B8feXRdz2vw { width:16.5rem;height:2.5996125rem;top:96.27001953125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQZL7d0zNQirAunE48K4aOaBgGpNBHa { width:15.5625rem;height:2.5996125rem;top:35.30810546875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH { display:block; }#T7A2UhRaUyGg0rcMtNIOWPbDIf4mWpmH > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7o1cECTZWD5LF9XRdB8W2q8cARkzmq { width:20rem;height:13.0805625rem;top:1.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scp4t9FuXx4uzo7TgmIlKnQMz5gH8t5w { width:16.125rem;height:4.125rem;top:15.9375rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp6TDamiUWZiVgwUDuC1gSp7xw0hxoIX { display:block; }
 }@media only screen and (max-width: 763px) { #OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 { display:block; }#OgQMQ81nhFEbgmu5QSTJlC74XRfBC3u5 > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCiWzZ1tWpwlGzLBF6nSX4JhSzTxIysn { width:18.75rem;height:2.0625rem;top:7.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKXNTF6sMl9q77Uo4kQkMxHcX64CwnUs { width:15rem;height:0.0625rem;top:10.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFa5GCpDAkWTPXxZyrfuEogmg6KUODw { width:13.75rem;height:10.7988375rem;top:11.5rem;left:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhK5HHdHOxaH7VKL18m3kMxkUOSZRnvB { width:20rem;height:21.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu1bCvDPdqxb7u6HedT6VkWRvc9g4EIy { width:2.1875rem;height:2.1875rem;top:4.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW3LZZpXOtDVEPu6bLXgB5PRxduSiGmH { width:20rem;height:21.875rem;top:33.42333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTvJ9u4TP5AiUIgi3GcdNf8FJnwEM5ET { width:20rem;height:2.03125rem;top:29.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhJxLRg0kfN7HyIGCZfrKygSxU27pA7R { width:17.625rem;height:2.03125rem;top:26.375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqRGEB3qROIztZHXcCmufoNVv4TzX6G { display:none; }#PvqRGEB3qROIztZHXcCmufoNVv4TzX6G > .row .container { width:20rem;height:121.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H9VDm6mms9Mp84zoTUT1ZVpSdLPBLoS9 { width:18.9375rem;height:18.1875rem;top:9.948125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA1SV946iRpMPMvgwZDx6SKJB4yHcZHM { width:19.0625rem;height:10.625rem;top:28.19775390625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUaQM51Bi6wEOIcarA1DEL1nUxtuMTZe { width:19.0625rem;height:2.11230625rem;top:29.573125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMJwWvRoxIFLbDPhhfmThf5UP5yD7Iq { width:19.0625rem;height:1.29980625rem;top:32.885625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyHFMGVbaxC6VMRFdEiHXaMczuufRv7k { width:19.0625rem;height:10.625rem;top:58.760625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKExfX6UvvTcimNSTCtbQwopckq0uTlG { width:19.0625rem;height:2.11230625rem;top:60.073125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mTEKmVtuvzoOkw2NQI1mmQz9HLbWHh { width:19.0625rem;height:1.29980625rem;top:63.448125rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6x3rMkdvKt2TycGpKUP25z2or89UsT { width:18.9375rem;height:18.1875rem;top:40.448125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsEKIip36ZqhRHFLe3GM5hTLaSeE67kJ { width:18.9375rem;height:18.1875rem;top:71.198125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrSrsp31Gikay51pX10woOA7DpfzEim { width:19.0625rem;height:10.625rem;top:89.448125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KECK7Vr4snd0mOQWc5O8whT5hnTFZv2C { width:19.0625rem;height:2.11230625rem;top:90.760625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvRFRxiv4vLgW1pRorxgJVW0HerBLyOk { width:19.0625rem;height:1.29980625rem;top:93.635625rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hD2tiFbEgmIGNIig8DOtRUxk2SIRCGPp { width:20rem;height:3.8994125rem;top:3.32275390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvRQd1lfokXkTPOkE2Sc4oUtPbrrl7e2 { width:20rem;height:13.0805625rem;top:101.42041015625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFdyQZ6RRqRCg8JS0eWGw4bTA0prTTnm { width:15.625rem;height:2.5996125rem;top:65.90771484375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROOH102N8LpMVkSC92S0UII6C46lQVfS { width:16.5rem;height:2.5996125rem;top:96.27001953125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqMxMrDzr5UdUJHSeGuJsp56ROIsKlo8 { width:15.5625rem;height:2.5996125rem;top:35.30810546875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoFe2rL67i9aZZTelqRKB3qgR42nTJvu { width:16.125rem;height:4.125rem;top:115.75047265625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqexP4UmD6wt5cxRvhavmEqfybKheR1I { display:block; }
 }@media only screen and (max-width: 763px) { #wiJV8x5gCWf21NyFNp0QaQVweqVUMDin { display:block; }#wiJV8x5gCWf21NyFNp0QaQVweqVUMDin > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTgOX5rcK5GblKAUp1yZtnPBReORozc2 { width:18.75rem;height:11.8125rem;top:9.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa2Ebf2yN25OFLyu1vppnlyhttvwRyqU { width:17.5rem;height:1.5rem;top:14.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuQu5pigXbLvrwFxDxeAAl7NLo9Aizi0 { width:17.5rem;height:1.7871125rem;top:11.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpOlf7APV0FBex3cld56T1vBSOIwKoBE { width:18.75rem;height:13.8125rem;top:23.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWSD07xI5qp1VPvQsaAJ7cr4zuF5oeeF { width:17.5rem;height:3rem;top:29.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwoySlAfDcqEw5Xhvc89tSO4b57nnDuq { width:20rem;height:1.7871125rem;top:26.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XadTZlLmLbP8e1c0XATXr7TViLo9xpQ4 { width:20rem;height:6.01171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGukvkMN3DTatCkIDdhnCIFw4zQl3qd { width:19rem;height:4.125rem;top:17.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4AirGhAavOCuNiuKSkQpHAeswt3O4da { display:block; }
 }@media only screen and (max-width: 763px) { #SJp4zh1nGF4dks3E23e2uN4OhX5ZboUh { width:19rem;height:4.125rem;top:33.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32ByiCN9NFWs6kex7sxM4KzlAIQH0qT { display:block; }
 }@media only screen and (max-width: 763px) { #RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2f04d0d-0325-4e86-8475-6f60df683e7e/RhaPrestigegabinet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5.adaptive-delivery-prevent-bg, #RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5.lazyload, #RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5.lazyloading { background-image: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container { background-color: transparent; background-image: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container > .video-iframe-container { display: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row > .video-iframe-container { display: none; }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .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); }#RvKfnmoHdvCaxGfDhR4V4luTElUq8Og5 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITItOC91JiuMWGtJZIT9epUtDHC1XUBm { width:10.1875rem;height:5.4375rem;top:23.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSllZGQLWRTQFXL0AZg2s8anaIEH8y3u { width:17.375rem;height:7.9604375rem;top:20.6875rem;left:2.25rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z1JpXWbssMc2xswZl83NaxvOoDOraMDO { width:20rem;height:12.75rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCyOlMPi3cPfAGAOVp9rlhqHmAu9WO1n { width:6.9360625rem;height:1.54345625rem;top:28.5625rem;left:12.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbBR3xSQ8olMuMagCstKEoHuTETzh0RR { width:0.625rem;height:0.625rem;top:23.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33MKiWIT3Dz2oCxhoL91CCmbuwgAn7c { width:3.75rem;height:3.75rem;top:16rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH7X3yaANcRNPwCxAOQ2nzPQUC2nXbQe { width:3.125rem;height:3.125rem;top:16.4375rem;left:16.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0c7a873-324b-4a62-be1c-7577f9775a9d/RhaPrestigepoczekalnia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb.adaptive-delivery-prevent-bg, #SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb.lazyload, #SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb.lazyloading { background-image: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container { background-color: transparent; background-image: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container > .video-iframe-container { display: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row > .video-iframe-container { display: none; }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .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); }#SQKxoQP0pgQRLJI0W7wVkEx8CqP4aKbb > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uegTymkLO5VCny7EH04rDcOemCDOWCok { width:7.0625rem;height:5.9375rem;top:13.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6O5cac1eDZXdn4Q9nZWr0QPIaizV9Fn { width:16.875rem;height:0;top:23.804931640625rem;left:1.62353515625rem;font-size:1.0625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #EdBHw0oserk25WXLF80SGV1ZN7QrO1Mz { width:14.5625rem;height:15.625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqb7ZTSQE2E7FlXDVSn35aUpBVrcXxy { width:5rem;height:1.54345625rem;top:18.6875rem;left:8.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMCqyfkUrWQ6eNRiDQMrPbO9XlyOp8Sh { width:0.625rem;height:0.625rem;top:13.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4XCKtSmSocb0cNV25wWSMkD5QsnmA7q { width:3.75rem;height:3.75rem;top:3.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWiqz7X9KaT1rTec1p4MoMLcqsy6RTXc { width:3.125rem;height:3.125rem;top:3.625rem;left:13.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3A6kHyQCtG1FfWUXC5B3v0qeyQElIp { width:10.75rem;height:10.5rem;top:6.84375rem;left:1.90625rem;font-size:0.9375rem;line-height:1.4;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #THkW2JLcrwVEm41JsqSQRzMgLLHp9irD { display:block; }#THkW2JLcrwVEm41JsqSQRzMgLLHp9irD > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9faZ43HPtw2fptg6dKPMnd7WTwO70RD { width:6.1875rem;height:6.1875rem;top:15.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhNUFPQty9mcCyooyHSX7PtCBmT8tFBt { width:11.8110625rem;height:9.1875rem;top:11.5rem;left:4.625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OTPmBgcVgthp9COAi0DPiymiXDcpngs0 { width:14.9375rem;height:14.4375rem;top:9.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho0SpssDSqb4u7x55UbUKDDdn6NvMqde { width:6.9360625rem;height:1.54345625rem;top:21.3125rem;left:10.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GueGHEgUkrSfgE3AfDWzCNfD2NIVyATM { width:0.625rem;height:0.625rem;top:15.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QJ7kGl4dAGBJN3mFnIgfl2AqNV1rlp { width:3.75rem;height:3.75rem;top:7.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD4JXzdKMSEQOriqxRya9nUEwlZDeSwG { width:3.125rem;height:3.125rem;top:8.25rem;left:15.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7f66774-4754-4644-a463-a68e23a1d992/depilacjabikini2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz.adaptive-delivery-prevent-bg, #Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz.lazyload, #Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz.lazyloading { background-image: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container { background-color: transparent; background-image: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container > .video-iframe-container { display: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row > .video-iframe-container { display: none; }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .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); }#Du2C7nbaGSO3wWhdT3zyqXmVynC8JWcz > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTEHPXROeDCF8buXMabDHAgaTAfMNres { width:7.6875rem;height:6.3125rem;top:14.63623046875rem;left:5.985107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p61B45w3K8SgiIJWyqqBdMM2Lskl1lTu { width:11.8110625rem;height:9.796875rem;top:9.17333984375rem;left:6.90380859375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LySCnB1zImUFlrekfvgol8phA6velNnt { width:14.875rem;height:14.875rem;top:7.291015625rem;left:5.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44GXyPAnu1P7eqfy0a0zHuVFLEHctzT { width:5.5rem;height:1.54345625rem;top:20.0888671875rem;left:14.312744140625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9JmBXccElkPfLzlLPZDM2TOT5HPWrq7 { width:0.625rem;height:0.625rem;top:3.428955078125rem;left:1.14013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO2wc7dzRiIb7fNn9ZURV20txHfbcq5S { width:3.125rem;height:3.125rem;top:5.5rem;left:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLuitbu2XFq21FaXgsdTeQ06mo7sZrbl { width:3.75rem;height:3.75rem;top:5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 { display:block; }#onGPGvLLRxUGCy4hhfTh3bZQzZTJxJ68 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep6GDUU5AFmCGQQhVdh6cF4AUIZavxGW { width:8.5rem;height:5.4375rem;top:22.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTqXTTSS40BT5XqURnN7nNwvTuX85rF { width:12.37425rem;height:12.246125rem;top:13.75rem;left:3.875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zAlZ8Ofdz27ZabcxTKemWB8m0sVIIHJ5 { width:14.875rem;height:16.5rem;top:12.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbcDuHRRcbEDrZH86LLksQthyLVt91tu { width:2.4375rem;height:1.54345625rem;top:27.0625rem;left:12.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTgdnohtbJLL1OvGDE6NC3to1okOCmbn { width:0.625rem;height:0.625rem;top:21.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRNW1Zvzdz9gTgScWVtZ8HDv2sLAWTB { width:3.75rem;height:3.75rem;top:10.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzzeio1wmNa1bATU3A2tD93ycTpUTvBS { width:3.125rem;height:3.125rem;top:10.6875rem;left:15.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH { display:block; }#sDRZvBeWI6AXAzL44RzHhCag0gMJdQtH > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnuqXFKpQe5XvgGoSxeqacTbMSTFqTNz { width:0.4375rem;height:0.4375rem;top:1.186767578125rem;left:7.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlFzbt1Awikr4NDQDzse9fAEveKTKQo8 { width:0.4375rem;height:0.4375rem;top:1.186767578125rem;left:6.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKg1oUHQCLa3vvVOcQkVlU1Q1BlaSZaQ { width:0.437011875rem;height:0.437011875rem;top:1.186767578125rem;left:9.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmJt46GqFceCm0IaLvqKS2mfQ2Iskwn { width:0.437011875rem;height:0.437011875rem;top:1.186767578125rem;left:11.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Tdc7n2KzJ4RSpz9Jo42qXzUpuuFq6Z { width:0.437011875rem;height:0.437011875rem;top:1.186767578125rem;left:13.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB { display:block; }#LyIVFv74Zw7SuuDtK2OlyJxNIlxHBPdB > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpyPEq5olHTuuwlxdIDsglC1XKDO14Oc { width:18.4375rem;height:15.222625rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTFGXm1GQXqIqHVzB23i9lB5gieBnh9 { width:19.375rem;height:3.4121125rem;top:17.23046875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-text {padding-top: 0; padding-bottom: 0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-select {padding-top: 0; padding-bottom: 0;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks  { width:17.5rem;height:auto;top:28.686767578125rem;left:0rem; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks {display:block;}#AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks { width:17.5rem;height:auto;top:28.686767578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #G1WXgf1T2WXA99l9gUu0sd3e0sSGqKvk {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #oW6k3p97QEpWvPsrnSgxr25IeBPsFOfb { display:none; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #orO3aZBo3iyLVHhtpZPnyUOTstRCna2C {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #UEktM33oR5b6TvKmZAnDGZJ8XNGGqMeI {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #TW1XDqAD5MbdQqbtx2cUAHf6RKVA89Xf { display:none; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #pngmr2CmdywhOkBzepcPZ5nPTE6Shdf0 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #KZkN3K59XOquIAuTbKySyoQ3bVhTFmND {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #SZmmzUGEWbld9tnFJ8KQleDPTIihw2Dc { display:none; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #RZ6Fmzp6VTebE8mRFhydM9mIiEn00Z81 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #TliDx8eoUQxzDrvAUmVgBtZMmkVa3aTv {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #lWtRiyxc70Xsx9B4nGqG46E6pahnDGzG {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #B94wbDZn11HhmeN5yLe63a21aoe1NrP9 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #IainMHRkX7qFKmIIfFgDfUhRux3Df0wa {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #iyM7KE5qAk2RK5ToeI7AcxpAx1F5aCxs {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #bEVMqCvSpbLZifOiO8GSHTgv06WDZkyD {  }
 }@media only screen and (max-width: 763px) { #qhxqbQKATfHXUWqP1Lh75wifpFGd4HRC { display:block; }
 }@media only screen and (max-width: 763px) { #NgUaEfIrmeoWbP1xFDp4pvrRuIrvlUJG { display:block; }
 }@media only screen and (max-width: 763px) { #wIKhTFV6yxAUM4RKagBWBD3TgVcFOGqe { display:block; }
 }@media only screen and (max-width: 763px) { #XrVHytHn52n1TfQ2ftVBJPzXgdUkZxaa { display:block; }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #eAXvuZCDaeR48eIgfhDu97cM22KBs1Pe {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #QpKa0isXNkKQKcOE8SLIfbH3beSNsbR8 {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #QpMrVVcV7HmEOPupaq6DDmEOBNHFK1SK {  }
 }@media only screen and (max-width: 763px) { #AdqhbXapOPfHCrnCaBKwkOHUMq4Bgyks #qzfWNqsF6OpiSyeUk8kwcsw4lS15w6Le {  }
 }@media only screen and (max-width: 763px) { #BldmT51sS6olNEghw2Il75SB7QgZNa5F { width:17.5rem;height:0.9375rem;top:22.1826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brDVMZKZh51NDzInWXzUIcRlJf1uZKSW { width:0.625rem;height:0.625rem;top:21.9482421875rem;left:17.2021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIth3a1c71ri3tZtBERaFIlygTwW2RAS { width:20rem;height:4.875rem;top:22.74462890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkrIG29s6bL3TyOsAci5ITEPJGLGSKAC { width:20rem;height:26.1875rem;top:28.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP { display:block; }#hzdUAp4TzP8UB3Qr5InLEA6yB5w3zFxP > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNQ3JL6T1IDWRGZJhBWTCB5tx5hhv3J7 { width:14.75rem;height:4.3125rem;top:4.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAME267oELt6i1eeFlmCu8XKOmZSb4JD { width:5.625rem;height:1.3808625rem;top:10.5625rem;left:7.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWOJT6lo3LLBnv3hhSvgTmalU9JOhbqo { width:11.93725rem;height:4.1997rem;top:12.6875rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #shoAXBAg7qGMrMqiC3Ut0ZqhgZ8P8dzA { width:20rem;height:1.3999rem;top:20.6875rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VE37vTsP9MerTxVwHDSO5bphhQ10ylMb { width:5.625rem;height:1.3808625rem;top:18.5625rem;left:7.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFrtInRTiJnZWQ8ffncI9N8Czw98KUOB { width:10.749rem;height:1.13720625rem;top:25.6083984375rem;left:4.62548828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }