.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;
}
:root { --color-primary-0:245,233,237;--color-primary-1:224,188,202;--color-primary-2:204,144,166;--color-primary-3:122,86,100;--color-primary-4:83,12,55;--color-secondary-0:240,242,245;--color-secondary-1:207,213,221;--color-secondary-2:158,170,187;--color-secondary-3:79,85,94;--color-secondary-4:24,26,28;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f877783f-d35c-4115-8a60-9896c8d25a0d/Estell_KV3_opcja1_slider_1986x643px.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn.adaptive-delivery-prevent-bg, #ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn.lazyload, #ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn.lazyloading { background-image: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { background-color: transparent; background-image: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container > .video-iframe-container { display: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .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); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row > .video-iframe-container { display: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .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); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { border-width: 0; border-radius: 0; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn::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; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#VhdQT6xlHHl9QGs0QuJlSVRQlqKciEqA { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:"playfair display";font-size:2.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:32.5rem;left:10.375rem;height:3.81871875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y0Q2qdNpi52UnXM0fVSmTA4UxXyTNKMP { color:rgba(var(--color-primary-2),1);display:block;width:14.9363125rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9981193542481rem;left:2.6859087944031rem;height:6.173325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNL0Lv7tT4DbsNTUty8N7bh32dfkciCD { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.53);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.5625rem;width:53.8125rem;top:32.127605438233rem;left:9.625rem;display:block; }
#JWdmxDtsLDIhdZpo8r5tlKs2yCwUPguB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12355625rem;width:13.2494375rem;top:1.6840274333954rem;left:52.9375rem;overflow:hidden;display:block; }
#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container { background-color: transparent; background-image: none; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container > .video-iframe-container { display: none; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row > .video-iframe-container { display: none; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .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); }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container { border-width: 0; border-radius: 0; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#slLvQHrAetbneHuMDsLfxT2z2qL72mBK { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.4375rem;width:16.875rem;top:2.1875rem;left:9.9375rem;display:block; }
#tn15XrnKkIOMJmimix3VamTc1GCT4d8b { color:rgba(var(--color-tertiary-0),1);display:block;width:16.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:9.9375rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpVTER8plJMvfmGNtbsQgrvBT5nVN9WR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.4375rem;width:16.875rem;top:2.1875rem;left:28.3125rem;display:block; }
#ExXq2MbD5kL93Tacp0EX9IPt97Nf134Q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.5rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BsUeJP6RXD2surR3MH2mMSiOEw8bUCR3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.4375rem;width:16.875rem;top:7.0625rem;left:28.3125rem;display:block; }
#b3sDQTAPuWgSVgT5gpJxNV00a5dNBXwm { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.4375rem;width:16.875rem;top:7.0625rem;left:9.9375rem;display:block; }
#KXHFfLcrM7E6371RgOmxRmAPSv11eolJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:10.125rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fxITWJ3rwhqswpT97B09lz3eABtlfHk3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.4375rem;left:28.5rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yMwS58JhXyaT8IpXabTCgclcEkec2HKU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.4375rem;width:16.875rem;top:2.1875rem;left:46.8125rem;display:block; }
#kFXxbwioWUPa38LPoFGixUPS9R2I54e6 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.4375rem;width:16.875rem;top:7.0625rem;left:46.8125rem;display:block; }
#wARRyt41VUiIGmmwoy3pkfGMw38CFCtE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.4375rem;left:46.9375rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QFd59usGRws735TkOerMTmhtVZDnps4M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5625rem;left:46.875rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZIsVOeTT0DaTbodUUW9HaE8zk53kWNOD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13rem;left:30.25rem;display:block; }
#ZkMGSeK031Vk7FhDFHHO3Txu9qT7cphc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eiv6NgDGpdRkEoSlhoZ6XTMitoLeATOF { 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:15015;opacity:1;top:17.125rem;left:30.5rem; }
#eiv6NgDGpdRkEoSlhoZ6XTMitoLeATOF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eHyihcLeZazn90ZJCeJVhV4iaMVipnbS { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:17.3125rem;left:33.625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:31.375rem;top:7.21875rem;left:7.5rem;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:29.375rem;top:10.8125rem;left:38.125rem;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:26.9375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.10546875rem;left:40rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:#212529;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:17.5rem;left:40rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LheDaLMJdo3PnWflr6Rzz3GxupAHXehL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:26.4375rem;left:40rem;display:block; }
#BtGtnbkRuok0NpWbebRdwaKn5z40dyNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:27.15625rem;left:57.5rem; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:94.75rem;width:75rem;position:relative;display:block; }#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { color:#212529;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.1875rem;left:9.3125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:57.9375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:7.5rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaFofF0N3XnygLZZqTug6Agy758wMZXe { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.625rem;left:7.5rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:5.4375rem;left:7.5rem;display:block; }
#u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.5625rem;width:29.375rem;top:6.625rem;left:38.0625rem;overflow:hidden;display:block; }
#uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:21.0625rem;width:31.3125rem;top:9.4375rem;left:7.5rem;display:block; }
#s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:39.6875rem;left:7.5rem;display:block; }
#XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.25rem;left:10.5rem; }
#qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.875rem;left:10.5rem; }
#SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.4375rem;left:10.5rem; }
#Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:3.0625rem;left:7.5rem;display:none; }
#ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { color:#212529;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:13.75rem;left:11.8125rem;height:11.15524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XL3VqttZluDSobgo9UykzIxoh6eGHcDr { color:#212529;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:42.5rem;left:7.5rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:84rem;left:7.5rem;display:block; }
#QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:7.5rem;display:none; }
#n8skKTgGww1LMgOrXnA1AKd345o96TzM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:7.5rem;display:none; }
#VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:7.5rem;display:none; }
#giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:7.5rem;display:none; }
#vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.6875rem;width:57.5rem;display:none; }
#O84PdeWbHbxFl1NVCsi0Ehs9iNhGJi0C { color:#212529;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:26.25rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMgicIfTeEWF9E9MPOfgMxOM2zVCXlMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19rem;left:10.5rem; }
#bSvfxJRfwdCAkUWp7It1TlnHRCUUolBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.625rem;left:10.5rem; }
#LvRFh8y386BnbuNF6uQiI0PJop2dezxV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.25rem;left:10.5rem; }
#vNTztMkTTTfHIi1fuSe9LTfAvGbfn0tG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:23.875rem;left:10.5rem; }
#Wi0gOlkvlmlu2bbphJITsmxvElbO75wC { color:#212529;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:70.875rem;left:7.5rem;height:9.5616375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KlmWZiG7yzleyaAvcbSExo1fAbzA0L7g { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.625rem;width:28.625rem;top:63.03125rem;left:38.875rem;display:block; }
#MZiVmaV5kbw89tsTdKvcyPdEVOPpsz8l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:49.3125rem;left:7.5rem;display:block; }
#PsAwKQ81pNctT59h9n8kx4444z7qhNnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXgoZ7DkHRTGVQ0SOwREnGaiTODbnIta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:50.03125rem;left:18.9375rem; }
#VXgoZ7DkHRTGVQ0SOwREnGaiTODbnIta > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#mrBdzLTQJkHAeHiGSItvVJRg9i01kJwM { color:#1e1e1e;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:37.724609375rem;left:45.0625rem;height:1.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wDSLlxIOghr5S9InhhLfkXP4BflCFpr7 { color:#1e1e1e;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:43.86572265625rem;left:45.0625rem;height:1.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tckc59UlTeT1noWnL9e9uBIto9gPWlnv { color:#1e1e1e;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:50rem;left:45.0625rem;height:1.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a54tVtFzTqtW9mZxyImvy1AxbH8W3hNo { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:63.375rem;left:7.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgvFJxXiIbDPNKENfGALCHnvl6JEGpsw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:66.3125rem;left:7.5rem;display:block; }
#qGNe3KOIT7sgGA3qw5meg8NP7d8usP2m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.625rem;width:60rem;display:none; }
#sAo0CQgwZA6UTqCOBSXhhukub5bhil2J { color:#1e1e1e;display:block;width:57.9375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uHGrzmBFF4GNGaI0vMK94P1GE5Zb8QWv { color:#212529;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:42.5rem;left:7.5rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gP5nCE57ukibtsC7ocf0sTeZRZ8mV6S1 { color:#212529;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:70.875rem;left:7.5rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#s2pN9nJVBIWHl9U88CkEA6lACD1VTdpc { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.9375rem;left:30.9375rem;display:none; }
#tNXxLLzvg6WxAtG6cmMSmO3JW0TBKOmZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cuu9H4UqoSibKmeiVzgg1I9uD3RaZLQV { color:#212529;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:88.75rem;left:7.5rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iSBECT8Ww6XXi7lcq8N21w5mgGFQ94RT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:36.624351501465rem;left:39.375rem;overflow:hidden;display:block; }
#z7K4s7oEFAsxODiDBJ7oGDn6ARZZfnFB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.375rem;top:42.671226501465rem;left:39.375rem;overflow:hidden;display:block; }
#tKHa6O67rQSWk0GxgQqUz0iw1U8QzKm8 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:48.811851501465rem;left:39.375rem;overflow:hidden;display:block; }
#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container { background-color: transparent; background-image: none; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container > .video-iframe-container { display: none; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row > .video-iframe-container { display: none; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .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); }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container { border-width: 0; border-radius: 0; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#tMrWwSfsThURwl12eH0lznOTMaJTJcxp { color:rgba(var(--color-primary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.875rem;left:8.4375rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPUkPBgzXRoV2EWIvkKCpJycOltdSRat { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:17.8125rem;left:34.8125rem;display:block; }
#L08FJg85o3rxHkUZdakfzQ4lwTebKDGN { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:19.4375rem;left:8.4375rem;display:block; }
#nTGAFUKpm4uWXtiUDPIu6bJFSO2VI9E3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:8rem;left:7.5rem;display:block; }
#utBcmUiJMrZwRgZ2JyaUiC35oIfNUqtL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3iqNHF1o8K5JKcpKqeWJORqmfUtRHSb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.3125rem;width:54.8125rem;top:3.3125rem;left:11.1875rem;overflow:hidden;display:block; }
#TXT4NLUlFbqbAmwqvATh324QoqSA62TQ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.625rem;top:28.375rem;left:11.75rem;display:block; }
#OWL0nunLzTPnfrV29OHnAZCg0spWOay5 { color:#1e1e1e;display:block;width:49.625rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7qchGfo5WlW53lZSXSdiskpaJLLKDUP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:2.875rem;left:7.5rem;display:block; }
#S7V2LLQzkAnN1Xp5udq6PXtrZRsf6Xht { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.875rem;left:11.75rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cm6kGh3wCqbXn2lefiAVMksf2DQKTAOk { color:rgba(var(--color-primary-2),1);display:block;width:17.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:16.163194656372rem;left:48.5rem;height:1.137875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fsP6KUtRlEMG2WX5A9GBi3xHIllntIT2 { color:rgba(var(--color-primary-2),1);display:block;width:15.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.186055183411rem;left:50.375rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VNgwaXvdLbI1hWfdfE8qocVu5tqBMqfR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.875rem;top:33.5478515625rem;left:34.25rem;display:block; }
#KGag0pxpTdrKaueJgTilpnHK06VW8TWT { color:#212529;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:19.9375rem;left:8.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#WkwtNtuGTBurF8gV5yMOfC4qlWTNzR9o { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:18.38671875rem;left:50.25rem;height:4.499425rem;text-align:right;text-align-last:right;display:block; }
#d9yRIi4TXDOKvLebZTCpCcAMyqGVK21N { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:28.8125rem;left:11.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#W1DmNkx86yarzdo1qIoztWsPgNt5pF59 { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:34.1123046875rem;left:50.25rem;height:5.62428125rem;text-align:right;text-align-last:right;display:block; }
#yyTHXwk4GRBsz8dG08A6yXrT4V0om26n { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CT1RValV6frhnRnNKScUJW1MbKxTPyeA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#O7aWTmHtw0CtyVp38zpBXhyznT4fEdwp { color:rgba(var(--color-primary-2),1);display:block;width:17.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:25.783428192139rem;left:48.5rem;height:1.137875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcm79FTThQZeg6Ios8FQAUUqf9ffyIdh { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:20.6235625rem;top:27.380644321442rem;left:45.4375rem;display:block; }
#JJN4Nk7ATwKpkW1BbrQnfsghvQX5Ihl6 { color:#212529;display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:28.010707378388rem;left:50.1875rem;height:2.25rem;text-align:right;text-align-last:right;display:block; }
#mdQKmc3hSHapcbglp05ko7yduwEkQFDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { background-color: transparent; background-image: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container > .video-iframe-container { display: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container { display: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .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); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { border-width: 0; border-radius: 0; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { color:#212529;display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.015625rem;left:7.5rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.5rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.8125rem;left:38.9375rem;display:block; }
#DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:5.953125rem;left:7.5rem;display:block; }
#cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.875rem;left:24.9375rem;display:block; }
#kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHnlfnPuWTdvlNhEqUxOPqero2okfNqr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:6.625rem;top:2.7447910308838rem;left:56.0625rem;overflow:hidden;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:rgba(var(--color-primary-2),1);display:block;width:40.4375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.25rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxeONXw8rTkiZm0wmebbTdGoBrIwz9S5 { color:#212529;display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:12.625rem;height:2.43634375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-form-header {  }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:42.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-text { background-color:rgba(var(--color-primary-2),0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:42.3125rem;box-sizing:border-box;height:2.75rem;color:#212529;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-textarea { background-color:rgba(var(--color-primary-2),0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:42.3125rem;box-sizing:border-box;height:3.125rem;color:#212529;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:42.3125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .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; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.8125rem;margin-bottom:0.25rem;margin-left:14.8125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.6875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .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:400;color:#707070;vertical-align:top;width:41.0625rem;overflow:hidden;font-style:normal;float:none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .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; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-container:first-of-type{padding-top:0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-container:last-of-type{padding-bottom:0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:16.061922550201rem;top:16.499572753906rem;z-index:15004;position:absolute; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:42.3125rem;display:block;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-info-text { display:block;height:auto;font-family:raleway;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; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 {display:block;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:16.061922550201rem;top:16.499572753906rem;z-index:15004;position:absolute; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #t3R0psOFx6IRTVM8Dm2u1W52b048qIXZ { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #yMHx6lBfpmTyv0SogZLwB1fc9UDKtRzh { position:relative;display:none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #EHiVRXZ5SVyAFtp1b9RqgItZ1gNNZINk { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #lUVXQbVXdgfR6NaFRyVWazgvKwfW10CO { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #xlh4TEDySNtzvBOLT0HmAUEJQryA7rcn { position:relative;display:none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #SMFylOLOCzUZcrxwfFM1CTrginBDkPI2 { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #mAKGHgmhDra2v1vFNcMla1Vi5EdVBlS6 { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #rkDMpfbDTROs27tCwEQ9xC38GvRppvFp { position:relative;display:none; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #OKJ9VkI8P0zRXESxs5ruK4rtry49gdUn { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #g60hA9h4aGHckhih5pugLC1mqR7UfFRM { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #NyhJb5VAV2F7D11cVlGmzl7lzETOJ45o { position:relative;z-index:2; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #lT2eCORL0Nc413NoNqaAQzzSikqd2FCf { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #KhCnEvP5GBFXAx4ttyPygxbKG1pEQlrg { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #kF4IgP1nPCADloPH9yhqTiOWyg2xgChc { position:relative;z-index:2; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #gn9mXpsdw1ovsdXUAmFNFluK5QSMu16u { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #TU8795E2OAix5A6xavXJXpcEiG5uQK3I { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #WyLAUCnTH4lnWkGEutJrTb87PPz3tggp { position:relative;z-index:2; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #aZ1ztkMAbac25o1X6WHFo4S5hdCCBkd3 { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #PRrKSclP961f4CH6nkpDLq4TRP2VqRc4 { position:relative;display:block;z-index:15000; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #ISvGvrghTVPXyemTQMKDVtDA0Crz2RVX { position:relative;display:block;z-index:15000; }
#CTyCFQT8uOcw6tJWaXUfM8MxTCM4pV91 { position:relative;display:block; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #MsHJCs7DH3vNQ7eBT5CTFSsR29ADVkir { position:relative; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #rXO9sOvFFEDwUJbBHfnRhhs1tO7LU1TT { position:relative; }
#SRi41IutR6NZwumOP0MmPcuNshG1phN3 { color:rgba(var(--color-primary-2),1);display:block;width:40.4375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.999995231628rem;left:17.25rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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;z-index:auto;display:block; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container { background-color: transparent; background-image: none; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container > .video-iframe-container { display: none; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row > .video-iframe-container { display: none; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .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); }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container { border-width: 0; border-radius: 0; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#atbM5eaGgbHfvAit6MlNWzRnlykkUK4B { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.125rem;left:54.8125rem;height:1.78746875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HpAAb6mIVGUR45M2zhyITuc1tBJoGOIM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:2.21875rem;left:52.8125rem; }
#HpAAb6mIVGUR45M2zhyITuc1tBJoGOIM > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#pw6qMLyHBx7ybPQloadwHAehPURad36M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.0625rem;left:64.875rem; }
#pw6qMLyHBx7ybPQloadwHAehPURad36M > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#wg7tTOpn2ltWvscE3T6OpncxsklHCaMo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:28.375rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QWGKSyLewh9VS5zDTpcCmKfdke1pA1XT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:1.1123046875rem;left:8.125rem;height:3.89756875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iyp3fnqKQ34aHMyKzMw20n5y6Jg5sDw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:28.375rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lp84QWSTF6h3fH1nmAIegFowFpGstwIV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:32.875rem;height:2.11198125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn { display:block; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhdQT6xlHHl9QGs0QuJlSVRQlqKciEqA { width:47.75rem;height:3.8125rem;top:32.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Q2qdNpi52UnXM0fVSmTA4UxXyTNKMP { width:14.875rem;height:6.125rem;top:3.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNL0Lv7tT4DbsNTUty8N7bh32dfkciCD { top:32.125rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWdmxDtsLDIhdZpo8r5tlKs2yCwUPguB { top:1.625rem;left:34.5625rem;width:13.1875rem;height:3.1089544780203rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih { display:block; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slLvQHrAetbneHuMDsLfxT2z2qL72mBK { width:16.875rem;height:3.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn15XrnKkIOMJmimix3VamTc1GCT4d8b { width:16.5625rem;height:2.75rem;top:2.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpVTER8plJMvfmGNtbsQgrvBT5nVN9WR { width:16.875rem;height:3.4375rem;top:2.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXq2MbD5kL93Tacp0EX9IPt97Nf134Q { width:16.5625rem;height:2.75rem;top:2.5rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsUeJP6RXD2surR3MH2mMSiOEw8bUCR3 { width:16.875rem;height:3.4375rem;top:7rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3sDQTAPuWgSVgT5gpJxNV00a5dNBXwm { width:16.875rem;height:3.4375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXHFfLcrM7E6371RgOmxRmAPSv11eolJ { width:16.5625rem;height:2.75rem;top:7.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxITWJ3rwhqswpT97B09lz3eABtlfHk3 { width:16.625rem;height:2.75rem;top:7.375rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwS58JhXyaT8IpXabTCgclcEkec2HKU { width:16.875rem;height:3.4375rem;top:2.125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFXxbwioWUPa38LPoFGixUPS9R2I54e6 { width:16.875rem;height:3.4375rem;top:7rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARRyt41VUiIGmmwoy3pkfGMw38CFCtE { width:16.625rem;height:2.75rem;top:7.375rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFd59usGRws735TkOerMTmhtVZDnps4M { width:16.5625rem;height:2.75rem;top:2.5rem;left:31.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsVOeTT0DaTbodUUW9HaE8zk53kWNOD { width:13.0625rem;height:3rem;top:12.9375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMGSeK031Vk7FhDFHHO3Txu9qT7cphc { display:block; }
 }@media only screen and (max-width: 763px) { #eiv6NgDGpdRkEoSlhoZ6XTMitoLeATOF { top:17.0625rem;left:16.875rem;width:3.125rem;height:3.125rem;display:block; }
#eiv6NgDGpdRkEoSlhoZ6XTMitoLeATOF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #eHyihcLeZazn90ZJCeJVhV4iaMVipnbS { width:9.5rem;height:2.625rem;top:17.25rem;left:20rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:31.375rem;height:24.625003984135rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:29.375rem;height:20rem;top:10.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:26.9375rem;height:4.5rem;top:12.0625rem;left:20.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:24.375rem;height:6.375rem;top:17.4375rem;left:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LheDaLMJdo3PnWflr6Rzz3GxupAHXehL { width:19.6875rem;height:3.125rem;top:26.375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtGtnbkRuok0NpWbebRdwaKn5z40dyNN { display:block; }
 }@media only screen and (max-width: 763px) { #yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v { top:27.125rem;left:43.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:30rem;height:1.5625rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:47.75rem;height:2.25rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:32.8125rem;height:;top:36.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { width:6.1875rem;height:0.1875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { width:29.375rem;height:19.562874477646rem;top:6.5625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { width:31.25rem;height:21rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { width:6.25rem;height:0.25rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { top:14.1875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { top:15.8125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { top:17.375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { top:13.6875rem;left:0rem;width:27.25rem;height:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL3VqttZluDSobgo9UykzIxoh6eGHcDr { width:32.1875rem;height:4.75rem;top:42.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { width:13.0625rem;height:3rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block; }
 }@media only screen and (max-width: 763px) { #fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8skKTgGww1LMgOrXnA1AKd345o96TzM { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O84PdeWbHbxFl1NVCsi0Ehs9iNhGJi0C { width:25.3125rem;height:3.125rem;top:26.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgicIfTeEWF9E9MPOfgMxOM2zVCXlMk { top:18.9375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvfxJRfwdCAkUWp7It1TlnHRCUUolBA { top:20.5625rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvRFh8y386BnbuNF6uQiI0PJop2dezxV { top:22.1875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTztMkTTTfHIi1fuSe9LTfAvGbfn0tG { top:23.8125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi0gOlkvlmlu2bbphJITsmxvElbO75wC { width:30.9375rem;height:9.5625rem;top:70.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlmWZiG7yzleyaAvcbSExo1fAbzA0L7g { top:63rem;left:19.125rem;width:28.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiVmaV5kbw89tsTdKvcyPdEVOPpsz8l { width:11.1875rem;height:3.125rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAwKQ81pNctT59h9n8kx4444z7qhNnC { display:block; }
 }@media only screen and (max-width: 763px) { #VXgoZ7DkHRTGVQ0SOwREnGaiTODbnIta { top:50rem;left:5.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
#VXgoZ7DkHRTGVQ0SOwREnGaiTODbnIta > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mrBdzLTQJkHAeHiGSItvVJRg9i01kJwM { top:37.6875rem;left:31.25rem;width:16.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDSLlxIOghr5S9InhhLfkXP4BflCFpr7 { top:43.8125rem;left:25.3125rem;width:22.4375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tckc59UlTeT1noWnL9e9uBIto9gPWlnv { top:49.9375rem;left:31.4375rem;width:12.4375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54tVtFzTqtW9mZxyImvy1AxbH8W3hNo { width:32.8125rem;height:2.25rem;top:63.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgvFJxXiIbDPNKENfGALCHnvl6JEGpsw { width:6.25rem;height:0.25rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGNe3KOIT7sgGA3qw5meg8NP7d8usP2m { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAo0CQgwZA6UTqCOBSXhhukub5bhil2J { width:20rem;height:;top:0rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHGrzmBFF4GNGaI0vMK94P1GE5Zb8QWv { width:20rem;height:7.375rem;top:42.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gP5nCE57ukibtsC7ocf0sTeZRZ8mV6S1 { width:20rem;height:13.375rem;top:70.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2pN9nJVBIWHl9U88CkEA6lACD1VTdpc { width:13.0625rem;height:3rem;top:32.9375rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNXxLLzvg6WxAtG6cmMSmO3JW0TBKOmZ { display:block; }
 }@media only screen and (max-width: 763px) { #Cuu9H4UqoSibKmeiVzgg1I9uD3RaZLQV { width:14.3125rem;height:3.1875rem;top:88.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSBECT8Ww6XXi7lcq8N21w5mgGFQ94RT { top:36.5625rem;left:25.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7K4s7oEFAsxODiDBJ7oGDn6ARZZfnFB { top:42.625rem;left:25.75rem;width:4.375rem;height:4.4379479313715rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKHa6O67rQSWk0GxgQqUz0iw1U8QzKm8 { top:48.75rem;left:25.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkz1TduTFpCipcBRRXG65qKbBX7pTpd { display:block; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMrWwSfsThURwl12eH0lznOTMaJTJcxp { top:17.8125rem;left:0rem;width:19rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPUkPBgzXRoV2EWIvkKCpJycOltdSRat { top:17.75rem;left:16.5rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08FJg85o3rxHkUZdakfzQ4lwTebKDGN { top:19.375rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGAFUKpm4uWXtiUDPIu6bJFSO2VI9E3 { width:16.8125rem;height:3rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utBcmUiJMrZwRgZ2JyaUiC35oIfNUqtL { display:block; }
 }@media only screen and (max-width: 763px) { #V3iqNHF1o8K5JKcpKqeWJORqmfUtRHSb { top:3.25rem;left:0rem;width:47.75rem;height:40.345352745923rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXT4NLUlFbqbAmwqvATh324QoqSA62TQ { top:28.3125rem;left:0rem;width:20.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWL0nunLzTPnfrV29OHnAZCg0spWOay5 { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qchGfo5WlW53lZSXSdiskpaJLLKDUP { width:6.25rem;height:0.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7V2LLQzkAnN1Xp5udq6PXtrZRsf6Xht { top:26.8125rem;left:0rem;width:17.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm6kGh3wCqbXn2lefiAVMksf2DQKTAOk { top:16.125rem;left:30.25rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP6KUtRlEMG2WX5A9GBi3xHIllntIT2 { top:32.125rem;left:32.125rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNgwaXvdLbI1hWfdfE8qocVu5tqBMqfR { top:33.5rem;left:15.875rem;width:31.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGag0pxpTdrKaueJgTilpnHK06VW8TWT { top:19.875rem;left:0rem;width:17.75rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwtNtuGTBurF8gV5yMOfC4qlWTNzR9o { top:18.375rem;left:31.875rem;width:15.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9yRIi4TXDOKvLebZTCpCcAMyqGVK21N { top:28.75rem;left:0rem;width:15.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1DmNkx86yarzdo1qIoztWsPgNt5pF59 { top:34.0625rem;left:31.875rem;width:15.875rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyTHXwk4GRBsz8dG08A6yXrT4V0om26n { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CT1RValV6frhnRnNKScUJW1MbKxTPyeA { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #O7aWTmHtw0CtyVp38zpBXhyznT4fEdwp { top:25.75rem;left:30.25rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcm79FTThQZeg6Ios8FQAUUqf9ffyIdh { top:27.375rem;left:27.1875rem;width:20.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJN4Nk7ATwKpkW1BbrQnfsghvQX5Ihl6 { top:28rem;left:31.9375rem;width:15.8125rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdQKmc3hSHapcbglp05ko7yduwEkQFDL { display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { width:47.75rem;height:3.1875rem;top:8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { width:40rem;height:;top:3.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { width:11.1875rem;height:3.125rem;top:15.75rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block; }
 }@media only screen and (max-width: 763px) { #qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { width:6.25rem;height:0.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { width:11.9375rem;height:3rem;top:15.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block; }
 }@media only screen and (max-width: 763px) { #KHnlfnPuWTdvlNhEqUxOPqero2okfNqr { top:2.6875rem;left:41.125rem;width:6.625rem;height:8.5000884475683rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:40.4375rem;height:2.25rem;top:2.75rem;left:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxeONXw8rTkiZm0wmebbTdGoBrIwz9S5 { width:47.75rem;height:2.4375rem;top:7.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-regular-label { display:block;width:42.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-text { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-textarea { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-select { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-button { width:12.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:14.8125rem; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-checkbox-label { width:41.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6  { width:42.3125rem;height:auto;top:16.4375rem;left:2.4369225502014rem; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .radio-container { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 {display:block;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 { width:42.3125rem;height:auto;top:16.4375rem;left:2.4369225502014rem; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #t3R0psOFx6IRTVM8Dm2u1W52b048qIXZ {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #yMHx6lBfpmTyv0SogZLwB1fc9UDKtRzh { display:none; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #EHiVRXZ5SVyAFtp1b9RqgItZ1gNNZINk {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #lUVXQbVXdgfR6NaFRyVWazgvKwfW10CO {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #xlh4TEDySNtzvBOLT0HmAUEJQryA7rcn { display:none; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #SMFylOLOCzUZcrxwfFM1CTrginBDkPI2 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #mAKGHgmhDra2v1vFNcMla1Vi5EdVBlS6 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #rkDMpfbDTROs27tCwEQ9xC38GvRppvFp { display:none; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #OKJ9VkI8P0zRXESxs5ruK4rtry49gdUn {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #g60hA9h4aGHckhih5pugLC1mqR7UfFRM {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #NyhJb5VAV2F7D11cVlGmzl7lzETOJ45o {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #lT2eCORL0Nc413NoNqaAQzzSikqd2FCf {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #KhCnEvP5GBFXAx4ttyPygxbKG1pEQlrg {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #kF4IgP1nPCADloPH9yhqTiOWyg2xgChc {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #gn9mXpsdw1ovsdXUAmFNFluK5QSMu16u {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #TU8795E2OAix5A6xavXJXpcEiG5uQK3I {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #WyLAUCnTH4lnWkGEutJrTb87PPz3tggp {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #aZ1ztkMAbac25o1X6WHFo4S5hdCCBkd3 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #PRrKSclP961f4CH6nkpDLq4TRP2VqRc4 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #ISvGvrghTVPXyemTQMKDVtDA0Crz2RVX {  }
 }@media only screen and (max-width: 763px) { #CTyCFQT8uOcw6tJWaXUfM8MxTCM4pV91 { display:block; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #MsHJCs7DH3vNQ7eBT5CTFSsR29ADVkir {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #rXO9sOvFFEDwUJbBHfnRhhs1tO7LU1TT {  }
 }@media only screen and (max-width: 763px) { #SRi41IutR6NZwumOP0MmPcuNshG1phN3 { width:40.4375rem;height:2.25rem;top:12.9375rem;left:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP { display:block; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atbM5eaGgbHfvAit6MlNWzRnlykkUK4B { width:8.5625rem;height:1.8125rem;top:2.0625rem;left:39.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpAAb6mIVGUR45M2zhyITuc1tBJoGOIM { top:2.1875rem;left:39.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
#HpAAb6mIVGUR45M2zhyITuc1tBJoGOIM > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #pw6qMLyHBx7ybPQloadwHAehPURad36M { top:2rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#pw6qMLyHBx7ybPQloadwHAehPURad36M > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wg7tTOpn2ltWvscE3T6OpncxsklHCaMo { width:9.125rem;height:;top:1.1875rem;left:14.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWGKSyLewh9VS5zDTpcCmKfdke1pA1XT { width:15.5625rem;height:;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyp3fnqKQ34aHMyKzMw20n5y6Jg5sDw9 { width:8.8125rem;height:;top:1.1875rem;left:14.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lp84QWSTF6h3fH1nmAIegFowFpGstwIV { width:9.1875rem;height:2.0625rem;top:2rem;left:19.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17a8a9af-2222-4de0-a76c-90975bff7fe4/Estell_KV3_opcja1_slider_1986x643pxcrop_799x643_1540.crop_674x643_124,0.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn.adaptive-delivery-prevent-bg, #ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn.lazyload, #ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn.lazyloading { background-image: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { background-color: transparent; background-image: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.07); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container > .video-iframe-container { display: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.07); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row > .video-iframe-container { display: none; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .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); }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { border-width: 0; border-radius: 0; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn::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; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihZTfcD8TSLWmgJFOrWJGxzQaVPFG7vn > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhdQT6xlHHl9QGs0QuJlSVRQlqKciEqA { width:18.5625rem;height:1rem;top:19.25rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y0Q2qdNpi52UnXM0fVSmTA4UxXyTNKMP { width:11.8125rem;height:2.59895625rem;top:3.5625rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNL0Lv7tT4DbsNTUty8N7bh32dfkciCD { width:20rem;height:2.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWdmxDtsLDIhdZpo8r5tlKs2yCwUPguB { width:8.6875rem;height:2rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih { display:block; }#lmrqn9SdpW6TJ6zqDGSV1JmspSnZW8ih > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slLvQHrAetbneHuMDsLfxT2z2qL72mBK { width:14.375rem;height:3.125rem;top:1.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn15XrnKkIOMJmimix3VamTc1GCT4d8b { width:14.375rem;height:2.43634375rem;top:6.375rem;left:2.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpVTER8plJMvfmGNtbsQgrvBT5nVN9WR { width:14.375rem;height:3.125rem;top:5.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXq2MbD5kL93Tacp0EX9IPt97Nf134Q { width:14.375rem;height:2.43634375rem;top:10.8125rem;left:2.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsUeJP6RXD2surR3MH2mMSiOEw8bUCR3 { width:14.375rem;height:3.125rem;top:19.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3sDQTAPuWgSVgT5gpJxNV00a5dNBXwm { width:14.375rem;height:3.125rem;top:14.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXHFfLcrM7E6371RgOmxRmAPSv11eolJ { width:14.375rem;height:2.43634375rem;top:1.875rem;left:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxITWJ3rwhqswpT97B09lz3eABtlfHk3 { width:14.375rem;height:2.43634375rem;top:19.875rem;left:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwS58JhXyaT8IpXabTCgclcEkec2HKU { width:14.375rem;height:3.125rem;top:10.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFXxbwioWUPa38LPoFGixUPS9R2I54e6 { width:14.375rem;height:3.125rem;top:23.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARRyt41VUiIGmmwoy3pkfGMw38CFCtE { width:14.375rem;height:2.43634375rem;top:24.375rem;left:2.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFd59usGRws735TkOerMTmhtVZDnps4M { width:14.375rem;height:2.43634375rem;top:15.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsVOeTT0DaTbodUUW9HaE8zk53kWNOD { width:12.5rem;height:3.5rem;top:29.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMGSeK031Vk7FhDFHHO3Txu9qT7cphc { display:block; }
 }@media only screen and (max-width: 763px) { #eiv6NgDGpdRkEoSlhoZ6XTMitoLeATOF { display:flex;width:3.125rem;height:3.125rem;top:34.4375rem;left:3.75rem; }
#eiv6NgDGpdRkEoSlhoZ6XTMitoLeATOF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #eHyihcLeZazn90ZJCeJVhV4iaMVipnbS { width:9.5rem;height:2.65625rem;top:34.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:20rem;height:42.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:20rem;height:15.75rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:20rem;height:20.3125rem;top:17rem;left:-0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:20rem;height:3.736325rem;top:3.5rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:18.125rem;height:7.434875rem;top:9.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LheDaLMJdo3PnWflr6Rzz3GxupAHXehL { width:17.375rem;height:3.125rem;top:20.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtGtnbkRuok0NpWbebRdwaKn5z40dyNN { display:block; }
 }@media only screen and (max-width: 763px) { #yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v { display:flex;width:1.6875rem;height:1.6875rem;top:21.3125rem;left:17.8125rem; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:165.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:19.6875rem;height:1.48799375rem;top:9.625rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:20rem;height:0;top:3.55029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:20rem;height:1.86865rem;top:60.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { width:6.25rem;height:0.25rem;top:63.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { width:19.9375rem;height:13.25rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { width:20rem;height:20.3125rem;top:87.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { width:6.25rem;height:0.25rem;top:127.2826875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { display:flex;width:0.625rem;height:0.625rem;top:14.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { display:flex;width:0.625rem;height:0.625rem;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { display:flex;width:0.625rem;height:0.625rem;top:12.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:7.4375rem;left:6.71875rem;z-index:15010;background-color:#cc90a6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { width:18.5rem;height:13.3044rem;top:12.125rem;left:1.5625rem;font-size:0.875rem;z-index:14999;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #XL3VqttZluDSobgo9UykzIxoh6eGHcDr { width:20rem;height:0;top:60.5rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { width:13.0625rem;height:3rem;top:137.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block; }
 }@media only screen and (max-width: 763px) { #fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { width:19.875rem;height:10rem;top:75.875rem;left:0rem;z-index:15001;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #n8skKTgGww1LMgOrXnA1AKd345o96TzM { width:19.875rem;height:10rem;top:81.5625rem;left:0rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { width:19.875rem;height:10rem;top:91.6875rem;left:0rem;z-index:15002;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { width:19.875rem;height:10rem;top:101.8125rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { top:141.875rem;left:0rem;width:20rem;height:16.9375rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #O84PdeWbHbxFl1NVCsi0Ehs9iNhGJi0C { width:20rem;height:2.97598125rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgicIfTeEWF9E9MPOfgMxOM2zVCXlMk { display:flex;width:0.625rem;height:0.625rem;top:17.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSvfxJRfwdCAkUWp7It1TlnHRCUUolBA { display:flex;width:0.625rem;height:0.625rem;top:24.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvRFh8y386BnbuNF6uQiI0PJop2dezxV { display:flex;width:0.625rem;height:0.625rem;top:20.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vNTztMkTTTfHIi1fuSe9LTfAvGbfn0tG { display:flex;width:0.625rem;height:0.625rem;top:22.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wi0gOlkvlmlu2bbphJITsmxvElbO75wC { width:20rem;height:0;top:115.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlmWZiG7yzleyaAvcbSExo1fAbzA0L7g { height:20rem;width:20rem;top:112.94271659851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiVmaV5kbw89tsTdKvcyPdEVOPpsz8l { width:11.1875rem;height:3.125rem;top:86.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAwKQ81pNctT59h9n8kx4444z7qhNnC { display:block; }
 }@media only screen and (max-width: 763px) { #VXgoZ7DkHRTGVQ0SOwREnGaiTODbnIta { display:flex;width:1.6875rem;height:1.6875rem;top:87.0625rem;left:16.5625rem; }
#VXgoZ7DkHRTGVQ0SOwREnGaiTODbnIta > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mrBdzLTQJkHAeHiGSItvVJRg9i01kJwM { width:14.5625rem;height:1.57551875rem;top:75.587896347044rem;left:5.1666666269303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDSLlxIOghr5S9InhhLfkXP4BflCFpr7 { width:12.375rem;height:2.62586875rem;top:78.666671752931rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tckc59UlTeT1noWnL9e9uBIto9gPWlnv { width:10.5rem;height:1.57551875rem;top:83.410812377931rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54tVtFzTqtW9mZxyImvy1AxbH8W3hNo { width:20rem;height:1.8684875rem;top:91.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgvFJxXiIbDPNKENfGALCHnvl6JEGpsw { width:6.25rem;height:0.25rem;top:94.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGNe3KOIT7sgGA3qw5meg8NP7d8usP2m { top:148.8124961853rem;left:0rem;width:20rem;height:16.875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sAo0CQgwZA6UTqCOBSXhhukub5bhil2J { width:20rem;height:;top:3.05029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #uHGrzmBFF4GNGaI0vMK94P1GE5Zb8QWv { width:20rem;height:7.4399625rem;top:65.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP5nCE57ukibtsC7ocf0sTeZRZ8mV6S1 { width:20rem;height:13.39193125rem;top:96.4375rem;left:0rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2pN9nJVBIWHl9U88CkEA6lACD1VTdpc { width:12.5rem;height:3.5rem;top:33.9375rem;left:3.75rem;z-index:15005;background-color:#cc90a6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNXxLLzvg6WxAtG6cmMSmO3JW0TBKOmZ { display:block; }
 }@media only screen and (max-width: 763px) { #Cuu9H4UqoSibKmeiVzgg1I9uD3RaZLQV { width:14.3125rem;height:2.9759875rem;top:141.5rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSBECT8Ww6XXi7lcq8N21w5mgGFQ94RT { width:3.1875rem;height:3.1875rem;top:74.781255722044rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7K4s7oEFAsxODiDBJ7oGDn6ARZZfnFB { width:3.1875rem;height:3.25rem;top:78.666671752931rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKHa6O67rQSWk0GxgQqUz0iw1U8QzKm8 { width:3.1875rem;height:3.1875rem;top:82.604171752931rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkz1TduTFpCipcBRRXG65qKbBX7pTpd { display:block; }#EWkz1TduTFpCipcBRRXG65qKbBX7pTpd > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMrWwSfsThURwl12eH0lznOTMaJTJcxp { width:13.125rem;height:2.27575rem;top:9.5625rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPUkPBgzXRoV2EWIvkKCpJycOltdSRat { width:20rem;height:0.125rem;top:23.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L08FJg85o3rxHkUZdakfzQ4lwTebKDGN { width:20rem;height:0.125rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTGAFUKpm4uWXtiUDPIu6bJFSO2VI9E3 { width:14.375rem;height:3.5rem;top:60.375011444092rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #utBcmUiJMrZwRgZ2JyaUiC35oIfNUqtL { display:block; }
 }@media only screen and (max-width: 763px) { #V3iqNHF1o8K5JKcpKqeWJORqmfUtRHSb { width:1.4375rem;height:1.25rem;top:156.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXT4NLUlFbqbAmwqvATh324QoqSA62TQ { width:20rem;height:0.125rem;top:170.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWL0nunLzTPnfrV29OHnAZCg0spWOay5 { width:20rem;height:3.73698125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qchGfo5WlW53lZSXSdiskpaJLLKDUP { width:6.25rem;height:0.25rem;top:6.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7V2LLQzkAnN1Xp5udq6PXtrZRsf6Xht { width:17.125rem;height:1.137875rem;top:32.5625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cm6kGh3wCqbXn2lefiAVMksf2DQKTAOk { width:17.5625rem;height:1.137875rem;top:20.875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#cc90a6;display:block; }
 }@media only screen and (max-width: 763px) { #fsP6KUtRlEMG2WX5A9GBi3xHIllntIT2 { width:14.5rem;height:2.27575rem;top:41.875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#cc90a6;display:block; }
 }@media only screen and (max-width: 763px) { #VNgwaXvdLbI1hWfdfE8qocVu5tqBMqfR { width:20rem;height:0.125rem;top:33.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGag0pxpTdrKaueJgTilpnHK06VW8TWT { width:17.75rem;height:4.5rem;top:12.58642578125rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WkwtNtuGTBurF8gV5yMOfC4qlWTNzR9o { width:19.6875rem;height:4.499425rem;top:23.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #d9yRIi4TXDOKvLebZTCpCcAMyqGVK21N { width:15.875rem;height:3.375rem;top:34.6875rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #W1DmNkx86yarzdo1qIoztWsPgNt5pF59 { width:15.875rem;height:5.62428125rem;top:46rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #yyTHXwk4GRBsz8dG08A6yXrT4V0om26n { top:40.25rem;left:0rem;width:20rem;height:12.6875rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c8c8;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #CT1RValV6frhnRnNKScUJW1MbKxTPyeA { top:19.125rem;left:0rem;width:20rem;height:11rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c8c8;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #O7aWTmHtw0CtyVp38zpBXhyznT4fEdwp { width:17.5625rem;height:1.137875rem;top:53.9375rem;left:1.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#cc90a6;display:block; }
 }@media only screen and (max-width: 763px) { #fcm79FTThQZeg6Ios8FQAUUqf9ffyIdh { width:20rem;height:0.0625rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJN4Nk7ATwKpkW1BbrQnfsghvQX5Ihl6 { width:15.811875rem;height:2.25rem;top:56.186208724976rem;left:2.0937501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #mdQKmc3hSHapcbglp05ko7yduwEkQFDL { display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { width:16.8125rem;height:8.92795rem;top:7.1875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { width:20rem;height:1.4375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { width:11.1875rem;height:3.125rem;top:22.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block; }
 }@media only screen and (max-width: 763px) { #qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { width:6.25rem;height:0.25rem;top:4.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { width:13.0625rem;height:3rem;top:18.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block; }
 }@media only screen and (max-width: 763px) { #KHnlfnPuWTdvlNhEqUxOPqero2okfNqr { width:6.625rem;height:8.5rem;top:27.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { position:relative;z-index:auto;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:20rem;height:1.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lxeONXw8rTkiZm0wmebbTdGoBrIwz9S5 { width:20rem;height:6.09085625rem;top:5.8124899864197rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-input-button { width:5.25rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:6.125rem; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6  { width:17.5rem;height:auto;top:14.874855041504rem;left:0rem; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 {display:block;}#DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 { width:17.5rem;height:auto;top:14.874855041504rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #t3R0psOFx6IRTVM8Dm2u1W52b048qIXZ {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #yMHx6lBfpmTyv0SogZLwB1fc9UDKtRzh { display:none; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #EHiVRXZ5SVyAFtp1b9RqgItZ1gNNZINk {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #lUVXQbVXdgfR6NaFRyVWazgvKwfW10CO {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #xlh4TEDySNtzvBOLT0HmAUEJQryA7rcn { display:none; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #SMFylOLOCzUZcrxwfFM1CTrginBDkPI2 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #mAKGHgmhDra2v1vFNcMla1Vi5EdVBlS6 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #rkDMpfbDTROs27tCwEQ9xC38GvRppvFp { display:none; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #OKJ9VkI8P0zRXESxs5ruK4rtry49gdUn {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #g60hA9h4aGHckhih5pugLC1mqR7UfFRM {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #NyhJb5VAV2F7D11cVlGmzl7lzETOJ45o {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #lT2eCORL0Nc413NoNqaAQzzSikqd2FCf {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #KhCnEvP5GBFXAx4ttyPygxbKG1pEQlrg {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #kF4IgP1nPCADloPH9yhqTiOWyg2xgChc {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #gn9mXpsdw1ovsdXUAmFNFluK5QSMu16u {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #TU8795E2OAix5A6xavXJXpcEiG5uQK3I {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #WyLAUCnTH4lnWkGEutJrTb87PPz3tggp {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #aZ1ztkMAbac25o1X6WHFo4S5hdCCBkd3 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #PRrKSclP961f4CH6nkpDLq4TRP2VqRc4 {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #ISvGvrghTVPXyemTQMKDVtDA0Crz2RVX {  }
 }@media only screen and (max-width: 763px) { #CTyCFQT8uOcw6tJWaXUfM8MxTCM4pV91 { display:block; }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #MsHJCs7DH3vNQ7eBT5CTFSsR29ADVkir {  }
 }@media only screen and (max-width: 763px) { #DG7aGIuIfNn2aeGSWLCug5HDVBRuZId6 #rXO9sOvFFEDwUJbBHfnRhhs1tO7LU1TT {  }
 }@media only screen and (max-width: 763px) { #SRi41IutR6NZwumOP0MmPcuNshG1phN3 { width:20rem;height:1.4375rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP { position:relative;z-index:auto;display:block; }#NxDlWhw2OJnE3MXhaJSkW6EGW3IXeuGP > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atbM5eaGgbHfvAit6MlNWzRnlykkUK4B { width:7.375rem;height:1.54375rem;top:0.8125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpAAb6mIVGUR45M2zhyITuc1tBJoGOIM { width:1.625rem;height:1.625rem;top:0.75rem;left:10.8125rem;display:block; }
#HpAAb6mIVGUR45M2zhyITuc1tBJoGOIM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #pw6qMLyHBx7ybPQloadwHAehPURad36M { display:flex;width:2rem;height:2rem;top:3.640625rem;left:18rem; }
#pw6qMLyHBx7ybPQloadwHAehPURad36M > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wg7tTOpn2ltWvscE3T6OpncxsklHCaMo { width:9.125rem;height:1.95023125rem;top:3.666015625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #QWGKSyLewh9VS5zDTpcCmKfdke1pA1XT { width:15.5625rem;height:auto;top:1.0625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iyp3fnqKQ34aHMyKzMw20n5y6Jg5sDw9 { width:8.8125rem;height:2.59895625rem;top:0.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Lp84QWSTF6h3fH1nmAIegFowFpGstwIV { width:9.1875rem;height:auto;top:2rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }