.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:242,250,222;--color-primary-1:226,241,182;--color-primary-2:203,220,153;--color-primary-3:176,196,117;--color-primary-4:41,44,31;--color-secondary-0:217,233,227;--color-secondary-1:129,181,162;--color-secondary-2:2,106,69;--color-secondary-3:1,53,35;--color-secondary-4:0,16,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:106,106,106;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .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); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/eTByNC9f/Path_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.adaptive-delivery-prevent-bg, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyload, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyloading { background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { background-color: transparent; background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .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); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { border-width: 0; border-radius: 0; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { width:60rem;height:41.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VA7qFvFBU5FufltDxbhMnNg9x6m42Jcn { color:rgba(var(--color-secondary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.6875rem;left:37.625rem;height:8.285125rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#wid66VkMUMAiMdKF3cSTdQTD4BROBFBa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:19.0625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#MiaUBpI33azwzckR2Xwnda0XouPb5kbP { position:absolute;display:block;z-index:15007;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:28.25rem;width:28.4375rem;top:8.375rem;left:4.4375rem;overflow:hidden;display:block; }
#yildd0e98455pgGPTdiOVzbl99TfqB6K { color:rgba(var(--color-tertiary-3),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.78125rem;left:41.375rem;height:1.29980625rem;font-style:normal;display:block; }
#Zbgew6B3Kt9X6BkVFvCmQstnEJnrBLWh { color:rgba(var(--color-tertiary-3),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.78125rem;left:46.5rem;height:1.29980625rem;font-style:normal;display:block; }
#x3TRzJ0nbcAl2nhdDHCD9eEzr66w3spq { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.78125rem;left:52rem;height:1.29980625rem;font-style:normal;display:block; }
#WPTvsdykc8JsVTzF3CHd9auIgQ9UCvSL { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:4.5625rem;left:51.75rem;display:block; }
#kcbxx8016Wvd0yf8ZEc8JUxEuVagEG01 { color:rgba(var(--color-secondary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:15.5rem;left:36.0625rem;height:4.7246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl { position:relative;display:block; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl { background-color: transparent; background-image: none; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row .container > .video-iframe-container { display: none; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row > .video-iframe-container { display: none; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .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); }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl { border-width: 0; border-radius: 0; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pp6QDlZzTBODNL7OUlPr5SgaibkBGJke { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:4.375rem;left:32.53125rem;height:12.598625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W7LvQsMZp7mPpOxVz5TAbOe1lAG8dTAe { color:rgba(var(--color-secondary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:4.375rem;left:3.96875rem;height:7.1982375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XVNuIUozlF0J58Ja5vzoPXHyJnbBsXH1 { 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:8.75rem;width:8.4375rem;top:21.625rem;left:7.125rem;overflow:hidden;display:block; }
#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container { background-color: transparent; background-image: none; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container > .video-iframe-container { display: none; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row > .video-iframe-container { display: none; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .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); }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container { border-width: 0; border-radius: 0; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#QFUmsLFdByGZ3kxvv3SKA9UAUahwCoTJ { color:rgba(var(--color-secondary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:5.96875rem;left:14.0625rem;height:9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vlTSxQQRVALSEti2Di8BoCxZxCwbwr91 { 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:11.6875rem;width:11.25rem;top:6.8125rem;left:44.0625rem;overflow:hidden;display:none; }
#KZQ8R0O4ccKTQNEWVexLn5RV6CWf78iv { 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:11.6875rem;width:11.25rem;top:20.3125rem;left:6.8125rem;overflow:hidden;display:none; }
#zyFPW7zkTERQG0mWT1pBXeXI1wmEbOfJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.375rem;top:10.5625rem;left:44.25rem;overflow:hidden;display:block; }
#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM { position:relative;display:block; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM { background-color: transparent; background-image: none; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row .container > .video-iframe-container { display: none; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row > .video-iframe-container { display: none; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .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); }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM { border-width: 0; border-radius: 0; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#asNyhDrP8fqZTqq0T0KTMyL37gmu5HBE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:4.5625rem;left:33.96875rem;height:23.3974375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTVMTKnvJJpDtdKXRyEsFClS81AGsoI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:4.5625rem;left:3.96875rem;height:23.3974375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uvUNAdrW1oqhas1e6i51Xhz0Pm5OhR98 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:32.8125rem;left:0rem;display:block; }
#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy { position:relative;display:block; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy { background-color: transparent; background-image: none; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row .container > .video-iframe-container { display: none; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row > .video-iframe-container { display: none; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .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); }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy { border-width: 0; border-radius: 0; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fopKuWEdGbIy86HOnI7fQ5e2rUkKVLAi { color:rgba(var(--color-secondary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:3.90625rem;left:18.96875rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LCwzazgkFxDkVOrZKBXCsC9P2v16aZT9 { color:rgba(var(--color-secondary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:5.375rem;left:18.96875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCzEIamhVnHcft7QsRi7uhdCksPfQZpf { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:9.8125rem;left:26.875rem;display:block; }
#BrPMdm4PzawrJV4gDfD0VP97vPfVv5dn { color:rgba(var(--color-primary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:4.03125rem;left:18.96875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gddHxFB1QdRCddguDmeu64fdXTxKBeWw { color:rgba(var(--color-secondary-2),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:6.09375rem;left:14.5625rem;height:0;text-align:center;text-align-last:center;font-style:italic;display:none; }
#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm { position:relative;display:none; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm { border-width: 0; border-radius: 0; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#fRgKxFkaBLfBxw3Nb7FQbGAXvVSqm7ke { color:rgba(var(--color-primary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:4.03125rem;left:18.96875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN { position:relative;display:none; }#Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN { border-width: 0; border-radius: 0; }#Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#BKkPbs9goTAJ4QRyP7nXFdDSVn9BA5Qw { color:rgba(var(--color-primary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:4.03125rem;left:18.96875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WgWam3SGcXOiK46lPz2pmm8DposAOpzo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:3.75rem;left:3.75rem;display:none; }
#UIio3o6k6WcibqzTb24G4wG4PamSQ0lG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:6.375rem;left:3.6875rem;display:none; }
#nE8NRm56RTxJWDE21bVzFVFUF4RTl8so { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:12.25rem;left:3.6875rem;display:none; }
#LCvtT3eShg4tCqQsq8nPfl2xQPTsPde3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:16.8125rem;left:3.6875rem;display:none; }
#Gu5nG8u4O8wU15w9Q0h8WSp4lkLXHlhW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:22.75rem;left:3.6875rem;display:none; }
#e3r9g9iwn7ap5as2mBxGdhuEBy1qBTvn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:26.3125rem;left:3.6875rem;display:none; }
#sICNudSHlrVUgQh6qLhPnTwTnhNA0E3P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:31.375rem;left:3.6875rem;display:none; }
#v10C3rrWqszgPhkDS1wV9icomukEEnnk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ygkm1kXHtxnR8CRpZQeW8PBcLJTsEvRs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#OzSTDHM5kXu2TvMliE0MbePR6HaFn7FK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZCAC9HvR23rBfno9TzoaxqgHoq1PsGrg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#vT1qTIK0G5gTWzP1yE6qgIMXoHTDKSl0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fAtT6thTb2TUkbWrU6T0TL4RoPOfKXgN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XOLrKnWTcD5TNpzXSgN5upPN6fT0MW9F { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR { position:relative;display:block; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR { background-color: transparent; background-image: none; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container > .video-iframe-container { display: none; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row > .video-iframe-container { display: none; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .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); }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR { border-width: 0; border-radius: 0; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container { 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/4JIbL8TY/Monofilm_ITA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:38rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container.adaptive-delivery-prevent-bg, #uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container.lazyload, #uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container.lazyloading { background-image: none; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N { position:relative;display:block; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N { background-color: transparent; background-image: none; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row .container > .video-iframe-container { display: none; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row > .video-iframe-container { display: none; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .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); }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N { border-width: 0; border-radius: 0; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .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; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { border-width: 0; border-radius: 0; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:none; }#TcxwWgi29gTb6FDD4xitsAdpe7mEbDAF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:3.375rem;left:14.375rem;height:6.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dnU4NVTyCQWNHi4dMn5CkbhMQVNRi3nh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:11.75rem;left:24.34375rem;display:block; }
#C4ltD955VbcPR9IxgA8CULPLPyekEGEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container { background-color: transparent; background-image: none; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container > .video-iframe-container { display: none; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row > .video-iframe-container { display: none; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .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); }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container { border-width: 0; border-radius: 0; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-form-header {  }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:24.1875rem;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;overflow:hidden;line-height:1.8; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .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;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:24.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-text {padding-top: 0; padding-bottom: 0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .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:24.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .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:24.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-select {padding-top: 0; padding-bottom: 0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-button { border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:24.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);font-style:italic;line-height:1.3; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:23rem;overflow:hidden;font-style:normal; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-container:first-of-type{padding-top:0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-container:last-of-type{padding-bottom:0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N  { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.65625rem;top:8.46875rem;z-index:15000;position:absolute; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N {display:block;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.65625rem;top:8.46875rem;z-index:15000;position:absolute; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #NyQOnGkKlqgVexfb68ua5GMubT9mq5tG { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #G0Neco9tWHCL9cWG1cnckpH3oiVBHOo2 { position:relative;display:block; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #z4I4ZTpB9QHnW49qPgx4dw1ZrDcew3eG { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #fGA6ML6J4I5bMzNSH4UHWEwA2NkALPQI { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #GvFbbozqVrCv90rI1Q5y6rhNCDA0lGRb { position:relative;display:block; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #Cqh8rkARQaUrtRTcO4L2QHmTX55GepxQ { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #WTzu3pxwtN0c41E9AP2CwvGa0FWBnXhz { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #Ss4ZxO7J8pAB8pFBcUI7cfOs5p49CNsC { position:relative;display:block; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #bvP1gWhrRP6STWVhQNlERdZ73eO12ik8 { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #XTJuxhegiZZC8kc0JPETtM9uXz91rb6O { position:relative; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #vnmLxKMd6Tef7SpsX1MTw9plbhDyynXX { position:relative; }
#wUa7mhhPc00OAQbN015URVdbu8tgIsiQ { color:rgba(var(--color-secondary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.46875rem;left:16.34375rem;height:0;text-align:center;text-align-last:center;font-style:italic;display:none; }
#UC8Vr1kzpKDy6nnHTeGxtVsDU5l22Xm4 { color:rgba(var(--color-secondary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.625rem;left:16.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container { background-color: transparent; background-image: none; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container > .video-iframe-container { display: none; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row > .video-iframe-container { display: none; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .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); }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container { border-width: 0; border-radius: 0; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:block; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r { position:relative;display:block; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r { background-color: transparent; background-image: none; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row .container > .video-iframe-container { display: none; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row > .video-iframe-container { display: none; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .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); }#olMkqT93HEN1auXWTx08pIXUBwAsP04r { border-width: 0; border-radius: 0; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hy5z4wuTkDWbTF9zpU7lQ60BcM5SLVKK { position:absolute;display:block;z-index:15007;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:5.375rem;width:19.5625rem;top:1.9375rem;left:0.0625rem;overflow:hidden;display:block; }
#SJmtkVNJ8tXRur3T3IH6NsVbGfFoaKQO { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:2.2;letter-spacing:0;top:8.0625rem;left:40.78125rem;height:5.77441875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#oz4Fn48MxFSVXLp6GTkOACu9erToxsUE { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:2.2;letter-spacing:0;top:8.0625rem;left:19.0625rem;height:7.699225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Qb89Akr0wtRvOvqa5TnRhoiA1Bczc0HG { color:rgba(var(--color-tertiary-3),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5625rem;left:43.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#f3ma86A7pfd2wP6Z1JgtItuxurEA1XKE { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5625rem;left:49.375rem;height:1.29980625rem;font-style:normal;display:block; }
#r3PcAfESL2Z1dgXOplm0ubGzrQrUFWfM { color:rgba(var(--color-secondary-2),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5625rem;left:55.46875rem;height:1.29980625rem;font-style:normal;display:block; }
#U9qJWidimeTnNyI7gzuRyvTFyHxgVMBQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:20.3125rem;left:55.28125rem;display:block; }
#MhmdhfVfxtnnNMyWICo0VrbUTCxEIzgI { color:rgba(var(--color-tertiary-3),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5625rem;left:29.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L73ngoTJpb23sf7hEMAr4h5f6qIzg7Ta { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.6875rem;top:2.375rem;left:54.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J { display:block; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA7qFvFBU5FufltDxbhMnNg9x6m42Jcn { width:20.5rem;height:8.25rem;top:19.6875rem;left:27.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wid66VkMUMAiMdKF3cSTdQTD4BROBFBa { top:1rem;left:0rem;width:19.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiaUBpI33azwzckR2Xwnda0XouPb5kbP { top:8.375rem;left:0rem;width:28.4375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yildd0e98455pgGPTdiOVzbl99TfqB6K { top:2.75rem;left:35.25rem;width:3.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbgew6B3Kt9X6BkVFvCmQstnEJnrBLWh { top:2.75rem;left:40.375rem;width:4rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TRzJ0nbcAl2nhdDHCD9eEzr66w3spq { top:2.75rem;left:43.75rem;width:4rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTvsdykc8JsVTzF3CHd9auIgQ9UCvSL { top:4.5625rem;left:44rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcbxx8016Wvd0yf8ZEc8JUxEuVagEG01 { top:15.5rem;left:25.6875rem;width:22.0625rem;height:4.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl { display:block; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp6QDlZzTBODNL7OUlPr5SgaibkBGJke { top:4.375rem;left:23.5625rem;width:24.1875rem;height:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7LvQsMZp7mPpOxVz5TAbOe1lAG8dTAe { top:4.375rem;left:0.90625rem;width:22.0625rem;height:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVNuIUozlF0J58Ja5vzoPXHyJnbBsXH1 { top:21.625rem;left:4.0625rem;width:8.4375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U { display:block; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFUmsLFdByGZ3kxvv3SKA9UAUahwCoTJ { top:5.9375rem;left:0rem;width:31.4375rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTSxQQRVALSEti2Di8BoCxZxCwbwr91 { top:6.8125rem;left:34.875rem;width:11.25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZQ8R0O4ccKTQNEWVexLn5RV6CWf78iv { top:20.3125rem;left:3.75rem;width:11.25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyFPW7zkTERQG0mWT1pBXeXI1wmEbOfJ { top:10.5625rem;left:35.0625rem;width:8.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZByTZemRxkswiblhBxoNOBzk6cGAZTAM { display:block; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asNyhDrP8fqZTqq0T0KTMyL37gmu5HBE { top:4.5625rem;left:24.78125rem;width:22.0625rem;height:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVMTKnvJJpDtdKXRyEsFClS81AGsoI1 { top:4.5625rem;left:0.90625rem;width:22.0625rem;height:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUNAdrW1oqhas1e6i51Xhz0Pm5OhR98 { top:32.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy { display:block; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fopKuWEdGbIy86HOnI7fQ5e2rUkKVLAi { top:3.875rem;left:1.8125rem;width:22.0625rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwzazgkFxDkVOrZKBXCsC9P2v16aZT9 { top:5.375rem;left:1.8125rem;width:22.0625rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzEIamhVnHcft7QsRi7uhdCksPfQZpf { top:9.8125rem;left:17.625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrPMdm4PzawrJV4gDfD0VP97vPfVv5dn { top:4rem;left:1.8125rem;width:22.0625rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gddHxFB1QdRCddguDmeu64fdXTxKBeWw { top:0rem;left:0rem;width:20rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm { display:none; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fRgKxFkaBLfBxw3Nb7FQbGAXvVSqm7ke { top:4rem;left:1.8125rem;width:22.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN { display:none; }#Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BKkPbs9goTAJ4QRyP7nXFdDSVn9BA5Qw { top:4rem;left:1.8125rem;width:22.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgWam3SGcXOiK46lPz2pmm8DposAOpzo { top:3.75rem;left:0.6875rem;width:16.3125rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIio3o6k6WcibqzTb24G4wG4PamSQ0lG { top:6.375rem;left:0.625rem;width:16.3125rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nE8NRm56RTxJWDE21bVzFVFUF4RTl8so { top:12.25rem;left:0.625rem;width:16.3125rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCvtT3eShg4tCqQsq8nPfl2xQPTsPde3 { top:16.8125rem;left:0.625rem;width:16.3125rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu5nG8u4O8wU15w9Q0h8WSp4lkLXHlhW { top:22.75rem;left:0.625rem;width:16.3125rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3r9g9iwn7ap5as2mBxGdhuEBy1qBTvn { top:26.3125rem;left:0.625rem;width:16.3125rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sICNudSHlrVUgQh6qLhPnTwTnhNA0E3P { top:31.375rem;left:0.625rem;width:16.3125rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v10C3rrWqszgPhkDS1wV9icomukEEnnk { display:none; }
 }@media only screen and (max-width: 763px) { #ygkm1kXHtxnR8CRpZQeW8PBcLJTsEvRs { display:none; }
 }@media only screen and (max-width: 763px) { #OzSTDHM5kXu2TvMliE0MbePR6HaFn7FK { display:none; }
 }@media only screen and (max-width: 763px) { #ZCAC9HvR23rBfno9TzoaxqgHoq1PsGrg { display:none; }
 }@media only screen and (max-width: 763px) { #vT1qTIK0G5gTWzP1yE6qgIMXoHTDKSl0 { display:none; }
 }@media only screen and (max-width: 763px) { #fAtT6thTb2TUkbWrU6T0TL4RoPOfKXgN { display:none; }
 }@media only screen and (max-width: 763px) { #XOLrKnWTcD5TNpzXSgN5upPN6fT0MW9F { display:none; }
 }@media only screen and (max-width: 763px) { #uJlLE8956rgWVME3tXeO0R3oSH1MZJqR { display:block; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3TP9nMHpCtPe4r703nLFq83Co2iQS6N { display:block; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 { display:block; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxwWgi29gTb6FDD4xitsAdpe7mEbDAF { top:3.375rem;left:0rem;width:30.4375rem;height:6.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnU4NVTyCQWNHi4dMn5CkbhMQVNRi3nh { width:11.375rem;height:3.125rem;top:11.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ltD955VbcPR9IxgA8CULPLPyekEGEZ { display:block; }
 }@media only screen and (max-width: 763px) { #e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp { display:block; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-text {padding-top: 0; padding-bottom: 0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-select {padding-top: 0; padding-bottom: 0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N  { width:24.1875rem;height:auto;top:8.4375rem;left:0rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N {display:block;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N { width:24.1875rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #NyQOnGkKlqgVexfb68ua5GMubT9mq5tG {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #G0Neco9tWHCL9cWG1cnckpH3oiVBHOo2 { display:block; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #z4I4ZTpB9QHnW49qPgx4dw1ZrDcew3eG {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #fGA6ML6J4I5bMzNSH4UHWEwA2NkALPQI {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #GvFbbozqVrCv90rI1Q5y6rhNCDA0lGRb { display:block; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #Cqh8rkARQaUrtRTcO4L2QHmTX55GepxQ {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #WTzu3pxwtN0c41E9AP2CwvGa0FWBnXhz {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #Ss4ZxO7J8pAB8pFBcUI7cfOs5p49CNsC { display:block; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #bvP1gWhrRP6STWVhQNlERdZ73eO12ik8 {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #XTJuxhegiZZC8kc0JPETtM9uXz91rb6O {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #vnmLxKMd6Tef7SpsX1MTw9plbhDyynXX {  }
 }@media only screen and (max-width: 763px) { #wUa7mhhPc00OAQbN015URVdbu8tgIsiQ { top:3.25rem;left:0rem;width:20rem;height:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC8Vr1kzpKDy6nnHTeGxtVsDU5l22Xm4 { top:4.625rem;left:0rem;width:27.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6WysT1MfNRi038a7a6yA1DrbIpCKcPo { display:block; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olMkqT93HEN1auXWTx08pIXUBwAsP04r { display:block; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy5z4wuTkDWbTF9zpU7lQ60BcM5SLVKK { top:1.9375rem;left:0rem;width:19.5625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJmtkVNJ8tXRur3T3IH6NsVbGfFoaKQO { top:8.0625rem;left:29.75rem;width:18rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz4Fn48MxFSVXLp6GTkOACu9erToxsUE { top:8.0625rem;left:5.875rem;width:18rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb89Akr0wtRvOvqa5TnRhoiA1Bczc0HG { top:18.5625rem;left:34.125rem;width:3.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ma86A7pfd2wP6Z1JgtItuxurEA1XKE { top:18.5625rem;left:40.1875rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PcAfESL2Z1dgXOplm0ubGzrQrUFWfM { top:18.5625rem;left:44.375rem;width:3.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9qJWidimeTnNyI7gzuRyvTFyHxgVMBQ { top:20.3125rem;left:44rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhmdhfVfxtnnNMyWICo0VrbUTCxEIzgI { top:18.5625rem;left:15.875rem;width:8rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L73ngoTJpb23sf7hEMAr4h5f6qIzg7Ta { top:2.375rem;left:43.0625rem;width:4.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eTByNC9f/Path_2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.adaptive-delivery-prevent-bg, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyload, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyloading { background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { background-color: transparent; background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .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); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { border-width: 0; border-radius: 0; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA7qFvFBU5FufltDxbhMnNg9x6m42Jcn { width:14.25rem;height:5.4375rem;top:37.125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wid66VkMUMAiMdKF3cSTdQTD4BROBFBa { width:19.0625rem;height:5.4375rem;top:1.6875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiaUBpI33azwzckR2Xwnda0XouPb5kbP { width:20rem;height:19.875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yildd0e98455pgGPTdiOVzbl99TfqB6K { width:3.375rem;height:1.25rem;top:8.375rem;left:3.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zbgew6B3Kt9X6BkVFvCmQstnEJnrBLWh { width:4rem;height:1.25rem;top:8.375rem;left:8.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3TRzJ0nbcAl2nhdDHCD9eEzr66w3spq { width:4rem;height:1.25rem;top:8.3125rem;left:13.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPTvsdykc8JsVTzF3CHd9auIgQ9UCvSL { width:3.75rem;height:0.125rem;top:10.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcbxx8016Wvd0yf8ZEc8JUxEuVagEG01 { width:20rem;height:3.5625rem;top:33.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl { display:block; }#e5aRtZNexmGNN4kmRK3TJLPXtT2A3Rfl > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp6QDlZzTBODNL7OUlPr5SgaibkBGJke { width:20rem;height:12.25rem;top:11.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7LvQsMZp7mPpOxVz5TAbOe1lAG8dTAe { width:20rem;height:6.5625rem;top:3.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVNuIUozlF0J58Ja5vzoPXHyJnbBsXH1 { width:8.4375rem;height:8.75rem;top:21.625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U { display:block; }#mp9TNUqLi8MRRcNVz7ANEt6VZUUrJN0U > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFUmsLFdByGZ3kxvv3SKA9UAUahwCoTJ { width:20rem;height:12.75rem;top:9.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlTSxQQRVALSEti2Di8BoCxZxCwbwr91 { width:7.1875rem;height:7.5rem;top:22.5625rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZQ8R0O4ccKTQNEWVexLn5RV6CWf78iv { width:7.125rem;height:7.375rem;top:2.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyFPW7zkTERQG0mWT1pBXeXI1wmEbOfJ { width:8.375rem;height:8.75rem;top:10.5625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZByTZemRxkswiblhBxoNOBzk6cGAZTAM { display:block; }#ZByTZemRxkswiblhBxoNOBzk6cGAZTAM > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asNyhDrP8fqZTqq0T0KTMyL37gmu5HBE { width:20rem;height:26.25rem;top:34.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTVMTKnvJJpDtdKXRyEsFClS81AGsoI1 { width:20rem;height:28rem;top:4.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvUNAdrW1oqhas1e6i51Xhz0Pm5OhR98 { width:20rem;height:0.125rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy { display:none; }#U9B5AWmmHbUZreoPXbfkTayVwrHxHXcy > .row .container { width:20rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fopKuWEdGbIy86HOnI7fQ5e2rUkKVLAi { width:20rem;height:2.25rem;top:6.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCwzazgkFxDkVOrZKBXCsC9P2v16aZT9 { width:20rem;height:3.5625rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCzEIamhVnHcft7QsRi7uhdCksPfQZpf { width:6.25rem;height:0.125rem;top:6.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrPMdm4PzawrJV4gDfD0VP97vPfVv5dn { width:20rem;height:0;top:1.875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #gddHxFB1QdRCddguDmeu64fdXTxKBeWw { width:20rem;height:1.75rem;top:1.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;font-weight:400;font-style:normal;color:#b0c475;display:block; }
 }@media only screen and (max-width: 763px) { #Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm { display:block; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm { background-color: transparent; background-image: none; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container > .video-iframe-container { display: none; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row > .video-iframe-container { display: none; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .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); }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container { width:20rem;height:25.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lanfbAi0/Oval_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container.adaptive-delivery-prevent-bg, #Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container.lazyload, #Ctkb7CSiCyV4GqO5dqvUzgV4P7Fmhflm > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #fRgKxFkaBLfBxw3Nb7FQbGAXvVSqm7ke { width:20rem;height:2.25rem;top:6.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN { display:block; }#Pkt791oGuzVvxcVqvDIpn9wzMeo0nzBN > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKkPbs9goTAJ4QRyP7nXFdDSVn9BA5Qw { width:20rem;height:2.25rem;top:6.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WgWam3SGcXOiK46lPz2pmm8DposAOpzo { top:3.75rem;left:3.75rem;width:16.3125rem;height:1.5625rem;z-index:15002;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UIio3o6k6WcibqzTb24G4wG4PamSQ0lG { top:6.375rem;left:3.6875rem;width:16.3125rem;height:3.125rem;z-index:15003;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nE8NRm56RTxJWDE21bVzFVFUF4RTl8so { top:11.0625rem;left:3.6875rem;width:16.3125rem;height:1.5625rem;z-index:15004;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LCvtT3eShg4tCqQsq8nPfl2xQPTsPde3 { top:14.125rem;left:3.6875rem;width:16.3125rem;height:3.125rem;z-index:15005;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gu5nG8u4O8wU15w9Q0h8WSp4lkLXHlhW { top:19.1875rem;left:3.6875rem;width:16.3125rem;height:3.125rem;z-index:15006;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e3r9g9iwn7ap5as2mBxGdhuEBy1qBTvn { top:24.3125rem;left:3.6875rem;width:16.3125rem;height:3.125rem;z-index:15006;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sICNudSHlrVUgQh6qLhPnTwTnhNA0E3P { top:29.375rem;left:3.6875rem;width:16.3125rem;height:3.125rem;z-index:15007;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v10C3rrWqszgPhkDS1wV9icomukEEnnk { top:4.25rem;left:1.625rem;width:0.625rem;height:0.625rem;z-index:15008;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkm1kXHtxnR8CRpZQeW8PBcLJTsEvRs { top:6.75rem;left:1.625rem;width:0.625rem;height:0.625rem;z-index:15009;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzSTDHM5kXu2TvMliE0MbePR6HaFn7FK { top:11.53125rem;left:1.625rem;width:0.625rem;height:0.625rem;z-index:15009;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAC9HvR23rBfno9TzoaxqgHoq1PsGrg { top:14.6875rem;left:1.625rem;width:0.625rem;height:0.625rem;z-index:15010;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1qTIK0G5gTWzP1yE6qgIMXoHTDKSl0 { top:19.75rem;left:1.625rem;width:0.625rem;height:0.625rem;z-index:15011;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAtT6thTb2TUkbWrU6T0TL4RoPOfKXgN { top:24.6875rem;left:1.625rem;width:0.625rem;height:0.625rem;z-index:15012;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOLrKnWTcD5TNpzXSgN5upPN6fT0MW9F { top:29.75rem;left:1.8125rem;width:0.625rem;height:0.625rem;z-index:15013;background-color:#026a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJlLE8956rgWVME3tXeO0R3oSH1MZJqR { display:none; }#uJlLE8956rgWVME3tXeO0R3oSH1MZJqR > .row .container { width:20rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3TP9nMHpCtPe4r703nLFq83Co2iQS6N { display:none; }#T3TP9nMHpCtPe4r703nLFq83Co2iQS6N > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 { display:none; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { width:20rem;height:23.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcxwWgi29gTb6FDD4xitsAdpe7mEbDAF { width:20rem;height:10.625rem;top:3.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnU4NVTyCQWNHi4dMn5CkbhMQVNRi3nh { width:11.375rem;height:3.125rem;top:16.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ltD955VbcPR9IxgA8CULPLPyekEGEZ { display:block; }
 }@media only screen and (max-width: 763px) { #e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp { display:block; }#e21dZEEV2x0dQVZ9FXkL8To24BIoaiHp > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-text {padding-top: 0; padding-bottom: 0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-select {padding-top: 0; padding-bottom: 0;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N  { width:17.5rem;height:auto;top:7.875rem;left:0rem; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N {display:block;}#NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N { width:17.5rem;height:auto;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #NyQOnGkKlqgVexfb68ua5GMubT9mq5tG {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #G0Neco9tWHCL9cWG1cnckpH3oiVBHOo2 { display:block; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #z4I4ZTpB9QHnW49qPgx4dw1ZrDcew3eG {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #fGA6ML6J4I5bMzNSH4UHWEwA2NkALPQI {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #GvFbbozqVrCv90rI1Q5y6rhNCDA0lGRb { display:block; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #Cqh8rkARQaUrtRTcO4L2QHmTX55GepxQ {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #WTzu3pxwtN0c41E9AP2CwvGa0FWBnXhz {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #Ss4ZxO7J8pAB8pFBcUI7cfOs5p49CNsC { display:block; }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #bvP1gWhrRP6STWVhQNlERdZ73eO12ik8 {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #XTJuxhegiZZC8kc0JPETtM9uXz91rb6O {  }
 }@media only screen and (max-width: 763px) { #NDuxCqhT3h43AlPkLLDwkZ5GaWsUsN6N #vnmLxKMd6Tef7SpsX1MTw9plbhDyynXX {  }
 }@media only screen and (max-width: 763px) { #wUa7mhhPc00OAQbN015URVdbu8tgIsiQ { width:20rem;height:4rem;top:3.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UC8Vr1kzpKDy6nnHTeGxtVsDU5l22Xm4 { width:20rem;height:0;top:4.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A6WysT1MfNRi038a7a6yA1DrbIpCKcPo { display:block; }#A6WysT1MfNRi038a7a6yA1DrbIpCKcPo > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olMkqT93HEN1auXWTx08pIXUBwAsP04r { display:block; }#olMkqT93HEN1auXWTx08pIXUBwAsP04r > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy5z4wuTkDWbTF9zpU7lQ60BcM5SLVKK { width:15.8125rem;height:4.4375rem;top:2.25rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJmtkVNJ8tXRur3T3IH6NsVbGfFoaKQO { width:18rem;height:5.625rem;top:17.9375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oz4Fn48MxFSVXLp6GTkOACu9erToxsUE { width:18rem;height:7.5rem;top:8.75rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qb89Akr0wtRvOvqa5TnRhoiA1Bczc0HG { width:3.375rem;height:1.25rem;top:32.875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3ma86A7pfd2wP6Z1JgtItuxurEA1XKE { width:3.75rem;height:1.25rem;top:32.875rem;left:8.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3PcAfESL2Z1dgXOplm0ubGzrQrUFWfM { width:3.375rem;height:1.25rem;top:32.875rem;left:14.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9qJWidimeTnNyI7gzuRyvTFyHxgVMBQ { width:3.75rem;height:0.125rem;top:34.9375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhmdhfVfxtnnNMyWICo0VrbUTCxEIzgI { width:8rem;height:1.25rem;top:27.6875rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L73ngoTJpb23sf7hEMAr4h5f6qIzg7Ta { width:4.6875rem;height:3.5rem;top:26.0625rem;left:14.375rem;display:block; }
 }