.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:250,250,234;--color-primary-1:253,232,148;--color-primary-2:252,216,77;--color-primary-3:151,130,46;--color-primary-4:50,43,15;--color-secondary-0:222,223,223;--color-secondary-1:144,147,148;--color-secondary-2:33,39,40;--color-secondary-3:17,20,20;--color-secondary-4:5,6,6;--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:#fafaee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62d649a6-7874-4e4b-8fa0-92a7d78174e1/DJI_09630964Pano.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx.adaptive-delivery-prevent-bg, #wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx.lazyload, #wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx.lazyloading { background-image: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { background-color: transparent; background-image: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,68,58,0.28); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container > .video-iframe-container { display: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,68,58,0.28); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row > .video-iframe-container { display: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .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); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { border-width: 0; border-radius: 0; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx::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; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#LrgQLr7trPmw8bz0wqH6X0enN9wr17Nq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.186525rem;width:13.8105625rem;top:12.375rem;left:51.625rem;overflow:hidden;display:block; }
#XVAJV1hw5ohavkLD9UPoDPzGF8NFa3Py { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.9375rem;left:50.0625rem;height:4.38541875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-form-header {  }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:20.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:20.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-text {padding-top: 0; padding-bottom: 0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:20.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-select {padding-top: 0; padding-bottom: 0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .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; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:20.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .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; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-container:first-of-type{padding-top:0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-container:last-of-type{padding-bottom:0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx  { background-color:rgba(var(--color-tertiary-4),0);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:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.936462402344rem;top:24.687501907349rem;z-index:15009;position:absolute; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;display:block;vertical-align:top; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;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; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx {display:block;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx { background-color:rgba(var(--color-tertiary-4),0);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:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.936462402344rem;top:24.687501907349rem;z-index:15009;position:absolute; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #ZCa5wTQmGmDp1SVsaViiUTOF6RdoCV7Z { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #OK4T9l9VaexQs4xa9cdyUaArA0VR64GT { position:relative;display:none; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #oHtMEexUaZHWhG6kSODpQ7VZ4sRRTLvs { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #XbmvhTfwWprTRNBdnSNo5Q1TG5otpLkn { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #SMEDSazSi7kXabvEcu5nLTntGXSurDyG { position:relative;display:none; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #WI5HQqRLL6rvyQGcxSQIUIXQ6vcr6JEk { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #E10H5wDT92rpX4bTRnKVN0O5BcuhM1AT { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #PiGuwhah8izQ7JdSRG7k3OIp7TlI4yeA { position:relative;display:none; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #lFTT8qvQTy825ZOCpWfJdTaB92BhOlJh { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #WBp9Aln9CF3CZZmnufoiZbb9dlbmdrEs { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #tkqrka4bTmAwnA9V6CRkC9RGhIQFgzri { position:relative;display:none; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #Rt9KaKTgCCcnqDaCKMui5WbgBNw70Jbi { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #LJRTHxuNNmJdqmHfbZLKtKsiqcBAEuIe { position:relative; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #F1v9KRWBHDF6yATavTtTvOm6CEplB5Tf { position:relative; }
#TSq0dZfw4VOa8gfcVVXsSIwPeaK9FCdC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.21);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:26.1875rem;width:23.8125rem;top:19.3125rem;left:46.5rem;display:block; }
#Ws0wTEoUTzZr3lnoIeaGA36nHZboKx7X { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:700;z-index:14998;line-height:.5;letter-spacing:0;top:29.249578475952rem;left:5.9996738433838rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C53bPQ7MSNX5zzZtcHSoKyzLcmSXfdlZ { color:rgba(var(--color-primary-2),1);display:block;width:12.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.624925613403rem;left:19.186588287354rem;height:4.4691875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXT05B6x1ohm6Z0qLqi6gX24mkf9qUMp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:16.312107086182rem;left:4.7495250701904rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yNhTKQ1ECQJ1M5lO8w9WRt5EayX7LJHh { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:19.311862945557rem;left:4.1865863800049rem;height:6.44965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7vUqAcDEJTc0wWVdDOQ3IQftNtVHZfC { position:absolute;display:block;z-index:15012;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-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;height:2.625rem;width:27.0625rem;top:39.687049865722rem;left:3.9990863800049rem;display:block; }
#HcqfRyTmFCCTvIUs0gei7rdC6voWKDBM { 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-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;height:2.75rem;width:19.8125rem;top:16.312107086182rem;left:4.2490863800049rem;display:block; }
#JtiTGQ8p8H3LlNgVUeDzWXQ9LURRgTHm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:27.937292098999rem;left:4.3740863800049rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gcL2qbTwCC7sACERL4mghFATaGKhN9sr { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.811752319336rem;left:4.1865863800049rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdNRLWfD1WBozlTXJRZkk3hXRpbkvvLv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40.124786376953rem;left:4.5620250701904rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:rgba(var(--color-secondary-2),1);display:block;width:33.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:39rem;height:5.19965rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dBaOIN65gmM09SaPR5TBRUwCdHsP9D26 { z-index:15003;top:36.879165649414rem;left:39rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9364375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qsyiUicXA151KCPQ8XzI1TXbSR50oeq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENdtozIFZUV023Eo8vCWeJ1e32cZd7Oz { color:rgba(var(--color-secondary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.5625rem;left:39rem;height:3.2rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yTWKfUBNlHLUocvIsCB4mobyNaEoLDWU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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.3125rem;width:33.9375rem;top:8.5625rem;left:39rem;display:block; }
#NH1HeNQ56bWqGRb39v1L3UnROz0UVOAA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:8.7624959945681rem;left:39.15625rem;height:25.1979rem;font-style:normal;display:block; }
#dSIcIOcIz03Mon63yzftvxmSwNOBkZSD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:3.280029296875rem;left:0rem;overflow:hidden;display:block; }
#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaee;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; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { background-color: transparent; background-image: none; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container > .video-iframe-container { display: none; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row > .video-iframe-container { display: none; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .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); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { border-width: 0; border-radius: 0; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#ABMwAQG2qmrp545DItucvTy4vqsaO3Tr { position:absolute;display:block;z-index:15011;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:23.5625rem;width:23.5625rem;top:7.25rem;left:50.1875rem;overflow:hidden;display:block; }
#TyXgIGqSTIERxaCdGKqNmGHp0hLhkhWT { 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:23.5625rem;width:23.5625rem;top:7.25rem;left:1.125rem;overflow:hidden;display:block; }
#lseduUqaplOlWZ6Lz7DdtXy2GaLXWs9o { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:23.5625rem;top:7.25rem;left:25.931640625rem;overflow:hidden;display:block; }
#KnRipO9EERiFmBMQUui826TrzSk6spUo { color:rgba(var(--color-secondary-2),1);display:block;width:46.559875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5772552490234rem;left:14.466145515442rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftnMSqy4klKUGJB2u9W53KHe3Mbismxy { z-index:15004;top:32.8125rem;left:28.681640625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kuHsAtmDRxXx2oUCpCRTtx7K3e9t2H8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.75rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.375rem;left:6.8125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.599609375rem;left:0rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.0625rem;left:24.75rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.25rem;left:20.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.599609375rem;left:19.875rem;height:7.79685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.4375rem;left:44.3125rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:38.4375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.599609375rem;left:39.53125rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5625rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.46875rem;left:63.125rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13rem;left:57.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.599609375rem;left:57.1875rem;height:10.3958375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container { background-color: transparent; background-image: none; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container > .video-iframe-container { display: none; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row > .video-iframe-container { display: none; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .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); }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container { border-width: 0; border-radius: 0; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#KPwnX0ze2V7MsrLyDFDuAQ2nB8wRRX0X { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:56.1875rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TuKDQcJUHPXivfO4v2CETpAtOSuCANZZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.5625rem;left:51rem; }
#WzdocvgEZP34AdudJswthT1LsbIJIoNi { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:53.375rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tC3RU5BVMOHT8ZkrXEcUCIgR1ZROxa8Q { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:52.6875rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#V9v2NrTrtTeetRMyG5qG0BtIV0V6Nvu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.6875rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zfrItJGDRVonqs4zyeTNK4uFgapp8ZVI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.75rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QZGzEgaTOThhFqCsKBy8fisJwF8bpOFK { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:52.75rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#e1izbZgGRLePnZ8uWep4BGIWAeeBQWDp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5625rem;left:52.75rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pm04BCLkICdQiUzLsusCsvKLCfidMByp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:59.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OvEVdvSHUyJBQGySNNuF97SoyGPFQcID { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:59.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vHlB6SWm4z2bqpvXTzMhQXA50rtsccho { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0625rem;left:59.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TisKGrirzC6b5E8hWOp4tFhFAh7MLntp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:59.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGbN6z56tFV0m0DNGoePzP0kFQKEi2s5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0625rem;left:59.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNPRlN9tUGEoKCav0fX9mo2uU7XcZ41b { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5rem;left:59.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B46oinzTEf1H10Z75O4e8ZcQ3wXZ8VmZ { position:absolute;display:block;z-index:15010;height:27.99925rem;width:50.37475rem;top:1.207275390625rem;left:0.703125rem;display:block; }
#U1K56qRxMApo0zbBxq668bKVg3nhG3qy { position:relative;display:block; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy { background-color: transparent; background-image: none; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container > .video-iframe-container { display: none; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row > .video-iframe-container { display: none; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .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); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy { border-width: 0; border-radius: 0; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZTF2KyNeUDP1gKNUl2mdaE4KA7t8sVbg { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#JmM2uruEV1vwn7G3Q6EXLogiD34qWAzw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.625rem;width:23.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.435546875rem;left:26rem;overflow:hidden;display:block; }
#zT8J7MHEGiysM9f8PlavIAxUxmiE7w7M { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.5rem;width:23.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.498046875rem;left:50.625rem;overflow:hidden;display:block; }
#DndKHv9TDITDNDBcdVIVW6UJmIWsdbGB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.625rem;width:23.625rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.435546875rem;left:1.5625rem;overflow:hidden;display:block; }
#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container { background-color: transparent; background-image: none; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container > .video-iframe-container { display: none; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row > .video-iframe-container { display: none; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .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); }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container { border-width: 0; border-radius: 0; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#KyOgIQV5NmakW3UDpO3PTxSW8mztXehw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.4375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q25ZvTspJbTS4JPCfT8v4UTfaIqOO8IV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.0625rem;width:52.875rem;top:2.1875rem;left:1.0625rem;display:block; }
#KtT6N4cncLk9ixSvMiiU6iDbrZUPSAUk { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5625rem;left:54.625rem;height:5.52430625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaee;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.380859375rem;left:7.90625rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { z-index:15002;top:5.79296875rem;left:27.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container { background-color: transparent; background-image: none; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container > .video-iframe-container { display: none; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row > .video-iframe-container { display: none; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .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); }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container { border-width: 0; border-radius: 0; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#upWoDVO1S7OtNIJTpkNkyeioJnpUm6Xd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.4105911254881rem;left:24.842883110046rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8kEU11CDJ77X3aQiklyWsKeQ1mn1b46 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.1875rem;left:24.25rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ef9eop8SHLKFOunDUZahmCrx1oTsAVtQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.25rem;left:20.6875rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;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:0.8369140625rem;left:22.375rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx { display:block; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrgQLr7trPmw8bz0wqH6X0enN9wr17Nq { top:12.375rem;left:34rem;width:13.75rem;height:6.1597301737442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVAJV1hw5ohavkLD9UPoDPzGF8NFa3Py { top:20.9375rem;left:30.875rem;width:16.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-regular-label { display:block;width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-text {padding-top: 0; padding-bottom: 0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-select {padding-top: 0; padding-bottom: 0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-button { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-checkbox-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx  { width:20.375rem;height:auto;top:24.6875rem;left:24.875rem; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx {display:block;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx { width:20.375rem;height:auto;top:24.6875rem;left:24.875rem; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #ZCa5wTQmGmDp1SVsaViiUTOF6RdoCV7Z {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #OK4T9l9VaexQs4xa9cdyUaArA0VR64GT { display:none; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #oHtMEexUaZHWhG6kSODpQ7VZ4sRRTLvs {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #XbmvhTfwWprTRNBdnSNo5Q1TG5otpLkn {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #SMEDSazSi7kXabvEcu5nLTntGXSurDyG {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #WI5HQqRLL6rvyQGcxSQIUIXQ6vcr6JEk {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #E10H5wDT92rpX4bTRnKVN0O5BcuhM1AT {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #PiGuwhah8izQ7JdSRG7k3OIp7TlI4yeA { display:none; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #lFTT8qvQTy825ZOCpWfJdTaB92BhOlJh {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #WBp9Aln9CF3CZZmnufoiZbb9dlbmdrEs {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #tkqrka4bTmAwnA9V6CRkC9RGhIQFgzri {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #Rt9KaKTgCCcnqDaCKMui5WbgBNw70Jbi {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #LJRTHxuNNmJdqmHfbZLKtKsiqcBAEuIe {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #F1v9KRWBHDF6yATavTtTvOm6CEplB5Tf {  }
 }@media only screen and (max-width: 763px) { #TSq0dZfw4VOa8gfcVVXsSIwPeaK9FCdC { top:19.3125rem;left:24rem;width:23.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0wTEoUTzZr3lnoIeaGA36nHZboKx7X { top:29.1875rem;left:0rem;width:20.4375rem;height:4.375rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53bPQ7MSNX5zzZtcHSoKyzLcmSXfdlZ { top:30.5625rem;left:5.5615882873535rem;width:12.375rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXT05B6x1ohm6Z0qLqi6gX24mkf9qUMp { top:16.25rem;left:0rem;width:18.8125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNhTKQ1ECQJ1M5lO8w9WRt5EayX7LJHh { top:19.25rem;left:0rem;width:42.6875rem;height:6.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7vUqAcDEJTc0wWVdDOQ3IQftNtVHZfC { top:39.625rem;left:0rem;width:27rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcqfRyTmFCCTvIUs0gei7rdC6voWKDBM { top:16.25rem;left:0rem;width:19.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtiTGQ8p8H3LlNgVUeDzWXQ9LURRgTHm { top:27.875rem;left:0rem;width:7.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcL2qbTwCC7sACERL4mghFATaGKhN9sr { top:35.75rem;left:0rem;width:37.125rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdNRLWfD1WBozlTXJRZkk3hXRpbkvvLv { top:40.0625rem;left:0rem;width:25.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:2.875rem;left:13.8125rem;width:33.9375rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBaOIN65gmM09SaPR5TBRUwCdHsP9D26 { top:36.875rem;left:23.875rem;width:16.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsyiUicXA151KCPQ8XzI1TXbSR50oeq0 { display:block; }
 }@media only screen and (max-width: 763px) { #ENdtozIFZUV023Eo8vCWeJ1e32cZd7Oz { top:5.5625rem;left:13.9375rem;width:33.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTWKfUBNlHLUocvIsCB4mobyNaEoLDWU { top:8.5625rem;left:13.875rem;width:33.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH1HeNQ56bWqGRb39v1L3UnROz0UVOAA { top:8.75rem;left:13.5625rem;width:34.1875rem;height:27.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSIcIOcIz03Mon63yzftvxmSwNOBkZSD { top:3.25rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ESdVXsCGzyAthB2alVZlzu4PT3W54K { display:block; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABMwAQG2qmrp545DItucvTy4vqsaO3Tr { top:7.25rem;left:24.125rem;width:23.5625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXgIGqSTIERxaCdGKqNmGHp0hLhkhWT { top:7.25rem;left:0rem;width:23.5625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseduUqaplOlWZ6Lz7DdtXy2GaLXWs9o { top:7.25rem;left:0.25rem;width:23.5625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnRipO9EERiFmBMQUui826TrzSk6spUo { top:2.5625rem;left:0rem;width:46.5rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnMSqy4klKUGJB2u9W53KHe3Mbismxy { top:32.8125rem;left:5.8125rem;width:18.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuHsAtmDRxXx2oUCpCRTtx7K3e9t2H8t { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:2.625rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:7.375rem;left:3.40625rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:13.25rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.5625rem;left:0rem;width:17.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:7.0625rem;left:14.53125rem;width:6.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:13.25rem;left:8.6875rem;width:15.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.5625rem;left:7.375rem;width:16.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:7.4375rem;left:27.28125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:13.25rem;left:19.5rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.5625rem;left:21.125rem;width:14.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:7.4375rem;left:39.28125rem;width:5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:13rem;left:31.1875rem;width:16.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.5625rem;left:30.875rem;width:16.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q { display:block; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPwnX0ze2V7MsrLyDFDuAQ2nB8wRRX0X { width:17.8125rem;height:5.6875rem;top:4.5625rem;left:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKDQcJUHPXivfO4v2CETpAtOSuCANZZ { top:4.5625rem;left:30.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzdocvgEZP34AdudJswthT1LsbIJIoNi { width:4.9375rem;height:1.5rem;top:11.9375rem;left:30.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3RU5BVMOHT8ZkrXEcUCIgR1ZROxa8Q { width:5.625rem;height:1.5rem;top:14.4375rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9v2NrTrtTeetRMyG5qG0BtIV0V6Nvu4 { width:5.625rem;height:1.5rem;top:16.9375rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfrItJGDRVonqs4zyeTNK4uFgapp8ZVI { width:5.625rem;height:1.5rem;top:19.4375rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGzEgaTOThhFqCsKBy8fisJwF8bpOFK { width:5.625rem;height:1.5rem;top:21.9375rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1izbZgGRLePnZ8uWep4BGIWAeeBQWDp { width:5.625rem;height:1.5rem;top:24.5625rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm04BCLkICdQiUzLsusCsvKLCfidMByp { width:12.9375rem;height:1.25rem;top:12.0625rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvEVdvSHUyJBQGySNNuF97SoyGPFQcID { width:12.4375rem;height:1.25rem;top:14.5625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlB6SWm4z2bqpvXTzMhQXA50rtsccho { width:13rem;height:1.25rem;top:17.0625rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TisKGrirzC6b5E8hWOp4tFhFAh7MLntp { width:13.6875rem;height:1.25rem;top:19.5625rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbN6z56tFV0m0DNGoePzP0kFQKEi2s5 { width:13.125rem;height:1.25rem;top:22.0625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPRlN9tUGEoKCav0fX9mo2uU7XcZ41b { width:13rem;height:1.25rem;top:24.5rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46oinzTEf1H10Z75O4e8ZcQ3wXZ8VmZ { top:1.1875rem;left:0rem;width:47.75rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1K56qRxMApo0zbBxq668bKVg3nhG3qy { display:block; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTF2KyNeUDP1gKNUl2mdaE4KA7t8sVbg { width:47.75rem;height:2.625rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmM2uruEV1vwn7G3Q6EXLogiD34qWAzw { width:23.625rem;height:23.625rem;top:6.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8J7MHEGiysM9f8PlavIAxUxmiE7w7M { width:23.5rem;height:23.5rem;top:6.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DndKHv9TDITDNDBcdVIVW6UJmIWsdbGB { width:23.625rem;height:23.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV { display:block; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyOgIQV5NmakW3UDpO3PTxSW8mztXehw { top:5.9375rem;left:28.25rem;width:19.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q25ZvTspJbTS4JPCfT8v4UTfaIqOO8IV { top:2.1875rem;left:0rem;width:47.75rem;height:26.245567375886rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtT6N4cncLk9ixSvMiiU6iDbrZUPSAUk { top:12.5625rem;left:28.625rem;width:19.125rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:5.75rem;left:14.1875rem;width:19.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block; }
 }@media only screen and (max-width: 763px) { #OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc { display:block; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upWoDVO1S7OtNIJTpkNkyeioJnpUm6Xd { top:7.375rem;left:11.217883110046rem;width:25.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8kEU11CDJ77X3aQiklyWsKeQ1mn1b46 { top:5.1875rem;left:10.625rem;width:26.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9eop8SHLKFOunDUZahmCrx1oTsAVtQ { top:3.25rem;left:7.0625rem;width:33.625rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.8125rem;left:8.75rem;width:31.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/248dd519-5815-4d66-9dcf-c113802fb83b/DJI_0951gradient.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx.adaptive-delivery-prevent-bg, #wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx.lazyload, #wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx.lazyloading { background-image: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { background-color: transparent; background-image: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,68,72,0.41); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container > .video-iframe-container { display: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,68,72,0.41); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row > .video-iframe-container { display: none; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .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); }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { border-width: 0; border-radius: 0; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx::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; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOQbCz2sShpDvZhRgUV9sCd0Ph0edWrx > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrgQLr7trPmw8bz0wqH6X0enN9wr17Nq { width:10.3125rem;height:4.5625rem;top:0.99652779102325rem;left:4.84375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XVAJV1hw5ohavkLD9UPoDPzGF8NFa3Py { width:14.68625rem;height:3.41015625rem;top:23.1875rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-text {padding-top: 0; padding-bottom: 0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-select {padding-top: 0; padding-bottom: 0;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;line-height:.9; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx  { width:15rem;height:auto;top:25.9375rem;left:1.25rem; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx {display:block;}#eJR2HLTIfv0FOUgzU93T39cKCWbswTWx { width:15rem;height:auto;top:25.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #ZCa5wTQmGmDp1SVsaViiUTOF6RdoCV7Z {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #OK4T9l9VaexQs4xa9cdyUaArA0VR64GT { display:none; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #oHtMEexUaZHWhG6kSODpQ7VZ4sRRTLvs {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #XbmvhTfwWprTRNBdnSNo5Q1TG5otpLkn {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #SMEDSazSi7kXabvEcu5nLTntGXSurDyG {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #WI5HQqRLL6rvyQGcxSQIUIXQ6vcr6JEk {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #E10H5wDT92rpX4bTRnKVN0O5BcuhM1AT {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #PiGuwhah8izQ7JdSRG7k3OIp7TlI4yeA { display:none; }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #lFTT8qvQTy825ZOCpWfJdTaB92BhOlJh {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #WBp9Aln9CF3CZZmnufoiZbb9dlbmdrEs {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #tkqrka4bTmAwnA9V6CRkC9RGhIQFgzri {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #Rt9KaKTgCCcnqDaCKMui5WbgBNw70Jbi {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #LJRTHxuNNmJdqmHfbZLKtKsiqcBAEuIe {  }
 }@media only screen and (max-width: 763px) { #eJR2HLTIfv0FOUgzU93T39cKCWbswTWx #F1v9KRWBHDF6yATavTtTvOm6CEplB5Tf {  }
 }@media only screen and (max-width: 763px) { #TSq0dZfw4VOa8gfcVVXsSIwPeaK9FCdC { width:18.6875rem;height:23.1875rem;top:22.625rem;left:0.6875rem;background-color:rgba(0,0,0,0.22);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0wTEoUTzZr3lnoIeaGA36nHZboKx7X { width:6.5625rem;height:2.5625rem;top:12.267360925674rem;left:5.3229165077209rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53bPQ7MSNX5zzZtcHSoKyzLcmSXfdlZ { width:6.75rem;height:1.625rem;top:14.111110899598rem;left:10.893229484558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXT05B6x1ohm6Z0qLqi6gX24mkf9qUMp { width:9.8125rem;height:1.3501rem;top:6.7916665077213rem;left:1.5868055820465rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNhTKQ1ECQJ1M5lO8w9WRt5EayX7LJHh { width:17.1875rem;height:2.25rem;top:8.2656245231631rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7vUqAcDEJTc0wWVdDOQ3IQftNtVHZfC { width:17.375rem;height:1.625rem;top:20.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcqfRyTmFCCTvIUs0gei7rdC6voWKDBM { width:9.875rem;height:1.4375rem;top:6.6866321563719rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtiTGQ8p8H3LlNgVUeDzWXQ9LURRgTHm { width:3.875rem;height:2.4375rem;top:10.354166507721rem;left:1.4965279102326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcL2qbTwCC7sACERL4mghFATaGKhN9sr { width:17.875rem;height:2.11181875rem;top:17.855903625488rem;left:1.2465279102326rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdNRLWfD1WBozlTXJRZkk3hXRpbkvvLv { width:16.9375rem;height:1.21875rem;top:20.25rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color:#fafaea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:18.625rem;height:3.0859375rem;top:21.259765625rem;left:0.655517578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBaOIN65gmM09SaPR5TBRUwCdHsP9D26 { top:50.25rem;left:2.875rem;width:14.24925rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsyiUicXA151KCPQ8XzI1TXbSR50oeq0 { display:block; }
 }@media only screen and (max-width: 763px) { #ENdtozIFZUV023Eo8vCWeJ1e32cZd7Oz { width:18.5rem;height:2.798825rem;top:24.432291984558rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTWKfUBNlHLUocvIsCB4mobyNaEoLDWU { width:18.374rem;height:0.24902375rem;top:24.345703125rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH1HeNQ56bWqGRb39v1L3UnROz0UVOAA { width:18.75rem;height:24rem;top:25.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dSIcIOcIz03Mon63yzftvxmSwNOBkZSD { width:20rem;height:20rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ESdVXsCGzyAthB2alVZlzu4PT3W54K { background-color:#fafaee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { background-color: transparent; background-image: none; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container > .video-iframe-container { display: none; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row > .video-iframe-container { display: none; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .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); }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { border-width: 0; border-radius: 0; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0ESdVXsCGzyAthB2alVZlzu4PT3W54K > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABMwAQG2qmrp545DItucvTy4vqsaO3Tr { width:18.8125rem;height:18.8125rem;top:44.373779296875rem;left:0.562744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXgIGqSTIERxaCdGKqNmGHp0hLhkhWT { width:18.9375rem;height:18.9375rem;top:4.810791015625rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseduUqaplOlWZ6Lz7DdtXy2GaLXWs9o { width:18.75rem;height:18.75rem;top:24.561767578125rem;left:0.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnRipO9EERiFmBMQUui826TrzSk6spUo { width:13.62425rem;height:3.25rem;top:0.804443359375rem;left:2.218017578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnMSqy4klKUGJB2u9W53KHe3Mbismxy { top:64.3115234375rem;left:2.87353515625rem;width:14.24925rem;height:2.49878125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuHsAtmDRxXx2oUCpCRTtx7K3e9t2H8t { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:10.31201171875rem;left:7.7490234375rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:17.75rem;height:1.13769375rem;top:15.061767578125rem;left:1.124267578125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:14.75rem;height:4.87305rem;top:16.24951171875rem;left:2.62451171875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:22.49951171875rem;left:7.7490234375rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:20rem;height:1.13769375rem;top:27.437255859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.75rem;height:6.82226875rem;top:28.687255859375rem;left:2.62451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:36.5625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:11.9375rem;height:2.2734375rem;top:41.125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:16.4375rem;height:3.8984375rem;top:43.375rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:48.625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:17.75rem;height:3.41015625rem;top:53.125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:17.06175rem;height:6.8222625rem;top:56.9990234375rem;left:1.46728515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q { display:block; }#NiIVRLrKvebluUTkrb1v1CxFiTN9iG1Q > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPwnX0ze2V7MsrLyDFDuAQ2nB8wRRX0X { width:16.5625rem;height:2.9248rem;top:2.186279296875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKDQcJUHPXivfO4v2CETpAtOSuCANZZ { display:flex;width:4.24926875rem;height:4.24926875rem;top:1.522216796875rem;left:1.529541015625rem; }
 }@media only screen and (max-width: 763px) { #WzdocvgEZP34AdudJswthT1LsbIJIoNi { width:4.9375rem;height:1.3808625rem;top:25.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3RU5BVMOHT8ZkrXEcUCIgR1ZROxa8Q { width:5.625rem;height:1.3808625rem;top:27.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9v2NrTrtTeetRMyG5qG0BtIV0V6Nvu4 { width:5.625rem;height:1.3808625rem;top:30.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfrItJGDRVonqs4zyeTNK4uFgapp8ZVI { width:5.625rem;height:1.3808625rem;top:33.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGzEgaTOThhFqCsKBy8fisJwF8bpOFK { width:5.625rem;height:1.3808625rem;top:36.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1izbZgGRLePnZ8uWep4BGIWAeeBQWDp { width:5.625rem;height:1.3808625rem;top:39.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm04BCLkICdQiUzLsusCsvKLCfidMByp { width:12.625rem;height:1.29980625rem;top:25.125rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvEVdvSHUyJBQGySNNuF97SoyGPFQcID { width:11.625rem;height:1.29980625rem;top:27.875rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlB6SWm4z2bqpvXTzMhQXA50rtsccho { width:10.4375rem;height:1.29980625rem;top:30.6875rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TisKGrirzC6b5E8hWOp4tFhFAh7MLntp { width:12.9375rem;height:1.29980625rem;top:33.5rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbN6z56tFV0m0DNGoePzP0kFQKEi2s5 { width:11.8125rem;height:1.29980625rem;top:36.3125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPRlN9tUGEoKCav0fX9mo2uU7XcZ41b { width:11.5625rem;height:1.29980625rem;top:39.0625rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B46oinzTEf1H10Z75O4e8ZcQ3wXZ8VmZ { width:19.12475rem;height:15.437rem;top:8.076171875rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1K56qRxMApo0zbBxq668bKVg3nhG3qy { display:block; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy { background-color: transparent; background-image: none; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container > .video-iframe-container { display: none; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row > .video-iframe-container { display: none; }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .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); }#U1K56qRxMApo0zbBxq668bKVg3nhG3qy > .row .container { width:20rem;height:63.4375rem;background-color:#fafaee;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTF2KyNeUDP1gKNUl2mdaE4KA7t8sVbg { width:18.62425rem;height:1.7871125rem;top:1.53076171875rem;left:0.68603515625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmM2uruEV1vwn7G3Q6EXLogiD34qWAzw { width:18.25rem;height:18.25rem;top:24.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8J7MHEGiysM9f8PlavIAxUxmiE7w7M { width:18.125rem;height:18.125rem;top:43.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DndKHv9TDITDNDBcdVIVW6UJmIWsdbGB { width:18.3125rem;height:18.3125rem;top:5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV { display:block; }#tm5UsvMXfmvTzw2ZGl29nCv2oIGKVoiV > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyOgIQV5NmakW3UDpO3PTxSW8mztXehw { width:20rem;height:3.25rem;top:1.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q25ZvTspJbTS4JPCfT8v4UTfaIqOO8IV { height:10.99975rem;width:20rem;top:10.4443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtT6N4cncLk9ixSvMiiU6iDbrZUPSAUk { width:14.812rem;height:4.546875rem;top:5.123291015625rem;left:2.5927734375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { width:16.74925rem;height:5.1745625rem;top:1.248779296875rem;left:1.62353515625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:7.333984375rem;left:2.779541015625rem;width:14.43725rem;height:2.37426875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block; }
 }@media only screen and (max-width: 763px) { #OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc { display:block; }#OoxV0ZrrWssaJDbzmo7ShDcdqAQTBKHc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upWoDVO1S7OtNIJTpkNkyeioJnpUm6Xd { width:15.25rem;height:2.0996125rem;top:4.0086822509766rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8kEU11CDJ77X3aQiklyWsKeQ1mn1b46 { width:16.8125rem;height:1.3125rem;top:2.6961822509766rem;left:1.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef9eop8SHLKFOunDUZahmCrx1oTsAVtQ { width:19.125rem;height:1.48730625rem;top:1.3975677490234rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:17.5rem;height:1.7871125rem;top:0.68055725097656rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }