.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,234,222;--color-primary-1:248,185,147;--color-primary-2:241,114,38;--color-primary-3:121,57,19;--color-primary-4:36,17,6;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:252,252,252;--color-tertiary-2:245,245,245;--color-tertiary-3:123,123,123;--color-tertiary-4:24,24,24;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m { position:relative;display:block; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m { background-color: transparent; background-image: none; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container > .video-iframe-container { display: none; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row > .video-iframe-container { display: none; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .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); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m { border-width: 0; border-radius: 0; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .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; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;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; }#zni8clL2MTVpQVBFzHeWOETXCJcynA6Z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.9375rem;top:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#rVoEHagtmLRsmQD58PAcROTnK9EbIX8t { color:#525c5f;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:2.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdTV2GqOZpKiazHpn7CE8ZAddW0ekDnZ { color:#525c5f;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:48.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZyTiZLeZnRZVoRG3EWcyh4RRELUJTVc { color:#525c5f;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:52.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EJnJQgGOW56KSOwzoTMziDL3oIkIfwvB { box-sizing:content-box;height:1.875rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:52.1875rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#eBKAr9acgcwVUX96e6hASBsQempzVlBK { position:relative;display:block; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK { background-color: transparent; background-image: none; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row .container > .video-iframe-container { display: none; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row > .video-iframe-container { display: none; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .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); }#eBKAr9acgcwVUX96e6hASBsQempzVlBK { border-width: 0; border-radius: 0; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .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; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ymICW7kMKti47fpNyXZpBRLCk45QuB9m { color:rgba(var(--color-primary-2),1);display:block;width:29.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4593749046326rem;left:22.84167098999rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#VonvHhbalaSQzJGGvHeroeXrkaLa9AMo { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:26.6875rem;width:47.5625rem;top:24.374999523163rem;left:13.718753814698rem;display:block; }
#Nq9UtWRUu8pJfpokhUmI3Q6GcVIygTAg { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.562125rem;width:14.9366875rem;top:13.686458110809rem;left:30.030212402344rem;overflow:hidden;display:block; }
#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container { background-color: transparent; background-image: none; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container > .video-iframe-container { display: none; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row > .video-iframe-container { display: none; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .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); }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container { border-width: 0; border-radius: 0; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#nGatDw3PO159irckxpuXqXnseOuIvpNm { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:6.4375rem;left:1.8125rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#BZJH4aHLrEEcAsrQ9SnsvGTbpd0dy4Gz { color:#f17226;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.8125rem;height:1.7875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AuwFHO9gfAaFaiNqC5B6LtV73yy9cXEn { color:#666666;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.687503814698rem;left:1.8125rem;height:7.3125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-form-header {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:28.6875rem;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;line-height:1.2;overflow:hidden; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-text { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:300;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-textarea { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:28.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;font-weight:300;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .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; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.75rem;margin-bottom:0.25rem;margin-left:5.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1.3; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:300;color:#000000;vertical-align:top;width:27.25rem;overflow:hidden;font-style:normal; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .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; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.5; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-container:first-of-type{padding-top:0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-container:last-of-type{padding-bottom:0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:12.704297065735rem;left:40.654682159424rem; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.6875rem; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn {display:block;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:12.704297065735rem;left:40.654682159424rem; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qNkZwtslxSAbFF2DrvW6wSDHHo9oZzB0 { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qNkZwtslxSAbFF2DrvW6wSDHHo9oZzB0 .container-column{width:100%;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Pum0nEw45GrvAB9qEwQSbKRPsLTBNhyU { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wqxtCeR4FBOBwVPHhhT0NfqZxaHRxn4M { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #uzrgRJCUAEHzApf9m3ldr5nJOyXBQz5g { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #r7QBf9qSNkzOskF36gFvM1XDgWhBoiRU { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Jl8Db85Ngq1O9JAATi3y0NTreHPlFS4t { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #aGXQdbGxol2SiD8swWtfP9yK1WH51rw2 { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #aeT3f7nOuACGb6vxlpiOyv0FqZgtmo1T { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #KrzcGLmS1mkcroIOOxrD236Wr1khqE97 { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #SntTlfeARJUHWNmIf1g5RgTOMuWDRkRC { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #WJnwreMhtipJsBzXz5Jg7S0J0cFO0kTT { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Uq87scTDgBmKA1fXPiexZBspAw7CtwTS { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qlebyyJIJkKzdui3TdWoznitVMmKGym3 { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wWPbT4m1Wavkui2gpZTbt4kz07lcrwIt { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #TSCFI89gaF6efBQCWZw2OpdmBT5gs8uy { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VBUTBaaO6q8PFt33hZBTIu0ZdBGH59Ct { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VBUTBaaO6q8PFt33hZBTIu0ZdBGH59Ct .container-column{width:50%;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qDpiJz1BayLmizNCcddNyX5bHmP3BTHo { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Frue7Kiyl2V8oZXyCEaeWxXqxT3TBCqe { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wgICHMbDToAUft5BnSq8wTzkVukrQ8h0 { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #FDBNkGd31ORyIOHULHaRsTMVuNSqxM1k { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #UKLGtX08pFSJmnJBCnhTLaTWBc3D2lBZ { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #f8f5yOJP7zTfDUQMat9VgcVpfIPxVUxm { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #f8f5yOJP7zTfDUQMat9VgcVpfIPxVUxm .container-column{width:50%;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #rT5XfWDwqF9MiIlFms8TELEMWpWNdstv { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #obpZs0HDfvgHHTZEg3zFC6hOaHChPNAp { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #lKIwKPE4LkmDRTLGTlBlInZ933XxhbSi { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #CdacoJlFZZlmIZ1bdTTziHi6BWfBAM0x { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #egbsSHv4wZsRfFwAty0z9MmhgQt92V5m { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BoA71eF7wek3izd83uOnXB3FC99btNck { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BoA71eF7wek3izd83uOnXB3FC99btNck .container-column{width:50%;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #nh03XJES5hxeJmJLsioC2kNLMbpaf8q3 { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wMhSyN0nPd0ktaf2zkbNZ1Pte350u9Vx { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VC7xyT9a6aHGDDiDXBrKlAXWcTFKzkQl { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #CBcUTg6UEHwUWI9X4whcVDW4Edgvg6pV { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wM7ynXHeLB9ML9bmky293iORzXrgI1PR { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #vOE5vB421E1fVL4kwGPAU1TDuRi1cJys { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Eg8ElG5kWE7EcpoI1tqTd8viRet4g5Js { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #HHPpN8DWKQ6i3CgiHHyvSd85rqCUIvC7 { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #ZNa0px1GDDQxTaoDudmvd89q2p31grd3 { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BSNIMHieFQM7pklBJ3aOXBO1f61ORGpK { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #b2gOQt28W5EWAgbUwWyT94bC4QMHbXUv { position:relative;z-index:2; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #WCgll8QdEL0r9WmQKpb4J7UF1dcOAp9F { position:relative; }
#MkUTeZtRlFuS08Fe5FTKyzXdrOtNSm3o { position:relative;display:block; }
#nG7ZlxX3X9iimkdBFluDtHki0Rc4OuFd { position:relative;display:block; }
#k1mOeafvdww323HxvVayoxHhX3vMzhby { position:relative;display:block; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #RoKleRUqI5rLJ61LaTWTzyb8hhetKp5l { position:relative; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #RtK6JdWifht0DVL9OiNHyibSDZO7OSAe { position:relative; }
#HMceBNyzeJDdRAP7MFDrsVSrem3JwB3x { box-sizing:content-box;height:57.9375rem;width:34.562125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:6.4359369277956rem;left:38.893360137939rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lRkTeq7sGSTF2vOyFzhDkLpmXBZdrT7F { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:32.375rem;top:28.322919845581rem;left:1.71875rem;overflow:hidden;display:block; }
#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U { 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; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container { background-color: transparent; background-image: none; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container > .video-iframe-container { display: none; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row > .video-iframe-container { display: none; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .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); }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container { border-width: 0; border-radius: 0; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#wgh1OsHaBpGcXe8IG2OtqtvkBoVfXnKy { color:#000000;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7.0851554870606rem;left:5.1574211120606rem;height:2.4rem;text-align:left;text-align-last:left;display:block; }
#oQVR1xHBIe6nnJMv4kIKrNqS4LuauZ5i { color:#000000;display:block;width:39.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.022655487061rem;left:5.0988273620606rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hdykfThalTKTEx2A3TgTQuhndOKV0leP { color:rgba(0,0,0,0.7);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:19.5625rem;left:6.411460876465rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#qrT3ksT6nNKA53hGE3i1lpaViAqPdJSm { color:rgba(0,0,0,0.7);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:19.5625rem;left:24.39999961853rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#htNctikw4yBCARHCqHrH45R6ShZzMz0T { background-color:#f17226;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.968750381843rem;left:5.1625003814697rem;display:block; }
#uOhdydir5JHgdcFC9bQJKb6gGcUPfHme { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9q8rstUAH0pXGggKE9VSou2lpPOMQoy { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:23.5rem;top:4.6875rem;left:48.125001907349rem;overflow:hidden;display:block; }
#fkaTERXA0xcTcO3zJaIG87iXJTXnlV4U { background-color:#f17226;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.968750381843rem;left:5.1625003814697rem;display:none; }
#KnpU6HbT4gUlg2Q43gOpQxqq1CuDBZlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f68e7404-5ff2-4232-99de-db86c140b449/Frame5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm.adaptive-delivery-prevent-bg, #xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm.lazyload, #xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm.lazyloading { background-image: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container { background-color: transparent; background-image: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container > .video-iframe-container { display: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row > .video-iframe-container { display: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .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); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container { border-width: 0; border-radius: 0; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#XrQt9rrd9JP31ug30a3BZpWtsMLEKNCP { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: none;height:6.75rem;width:6.75rem;top:34.012496948243rem;left:57.660930633545rem;overflow:hidden;display:block; }
#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf { position:relative;display:block; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf { background-color: transparent; background-image: none; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row .container > .video-iframe-container { display: none; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row > .video-iframe-container { display: none; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .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); }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf { border-width: 0; border-radius: 0; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .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; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;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; }#AtNOizi0yaHTH1E68SPizgeUlmcbqzDB { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.125rem;top:5.4054679870606rem;left:0rem;overflow:hidden;display:block; }
#LNbIdQ9A1V9hDu1ZoqgZw7TfV6KSUqo5 { color:rgba(0,0,0,0.7);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:4.6484375rem;left:18.75rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#dgdeEirNRCTqb9kUs8HDdtF1rKwX7zvF { color:rgba(0,0,0,0.7);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:4.6492156982422rem;left:37.500001907349rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#EEdsZt6MztPrBRb7oNvWIcSaLJnvc95W { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.8125rem;left:64.375rem;display:block; }
#l7QkWJndBpZTEdPQhoh3DQWFy6Wae86h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnIHCyQJT2GReyFFTa2Z35xu5reS2f7g { color:rgba(0,0,0,0.7);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:4.6875rem;left:60.25rem;height:3.2rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m { display:block; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zni8clL2MTVpQVBFzHeWOETXCJcynA6Z { top:1.5625rem;left:0rem;width:10.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVoEHagtmLRsmQD58PAcROTnK9EbIX8t { top:3.8125rem;left:0rem;width:11.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTV2GqOZpKiazHpn7CE8ZAddW0ekDnZ { top:1.4375rem;left:20.875rem;width:26.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZyTiZLeZnRZVoRG3EWcyh4RRELUJTVc { top:3.5625rem;left:29.25rem;width:18.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnJQgGOW56KSOwzoTMziDL3oIkIfwvB { top:3.25rem;left:29rem;width:18.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBKAr9acgcwVUX96e6hASBsQempzVlBK { display:block; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymICW7kMKti47fpNyXZpBRLCk45QuB9m { top:3.4375rem;left:9.21667098999rem;width:29.25rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VonvHhbalaSQzJGGvHeroeXrkaLa9AMo { top:24.3125rem;left:0.093753814697263rem;width:47.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq9UtWRUu8pJfpokhUmI3Q6GcVIygTAg { top:13.625rem;left:16.405212402344rem;width:14.875rem;height:7.530335316738rem;display:block; }
 }@media only screen and (max-width: 763px) { #blku8ddaPQgrm2e59zZFHP5eDZO9P8RF { display:block; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGatDw3PO159irckxpuXqXnseOuIvpNm { top:6.4375rem;left:0rem;width:33rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJH4aHLrEEcAsrQ9SnsvGTbpd0dy4Gz { top:16.9375rem;left:0rem;width:32.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuwFHO9gfAaFaiNqC5B6LtV73yy9cXEn { top:19.6875rem;left:0rem;width:32.1875rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-regular-label { width:28.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-text { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-textarea { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-select { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.75rem; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn  { width:28.6875rem;height:auto;top:12.6875rem;left:16.5625rem; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .radio-container { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn {display:block;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn { width:28.6875rem;height:auto;top:12.6875rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qNkZwtslxSAbFF2DrvW6wSDHHo9oZzB0 {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qNkZwtslxSAbFF2DrvW6wSDHHo9oZzB0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Pum0nEw45GrvAB9qEwQSbKRPsLTBNhyU {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wqxtCeR4FBOBwVPHhhT0NfqZxaHRxn4M {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #uzrgRJCUAEHzApf9m3ldr5nJOyXBQz5g {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #r7QBf9qSNkzOskF36gFvM1XDgWhBoiRU {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Jl8Db85Ngq1O9JAATi3y0NTreHPlFS4t {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #aGXQdbGxol2SiD8swWtfP9yK1WH51rw2 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #aeT3f7nOuACGb6vxlpiOyv0FqZgtmo1T {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #KrzcGLmS1mkcroIOOxrD236Wr1khqE97 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #SntTlfeARJUHWNmIf1g5RgTOMuWDRkRC {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #WJnwreMhtipJsBzXz5Jg7S0J0cFO0kTT {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Uq87scTDgBmKA1fXPiexZBspAw7CtwTS {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qlebyyJIJkKzdui3TdWoznitVMmKGym3 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wWPbT4m1Wavkui2gpZTbt4kz07lcrwIt {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #TSCFI89gaF6efBQCWZw2OpdmBT5gs8uy {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VBUTBaaO6q8PFt33hZBTIu0ZdBGH59Ct {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VBUTBaaO6q8PFt33hZBTIu0ZdBGH59Ct .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qDpiJz1BayLmizNCcddNyX5bHmP3BTHo {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Frue7Kiyl2V8oZXyCEaeWxXqxT3TBCqe {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wgICHMbDToAUft5BnSq8wTzkVukrQ8h0 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #FDBNkGd31ORyIOHULHaRsTMVuNSqxM1k {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #UKLGtX08pFSJmnJBCnhTLaTWBc3D2lBZ {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #f8f5yOJP7zTfDUQMat9VgcVpfIPxVUxm {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #f8f5yOJP7zTfDUQMat9VgcVpfIPxVUxm .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #rT5XfWDwqF9MiIlFms8TELEMWpWNdstv {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #obpZs0HDfvgHHTZEg3zFC6hOaHChPNAp {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #lKIwKPE4LkmDRTLGTlBlInZ933XxhbSi {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #CdacoJlFZZlmIZ1bdTTziHi6BWfBAM0x {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #egbsSHv4wZsRfFwAty0z9MmhgQt92V5m {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BoA71eF7wek3izd83uOnXB3FC99btNck {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BoA71eF7wek3izd83uOnXB3FC99btNck .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #nh03XJES5hxeJmJLsioC2kNLMbpaf8q3 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wMhSyN0nPd0ktaf2zkbNZ1Pte350u9Vx {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VC7xyT9a6aHGDDiDXBrKlAXWcTFKzkQl {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #CBcUTg6UEHwUWI9X4whcVDW4Edgvg6pV {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wM7ynXHeLB9ML9bmky293iORzXrgI1PR {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #vOE5vB421E1fVL4kwGPAU1TDuRi1cJys {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Eg8ElG5kWE7EcpoI1tqTd8viRet4g5Js {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #HHPpN8DWKQ6i3CgiHHyvSd85rqCUIvC7 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #ZNa0px1GDDQxTaoDudmvd89q2p31grd3 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BSNIMHieFQM7pklBJ3aOXBO1f61ORGpK {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #b2gOQt28W5EWAgbUwWyT94bC4QMHbXUv {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #WCgll8QdEL0r9WmQKpb4J7UF1dcOAp9F {  }
 }@media only screen and (max-width: 763px) { #MkUTeZtRlFuS08Fe5FTKyzXdrOtNSm3o { display:block; }
 }@media only screen and (max-width: 763px) { #nG7ZlxX3X9iimkdBFluDtHki0Rc4OuFd { display:block; }
 }@media only screen and (max-width: 763px) { #k1mOeafvdww323HxvVayoxHhX3vMzhby { display:block; }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #RoKleRUqI5rLJ61LaTWTzyb8hhetKp5l {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #RtK6JdWifht0DVL9OiNHyibSDZO7OSAe {  }
 }@media only screen and (max-width: 763px) { #HMceBNyzeJDdRAP7MFDrsVSrem3JwB3x { top:6.375rem;left:13rem;width:34.5rem;height:57.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRkTeq7sGSTF2vOyFzhDkLpmXBZdrT7F { top:28.3125rem;left:0rem;width:32.375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U { display:block; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgh1OsHaBpGcXe8IG2OtqtvkBoVfXnKy { top:7.0625rem;left:0rem;width:39.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQVR1xHBIe6nnJMv4kIKrNqS4LuauZ5i { top:11rem;left:0rem;width:39.8125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdykfThalTKTEx2A3TgTQuhndOKV0leP { top:19.5625rem;left:0rem;width:11.875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrT3ksT6nNKA53hGE3i1lpaViAqPdJSm { top:19.5625rem;left:10.77499961853rem;width:16.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htNctikw4yBCARHCqHrH45R6ShZzMz0T { width:36.875rem;height:3.125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOhdydir5JHgdcFC9bQJKb6gGcUPfHme { display:block; }
 }@media only screen and (max-width: 763px) { #z9q8rstUAH0pXGggKE9VSou2lpPOMQoy { top:4.6875rem;left:24.25rem;width:23.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkaTERXA0xcTcO3zJaIG87iXJTXnlV4U { width:36.875rem;height:3.125rem;top:14.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnpU6HbT4gUlg2Q43gOpQxqq1CuDBZlT { display:block; }
 }@media only screen and (max-width: 763px) { #xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm { display:block; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrQt9rrd9JP31ug30a3BZpWtsMLEKNCP { top:34rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf { display:block; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtNOizi0yaHTH1E68SPizgeUlmcbqzDB { top:5.375rem;left:0rem;width:10.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNbIdQ9A1V9hDu1ZoqgZw7TfV6KSUqo5 { top:4.625rem;left:11.9375rem;width:13.375rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdeEirNRCTqb9kUs8HDdtF1rKwX7zvF { top:4.625rem;left:19.375rem;width:16.4375rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEdsZt6MztPrBRb7oNvWIcSaLJnvc95W { width:10.625rem;height:1.5625rem;top:2.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7QkWJndBpZTEdPQhoh3DQWFy6Wae86h { display:block; }
 }@media only screen and (max-width: 763px) { #tnIHCyQJT2GReyFFTa2Z35xu5reS2f7g { top:4.6875rem;left:33.0625rem;width:14.6875rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container { background-color: transparent; background-image: none; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container > .video-iframe-container { display: none; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row > .video-iframe-container { display: none; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .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); }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container { border-width: 0; border-radius: 0; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3CXBkvSrpHCrnshUBqDRGaTorhoxa2m > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zni8clL2MTVpQVBFzHeWOETXCJcynA6Z { width:10.9375rem;height:1.875rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVoEHagtmLRsmQD58PAcROTnK9EbIX8t { width:19.875rem;height:1.21875rem;top:3.6875002384186rem;left:0.18541699647904rem;font-size:0.9375rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #RdTV2GqOZpKiazHpn7CE8ZAddW0ekDnZ { width:15.3125rem;height:2.6rem;top:5.5625004768372rem;left:2.3437500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.66);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eZyTiZLeZnRZVoRG3EWcyh4RRELUJTVc { width:11.87425rem;height:1.21875rem;top:9.3125rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnJQgGOW56KSOwzoTMziDL3oIkIfwvB { width:14.4994375rem;height:1.874275rem;top:8.9832181930544rem;left:2.7488428354263rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eBKAr9acgcwVUX96e6hASBsQempzVlBK { display:block; }#eBKAr9acgcwVUX96e6hASBsQempzVlBK > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymICW7kMKti47fpNyXZpBRLCk45QuB9m { width:17.4375rem;height:5.85rem;top:3.625rem;left:1.2812500596046rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VonvHhbalaSQzJGGvHeroeXrkaLa9AMo { height:11.221875rem;width:20rem;top:19.625000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq9UtWRUu8pJfpokhUmI3Q6GcVIygTAg { width:10rem;height:5rem;top:11.875000953674rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #blku8ddaPQgrm2e59zZFHP5eDZO9P8RF { display:block; }#blku8ddaPQgrm2e59zZFHP5eDZO9P8RF > .row .container { width:20rem;height:117.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGatDw3PO159irckxpuXqXnseOuIvpNm { width:17.5rem;height:12.6rem;top:3.6875019073486rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BZJH4aHLrEEcAsrQ9SnsvGTbpd0dy4Gz { width:16.625rem;height:3.25rem;top:17.375001907349rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AuwFHO9gfAaFaiNqC5B6LtV73yy9cXEn { width:17.5rem;height:11.2rem;top:22.112501144409rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:1.625rem;margin-bottom:0.25rem;margin-left:1.625rem;font-size:1rem;overflow:hidden; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .widget-radio-label { font-size:0.9375rem;overflow:hidden;text-align:left;text-align-last:left; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn  { width:16.3125rem;height:auto;top:38.375001907349rem;left:0.59375005960464rem;z-index:15007; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn {display:block;}#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn { width:16.3125rem;height:auto;top:38.375001907349rem;left:0.59375005960464rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qNkZwtslxSAbFF2DrvW6wSDHHo9oZzB0 {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qNkZwtslxSAbFF2DrvW6wSDHHo9oZzB0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Pum0nEw45GrvAB9qEwQSbKRPsLTBNhyU {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wqxtCeR4FBOBwVPHhhT0NfqZxaHRxn4M {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #uzrgRJCUAEHzApf9m3ldr5nJOyXBQz5g {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #r7QBf9qSNkzOskF36gFvM1XDgWhBoiRU {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Jl8Db85Ngq1O9JAATi3y0NTreHPlFS4t {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #aGXQdbGxol2SiD8swWtfP9yK1WH51rw2 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #aeT3f7nOuACGb6vxlpiOyv0FqZgtmo1T {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #KrzcGLmS1mkcroIOOxrD236Wr1khqE97 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #SntTlfeARJUHWNmIf1g5RgTOMuWDRkRC {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #WJnwreMhtipJsBzXz5Jg7S0J0cFO0kTT {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Uq87scTDgBmKA1fXPiexZBspAw7CtwTS {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qlebyyJIJkKzdui3TdWoznitVMmKGym3 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wWPbT4m1Wavkui2gpZTbt4kz07lcrwIt {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #TSCFI89gaF6efBQCWZw2OpdmBT5gs8uy {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VBUTBaaO6q8PFt33hZBTIu0ZdBGH59Ct {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VBUTBaaO6q8PFt33hZBTIu0ZdBGH59Ct .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #qDpiJz1BayLmizNCcddNyX5bHmP3BTHo {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Frue7Kiyl2V8oZXyCEaeWxXqxT3TBCqe {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wgICHMbDToAUft5BnSq8wTzkVukrQ8h0 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #FDBNkGd31ORyIOHULHaRsTMVuNSqxM1k {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #UKLGtX08pFSJmnJBCnhTLaTWBc3D2lBZ {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #f8f5yOJP7zTfDUQMat9VgcVpfIPxVUxm {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #f8f5yOJP7zTfDUQMat9VgcVpfIPxVUxm .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #rT5XfWDwqF9MiIlFms8TELEMWpWNdstv {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #obpZs0HDfvgHHTZEg3zFC6hOaHChPNAp {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #lKIwKPE4LkmDRTLGTlBlInZ933XxhbSi {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #CdacoJlFZZlmIZ1bdTTziHi6BWfBAM0x {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #egbsSHv4wZsRfFwAty0z9MmhgQt92V5m {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BoA71eF7wek3izd83uOnXB3FC99btNck {  }
#XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BoA71eF7wek3izd83uOnXB3FC99btNck .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #nh03XJES5hxeJmJLsioC2kNLMbpaf8q3 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wMhSyN0nPd0ktaf2zkbNZ1Pte350u9Vx {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #VC7xyT9a6aHGDDiDXBrKlAXWcTFKzkQl {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #CBcUTg6UEHwUWI9X4whcVDW4Edgvg6pV {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #wM7ynXHeLB9ML9bmky293iORzXrgI1PR {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #vOE5vB421E1fVL4kwGPAU1TDuRi1cJys {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #Eg8ElG5kWE7EcpoI1tqTd8viRet4g5Js {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #HHPpN8DWKQ6i3CgiHHyvSd85rqCUIvC7 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #ZNa0px1GDDQxTaoDudmvd89q2p31grd3 {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #BSNIMHieFQM7pklBJ3aOXBO1f61ORGpK {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #b2gOQt28W5EWAgbUwWyT94bC4QMHbXUv {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #WCgll8QdEL0r9WmQKpb4J7UF1dcOAp9F {  }
 }@media only screen and (max-width: 763px) { #MkUTeZtRlFuS08Fe5FTKyzXdrOtNSm3o { display:block; }
 }@media only screen and (max-width: 763px) { #nG7ZlxX3X9iimkdBFluDtHki0Rc4OuFd { display:block; }
 }@media only screen and (max-width: 763px) { #k1mOeafvdww323HxvVayoxHhX3vMzhby { display:block; }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #RoKleRUqI5rLJ61LaTWTzyb8hhetKp5l {  }
 }@media only screen and (max-width: 763px) { #XqtbsXndyeQoCRJ78sB7WTi7XaEsgEqn #RtK6JdWifht0DVL9OiNHyibSDZO7OSAe {  }
 }@media only screen and (max-width: 763px) { #HMceBNyzeJDdRAP7MFDrsVSrem3JwB3x { width:19.1875rem;height:52.4375rem;top:35.937501907349rem;left:0.33749997615814rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRkTeq7sGSTF2vOyFzhDkLpmXBZdrT7F { width:19.25rem;height:21.5rem;top:93.06145477295rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U { display:block; }#aqPN5TS9EKRSmR7mJ0bR5yxX1D37sP1U > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgh1OsHaBpGcXe8IG2OtqtvkBoVfXnKy { width:20rem;height:3.3rem;top:2.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oQVR1xHBIe6nnJMv4kIKrNqS4LuauZ5i { width:16.124875rem;height:2.4375rem;top:7.1875rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hdykfThalTKTEx2A3TgTQuhndOKV0leP { width:12.1875rem;height:2.8rem;top:29.875rem;left:3.9062502980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrT3ksT6nNKA53hGE3i1lpaViAqPdJSm { width:16.4375rem;height:2.8rem;top:34.0625rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htNctikw4yBCARHCqHrH45R6ShZzMz0T { width:15.625rem;height:3.124275rem;top:12.125rem;left:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOhdydir5JHgdcFC9bQJKb6gGcUPfHme { display:block; }
 }@media only screen and (max-width: 763px) { #z9q8rstUAH0pXGggKE9VSou2lpPOMQoy { width:12.9361875rem;height:10.1861875rem;top:18.625rem;left:3.5286458134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkaTERXA0xcTcO3zJaIG87iXJTXnlV4U { width:15.625rem;height:3.12291875rem;top:11.979164123535rem;left:2.1875000596046rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KnpU6HbT4gUlg2Q43gOpQxqq1CuDBZlT { display:block; }
 }@media only screen and (max-width: 763px) { #xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f68e7404-5ff2-4232-99de-db86c140b449/Frame5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm.adaptive-delivery-prevent-bg, #xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm.lazyload, #xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm.lazyloading { background-image: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container { background-color: transparent; background-image: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container > .video-iframe-container { display: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row > .video-iframe-container { display: none; }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .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); }#xiUpt54zmPWcHG2eOi7RzI7WM6PE8XDm > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrQt9rrd9JP31ug30a3BZpWtsMLEKNCP { width:6.0625rem;height:6.0625rem;top:1.5937538146973rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf { display:block; }#BfMytZqI7IqmssiQrRXEZBkrk9BiBHNf > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtNOizi0yaHTH1E68SPizgeUlmcbqzDB { width:10.125rem;height:1.6875rem;top:2.5666656494141rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNbIdQ9A1V9hDu1ZoqgZw7TfV6KSUqo5 { width:10.4375rem;height:2.4rem;top:5.1520843505859rem;left:4.7812502980232rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgdeEirNRCTqb9kUs8HDdtF1rKwX7zvF { width:14.3125rem;height:2.4rem;top:8.5489578247069rem;left:2.8437500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEdsZt6MztPrBRb7oNvWIcSaLJnvc95W { width:10.625rem;height:2.1875rem;top:12.860416412354rem;left:4.6875002980232rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7QkWJndBpZTEdPQhoh3DQWFy6Wae86h { display:block; }
 }@media only screen and (max-width: 763px) { #tnIHCyQJT2GReyFFTa2Z35xu5reS2f7g { width:16.25rem;height:2.4rem;top:16.672916412354rem;left:1.8750000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }