.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:226,233,219;--color-primary-1:160,182,137;--color-primary-2:64,109,18;--color-primary-3:32,55,9;--color-primary-4:10,16,3;--color-secondary-0:254,254,218;--color-secondary-1:252,251,130;--color-secondary-2:248,246,5;--color-secondary-3:124,123,3;--color-secondary-4:37,37,1;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/a518f3cb-f4f8-4201-a17b-86518ec776b9/6c21ef318cf0454b8c2d916c931559bb.JPG");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container { display: none; }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .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); }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { background-color: transparent; background-image: none; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container > .video-iframe-container { display: none; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row > .video-iframe-container { display: none; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .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); }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { border-width: 0; border-radius: 0; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:60rem;position:relative;display:block; }#BSrZo8eSBMt6MiiTCMu9teoTqgX8Xe4p { display:block;width:30.062375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9716801643372rem;left:0rem;height:2.43706875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Se4WtqNFnGJhEy2sTGWPIrc0ler6vTBN { display:block;width:30.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.71169757843rem;left:0rem;height:4.87413125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ta7kvtwS9li6T4ke4fTITLoXhZZkpvfM { display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.65;letter-spacing:0;top:22.201606273651rem;left:0.9060344696045rem;height:1.34060625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl { display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:30.868598937988rem;left:0.9060344696045rem;height:20.502375rem;color:rgba(var(--color-tertiary-0),1);display:block; }#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1fc8c40300e9a6a11a4540ccef5fbd933a5411dc.svg); }
#WydgoT8rwA3fEcDOTV3n6KpBkOmQRtIc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:48.8125rem;width:23.125rem;position:absolute;display:block;z-index:15000;top:2.5244143009186rem;left:36.875003814698rem;display:block; }
#w7uoShTLAvDCmlVR9NJmdrKFd24D12um { display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4941408038137rem;left:38.750003814698rem;height:1.94986875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#DGg8BPWy3TaZucDy2ZcdCzdi8kaJRov8 { display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4087459445rem;left:38.750003814698rem;height:1.29936875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-form-header { font-size:0.875rem; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden;font-style:normal; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.625rem;font-size:0.875rem;vertical-align:top;font-family:var(--paragraphs-font-family);color:#3b613a; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:3.375rem;font-size:0.875rem;vertical-align:top;font-family:var(--paragraphs-font-family);color:#3b613a; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.625rem;font-size:0.875rem;vertical-align:top;font-family:var(--paragraphs-font-family);color:#3b613a; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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:bold;color:#000000;width:19.375rem;height:3.25rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#828282; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#828282; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#828282; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#828282; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),0.77);vertical-align:top;width:18.3125rem;float:none;overflow:hidden;font-style:normal;line-height:1.5; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:top; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404;float:none; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container:first-of-type{padding-top:0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container:last-of-type{padding-bottom:0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh  { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;position:absolute;z-index:15003;top:9.9018020629881rem;left:37.500003814698rem;font-size:0.875rem; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh {display:block;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;position:absolute;z-index:15003;top:9.9018020629881rem;left:37.500003814698rem;font-size:0.875rem; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #nZkWflvTA3TEHrt2SkgdEMvT5OJpPcQg { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #rLiAc5TiZbDtAPX9Tbdi6AUqzdGWUhrK { position:relative;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #wrQpbZ2JOhQzJZv6f3PH7faMVJ5cyzSQ { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #OQoL53xpVcv1zFXG8sEgv6Wd2ggWvZMC { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #G5uwvwxA4GWQottzbMc1FMviHxX2dH7V { position:relative;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #GeI7Dty1AexEw1D6EAcZzVmRfiiQAhQf { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #zDFMW26PosDbv2fAF4eq0IHRBbRJDuQ3 { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #yDTSETtuAoaR7R6f2RSfHRpu8pDvePrs { position:relative;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Caq0kJRzQMpq3mfDw3hE4TgCATydinwy { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #J2AcKybZ8yo1kEQxdcbVSUCgfqwa3tCB { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #hblK5ZhfTuQhSNtS4JTk0HnhUzuS5rm3 { position:relative;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #gpJXpVT9JHZDac11ilRVpfFFuOiohbSm { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Pbt0hutf6nSIvCHpd7umLhOTGsfk0J9U { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZaEX5kaP3XenWHvT2xMfOf7RrvOFIR9T { position:relative;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #NeUSNA3eJV2S8HTAn7F21xt4nPOCLgat { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #U8WgNG6qppdP1tMnaW9BOcmRLXNd9IfL { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #TT3sx7nv5Ueeq7kxxEDl0HPiinWAfmzw { position:relative;z-index:2; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Xe1UaQIoLkCkgT0at4s2iPpJ64KtfywL { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #p5fNXR2lBTl8EzwQtq0pGWWGCtifVUok { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZMQya45VzwZZhhwHFe3vWmlscPSfGRfF { position:relative; }
#SPwRW9sscA8X1rH1hTQMgwpUPzFqMDcK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:21.875rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.20193195343rem;left:4.0625019073486rem;display:block; }
#EI6T3EnisSDiNUunMff9fNoneKvpPb3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxWUCJuTybZiMgZGaOQSN3KHiQF06U9d { position:absolute;display:block;z-index:15009;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.625rem;width:3.625rem;top:2.5244143009186rem;left:56.304476752441rem;overflow:hidden;display:block; }
#n9pTZw5aoRzffBJGNNqyZ7oicBP9Pfi5 { position:absolute;display:block;z-index:15010;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:6.68675rem;width:6.68675rem;top:44.683705329895rem;left:45.093864440918rem;overflow:hidden;display:block; }
#q0oZXoTQArcSMw5VVn4haTXQtaT9bVOA { display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4941408038137rem;left:38.750003814698rem;height:1.94986875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 { display:block; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSrZo8eSBMt6MiiTCMu9teoTqgX8Xe4p { width:24.875rem;height:3.375rem;top:5.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se4WtqNFnGJhEy2sTGWPIrc0ler6vTBN { width:23.875rem;height:2rem;top:8.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta7kvtwS9li6T4ke4fTITLoXhZZkpvfM { width:23.875rem;height:4.75rem;top:13.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl { width:28.125rem;height:20.5rem;top:30.8125rem;left:0rem;font-size:1.4375rem;display:block; }#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1fc8c40300e9a6a11a4540ccef5fbd933a5411dc.svg); }
 }@media only screen and (max-width: 763px) { #WydgoT8rwA3fEcDOTV3n6KpBkOmQRtIc { width:20.625rem;height:30.1875rem;top:0rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7uoShTLAvDCmlVR9NJmdrKFd24D12um { width:19.375rem;height:2.5625rem;top:3.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGg8BPWy3TaZucDy2ZcdCzdi8kaJRov8 { width:19.375rem;height:1.4375rem;top:5.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-button { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh  { width:18.125rem;height:auto;top:7.1875rem;left:27.125rem; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh {display:block;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh { width:18.125rem;height:auto;top:7.1875rem;left:27.125rem; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #nZkWflvTA3TEHrt2SkgdEMvT5OJpPcQg {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #rLiAc5TiZbDtAPX9Tbdi6AUqzdGWUhrK { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #wrQpbZ2JOhQzJZv6f3PH7faMVJ5cyzSQ {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #OQoL53xpVcv1zFXG8sEgv6Wd2ggWvZMC {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #G5uwvwxA4GWQottzbMc1FMviHxX2dH7V { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #GeI7Dty1AexEw1D6EAcZzVmRfiiQAhQf {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #zDFMW26PosDbv2fAF4eq0IHRBbRJDuQ3 {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #yDTSETtuAoaR7R6f2RSfHRpu8pDvePrs { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Caq0kJRzQMpq3mfDw3hE4TgCATydinwy {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #J2AcKybZ8yo1kEQxdcbVSUCgfqwa3tCB {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #hblK5ZhfTuQhSNtS4JTk0HnhUzuS5rm3 {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #gpJXpVT9JHZDac11ilRVpfFFuOiohbSm {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Pbt0hutf6nSIvCHpd7umLhOTGsfk0J9U {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZaEX5kaP3XenWHvT2xMfOf7RrvOFIR9T {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #NeUSNA3eJV2S8HTAn7F21xt4nPOCLgat {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #U8WgNG6qppdP1tMnaW9BOcmRLXNd9IfL {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #TT3sx7nv5Ueeq7kxxEDl0HPiinWAfmzw {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Xe1UaQIoLkCkgT0at4s2iPpJ64KtfywL {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #p5fNXR2lBTl8EzwQtq0pGWWGCtifVUok {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZMQya45VzwZZhhwHFe3vWmlscPSfGRfF {  }
 }@media only screen and (max-width: 763px) { #SPwRW9sscA8X1rH1hTQMgwpUPzFqMDcK { width:21.875rem;height:4.375rem;top:19.1875rem;left:1.0000019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI6T3EnisSDiNUunMff9fNoneKvpPb3f { display:block; }
 }@media only screen and (max-width: 763px) { #GxWUCJuTybZiMgZGaOQSN3KHiQF06U9d { top:2.5rem;left:43.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9pTZw5aoRzffBJGNNqyZ7oicBP9Pfi5 { top:44.625rem;left:35.906364440918rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oZXoTQArcSMw5VVn4haTXQtaT9bVOA { width:19.375rem;height:2.5625rem;top:3.125rem;left:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a518f3cb-f4f8-4201-a17b-86518ec776b9/6c21ef318cf0454b8c2d916c931559bb.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container { display: none; }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 { display:block; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSrZo8eSBMt6MiiTCMu9teoTqgX8Xe4p { width:20rem;height:1.38075rem;top:4.8231339454651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #Se4WtqNFnGJhEy2sTGWPIrc0ler6vTBN { width:20rem;height:2.92535rem;top:7.723524570465rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta7kvtwS9li6T4ke4fTITLoXhZZkpvfM { width:20rem;height:1.23698125rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl { width:18.686rem;height:13.68275rem;top:15.611979484558rem;left:0.65646708011625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:.9;display:block; }#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1fc8c40300e9a6a11a4540ccef5fbd933a5411dc.svg); }
 }@media only screen and (max-width: 763px) { #WydgoT8rwA3fEcDOTV3n6KpBkOmQRtIc { width:20rem;height:75.625rem;top:1.1984596252441rem;left:0rem;background-color:rgba(64,109,18,0.99);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w7uoShTLAvDCmlVR9NJmdrKFd24D12um { width:16.3113125rem;height:1.62489375rem;top:30.642362594604rem;left:1.8440756797791rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGg8BPWy3TaZucDy2ZcdCzdi8kaJRov8 { width:17.935125rem;height:1.21853125rem;top:32.267253875733rem;left:1.0319011211395rem;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.2;overflow:hidden; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.2;overflow:hidden; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.2;overflow:hidden; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f8f605;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#000000; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container:first-of-type{padding-top:0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container:last-of-type{padding-bottom:0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh  { width:16.25rem;height:auto;top:33.484703063965rem;left:0.62500011920931rem; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh {display:block;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh { width:16.25rem;height:auto;top:33.484703063965rem;left:0.62500011920931rem; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #nZkWflvTA3TEHrt2SkgdEMvT5OJpPcQg {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #rLiAc5TiZbDtAPX9Tbdi6AUqzdGWUhrK { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #wrQpbZ2JOhQzJZv6f3PH7faMVJ5cyzSQ {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #OQoL53xpVcv1zFXG8sEgv6Wd2ggWvZMC {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #G5uwvwxA4GWQottzbMc1FMviHxX2dH7V { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #GeI7Dty1AexEw1D6EAcZzVmRfiiQAhQf {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #zDFMW26PosDbv2fAF4eq0IHRBbRJDuQ3 {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #yDTSETtuAoaR7R6f2RSfHRpu8pDvePrs { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Caq0kJRzQMpq3mfDw3hE4TgCATydinwy {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #J2AcKybZ8yo1kEQxdcbVSUCgfqwa3tCB {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #hblK5ZhfTuQhSNtS4JTk0HnhUzuS5rm3 { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #gpJXpVT9JHZDac11ilRVpfFFuOiohbSm {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Pbt0hutf6nSIvCHpd7umLhOTGsfk0J9U {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZaEX5kaP3XenWHvT2xMfOf7RrvOFIR9T { display:block; }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #NeUSNA3eJV2S8HTAn7F21xt4nPOCLgat {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #U8WgNG6qppdP1tMnaW9BOcmRLXNd9IfL {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #TT3sx7nv5Ueeq7kxxEDl0HPiinWAfmzw {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Xe1UaQIoLkCkgT0at4s2iPpJ64KtfywL {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #p5fNXR2lBTl8EzwQtq0pGWWGCtifVUok {  }
 }@media only screen and (max-width: 763px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZMQya45VzwZZhhwHFe3vWmlscPSfGRfF {  }
 }@media only screen and (max-width: 763px) { #SPwRW9sscA8X1rH1hTQMgwpUPzFqMDcK { width:17.5rem;height:3.125rem;top:11.284722328186rem;left:1.25rem;color:#000000;background-color:#f8f605;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:ubuntu;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI6T3EnisSDiNUunMff9fNoneKvpPb3f { display:block; }
 }@media only screen and (max-width: 763px) { #GxWUCJuTybZiMgZGaOQSN3KHiQF06U9d { width:3.624675rem;height:3.624675rem;top:1.1984592676162rem;left:8.1873922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9pTZw5aoRzffBJGNNqyZ7oicBP9Pfi5 { width:6.06228125rem;height:6.06228125rem;top:70.7959022522rem;left:6.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oZXoTQArcSMw5VVn4haTXQtaT9bVOA { width:16.3113125rem;height:3.24978125rem;top:67.581382751462rem;left:1.8440756797791rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }