.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/82a2a3f9-f412-44d3-8dfb-5fb0f6eb1b51/magnific_sophisticatedoldertouri_vQCUC7Da47.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#ktXNoLwkiv1DtxxgANUiGOWeZusO1tRh { color:#f1c96c;display:block;width:33.4375rem;position:absolute;font-family:merriweather;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:8.98681640625rem;left:0rem;height:6.875rem;display:block; }
#ix1Cg3GVChTvdqmxUZUwU93c0PSntEtB { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.75);top:16.79345703125rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#m32ppGhTFmTW427UZzRQWnwmZvxpQcRa { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.82);top:25.625rem;left:0rem;height:8.548825rem;display:block; }
#TtmVzUKemad5gNhLdADH8t0lCsJUCHmB { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.78);top:35.19921875rem;left:0rem;height:2.19970625rem;font-style:normal;display:block; }
#qxuflsz1fTyvWSAowZHaumzWZAproPIX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.75);top:15.875rem;left:50.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-form-header {  }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:22.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-text {padding-top: 0; padding-bottom: 0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:22.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-select {padding-top: 0; padding-bottom: 0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .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; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-button { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:#c4a053;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.4375rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal;float:none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .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; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-container:first-of-type{padding-top:0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-container:last-of-type{padding-bottom:0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.625rem;left:50.0625rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.4375rem;display:block;vertical-align:top; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq {display:block;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.625rem;left:50.0625rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #aPaLqpRAK2f0utJ4FnQEctPJlmlFULFT { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #DK6f6NQqRrGMsxLrmZyXO1A9RIwPk054 { position:relative;display:none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #PwoFEy72JuiDy1CmEFZnNN5zzwtzbqrK { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #wixkh56KVFCtIJUSCmRqTeQqTktwEC9v { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #RoVey6CT8VBz8wBzpWKaLEFVDoFhB5aR { position:relative;display:none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #pusIkK8L8S0qpEsy2xxD37D0sht6gTEC { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #TlOcTyVarXStVMGBodTXNamCJkb7CcKv { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #yKF7NT0CfTAK2A6yI6GLPikWu3SI0k4g { position:relative;display:none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #Ny2tPPJbzumRgxWpKsnbMqoTmvinb76T { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #kO3sxuc1S8tUUTWK03qyBAJN5hVP922Q { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #kVLt3J8xFN1hABWBWtz6R2bGvmr2pp7s { position:relative;display:none; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #qbpsXiOyb92Q9yvEfX51cymt3N4eUhX3 { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #lve6Tb0WKQHlKJcsoRsaIEXdBktcLtyz { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #T9DND0zfnEszuJGuZ46ESymbSVTlaBxA { position:relative;z-index:2; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #FKawEuJ2umkDbL49BFzQ3u3Jgs1GfqDf { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #U9Wryfner2Dz03FuGKTZuIKM7zxKtvnz { position:relative; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq #hsiFHvZ6Ta6R4bTJWKMHJ30bnpWgHcRa { position:relative; }
#POkGPhlZ5nMcgcpB7RdxzynOT05TMa3i { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:16.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.9);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; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container { background-color: transparent; background-image: none; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container > .video-iframe-container { display: none; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row > .video-iframe-container { display: none; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .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); }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container { border-width: 0; border-radius: 0; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#RvAi57dUak3LvLoBpDurZWPe778dOdE5 { color:#c4a053;display:block;width:32.9375rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:21.03125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#GcW3qmFhSHxOubzSMcKhbiTAf9LNkdRO { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:9.5625rem;left:14.71875rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.9);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; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container { background-color: transparent; background-image: none; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container > .video-iframe-container { display: none; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row > .video-iframe-container { display: none; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .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); }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container { border-width: 0; border-radius: 0; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ZSIPQQx0WLzZZcIx9rFdXndH2ABSaMs2 { color:#c4a053;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:6.625rem;left:0.6875rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWJWkvsOvbuTVhTzfX33lOy6aLeJsout { color:#c4a053;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:6.625rem;left:19.4375rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJ0DqE33ff0J1oIVQlDVrcf0bBivO3Me { color:#c4a053;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.625rem;left:38.1875rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNtpXZonOsZpIGdEyVpJG6TyBlMUE3Mv { color:#c4a053;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.625rem;left:56.9375rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLUWQqF17rHm3V5cbTzRxKOnzWi21hGL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Pp6lipS9XUZTM0JBWzFaoAVyPce38b5h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:21.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#dbmyLkB5ZvqPVisHJtTPJqR2xKa9TaNR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#lN5vumqwErt6vStKkGKb0xDz3CX645S6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.25rem;left:59.09375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#zZPtxxleXHcR8UG30ov1RIs4rIT13UWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.75rem;left:8.5rem; }
#yATzJ7i4ID9OUU3GTiMUeX6HNByBOWq8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.75rem;left:45.3125rem; }
#c39xudlA9Ff6BGFzbM8OCQOiTeAgLWO2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.75rem;left:26.5625rem; }
#kJ6uJWVsy5qSk03adFHPHbk8PoVTSFmH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.75rem;left:64.125rem; }
#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18af3fbd-f022-4828-ac37-d547f0af99c1/magnific_morerelisticperspective_JNPVSGhOq4.png");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; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V.adaptive-delivery-prevent-bg, #kpBlITzu03bnZWCEkuTUFKf9DbDKi05V.lazyload, #kpBlITzu03bnZWCEkuTUFKf9DbDKi05V.lazyloading { background-image: none; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container { background-color: transparent; background-image: none; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container > .video-iframe-container { display: none; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row > .video-iframe-container { display: none; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .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); }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container { border-width: 0; border-radius: 0; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V::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; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#nKaX9LzZKQ6cGaVxTe3iTr3bEQBnZ0iB { color:#c4a053;display:block;width:39rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:18rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#azFSx6xNF7Pm06hPVEopNkUVHfxEn5DS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:9rem;left:19.34375rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 { position:relative;display:block; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 { background-color: transparent; background-image: none; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row .container > .video-iframe-container { display: none; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row > .video-iframe-container { display: none; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .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); }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 { border-width: 0; border-radius: 0; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .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; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;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; }#fPHE9AxmPyL0wPWqJ8pTuMJvaLr2L2hC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#hTTukMXrsQFlvaaOa0pcGvyOJu8wT8LH { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:37.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TndF0BNMfZA4VgkDNQQd2ZZpm2drIUPg { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.68896484375rem;left:1.625rem;height:7.99805625rem;text-align:center;text-align-last:center;display:block; }
#JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:16.349609375rem;left:7.125rem;height:9.2480625rem;text-align:left;text-align-last:left;display:block; }#JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 li:before{  }
#qaX7mHpv3rtz4mJcT3FWApSTLsKGhAJG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:27.28466796875rem;left:5.6875rem;height:4.79883125rem;text-align:center;text-align-last:center;display:block; }
#veav4l8c4bkvPR7Zoqt9oFIPUsaqqbzK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:27.2841796875rem;left:42.40625rem;height:4.79883125rem;text-align:center;text-align-last:center;display:block; }
#JcOdurai4FEJlv303FEe9GMthuhb51Qq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:16.349609375rem;left:44.625rem;height:9.2480625rem;text-align:left;text-align-last:left;display:block; }#JcOdurai4FEJlv303FEe9GMthuhb51Qq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JcOdurai4FEJlv303FEe9GMthuhb51Qq li:before{  }
#a1zoPd8qvUQkldoxWGZcxkKdTq8PTb2A { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:7.68896484375rem;left:39.375rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#OIBBEQbHkWMRBPPuuqyHf99WUFJhTaDH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: none;box-sizing:border-box;color:#3c3c3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.421875rem;left:9.71875rem;display:block; }
#Vv9iV2mQ46L300PNReV88upOvsDyUnZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxbmW3upTi2165cTRdaTLoBKdrpiIJNW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#3c3c3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.234375rem;left:47.5rem;display:block; }
#qgJeJ4R5WwAS07rk6CVaEKlN4XaPSyMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIyuqFwkXTBT38oDZLmTi1T8WqkaOxnb { box-sizing:content-box;height:36.0625rem;width:36.8125rem;position:absolute;display:block;z-index:15001;background-color:#c4a053;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Gwtn9KbR7Kash34SZi42CzqStJeGCzZf { box-sizing:content-box;height:35.9375rem;width:36.8125rem;position:absolute;display:block;z-index:15002;background-color:#c4a053;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:38.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 { position:relative;display:block; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 { background-color: transparent; background-image: none; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row .container > .video-iframe-container { display: none; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row > .video-iframe-container { display: none; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .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); }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 { border-width: 0; border-radius: 0; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .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; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lbqC7NQ1rXaddgNlfbVGaFSIt5q2hyXm { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#EHUMuq0VQBQJpCiRTqK7UkU3oZapwEzW { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:12.79685rem;text-align:left;text-align-last:left;display:block; }
#ZxCq0AdroJmWcV1uu3W16zarcnKMOVlX { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:18.8125rem;left:0rem;height:3.199225rem;text-align:left;text-align-last:left;display:block; }
#dOkQDzi29ouqIsXZDp7TZw8u8beBidTD { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:22.61083984375rem;left:3.65625rem;height:6.39844375rem;text-align:left;text-align-last:left;display:block; }
#G29WcOuWOyrKRTuTLJEMnuViGsvPXCGb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:merriweather;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:29.8125rem;left:0rem;height:1.8999rem;text-align:left;text-align-last:left;display:block; }
#dfTMJ3pvR31mSwMzZB2RmiPU8sqCJcrr { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:36.375rem;width:37.5625rem;top:0rem;left:37.33971291866rem;overflow:hidden;display:block; }
#KbTLREnx0g7q4JzLOfdlTAqUqE1AdZE5 { background-color:#c4a053;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.8125rem;left:0rem;display:block; }
#EoFkQHAgrRIaVOZC5Q8qCgznJpZnu2Bn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TplagTCT397Xrubvniw6ZAEuEWhfNF4u { position:relative;display:block; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u { background-color: transparent; background-image: none; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row .container > .video-iframe-container { display: none; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row > .video-iframe-container { display: none; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .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); }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u { border-width: 0; border-radius: 0; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .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; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#GWvkoq6TsWydl0ClaWk5LXtXzUAJQtfO { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:41.125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#HZW6M8MOf44OeePdsItbMvSU5RDLm3ZL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.375rem;left:41.125rem;height:11.1972875rem;text-align:left;text-align-last:left;display:block; }
#Kte3Gkivh4zvyZAJWQWQ6Wen9kidsrGX { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:18.25rem;left:41.25rem;height:3.199225rem;text-align:left;text-align-last:left;display:block; }
#iTO0J4ShrOS6XHVL4qx2bbrFhwTatOe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:22rem;left:45.1875rem;height:4.7988375rem;text-align:left;text-align-last:left;display:block; }
#RNeoZ8z0AWHef2VwvXIEzFsrKZLnKy9w { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:merriweather;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.4375rem;left:41.125rem;height:1.8999rem;text-align:left;text-align-last:left;display:block; }
#PqIXDCnKq1oL3ueLHVZ1d5H0wPHGA59q { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:37.0625rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NyiAguAqA6InDulVuO0D2rPbvnEpRE0m { background-color:#c4a053;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31rem;left:41.125rem;display:block; }
#TuWTsJLQuzhzLStVMB6dR3HKyqL9KGT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRZWUwb2lng12h733G6J2My85DfDFdQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.9);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; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container { background-color: transparent; background-image: none; }#oRZWUwb2lng12h733G6J2My85DfDFdQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container > .video-iframe-container { display: none; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row > .video-iframe-container { display: none; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .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); }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container { border-width: 0; border-radius: 0; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#uUT9R4TCNqTfb8AGSVUIKS5KU44Hly6J { color:#c4a053;display:block;width:37.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#KSGTIcZUyeyIRitfgKHayeRBEeexzQGy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:0rem;height:6.39844375rem;text-align:left;text-align-last:left;display:block; }
#DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:15.8125rem;left:0rem;height:12.9619375rem;text-align:left;text-align-last:left;display:block; }#DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c li:before{  }
#cRfKRh5QH9JdhrhKl9oQfyOVxtPpG7xt { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:31.5625rem;width:38.0625rem;top:0rem;left:37.503363228699rem;overflow:hidden;display:block; }
#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bf726bc-8a1d-4542-9126-fb9ae3812e77/magnific_ultraphotorealisticluxur_P3NpJZd42C.png");background-position:center left !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; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai.adaptive-delivery-prevent-bg, #FaeNUT21Wg6uyAgwlSJVi3u6KpASubai.lazyload, #FaeNUT21Wg6uyAgwlSJVi3u6KpASubai.lazyloading { background-image: none; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container { background-color: transparent; background-image: none; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container > .video-iframe-container { display: none; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row > .video-iframe-container { display: none; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .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); }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container { border-width: 0; border-radius: 0; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai::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; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#r17DWr5TagaRGp3iEFL6pxSFmpqcb6rC { color:#c4a053;display:block;width:37.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:18.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gZ7KAAcm2RPZP0GNSMCPB1dcqL1ybb4K { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.8125rem;left:18.375rem;height:5.39941875rem;text-align:center;text-align-last:center;display:block; }
#DzJeQVKdAZ7W9Xp2Xfeyh6lghOgfSvwO { background-color:#c4a053;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.25rem;left:27.96875rem;display:block; }
#EmPGlxowamuoTRG1W2XzrWgiaewqkI58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs { position:relative;display:block; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs { background-color: transparent; background-image: none; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row .container > .video-iframe-container { display: none; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row > .video-iframe-container { display: none; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .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); }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs { border-width: 0; border-radius: 0; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .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; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#ZuyCWypRPpVBAn2GCpagmI6xPmvhxdhP { color:#c4a053;display:block;width:37.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:18.71875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gPvq6mcZD23uRClVcpiw1naeevFq2N7k { position:relative;display:block; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k { background-color: transparent; background-image: none; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row .container > .video-iframe-container { display: none; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row > .video-iframe-container { display: none; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .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); }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k { border-width: 0; border-radius: 0; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .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; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#iEoJrGLFHEztqPmtTPEn8qwTo3alR5CE { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:3.099609375rem;left:18.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWAePJMKg4RA6lIMesLqis8ThVZdTMva { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.12451171875rem;left:47.71875rem; }
#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB { position:relative;display:block; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB { background-color: transparent; background-image: none; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row .container > .video-iframe-container { display: none; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row > .video-iframe-container { display: none; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .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); }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB { border-width: 0; border-radius: 0; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .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; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#Sa3DWEsov4bHMBACXnqqD0WrSyWtnnI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0.9375rem;left:18.34375rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#nqTpuREgBgAK3o06GATmbx6WFqT696Rc { position:relative;display:block; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc { background-color: transparent; background-image: none; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row .container > .video-iframe-container { display: none; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row > .video-iframe-container { display: none; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .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); }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc { border-width: 0; border-radius: 0; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .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; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pTiI84kTH6LznFGAfxpEIKtlryBmucWK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.662109375rem;left:18.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2sw2Fvcpp2rT4AbCJBLWrAO3s6G2Ovm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.74951171875rem;left:48.90625rem; }
#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I { position:relative;display:block; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I { background-color: transparent; background-image: none; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row .container > .video-iframe-container { display: none; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row > .video-iframe-container { display: none; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .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); }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I { border-width: 0; border-radius: 0; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .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; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#bdlSGJ79L8SRgbyyBQLoPRdZwuktSwrb { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0.9375rem;left:18.34375rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT { position:relative;display:block; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT { background-color: transparent; background-image: none; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row .container > .video-iframe-container { display: none; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row > .video-iframe-container { display: none; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .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); }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT { border-width: 0; border-radius: 0; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .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; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xuTKRk7hy23WkP1GpZo1FgMhSlSfcfZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.662109375rem;left:18.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yq4MLM9A0rkzaiaAwtg4UWbsnoMfvEU2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.5rem;left:47.78125rem; }
#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh { position:relative;display:block; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh { background-color: transparent; background-image: none; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row .container > .video-iframe-container { display: none; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row > .video-iframe-container { display: none; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .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); }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh { border-width: 0; border-radius: 0; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .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; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#LW8v8T0Q8tWzZJmH92ts2tPX8p8AQtqn { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0.9375rem;left:18.34375rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE { position:relative;display:block; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE { background-color: transparent; background-image: none; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row .container > .video-iframe-container { display: none; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row > .video-iframe-container { display: none; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .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); }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE { border-width: 0; border-radius: 0; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .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; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FHmr1JQXI2LxL45FZG7CDHC1f4Mh9uQV { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.662109375rem;left:18.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJx5eKw3KLDBgxg6Qi7hzyJT3GTEtEII { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.625rem;left:50.34375rem; }
#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 { position:relative;display:block; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 { background-color: transparent; background-image: none; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row .container > .video-iframe-container { display: none; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row > .video-iframe-container { display: none; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .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); }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 { border-width: 0; border-radius: 0; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .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; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CyFIJaOU3fTATyPZlrNZiZFQRMqNw3aH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0.9375rem;left:18.75rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn { position:relative;display:block; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn { background-color: transparent; background-image: none; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row .container > .video-iframe-container { display: none; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row > .video-iframe-container { display: none; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .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); }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn { border-width: 0; border-radius: 0; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .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; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AKx1KJOJfItvSLN5aIcrfwPxWBFJKZFx { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.662109375rem;left:18.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Is7fiOB7SXSBmKFimBAsWkThq4Enkyxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.68701171875rem;left:46.09375rem; }
#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t { position:relative;display:block; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t { background-color: transparent; background-image: none; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row .container > .video-iframe-container { display: none; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row > .video-iframe-container { display: none; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .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); }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t { border-width: 0; border-radius: 0; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .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; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#la0axAMgBcU1FWT7SwExzLgCb0QAnwfv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0.875rem;left:17.625rem;height:10.79883125rem;text-align:center;text-align-last:center;display:block; }
#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF { position:relative;display:block; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF { background-color: transparent; background-image: none; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row .container > .video-iframe-container { display: none; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row > .video-iframe-container { display: none; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .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); }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF { border-width: 0; border-radius: 0; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .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; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;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; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a9c;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; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container { background-color: transparent; background-image: none; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container > .video-iframe-container { display: none; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row > .video-iframe-container { display: none; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .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); }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container { border-width: 0; border-radius: 0; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#X7868CNdAhsz8GLCBBnm46Gfz8VWUQbF { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:6.1875rem;left:28.75rem;display:block; }
#Z2bV7vxVpwCX5VJQgf68KF20BEoNvITh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWr4S3o25fQLkm02OUxa9HmialdUe3QO { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:16.1875rem;top:1.875rem;left:30.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktXNoLwkiv1DtxxgANUiGOWeZusO1tRh { top:8.9375rem;left:0rem;width:33.4375rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1Cg3GVChTvdqmxUZUwU93c0PSntEtB { top:16.75rem;left:0rem;width:36.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m32ppGhTFmTW427UZzRQWnwmZvxpQcRa { top:25.625rem;left:0rem;width:25.9375rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtmVzUKemad5gNhLdADH8t0lCsJUCHmB { top:35.1875rem;left:0rem;width:28.0625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxuflsz1fTyvWSAowZHaumzWZAproPIX { top:15.875rem;left:22.9375rem;width:24.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-regular-label { width:22.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-text { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-text {padding-top: 0; padding-bottom: 0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-textarea { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-select { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-select {padding-top: 0; padding-bottom: 0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-button { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-checkbox-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq  { width:22.4375rem;height:0;top:16.625rem;left:22.8125rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .radio-container { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq {display:block;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq { width:22.4375rem;height:0;top:16.625rem;left:22.8125rem; }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #aPaLqpRAK2f0utJ4FnQEctPJlmlFULFT {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #DK6f6NQqRrGMsxLrmZyXO1A9RIwPk054 {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #PwoFEy72JuiDy1CmEFZnNN5zzwtzbqrK {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #wixkh56KVFCtIJUSCmRqTeQqTktwEC9v {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #RoVey6CT8VBz8wBzpWKaLEFVDoFhB5aR {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #pusIkK8L8S0qpEsy2xxD37D0sht6gTEC {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #TlOcTyVarXStVMGBodTXNamCJkb7CcKv {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #yKF7NT0CfTAK2A6yI6GLPikWu3SI0k4g {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #Ny2tPPJbzumRgxWpKsnbMqoTmvinb76T {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #kO3sxuc1S8tUUTWK03qyBAJN5hVP922Q {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #kVLt3J8xFN1hABWBWtz6R2bGvmr2pp7s {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #qbpsXiOyb92Q9yvEfX51cymt3N4eUhX3 {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #lve6Tb0WKQHlKJcsoRsaIEXdBktcLtyz {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #T9DND0zfnEszuJGuZ46ESymbSVTlaBxA {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #FKawEuJ2umkDbL49BFzQ3u3Jgs1GfqDf {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #U9Wryfner2Dz03FuGKTZuIKM7zxKtvnz {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #hsiFHvZ6Ta6R4bTJWKMHJ30bnpWgHcRa {  }
 }@media only screen and (max-width: 763px) { #POkGPhlZ5nMcgcpB7RdxzynOT05TMa3i { top:1.25rem;left:0rem;width:16.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L { display:block; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvAi57dUak3LvLoBpDurZWPe778dOdE5 { top:3.6875rem;left:7.40625rem;width:32.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcW3qmFhSHxOubzSMcKhbiTAf9LNkdRO { top:9.5625rem;left:1.09375rem;width:45.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed { display:block; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSIPQQx0WLzZZcIx9rFdXndH2ABSaMs2 { top:6.625rem;left:0rem;width:17.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJWkvsOvbuTVhTzfX33lOy6aLeJsout { top:6.625rem;left:6.4375rem;width:17.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ0DqE33ff0J1oIVQlDVrcf0bBivO3Me { top:6.625rem;left:18.375rem;width:17.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNtpXZonOsZpIGdEyVpJG6TyBlMUE3Mv { top:6.625rem;left:30.3125rem;width:17.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLUWQqF17rHm3V5cbTzRxKOnzWi21hGL { top:9.25rem;left:0rem;width:12.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp6lipS9XUZTM0JBWzFaoAVyPce38b5h { top:9.25rem;left:11.1875rem;width:12.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbmyLkB5ZvqPVisHJtTPJqR2xKa9TaNR { top:9.3125rem;left:23.125rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5vumqwErt6vStKkGKb0xDz3CX645S6 { top:9.25rem;left:34.6875rem;width:13.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZPtxxleXHcR8UG30ov1RIs4rIT13UWM { top:2.75rem;left:5.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yATzJ7i4ID9OUU3GTiMUeX6HNByBOWq8 { top:2.75rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c39xudlA9Ff6BGFzbM8OCQOiTeAgLWO2 { top:2.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ6uJWVsy5qSk03adFHPHbk8PoVTSFmH { top:2.75rem;left:40.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpBlITzu03bnZWCEkuTUFKf9DbDKi05V { display:block; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKaX9LzZKQ6cGaVxTe3iTr3bEQBnZ0iB { top:5.3125rem;left:4.375rem;width:39rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azFSx6xNF7Pm06hPVEopNkUVHfxEn5DS { top:9rem;left:5.71875rem;width:36.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 { display:block; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPHE9AxmPyL0wPWqJ8pTuMJvaLr2L2hC { top:3.75rem;left:0rem;width:37.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTukMXrsQFlvaaOa0pcGvyOJu8wT8LH { top:3.6875rem;left:0rem;width:37.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndF0BNMfZA4VgkDNQQd2ZZpm2drIUPg { top:7.6875rem;left:0rem;width:34.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 { top:16.3125rem;left:0.3125rem;width:23.25rem;height:9.1875rem;font-size:1rem;display:block; }#JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 li:before{  }
 }@media only screen and (max-width: 763px) { #qaX7mHpv3rtz4mJcT3FWApSTLsKGhAJG { top:27.25rem;left:0rem;width:24.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veav4l8c4bkvPR7Zoqt9oFIPUsaqqbzK { top:27.25rem;left:20.0625rem;width:27.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOdurai4FEJlv303FEe9GMthuhb51Qq { top:16.3125rem;left:24.1875rem;width:23.25rem;height:9.1875rem;font-size:1rem;display:block; }#JcOdurai4FEJlv303FEe9GMthuhb51Qq li:before{  }
 }@media only screen and (max-width: 763px) { #a1zoPd8qvUQkldoxWGZcxkKdTq8PTb2A { top:7.6875rem;left:14rem;width:33.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBBEQbHkWMRBPPuuqyHf99WUFJhTaDH { width:18.0625rem;height:2.4375rem;top:33.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv9iV2mQ46L300PNReV88upOvsDyUnZq { display:block; }
 }@media only screen and (max-width: 763px) { #mxbmW3upTi2165cTRdaTLoBKdrpiIJNW { width:17.5rem;height:2.625rem;top:33.1875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgJeJ4R5WwAS07rk6CVaEKlN4XaPSyMi { display:block; }
 }@media only screen and (max-width: 763px) { #BIyuqFwkXTBT38oDZLmTi1T8WqkaOxnb { top:2.0625rem;left:0rem;width:36.8125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwtn9KbR7Kash34SZi42CzqStJeGCzZf { top:2.0625rem;left:10.9375rem;width:36.8125rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 { display:block; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbqC7NQ1rXaddgNlfbVGaFSIt5q2hyXm { top:1.625rem;left:0rem;width:37.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUMuq0VQBQJpCiRTqK7UkU3oZapwEzW { top:4.8125rem;left:0rem;width:32rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCq0AdroJmWcV1uu3W16zarcnKMOVlX { top:18.8125rem;left:0rem;width:32rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkQDzi29ouqIsXZDp7TZw8u8beBidTD { top:22.5625rem;left:0rem;width:30.1875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G29WcOuWOyrKRTuTLJEMnuViGsvPXCGb { top:29.8125rem;left:0rem;width:33.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTMJ3pvR31mSwMzZB2RmiPU8sqCJcrr { top:0rem;left:0rem;width:37.5625rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTLREnx0g7q4JzLOfdlTAqUqE1AdZE5 { width:19.0625rem;height:2.75rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFkQHAgrRIaVOZC5Q8qCgznJpZnu2Bn { display:block; }
 }@media only screen and (max-width: 763px) { #TplagTCT397Xrubvniw6ZAEuEWhfNF4u { display:block; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvkoq6TsWydl0ClaWk5LXtXzUAJQtfO { top:3.3125rem;left:15.5rem;width:32.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZW6M8MOf44OeePdsItbMvSU5RDLm3ZL { top:6.375rem;left:14.375rem;width:33.375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kte3Gkivh4zvyZAJWQWQ6Wen9kidsrGX { top:18.25rem;left:15.75rem;width:32rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTO0J4ShrOS6XHVL4qx2bbrFhwTatOe3 { top:22rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeoZ8z0AWHef2VwvXIEzFsrKZLnKy9w { top:28.4375rem;left:14.375rem;width:33.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqIXDCnKq1oL3ueLHVZ1d5H0wPHGA59q { top:0rem;left:0rem;width:37.5rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyiAguAqA6InDulVuO0D2rPbvnEpRE0m { width:19.0625rem;height:2.75rem;top:31rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuWTsJLQuzhzLStVMB6dR3HKyqL9KGT3 { display:block; }
 }@media only screen and (max-width: 763px) { #oRZWUwb2lng12h733G6J2My85DfDFdQT { display:block; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUT9R4TCNqTfb8AGSVUIKS5KU44Hly6J { top:4.0625rem;left:0rem;width:37.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGTIcZUyeyIRitfgKHayeRBEeexzQGy { top:8.0625rem;left:0rem;width:34.125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c { top:15.8125rem;left:0rem;width:30.1875rem;height:12.9375rem;font-size:1rem;display:block; }#DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c li:before{  }
 }@media only screen and (max-width: 763px) { #cRfKRh5QH9JdhrhKl9oQfyOVxtPpG7xt { top:0rem;left:0rem;width:38.0625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaeNUT21Wg6uyAgwlSJVi3u6KpASubai { display:block; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r17DWr5TagaRGp3iEFL6pxSFmpqcb6rC { top:10.5rem;left:5.125rem;width:37.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ7KAAcm2RPZP0GNSMCPB1dcqL1ybb4K { top:13.8125rem;left:4.75rem;width:38.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzJeQVKdAZ7W9Xp2Xfeyh6lghOgfSvwO { width:19.0625rem;height:2.75rem;top:20.25rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmPGlxowamuoTRG1W2XzrWgiaewqkI58 { display:block; }
 }@media only screen and (max-width: 763px) { #RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs { display:block; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuyCWypRPpVBAn2GCpagmI6xPmvhxdhP { top:5.3125rem;left:5.09375rem;width:37.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvq6mcZD23uRClVcpiw1naeevFq2N7k { display:block; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEoJrGLFHEztqPmtTPEn8qwTo3alR5CE { top:3.0625rem;left:4.71875rem;width:38.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWAePJMKg4RA6lIMesLqis8ThVZdTMva { top:3.0625rem;left:34.09375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB { display:block; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa3DWEsov4bHMBACXnqqD0WrSyWtnnI5 { top:0.9375rem;left:4.71875rem;width:38.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTpuREgBgAK3o06GATmbx6WFqT696Rc { display:block; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTiI84kTH6LznFGAfxpEIKtlryBmucWK { top:1.625rem;left:4.71875rem;width:38.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2sw2Fvcpp2rT4AbCJBLWrAO3s6G2Ovm { top:1.6875rem;left:35.28125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I { display:block; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdlSGJ79L8SRgbyyBQLoPRdZwuktSwrb { top:0.9375rem;left:4.71875rem;width:38.3125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT { display:block; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuTKRk7hy23WkP1GpZo1FgMhSlSfcfZ3 { top:1.625rem;left:4.71875rem;width:38.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq4MLM9A0rkzaiaAwtg4UWbsnoMfvEU2 { top:1.5rem;left:34.15625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh { display:block; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW8v8T0Q8tWzZJmH92ts2tPX8p8AQtqn { top:0.9375rem;left:4.71875rem;width:38.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8uiibu1Cy2U6sByhUwytpa4saOqoWSE { display:block; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHmr1JQXI2LxL45FZG7CDHC1f4Mh9uQV { top:1.625rem;left:4.71875rem;width:38.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJx5eKw3KLDBgxg6Qi7hzyJT3GTEtEII { top:1.625rem;left:36.71875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 { display:block; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyFIJaOU3fTATyPZlrNZiZFQRMqNw3aH { top:0.9375rem;left:5.125rem;width:37.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn { display:block; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKx1KJOJfItvSLN5aIcrfwPxWBFJKZFx { top:1.625rem;left:4.71875rem;width:38.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is7fiOB7SXSBmKFimBAsWkThq4Enkyxs { top:1.625rem;left:32.46875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t { display:block; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #la0axAMgBcU1FWT7SwExzLgCb0QAnwfv { top:0.875rem;left:4rem;width:39.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF { display:block; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv { display:block; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7868CNdAhsz8GLCBBnm46Gfz8VWUQbF { width:17.5rem;height:3.4375rem;top:6.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bV7vxVpwCX5VJQgf68KF20BEoNvITh { display:block; }
 }@media only screen and (max-width: 763px) { #RWr4S3o25fQLkm02OUxa9HmialdUe3QO { top:1.875rem;left:16.5rem;width:16.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.90964375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktXNoLwkiv1DtxxgANUiGOWeZusO1tRh { width:20rem;height:0;top:6.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1Cg3GVChTvdqmxUZUwU93c0PSntEtB { width:20rem;height:0;top:14.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m32ppGhTFmTW427UZzRQWnwmZvxpQcRa { width:20rem;height:0;top:41.6621125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtmVzUKemad5gNhLdADH8t0lCsJUCHmB { width:20rem;height:0;top:51.460425rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxuflsz1fTyvWSAowZHaumzWZAproPIX { width:20rem;height:0;top:38.7871125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-text {padding-top: 0; padding-bottom: 0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-select {padding-top: 0; padding-bottom: 0;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq  { width:17.5rem;height:0;top:16.625rem;left:0rem; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UkSOthvISseSDotQKCJRlVJeTvMAvuFq {display:block;}#UkSOthvISseSDotQKCJRlVJeTvMAvuFq { width:17.5rem;height:0;top:17.9746125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #aPaLqpRAK2f0utJ4FnQEctPJlmlFULFT {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #DK6f6NQqRrGMsxLrmZyXO1A9RIwPk054 {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #PwoFEy72JuiDy1CmEFZnNN5zzwtzbqrK {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #wixkh56KVFCtIJUSCmRqTeQqTktwEC9v {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #RoVey6CT8VBz8wBzpWKaLEFVDoFhB5aR {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #pusIkK8L8S0qpEsy2xxD37D0sht6gTEC {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #TlOcTyVarXStVMGBodTXNamCJkb7CcKv {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #yKF7NT0CfTAK2A6yI6GLPikWu3SI0k4g {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #Ny2tPPJbzumRgxWpKsnbMqoTmvinb76T {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #kO3sxuc1S8tUUTWK03qyBAJN5hVP922Q {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #kVLt3J8xFN1hABWBWtz6R2bGvmr2pp7s {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #qbpsXiOyb92Q9yvEfX51cymt3N4eUhX3 {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #lve6Tb0WKQHlKJcsoRsaIEXdBktcLtyz {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #T9DND0zfnEszuJGuZ46ESymbSVTlaBxA {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #FKawEuJ2umkDbL49BFzQ3u3Jgs1GfqDf {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #U9Wryfner2Dz03FuGKTZuIKM7zxKtvnz {  }
 }@media only screen and (max-width: 763px) { #UkSOthvISseSDotQKCJRlVJeTvMAvuFq #hsiFHvZ6Ta6R4bTJWKMHJ30bnpWgHcRa {  }
 }@media only screen and (max-width: 763px) { #POkGPhlZ5nMcgcpB7RdxzynOT05TMa3i { width:16.1875rem;height:4.3125rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L { display:block; }#stvzOyQZfxugA4zEdEkKzp6tKAXRDv6L > .row .container { width:20rem;height:13.4233375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvAi57dUak3LvLoBpDurZWPe778dOdE5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcW3qmFhSHxOubzSMcKhbiTAf9LNkdRO { width:20rem;height:0;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed { display:block; }#hxBMBO6Mg324QZkFiiKiKsah33TcJ4Ed > .row .container { width:20rem;height:48.54395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSIPQQx0WLzZZcIx9rFdXndH2ABSaMs2 { width:17.4375rem;height:0;top:5.625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJWkvsOvbuTVhTzfX33lOy6aLeJsout { width:17.4375rem;height:0;top:16.79883125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ0DqE33ff0J1oIVQlDVrcf0bBivO3Me { width:17.4375rem;height:0;top:27.9726625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNtpXZonOsZpIGdEyVpJG6TyBlMUE3Mv { width:17.4375rem;height:0;top:40.44580625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLUWQqF17rHm3V5cbTzRxKOnzWi21hGL { width:12.6875rem;height:0;top:8.57421875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp6lipS9XUZTM0JBWzFaoAVyPce38b5h { width:12.6875rem;height:0;top:19.74805rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbmyLkB5ZvqPVisHJtTPJqR2xKa9TaNR { width:12.6875rem;height:0;top:30.92188125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5vumqwErt6vStKkGKb0xDz3CX645S6 { width:13.0625rem;height:0;top:43.395025rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZPtxxleXHcR8UG30ov1RIs4rIT13UWM { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yATzJ7i4ID9OUU3GTiMUeX6HNByBOWq8 { display:flex;width:3.125rem;height:3.125rem;top:23.5976625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #c39xudlA9Ff6BGFzbM8OCQOiTeAgLWO2 { display:flex;width:3.125rem;height:3.125rem;top:12.42383125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kJ6uJWVsy5qSk03adFHPHbk8PoVTSFmH { display:flex;width:3.125rem;height:3.125rem;top:36.07080625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kpBlITzu03bnZWCEkuTUFKf9DbDKi05V { display:block; }#kpBlITzu03bnZWCEkuTUFKf9DbDKi05V > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKaX9LzZKQ6cGaVxTe3iTr3bEQBnZ0iB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azFSx6xNF7Pm06hPVEopNkUVHfxEn5DS { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 { display:block; }#qlGaCd58gPFP9EcttHOTVIKsuWmb7CT1 > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPHE9AxmPyL0wPWqJ8pTuMJvaLr2L2hC { width:20rem;height:0;top:2.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTukMXrsQFlvaaOa0pcGvyOJu8wT8LH { width:20rem;height:0;top:38.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndF0BNMfZA4VgkDNQQd2ZZpm2drIUPg { width:20rem;height:0;top:6.87646484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 { width:20rem;height:0;top:15.537109375rem;left:0rem;font-size:1rem;display:block; }#JQDIEedC65uwVzrkOpl0GkJrmzDWZl93 li:before{  }
 }@media only screen and (max-width: 763px) { #qaX7mHpv3rtz4mJcT3FWApSTLsKGhAJG { width:20rem;height:0;top:26.47216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veav4l8c4bkvPR7Zoqt9oFIPUsaqqbzK { width:20rem;height:0;top:67.4716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOdurai4FEJlv303FEe9GMthuhb51Qq { width:20rem;height:0;top:56.537109375rem;left:0rem;font-size:1rem;display:block; }#JcOdurai4FEJlv303FEe9GMthuhb51Qq li:before{  }
 }@media only screen and (max-width: 763px) { #a1zoPd8qvUQkldoxWGZcxkKdTq8PTb2A { width:20rem;height:0;top:47.87646484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBBEQbHkWMRBPPuuqyHf99WUFJhTaDH { width:18.0625rem;height:2.4375rem;top:32.609375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv9iV2mQ46L300PNReV88upOvsDyUnZq { display:block; }
 }@media only screen and (max-width: 763px) { #mxbmW3upTi2165cTRdaTLoBKdrpiIJNW { width:17.5rem;height:2.625rem;top:73.421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgJeJ4R5WwAS07rk6CVaEKlN4XaPSyMi { display:block; }
 }@media only screen and (max-width: 763px) { #BIyuqFwkXTBT38oDZLmTi1T8WqkaOxnb { width:20rem;height:36.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwtn9KbR7Kash34SZi42CzqStJeGCzZf { width:20rem;height:35.9375rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 { display:block; }#p5VMAGoL0vUoASkSVLlAeXFV5GmTEaZ6 > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbqC7NQ1rXaddgNlfbVGaFSIt5q2hyXm { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUMuq0VQBQJpCiRTqK7UkU3oZapwEzW { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCq0AdroJmWcV1uu3W16zarcnKMOVlX { width:20rem;height:0;top:18.983875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkQDzi29ouqIsXZDp7TZw8u8beBidTD { width:20rem;height:0;top:23.43309375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G29WcOuWOyrKRTuTLJEMnuViGsvPXCGb { width:20rem;height:0;top:31.08153125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTMJ3pvR31mSwMzZB2RmiPU8sqCJcrr { width:20rem;height:19.36772046589rem;top:38.23094375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTLREnx0g7q4JzLOfdlTAqUqE1AdZE5 { width:19.0625rem;height:2.75rem;top:34.23094375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFkQHAgrRIaVOZC5Q8qCgznJpZnu2Bn { display:block; }
 }@media only screen and (max-width: 763px) { #TplagTCT397Xrubvniw6ZAEuEWhfNF4u { display:block; }#TplagTCT397Xrubvniw6ZAEuEWhfNF4u > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvkoq6TsWydl0ClaWk5LXtXzUAJQtfO { width:20rem;height:0;top:22.266666666667rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZW6M8MOf44OeePdsItbMvSU5RDLm3ZL { width:20rem;height:0;top:25.954166666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kte3Gkivh4zvyZAJWQWQ6Wen9kidsrGX { width:20rem;height:0;top:38.401416666667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTO0J4ShrOS6XHVL4qx2bbrFhwTatOe3 { width:20rem;height:0;top:42.850635416667rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeoZ8z0AWHef2VwvXIEzFsrKZLnKy9w { width:20rem;height:0;top:48.899460416667rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqIXDCnKq1oL3ueLHVZ1d5H0wPHGA59q { width:20rem;height:19.766666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyiAguAqA6InDulVuO0D2rPbvnEpRE0m { width:19.0625rem;height:2.75rem;top:52.048872916667rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuWTsJLQuzhzLStVMB6dR3HKyqL9KGT3 { display:block; }
 }@media only screen and (max-width: 763px) { #oRZWUwb2lng12h733G6J2My85DfDFdQT { display:block; }#oRZWUwb2lng12h733G6J2My85DfDFdQT > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUT9R4TCNqTfb8AGSVUIKS5KU44Hly6J { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGTIcZUyeyIRitfgKHayeRBEeexzQGy { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c { width:20rem;height:0;top:12.5859375rem;left:0rem;font-size:1rem;display:block; }#DOGbRwsgsTgKEHTeTOTeMwak4RUvxN8c li:before{  }
 }@media only screen and (max-width: 763px) { #cRfKRh5QH9JdhrhKl9oQfyOVxtPpG7xt { width:20rem;height:16.584564860427rem;top:26.797875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaeNUT21Wg6uyAgwlSJVi3u6KpASubai { display:block; }#FaeNUT21Wg6uyAgwlSJVi3u6KpASubai > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r17DWr5TagaRGp3iEFL6pxSFmpqcb6rC { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ7KAAcm2RPZP0GNSMCPB1dcqL1ybb4K { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzJeQVKdAZ7W9Xp2Xfeyh6lghOgfSvwO { width:19.0625rem;height:2.75rem;top:11.5869125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmPGlxowamuoTRG1W2XzrWgiaewqkI58 { display:block; }
 }@media only screen and (max-width: 763px) { #RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs { display:block; }#RgFuRLvRKIXOVdxJ06649mBMeiLCl8Fs > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuyCWypRPpVBAn2GCpagmI6xPmvhxdhP { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvq6mcZD23uRClVcpiw1naeevFq2N7k { display:block; }#gPvq6mcZD23uRClVcpiw1naeevFq2N7k > .row .container { width:20rem;height:7.17480625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEoJrGLFHEztqPmtTPEn8qwTo3alR5CE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWAePJMKg4RA6lIMesLqis8ThVZdTMva { display:flex;width:1.625rem;height:1.625rem;top:4.29980625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB { display:block; }#LvDvfF6V8iHm0GUyFbxyQLQA5p8DAGNB > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa3DWEsov4bHMBACXnqqD0WrSyWtnnI5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTpuREgBgAK3o06GATmbx6WFqT696Rc { display:block; }#nqTpuREgBgAK3o06GATmbx6WFqT696Rc > .row .container { width:20rem;height:7.17480625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTiI84kTH6LznFGAfxpEIKtlryBmucWK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2sw2Fvcpp2rT4AbCJBLWrAO3s6G2Ovm { display:flex;width:1.625rem;height:1.625rem;top:4.29980625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I { display:block; }#fsr7SBDP2M4KJk7L8RZxhvMbAhaSnI4I > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdlSGJ79L8SRgbyyBQLoPRdZwuktSwrb { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT { display:block; }#NmyKG8pES7KvoE2qLW0TLs4k6PIoRBtT > .row .container { width:20rem;height:7.17480625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuTKRk7hy23WkP1GpZo1FgMhSlSfcfZ3 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq4MLM9A0rkzaiaAwtg4UWbsnoMfvEU2 { display:flex;width:1.625rem;height:1.625rem;top:4.29980625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh { display:block; }#rTwCk6N5HiJheW5hdZG8W8OO2JvBgNKh > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW8v8T0Q8tWzZJmH92ts2tPX8p8AQtqn { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8uiibu1Cy2U6sByhUwytpa4saOqoWSE { display:block; }#R8uiibu1Cy2U6sByhUwytpa4saOqoWSE > .row .container { width:20rem;height:7.17480625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHmr1JQXI2LxL45FZG7CDHC1f4Mh9uQV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJx5eKw3KLDBgxg6Qi7hzyJT3GTEtEII { display:flex;width:1.625rem;height:1.625rem;top:4.29980625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 { display:block; }#dHBq1P5qoziOazZMCkVfwHc9HTwDSL22 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyFIJaOU3fTATyPZlrNZiZFQRMqNw3aH { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn { display:block; }#E4SXu6E0K0GFcwMy3tQrVmQIoHHwkKgn > .row .container { width:20rem;height:7.17480625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKx1KJOJfItvSLN5aIcrfwPxWBFJKZFx { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is7fiOB7SXSBmKFimBAsWkThq4Enkyxs { display:flex;width:1.625rem;height:1.625rem;top:4.29980625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t { display:block; }#Lsly6vv9Bv61C815IWIFqfPlv5aRUM9t > .row .container { width:20rem;height:13.2988125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #la0axAMgBcU1FWT7SwExzLgCb0QAnwfv { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF { display:block; }#L5NLxsucG7lfTvkui4Zi4sZ6gDhhR8iF > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv { display:block; }#TWVpkp9ZIqa8i3GLGqFxCTlaGmmbo6fv > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7868CNdAhsz8GLCBBnm46Gfz8VWUQbF { width:17.5rem;height:3.4375rem;top:6.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bV7vxVpwCX5VJQgf68KF20BEoNvITh { display:block; }
 }@media only screen and (max-width: 763px) { #RWr4S3o25fQLkm02OUxa9HmialdUe3QO { width:16.1875rem;height:4.3125rem;top:1.25rem;left:1.875rem;display:block; }
 }