.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#JlLmtDEb9myGDTBvupcwzbyQZ9Gm4Slb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:13.0625rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#BaD3oHWZoHRQ9MVPsDFBdqaemhws121h { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.09375rem;left:18.25rem; }
#ERdu1bpriuTk8mr16NE2iLzupR6c2ilt { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.03125rem;left:21.5625rem; }
#y8sZImCUPnB52Gf2N0SpmrXHNAs6gLna { background-color:#7fc500;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:56.9375rem;display:block; }
#QA6h1ZkDxwqSQ6htgWkF7HGwWGdcpxGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35cba75f-2457-4adf-bf6d-dee327df2685/Modernroom17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd.adaptive-delivery-prevent-bg, #lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd.lazyload, #lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd.lazyloading { background-image: none; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container { background-color: transparent; background-image: none; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container > .video-iframe-container { display: none; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row > .video-iframe-container { display: none; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .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); }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container { border-width: 0; border-radius: 0; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd::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; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;overflow:visible;position:relative;display:block; }#TIJPaJLFWhnXJstJ36NmrI2LRtNHkHU3 { color:#000000;display:block;width:62.625rem;position:absolute;font-family:arial;font-size:4.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.57470703125rem;left:6.1875rem;height:5.8496125rem;font-style:normal;display:block; }
#oThocOv9TPdkfL499rEenLRrFNdD3CCq { position:relative;display:block; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq { background-color: transparent; background-image: none; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row .container > .video-iframe-container { display: none; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row > .video-iframe-container { display: none; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .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); }#oThocOv9TPdkfL499rEenLRrFNdD3CCq { border-width: 0; border-radius: 0; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .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; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XiacFenkPT9ldgc2I4rR1LsZK6sPD5HR { color:#000000;display:block;width:50.375rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.39697265625rem;left:12.3125rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0BczhWMQPI4XngEPK6s9ixdUC9VE3Bp { background-color:#7fc500;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.25rem;left:28.75rem;display:block; }
#LSG2nCTNMXLRPTJJsDmB5PAoci3PdPKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OxHPDs4WV8Y/unsplash/scott-webb-OxHPDs4WV8Y-photo-1496167117681-944f702be1f4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST.adaptive-delivery-prevent-bg, #KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST.lazyload, #KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST.lazyloading { background-image: none; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container { background-color: transparent; background-image: none; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,197,0,0.54); }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container > .video-iframe-container { display: none; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,197,0,0.54); }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row > .video-iframe-container { display: none; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .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); }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container { border-width: 0; border-radius: 0; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST::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; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#KO20gW8eQcUq8oK2rETn3nCIUgW8Zvyx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.84375rem;left:1.6875rem;overflow:hidden;display:block; }
#n3VWH0FezCndHALUDXqspxOVuUVCMEhv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.84375rem;left:60.75rem;overflow:hidden;display:block; }
#Ag06xs4xuTI7oMVNu7Hfd7lWoxhq1UJz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.71875rem;left:15.375rem;overflow:hidden;display:block; }
#nmhTnf8lI1Cxb9Hr7mqP6ULRpmoZPyAK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.71875rem;left:40.625rem;overflow:hidden;display:block; }
#F4KNUgfctAB2p4kNVDUgvRWrzrggM5Zo { color:#ffffff;display:block;width:74.625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.06982421875rem;left:0.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OxHPDs4WV8Y/unsplash/scott-webb-OxHPDs4WV8Y-photo-1496167117681-944f702be1f4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM.adaptive-delivery-prevent-bg, #LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM.lazyload, #LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM.lazyloading { background-image: none; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container { background-color: transparent; background-image: none; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,197,0,0.54); }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container > .video-iframe-container { display: none; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,197,0,0.54); }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row > .video-iframe-container { display: none; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .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); }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container { border-width: 0; border-radius: 0; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM::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; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Tk9L3vU6HFsxDd4rDHrKauR983uyXzRS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#X0UMLgzpRb1wacFKTbnDwnfwhVJydIGT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:2.5rem;left:21.25rem;overflow:hidden;display:block; }
#gwlrKJbfhqLyludTbrN2HPip5dXhxpv1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:2.5rem;left:40rem;overflow:hidden;display:block; }
#Na8O8GRTbBIqQg0PV6rO62fsTTclmnb1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:2.5rem;left:58.75rem;overflow:hidden;display:block; }
#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9087f52c-2132-40a4-a890-8373847a45bd/backgroundphoto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD.adaptive-delivery-prevent-bg, #UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD.lazyload, #UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD.lazyloading { background-image: none; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container { background-color: transparent; background-image: none; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container > .video-iframe-container { display: none; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row > .video-iframe-container { display: none; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .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); }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container { border-width: 0; border-radius: 0; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD::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; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#TPghB57qd9QaFactHIy11cXmEACLMgVS { color:#000000;display:block;width:59.25rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:7.875rem;height:3.25rem;font-style:normal;display:block; }
#s58fE1TxTCvLecywUCLwdvbiEQeem8I5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:8.75rem;height:2.4375rem;font-style:normal;display:block; }
#V1t0GsKSJ1ExT9kVt58652ysFGWtmtsQ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:17.40625rem;left:7.875rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#yd5STMFMxTX0cXEZ5GDqaX7G5NuHsT7C { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:17.40625rem;left:29.21875rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#de5ykHSJTcE7N1EXBo0DEGrVsdxHS14L { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.0625rem;left:26.40625rem;height:2.4375rem;font-style:normal;display:block; }
#kXw2fOQwLIT1tBQhma5gEy5zw2q0TtLp { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:17.40625rem;left:52.0625rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#ATzbLaX1WM8VOe5EopNEUqOfE0DGTuM4 { color:#000000;display:block;width:17rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:51.84375rem;height:2.4375rem;font-style:normal;display:block; }
#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX { position:relative;display:block; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX { background-color: transparent; background-image: none; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row .container > .video-iframe-container { display: none; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row > .video-iframe-container { display: none; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .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); }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX { border-width: 0; border-radius: 0; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .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; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HSAu3iSPkekIkJXvKoVNKPSTatIQaAHA { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:9.96875rem;height:4.0625rem;display:block; }
#V0aKBeWRB00TNgbKJQkoG99ZsGRJFrJK { color:#000000;display:block;width:24.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:6.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#CTrrqsrFiITzTqZIGEmN6NQXX9HQITNL { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:42.78125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Shc86JLuZ7HcVcocvOtrMze2k4CGQnnv { color:#000000;display:block;width:24.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:43.875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ { position:relative;display:block; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ { background-color: transparent; background-image: none; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row .container > .video-iframe-container { display: none; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row > .video-iframe-container { display: none; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .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); }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ { border-width: 0; border-radius: 0; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .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; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-form-header {  }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:43.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:43.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-button { 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:#7fc500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.1875rem;margin-bottom:0.25rem;margin-left:15.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:13rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:42rem;overflow:hidden;font-style:normal; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .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; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-container:first-of-type{padding-top:0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-container:last-of-type{padding-bottom:0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.0625rem;left:14.5625rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.375rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc {display:block;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.0625rem;left:14.5625rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #Bhb7DiTw3Zu0SwdNEdouwVfoiErxQ7eZ { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #cfliDKT0qvUDgKxSShTWl0HE1p7ZHA7R { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #QGTbNyTIzzVPUGQpbzmpfS6VCIXKtWC1 { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MlzQFD2TfhKUx8Vn2IcPgKC5kSyEHcyM { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #xOn8odulVRPJFp2fo8PH0SsiLIlaGkwb { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #zw6FIWmMiHOxxbmQ8Vg3NBUmzN6w5BCm { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #yUNpEpyzRX43SZblaGoMA941dUS7CmN4 { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MWW4C6S3nhHcCTQvT1VtCegBHyVuc6bP { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MyAS4kOJtdPbn1BrSSqtkv6tBXFLavT0 { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #A9Ixbs5gSORR46ulyfvsI2QID2i22nCz { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #vVehxItl6RE4CUKrPyOnFswSKd8kZHMN { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #LUs3uoWipS1MkTzSaTP3vWOFAp2mdlvu { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #tvq2tJcPiCGORpRTrJ1XEF6xi5gJ7xeN { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #SaKVom4ayR7iUAaELLxpuNV5reLigpo9 { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #qs79RV8HJwiQV3ea989aP3TP0SfnzqwE { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #uxPvcX8cRiWTpp8EOaItMrBxa76xLbzV { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #RerZMJuedHDfxhkENU5SZcnqAaBpG4Vg { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #TTLTK96heeR2DwTxIgbu8klX47Z6rAwS { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #vefnBg0nBRDalXxbOVVSzyGdvQnoiJtG { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #eGeh3GJSgJzM2eMB8h0tE3Aetv3OwwuA { position:relative;display:block; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #ZsXLJwP1q7EykFH8bf56qGZW9xWfZiUb { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #BVG2NZnzOA2T2FypMOlhgvPXfuJXVqps { position:relative; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #c0AvUlxTMyDUKuhVk9m7O46BfnuXlu3r { position:relative; }
#NTRQdUofvnz62IHGmTHvorCrDTuL7iT8 { color:#000000;display:block;width:55.75rem;position:absolute;font-family:arial;font-size:4.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:9.625rem;height:5.6875rem;display:block; }
#iVgFvDLrbp2st2wAbpy6hywPqMWvFP86 { color:#000000;display:block;width:64.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.21875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL { position:relative;display:block; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL { background-color: transparent; background-image: none; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row .container > .video-iframe-container { display: none; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row > .video-iframe-container { display: none; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .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); }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL { border-width: 0; border-radius: 0; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .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; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#7fc500;background-image:none;vertical-align:top; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem;color:#ffffff; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-trigger.adaptive-delivery-prevent-bg, #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-trigger.lazyload, #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-trigger.lazyloading { background-image: none; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 { box-sizing:content-box;height:auto;width:56.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5rem;left:8.1875rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #lwZ7VkpT1snALaSh8Hshxn2tdrX5Iygu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #f4ZTwCVb2Nw4GHCg19Cw6QRTvCmTwZch { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #g01OXc8p4ERsQ2ka9x2DJgbKfe6huunK { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #I5zSBgo0wkbnKsWFVwT3T0PaHLq186QJ {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #DSBFufH13cQ1ThDdz9q9TohTpRDCnFDi {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #XyBX8PRX3KyUNNzahL08TCxsfI7pB5wF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #d1rhxEofiTS9l0Z8dD2kaTM9KSM2i0vg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #r4X2BWD7uHFqG31ASblklkJwmwhzlBWJ { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #GcQ6qBQU3h2EOn319hhL5XAX0uFVunAR {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #EswKRM8QVAb7BiQdWrni43rubnAVqXOT { display:none; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #dLXTS5cM9o4oFTZEoTb6rl6DQyBdMr6S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #mPA59rZAQvwPpEtbRPWKUgvwwIfd2R3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #ynI4QpbspoVZ4suDLheGq5feC4qiiJBK { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #pEOUyi1WX35Z23vWP22IAhR8qNFDAzK2 {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #nLa7GAzV3fSLuV9FiaClnRL8Io9VOAwI { display:none; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #kEJcus0EBtD4hOUX5I4l4s8MaPCRTkPv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #y6pJhIJlWtbApSAOShTOyEt9foPTpVeK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #kB485dh5MzNFCy6aL1b8MWDPwZ8h4yDA { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #tL1xHcwfoTs7zlZa5UzBSVd1ekDMtwdp {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #oq33NMzPgo4Nn8FRZ6xkCMmERyLBGDk1 { display:none; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #dK1IqE1yqyTcWrJv0WXoinJRx8gTat2E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #WqdJATXpi7LK5NlcPOMMtMMV3aiZWrEI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #IHhW5SZFRZUneI1NS6GUhGxGIXQLdgE6 { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #GfPhy48cLnt6WA1N6NvNABdA8iaslU9w {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #MVyy6h9O2wNoTT88ThCmo8h3IBX6vxQa { display:none; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #gPpckdcHrC8nLJgBx3EL9TfPnSDgGy3m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #DOndpkV72s7vBmQ7qmrkKZqo3lSWVAXs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #P1ypZnbyM0PbqkCnQDXnoeVkLqiaQH09 { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #TDg2Se99oXuOLyRuDvioa1CQDiJp58xI {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #D12hPl4V1JnIL5AD23fmL8wVwnwUkZKV { display:none; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #l2JyDS029glakTllHTP6Z1R2RCK5TOUf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #sdsG2qDihs2zomZK7I7NNXraZPb1HaTI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #H45VTUFrLmAV5SFP1RmqQWy4qTDU1awM { display:block;position:relative; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #KvLh9JuKBSTGTheHLTNKg7n019m2Wggy {  }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #G4gqZb7Gu3GwLIBROkWRdHw8JRXdKGUv { display:none; }
#q5ZvsV70PJy32oFdgeM2JIq7XCEBzm8Q { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:arial;font-size:3.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:19.34375rem;height:4.79345625rem;display:block; }
#vsrthltkcQmeAczht3NCc7iuPX6wNFrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container { background-color: transparent; background-image: none; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container > .video-iframe-container { display: none; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row > .video-iframe-container { display: none; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .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); }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container { border-width: 0; border-radius: 0; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#KOo7Lxg3m8sNp3hZJRHgbIB6sZCZWEFD { color:#000000;display:block;width:9.5rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.0625rem;height:3.25rem;display:block; }
#NzwostNTwJXTsNZxrKTAuzwO9AfapyAo { box-sizing:content-box;height:0.125rem;width:62.0625rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:2.6875rem;left:11.1875rem;display:block; }
#UTeNlS191cZCtrMrzhxJl8oIl98IweeZ { color:#6f6f6f;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:4.8125rem;height:2.03125rem;display:block; }
#SmwLomxy7xDnO0yRDqoi5GPSA7HMTyyV { color:#6f6f6f;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:26.125rem;height:2.03125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlLmtDEb9myGDTBvupcwzbyQZ9Gm4Slb { top:1.6875rem;left:0rem;width:13.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaD3oHWZoHRQ9MVPsDFBdqaemhws121h { top:2.0625rem;left:4.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERdu1bpriuTk8mr16NE2iLzupR6c2ilt { top:2rem;left:7.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8sZImCUPnB52Gf2N0SpmrXHNAs6gLna { width:17.5rem;height:3.5625rem;top:1.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6h1ZkDxwqSQ6htgWkF7HGwWGdcpxGq { display:block; }
 }@media only screen and (max-width: 763px) { #lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd { display:block; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIJPaJLFWhnXJstJ36NmrI2LRtNHkHU3 { top:16.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThocOv9TPdkfL499rEenLRrFNdD3CCq { display:block; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiacFenkPT9ldgc2I4rR1LsZK6sPD5HR { top:2.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0BczhWMQPI4XngEPK6s9ixdUC9VE3Bp { width:17.5rem;height:3.4375rem;top:11.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSG2nCTNMXLRPTJJsDmB5PAoci3PdPKu { display:block; }
 }@media only screen and (max-width: 763px) { #KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST { display:block; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO20gW8eQcUq8oK2rETn3nCIUgW8Zvyx { top:7.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3VWH0FezCndHALUDXqspxOVuUVCMEhv { top:7.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag06xs4xuTI7oMVNu7Hfd7lWoxhq1UJz { top:4.6875rem;left:1.75rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmhTnf8lI1Cxb9Hr7mqP6ULRpmoZPyAK { top:4.6875rem;left:27rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4KNUgfctAB2p4kNVDUgvRWrzrggM5Zo { top:1.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM { display:block; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk9L3vU6HFsxDd4rDHrKauR983uyXzRS { top:2.5rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0UMLgzpRb1wacFKTbnDwnfwhVJydIGT { top:2.5rem;left:10.125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwlrKJbfhqLyludTbrN2HPip5dXhxpv1 { top:2.5rem;left:22.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na8O8GRTbBIqQg0PV6rO62fsTTclmnb1 { top:2.5rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD { display:block; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPghB57qd9QaFactHIy11cXmEACLMgVS { top:3.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s58fE1TxTCvLecywUCLwdvbiEQeem8I5 { top:13.0625rem;left:0rem;width:14.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1t0GsKSJ1ExT9kVt58652ysFGWtmtsQ { top:17.375rem;left:0rem;width:16.5625rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd5STMFMxTX0cXEZ5GDqaX7G5NuHsT7C { top:17.375rem;left:15.59375rem;width:16.5625rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5ykHSJTcE7N1EXBo0DEGrVsdxHS14L { top:13.0625rem;left:12.78125rem;width:22.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXw2fOQwLIT1tBQhma5gEy5zw2q0TtLp { top:17.375rem;left:31.1875rem;width:16.5625rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzbLaX1WM8VOe5EopNEUqOfE0DGTuM4 { top:13.0625rem;left:30.75rem;width:17rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX { display:block; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSAu3iSPkekIkJXvKoVNKPSTatIQaAHA { top:1.8125rem;left:3.15625rem;width:17.5625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0aKBeWRB00TNgbKJQkoG99ZsGRJFrJK { top:13rem;left:0rem;width:24.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrrqsrFiITzTqZIGEmN6NQXX9HQITNL { top:1.8125rem;left:20.8125rem;width:26.9375rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shc86JLuZ7HcVcocvOtrMze2k4CGQnnv { top:13rem;left:23rem;width:24.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ { display:block; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-regular-label { width:43.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-text { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-textarea { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-select { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:15.1875rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-checkbox-label { width:42rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc  { width:43.375rem;height:auto;top:13.0625rem;left:0.9375rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .radio-container { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc {display:block;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc { width:43.375rem;height:auto;top:13.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #Bhb7DiTw3Zu0SwdNEdouwVfoiErxQ7eZ {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #cfliDKT0qvUDgKxSShTWl0HE1p7ZHA7R {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #QGTbNyTIzzVPUGQpbzmpfS6VCIXKtWC1 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MlzQFD2TfhKUx8Vn2IcPgKC5kSyEHcyM {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #xOn8odulVRPJFp2fo8PH0SsiLIlaGkwb {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #zw6FIWmMiHOxxbmQ8Vg3NBUmzN6w5BCm {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #yUNpEpyzRX43SZblaGoMA941dUS7CmN4 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MWW4C6S3nhHcCTQvT1VtCegBHyVuc6bP {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MyAS4kOJtdPbn1BrSSqtkv6tBXFLavT0 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #A9Ixbs5gSORR46ulyfvsI2QID2i22nCz {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #vVehxItl6RE4CUKrPyOnFswSKd8kZHMN {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #LUs3uoWipS1MkTzSaTP3vWOFAp2mdlvu {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #tvq2tJcPiCGORpRTrJ1XEF6xi5gJ7xeN {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #SaKVom4ayR7iUAaELLxpuNV5reLigpo9 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #qs79RV8HJwiQV3ea989aP3TP0SfnzqwE {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #uxPvcX8cRiWTpp8EOaItMrBxa76xLbzV {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #RerZMJuedHDfxhkENU5SZcnqAaBpG4Vg {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #TTLTK96heeR2DwTxIgbu8klX47Z6rAwS {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #vefnBg0nBRDalXxbOVVSzyGdvQnoiJtG {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #eGeh3GJSgJzM2eMB8h0tE3Aetv3OwwuA {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #ZsXLJwP1q7EykFH8bf56qGZW9xWfZiUb {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #BVG2NZnzOA2T2FypMOlhgvPXfuJXVqps {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #c0AvUlxTMyDUKuhVk9m7O46BfnuXlu3r {  }
 }@media only screen and (max-width: 763px) { #NTRQdUofvnz62IHGmTHvorCrDTuL7iT8 { top:2.4375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVgFvDLrbp2st2wAbpy6hywPqMWvFP86 { top:9.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL { display:block; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #lwZ7VkpT1snALaSh8Hshxn2tdrX5Iygu {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #f4ZTwCVb2Nw4GHCg19Cw6QRTvCmTwZch {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #g01OXc8p4ERsQ2ka9x2DJgbKfe6huunK {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #I5zSBgo0wkbnKsWFVwT3T0PaHLq186QJ {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #DSBFufH13cQ1ThDdz9q9TohTpRDCnFDi {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #XyBX8PRX3KyUNNzahL08TCxsfI7pB5wF {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #d1rhxEofiTS9l0Z8dD2kaTM9KSM2i0vg {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #r4X2BWD7uHFqG31ASblklkJwmwhzlBWJ {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #GcQ6qBQU3h2EOn319hhL5XAX0uFVunAR {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #EswKRM8QVAb7BiQdWrni43rubnAVqXOT {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #dLXTS5cM9o4oFTZEoTb6rl6DQyBdMr6S {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #mPA59rZAQvwPpEtbRPWKUgvwwIfd2R3P {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #ynI4QpbspoVZ4suDLheGq5feC4qiiJBK {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #pEOUyi1WX35Z23vWP22IAhR8qNFDAzK2 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #nLa7GAzV3fSLuV9FiaClnRL8Io9VOAwI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #kEJcus0EBtD4hOUX5I4l4s8MaPCRTkPv {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #y6pJhIJlWtbApSAOShTOyEt9foPTpVeK {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #kB485dh5MzNFCy6aL1b8MWDPwZ8h4yDA {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #tL1xHcwfoTs7zlZa5UzBSVd1ekDMtwdp {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #oq33NMzPgo4Nn8FRZ6xkCMmERyLBGDk1 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #dK1IqE1yqyTcWrJv0WXoinJRx8gTat2E {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #WqdJATXpi7LK5NlcPOMMtMMV3aiZWrEI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #IHhW5SZFRZUneI1NS6GUhGxGIXQLdgE6 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #GfPhy48cLnt6WA1N6NvNABdA8iaslU9w {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #MVyy6h9O2wNoTT88ThCmo8h3IBX6vxQa {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #gPpckdcHrC8nLJgBx3EL9TfPnSDgGy3m {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #DOndpkV72s7vBmQ7qmrkKZqo3lSWVAXs {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #P1ypZnbyM0PbqkCnQDXnoeVkLqiaQH09 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #TDg2Se99oXuOLyRuDvioa1CQDiJp58xI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #D12hPl4V1JnIL5AD23fmL8wVwnwUkZKV {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #l2JyDS029glakTllHTP6Z1R2RCK5TOUf {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #sdsG2qDihs2zomZK7I7NNXraZPb1HaTI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #H45VTUFrLmAV5SFP1RmqQWy4qTDU1awM {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #KvLh9JuKBSTGTheHLTNKg7n019m2Wggy {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #G4gqZb7Gu3GwLIBROkWRdHw8JRXdKGUv {  }
 }@media only screen and (max-width: 763px) { #q5ZvsV70PJy32oFdgeM2JIq7XCEBzm8Q { top:0.8125rem;left:5.71875rem;width:36.3125rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsrthltkcQmeAczht3NCc7iuPX6wNFrT { display:block; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOo7Lxg3m8sNp3hZJRHgbIB6sZCZWEFD { top:0.8125rem;left:0rem;width:9.5rem;height:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzwostNTwJXTsNZxrKTAuzwO9AfapyAo { top:2.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTeNlS191cZCtrMrzhxJl8oIl98IweeZ { top:5.1875rem;left:0rem;width:18.25rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmwLomxy7xDnO0yRDqoi5GPSA7HMTyyV { top:5.1875rem;left:12.5rem;width:19.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlLmtDEb9myGDTBvupcwzbyQZ9Gm4Slb { width:13.0625rem;height:2.625rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaD3oHWZoHRQ9MVPsDFBdqaemhws121h { display:flex;width:1.875rem;height:1.875rem;top:5.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ERdu1bpriuTk8mr16NE2iLzupR6c2ilt { display:flex;width:2rem;height:2rem;top:8.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #y8sZImCUPnB52Gf2N0SpmrXHNAs6gLna { width:17.5rem;height:3.5625rem;top:11.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6h1ZkDxwqSQ6htgWkF7HGwWGdcpxGq { display:block; }
 }@media only screen and (max-width: 763px) { #lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd { background-color:rgba(0,0,0,0.3);background-image:none;display:none; }#lOs8g1w6mPx9dibivf1I5aTe6ByPMAUd > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIJPaJLFWhnXJstJ36NmrI2LRtNHkHU3 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThocOv9TPdkfL499rEenLRrFNdD3CCq { display:block; }#oThocOv9TPdkfL499rEenLRrFNdD3CCq > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiacFenkPT9ldgc2I4rR1LsZK6sPD5HR { width:20rem;height:19.74025rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0BczhWMQPI4XngEPK6s9ixdUC9VE3Bp { width:17.5rem;height:3.4375rem;top:22.24025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSG2nCTNMXLRPTJJsDmB5PAoci3PdPKu { display:block; }
 }@media only screen and (max-width: 763px) { #KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST { display:block; }#KQyKVTTOwQSbSyMgswsvRNFMnfhaoAST > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO20gW8eQcUq8oK2rETn3nCIUgW8Zvyx { width:12.5rem;height:12.5rem;top:12.8984375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3VWH0FezCndHALUDXqspxOVuUVCMEhv { width:12.5rem;height:12.5rem;top:66.6484375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag06xs4xuTI7oMVNu7Hfd7lWoxhq1UJz { width:18.75rem;height:18.75rem;top:26.6484375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmhTnf8lI1Cxb9Hr7mqP6ULRpmoZPyAK { width:18.75rem;height:18.75rem;top:46.6484375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4KNUgfctAB2p4kNVDUgvRWrzrggM5Zo { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM { display:block; }#LJ18KEGwt5xwJUEMJk558WhVQvn5AOhM > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk9L3vU6HFsxDd4rDHrKauR983uyXzRS { width:13.75rem;height:13.75rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0UMLgzpRb1wacFKTbnDwnfwhVJydIGT { width:13.75rem;height:13.75rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwlrKJbfhqLyludTbrN2HPip5dXhxpv1 { width:13.75rem;height:13.75rem;top:17.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na8O8GRTbBIqQg0PV6rO62fsTTclmnb1 { width:13.75rem;height:13.75rem;top:46.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD { display:none; }#UUyNezxNZdQfsFCK4wN9oXeVokiFX7DD > .row .container { width:20rem;height:65.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TPghB57qd9QaFactHIy11cXmEACLMgVS { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s58fE1TxTCvLecywUCLwdvbiEQeem8I5 { width:14.8125rem;height:2.4375rem;top:10.2983125rem;left:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1t0GsKSJ1ExT9kVt58652ysFGWtmtsQ { width:16.5625rem;height:13.5rem;top:23.7983125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd5STMFMxTX0cXEZ5GDqaX7G5NuHsT7C { width:16.5625rem;height:13.5rem;top:38.5483125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5ykHSJTcE7N1EXBo0DEGrVsdxHS14L { width:20rem;height:4.875rem;top:13.9858125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXw2fOQwLIT1tBQhma5gEy5zw2q0TtLp { width:16.5625rem;height:11.25rem;top:53.2983125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzbLaX1WM8VOe5EopNEUqOfE0DGTuM4 { width:17rem;height:2.4375rem;top:20.1108125rem;left:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX { display:block; }#o6nhTIKhyBRO3fZEW1a8wKTBnuSWK2EX > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSAu3iSPkekIkJXvKoVNKPSTatIQaAHA { width:17.5625rem;height:2.5996125rem;top:1.25rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0aKBeWRB00TNgbKJQkoG99ZsGRJFrJK { width:20rem;height:6.5rem;top:5.0996125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrrqsrFiITzTqZIGEmN6NQXX9HQITNL { width:20rem;height:5.19921875rem;top:12.8496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shc86JLuZ7HcVcocvOtrMze2k4CGQnnv { width:20rem;height:8.125rem;top:19.29883125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ { display:block; }#dwI5dG5FW5a0BhW4IupBXK1rDLnGPvwQ > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-input-button { width:5.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.125rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc  { width:17.5rem;height:auto;top:10.38671875rem;left:0rem; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc {display:block;}#dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc { width:17.5rem;height:auto;top:10.38671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #Bhb7DiTw3Zu0SwdNEdouwVfoiErxQ7eZ {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #cfliDKT0qvUDgKxSShTWl0HE1p7ZHA7R {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #QGTbNyTIzzVPUGQpbzmpfS6VCIXKtWC1 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MlzQFD2TfhKUx8Vn2IcPgKC5kSyEHcyM {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #xOn8odulVRPJFp2fo8PH0SsiLIlaGkwb {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #zw6FIWmMiHOxxbmQ8Vg3NBUmzN6w5BCm {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #yUNpEpyzRX43SZblaGoMA941dUS7CmN4 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MWW4C6S3nhHcCTQvT1VtCegBHyVuc6bP {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #MyAS4kOJtdPbn1BrSSqtkv6tBXFLavT0 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #A9Ixbs5gSORR46ulyfvsI2QID2i22nCz {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #vVehxItl6RE4CUKrPyOnFswSKd8kZHMN {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #LUs3uoWipS1MkTzSaTP3vWOFAp2mdlvu {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #tvq2tJcPiCGORpRTrJ1XEF6xi5gJ7xeN {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #SaKVom4ayR7iUAaELLxpuNV5reLigpo9 {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #qs79RV8HJwiQV3ea989aP3TP0SfnzqwE {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #uxPvcX8cRiWTpp8EOaItMrBxa76xLbzV {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #RerZMJuedHDfxhkENU5SZcnqAaBpG4Vg {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #TTLTK96heeR2DwTxIgbu8klX47Z6rAwS {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #vefnBg0nBRDalXxbOVVSzyGdvQnoiJtG {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #eGeh3GJSgJzM2eMB8h0tE3Aetv3OwwuA {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #ZsXLJwP1q7EykFH8bf56qGZW9xWfZiUb {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #BVG2NZnzOA2T2FypMOlhgvPXfuJXVqps {  }
 }@media only screen and (max-width: 763px) { #dTtCJo113n3sCTp2keVf0Q9FnPpKCUkc #c0AvUlxTMyDUKuhVk9m7O46BfnuXlu3r {  }
 }@media only screen and (max-width: 763px) { #NTRQdUofvnz62IHGmTHvorCrDTuL7iT8 { width:20rem;height:1.86865rem;top:1.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVgFvDLrbp2st2wAbpy6hywPqMWvFP86 { width:20rem;height:6.5rem;top:3.88671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL { display:block; }#DxV3yHTrT4dM3W8qyFqayo9ZRliDPKlL > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 { display:flex;height:auto;width:17.5rem;top:5rem;left:0rem; }
#i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #lwZ7VkpT1snALaSh8Hshxn2tdrX5Iygu {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #f4ZTwCVb2Nw4GHCg19Cw6QRTvCmTwZch {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #g01OXc8p4ERsQ2ka9x2DJgbKfe6huunK {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #I5zSBgo0wkbnKsWFVwT3T0PaHLq186QJ {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #DSBFufH13cQ1ThDdz9q9TohTpRDCnFDi {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #XyBX8PRX3KyUNNzahL08TCxsfI7pB5wF {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #d1rhxEofiTS9l0Z8dD2kaTM9KSM2i0vg {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #r4X2BWD7uHFqG31ASblklkJwmwhzlBWJ {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #GcQ6qBQU3h2EOn319hhL5XAX0uFVunAR {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #EswKRM8QVAb7BiQdWrni43rubnAVqXOT {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #dLXTS5cM9o4oFTZEoTb6rl6DQyBdMr6S {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #mPA59rZAQvwPpEtbRPWKUgvwwIfd2R3P {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #ynI4QpbspoVZ4suDLheGq5feC4qiiJBK {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #pEOUyi1WX35Z23vWP22IAhR8qNFDAzK2 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #nLa7GAzV3fSLuV9FiaClnRL8Io9VOAwI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #kEJcus0EBtD4hOUX5I4l4s8MaPCRTkPv {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #y6pJhIJlWtbApSAOShTOyEt9foPTpVeK {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #kB485dh5MzNFCy6aL1b8MWDPwZ8h4yDA {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #tL1xHcwfoTs7zlZa5UzBSVd1ekDMtwdp {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #oq33NMzPgo4Nn8FRZ6xkCMmERyLBGDk1 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #dK1IqE1yqyTcWrJv0WXoinJRx8gTat2E {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #WqdJATXpi7LK5NlcPOMMtMMV3aiZWrEI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #IHhW5SZFRZUneI1NS6GUhGxGIXQLdgE6 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #GfPhy48cLnt6WA1N6NvNABdA8iaslU9w {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #MVyy6h9O2wNoTT88ThCmo8h3IBX6vxQa {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #gPpckdcHrC8nLJgBx3EL9TfPnSDgGy3m {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #DOndpkV72s7vBmQ7qmrkKZqo3lSWVAXs {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #P1ypZnbyM0PbqkCnQDXnoeVkLqiaQH09 {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #TDg2Se99oXuOLyRuDvioa1CQDiJp58xI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #D12hPl4V1JnIL5AD23fmL8wVwnwUkZKV {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #l2JyDS029glakTllHTP6Z1R2RCK5TOUf {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #sdsG2qDihs2zomZK7I7NNXraZPb1HaTI {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #H45VTUFrLmAV5SFP1RmqQWy4qTDU1awM {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #KvLh9JuKBSTGTheHLTNKg7n019m2Wggy {  }
 }@media only screen and (max-width: 763px) { #i9NRuaqHBZ6xMaVeaFZRiZHdrGsmFCF8 #G4gqZb7Gu3GwLIBROkWRdHw8JRXdKGUv {  }
 }@media only screen and (max-width: 763px) { #q5ZvsV70PJy32oFdgeM2JIq7XCEBzm8Q { width:20rem;height:2.5996125rem;top:1.64990234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsrthltkcQmeAczht3NCc7iuPX6wNFrT { display:block; }#vsrthltkcQmeAczht3NCc7iuPX6wNFrT > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOo7Lxg3m8sNp3hZJRHgbIB6sZCZWEFD { width:9.5rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzwostNTwJXTsNZxrKTAuzwO9AfapyAo { width:9.375rem;height:0.125rem;top:2.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTeNlS191cZCtrMrzhxJl8oIl98IweeZ { width:18.125rem;height:2.03125rem;top:4.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmwLomxy7xDnO0yRDqoi5GPSA7HMTyyV { width:19.875rem;height:2.03125rem;top:6.90625rem;left:0rem;font-size:1.5625rem;display:block; }
 }