.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;
}
@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:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { background-color: transparent; background-image: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container > .video-iframe-container { display: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container { display: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .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); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { border-width: 0; border-radius: 0; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#iRq44FHwiCVdP4wfiRrabEXrAu1IIJET { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8117875rem;width:11.312125rem;top:2.5612533092499rem;left:24.343036651611rem;overflow:hidden;display:block; }
#K6cUI1hfgWadDWWpPCxBA44vXVk3W4d0 { position:absolute;display:block;z-index:15001;background-color:#293349;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:2.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:17.625rem;width:40.25rem;top:18.9375rem;left:9.125rem;display:block; }
#KJrJ6oiy2xU3ha75ExkDl6c2yDDQS4ZE { color:#ffffff;display:block;width:37.9998125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.936965942382rem;left:12.935901641846rem;height:2.68021875rem;font-style:normal;display:block; }
#fro7yeLWi5mPmBV6HMZc4RCbvAd4T9X4 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.428621292114rem;left:13.030006408691rem;height:3.89648125rem;font-style:normal;display:block; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-form-header {  }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-regular-label { display:block;width:16.4375rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.75rem;width:17.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:2.9375rem;width:16.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:14.0625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.15) ; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.5625rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.125rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.5rem;padding-bottom:0;padding-left:0.5rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:first-of-type{padding-top:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:last-of-type{padding-bottom:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:33.125rem;height:auto;left:11.435546875rem;top:27.268287658691rem;z-index:15004;position:absolute; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .radio-container { width:17.0625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:33.125rem;height:auto;left:11.435546875rem;top:27.268287658691rem;z-index:15004;position:absolute; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #WsPnwf2wVilRMCV26lQQnadrEhs1d0Fz { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #ci3P4e3WX4JXxEeb9uQDs3HZF5XEPEH0 { position:relative;display:none; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #yp2PByHowPXr6w1aqCZEQEFXl2OlbGcD { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #fo4GcqvJFK27mtT8w4PxbKRXmeeO6MVz { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #Ba95qr3aVdZCE6byx4iV3DqpM4KIZfTL { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #bfBOotakuoSUCJ7B3h7713DvXG95ecZd { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #cawWfT1MTcEfWm8piKiUARVoQQMUSaLL { position:relative;z-index:2; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #FO2c6xx7yBc3fNkKrJebKoDzb20zK9RV { position:relative; }
#zaTzbtL32KdXuAxcK9z0tI2EUzuGB3GK { color:#000000;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6786222457888rem;left:6.5625rem;height:6.498575rem;text-align:center;text-align-last:center;display:block; }
#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container { background-color: transparent; background-image: none; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container > .video-iframe-container { display: none; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row > .video-iframe-container { display: none; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .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); }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container { border-width: 0; border-radius: 0; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#f1KcbnqNBVt7dGpA6Sd3naT4R9DBAUxD { color:#050b26;display:block;width:11.3743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0681838989258rem;left:8.9666175842288rem;height:4.38654375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlWe4eXLTy7gwTbcgwCaL4z4JGIfiTDy { position:absolute;display:block;z-index:14992;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:23.125rem;display:block; }
#LvhHsRnrv750rDgaAzwW9gsMktLa5eyc { position:absolute;display:block;z-index:14994;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:7.625rem;display:block; }
#iTeTQiL7WxZX8uRV7gRFQt4btMW9J8P1 { position:absolute;display:block;z-index:14990;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:38.0625rem;display:block; }
#asBeKENzCGwl0Mu6iydf5LsrdsxHSvEC { color:#050b26;display:block;width:11.3743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0681838989258rem;left:24.46732711792rem;height:4.38654375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lI3MnzKdmr4aZHHNrATAtv2ElOdKtdCE { color:#050b26;display:block;width:11.3743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0672950744629rem;left:39.405185699463rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uskGpBuO7Bg1FpXk0SsPNBleH3Dnb78b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.125rem;left:43.52982711792rem; }
#OAHJevnNsGg63ntlKqrkhTguSc4dWBPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.999825rem;width:2.999825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.18625831604rem;left:13.151630401611rem; }
#IvQZJ5k73ZVG3Qw5hqq8IrEWG3y5Xbub { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.2812519073488rem;left:28.749111175537rem; }
#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { background-color: transparent; background-image: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container > .video-iframe-container { display: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container { display: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .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); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { border-width: 0; border-radius: 0; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#vLgEtcNMKMcSfVeTUdN61tTApF2J54tp { color:#0f0f0f;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:2.45028125rem;font-style:normal;display:block; }
#Ey4BTrvuNukZmTKauSuLQRmqhwsP2usz { color:#0f0f0f;display:block;width:17.9368125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3103694915769rem;left:42.063205718994rem;height:2.4502875rem;font-style:normal;display:block; }
#FWhpviSiLMutb1BWSoO8EeCrHtpsATFO { color:#0f0f0f;display:block;width:7.3118125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.5914421081544rem;left:24.962711334229rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTTagJQE8ZPwUJf4P633TRUtGbi4kbtu { color:#0f0f0f;display:block;width:10.06125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.3121452331544rem;left:23.591083526611rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAWuKzlXQz1B1lO1Ne5ULKMRe7In3Vlq { 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:3.125rem;width:7.6243125rem;top:9.9032325744631rem;left:0rem;overflow:hidden;display:block; }
#SPJN6ZdN1vqRsEZZLWwaQwMgkXP7ACnX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062325rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.909978866577rem;left:26.154117584229rem; }
#SPJN6ZdN1vqRsEZZLWwaQwMgkXP7ACnX > img { max-width: 100%;max-height:100%; width:2.062325rem; height:2.062325rem; }#DBPplhq3ZhlmSZQySLMKyJFLuerQrXZt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.005857467651rem;left:29.061611175537rem; }
#DBPplhq3ZhlmSZQySLMKyJFLuerQrXZt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ckb28mT4I36C86tl3439ZsiA3HyXG93b { display:block; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRq44FHwiCVdP4wfiRrabEXrAu1IIJET { top:2.5rem;left:18.218036651611rem;width:11.25rem;height:4.7853616694476rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6cUI1hfgWadDWWpPCxBA44vXVk3W4d0 { top:18.9375rem;left:3rem;width:40.1875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrJ6oiy2xU3ha75ExkDl6c2yDDQS4ZE { top:19.875rem;left:6.8109016418456rem;width:37.9375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fro7yeLWi5mPmBV6HMZc4RCbvAd4T9X4 { top:23.375rem;left:6.9050064086912rem;width:30.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-regular-label { width:16.4375rem;display:block; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text { width:17.0625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-textarea { width:16.4375rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select { width:16.4375rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-checkbox-label { width:30.625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-radio-label { width:6.84375rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52  { width:33.125rem;height:auto;top:27.25rem;left:5.310546875rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .radio-container { width:17.0625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 {display:inline-block;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 { width:33.125rem;height:auto;top:27.25rem;left:5.310546875rem; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #WsPnwf2wVilRMCV26lQQnadrEhs1d0Fz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #ci3P4e3WX4JXxEeb9uQDs3HZF5XEPEH0 { display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #yp2PByHowPXr6w1aqCZEQEFXl2OlbGcD {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #fo4GcqvJFK27mtT8w4PxbKRXmeeO6MVz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #Ba95qr3aVdZCE6byx4iV3DqpM4KIZfTL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #bfBOotakuoSUCJ7B3h7713DvXG95ecZd {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #cawWfT1MTcEfWm8piKiUARVoQQMUSaLL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #FO2c6xx7yBc3fNkKrJebKoDzb20zK9RV {  }
 }@media only screen and (max-width: 763px) { #zaTzbtL32KdXuAxcK9z0tI2EUzuGB3GK { top:9.625rem;left:0.4375rem;width:46.875rem;height:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic { display:block; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1KcbnqNBVt7dGpA6Sd3naT4R9DBAUxD { width:11.3125rem;height:4.375rem;top:3.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlWe4eXLTy7gwTbcgwCaL4z4JGIfiTDy { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvhHsRnrv750rDgaAzwW9gsMktLa5eyc { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeTQiL7WxZX8uRV7gRFQt4btMW9J8P1 { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asBeKENzCGwl0Mu6iydf5LsrdsxHSvEC { width:11.3125rem;height:4.375rem;top:3.0625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI3MnzKdmr4aZHHNrATAtv2ElOdKtdCE { width:11.3125rem;height:2.875rem;top:3.0625rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uskGpBuO7Bg1FpXk0SsPNBleH3Dnb78b { top:8.125rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAHJevnNsGg63ntlKqrkhTguSc4dWBPz { top:8.125rem;left:8.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvQZJ5k73ZVG3Qw5hqq8IrEWG3y5Xbub { top:8.25rem;left:21.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { background-color: transparent; background-image: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container > .video-iframe-container { display: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container { display: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .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); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { border-width: 0; border-radius: 0; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLgEtcNMKMcSfVeTUdN61tTApF2J54tp { top:6.25rem;left:0rem;width:19.8125rem;height:2.4375rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Ey4BTrvuNukZmTKauSuLQRmqhwsP2usz { top:6.25rem;left:29.875rem;width:17.875rem;height:2.4375rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #FWhpviSiLMutb1BWSoO8EeCrHtpsATFO { top:7.5625rem;left:18.837711334229rem;width:7.25rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #FTTagJQE8ZPwUJf4P633TRUtGbi4kbtu { top:6.25rem;left:17.466083526611rem;width:10rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #TAWuKzlXQz1B1lO1Ne5ULKMRe7In3Vlq { top:9.875rem;left:0rem;width:7.5625rem;height:3.0996647238685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJN6ZdN1vqRsEZZLWwaQwMgkXP7ACnX { top:10.875rem;left:20.029117584229rem;width:2rem;height:2rem;display:block; }
#SPJN6ZdN1vqRsEZZLWwaQwMgkXP7ACnX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #DBPplhq3ZhlmSZQySLMKyJFLuerQrXZt { top:11rem;left:22.936611175537rem;width:1.875rem;height:1.875rem;display:block; }
#DBPplhq3ZhlmSZQySLMKyJFLuerQrXZt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ckb28mT4I36C86tl3439ZsiA3HyXG93b { display:block; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRq44FHwiCVdP4wfiRrabEXrAu1IIJET { width:11.5625rem;height:4.74964375rem;top:1.9353692531586rem;left:4.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6cUI1hfgWadDWWpPCxBA44vXVk3W4d0 { width:20rem;height:30.5619375rem;top:14.999112129211rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KJrJ6oiy2xU3ha75ExkDl6c2yDDQS4ZE { width:17.7485625rem;height:2.03125rem;top:17.560369491577rem;left:1.1248223781586rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fro7yeLWi5mPmBV6HMZc4RCbvAd4T9X4 { width:16.93625rem;height:8.99680625rem;top:21.426668167114rem;left:1.5314275026321rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-form-header {  }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.875rem;font-family:dosis;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:dosis;font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.9375rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:first-of-type{padding-top:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:last-of-type{padding-bottom:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:30.367542266846rem;z-index:15004; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .radio-container { width:17.5rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:30.367542266846rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #WsPnwf2wVilRMCV26lQQnadrEhs1d0Fz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #ci3P4e3WX4JXxEeb9uQDs3HZF5XEPEH0 { display:none; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #yp2PByHowPXr6w1aqCZEQEFXl2OlbGcD {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #fo4GcqvJFK27mtT8w4PxbKRXmeeO6MVz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #Ba95qr3aVdZCE6byx4iV3DqpM4KIZfTL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #bfBOotakuoSUCJ7B3h7713DvXG95ecZd {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #cawWfT1MTcEfWm8piKiUARVoQQMUSaLL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #FO2c6xx7yBc3fNkKrJebKoDzb20zK9RV {  }
 }@media only screen and (max-width: 763px) { #zaTzbtL32KdXuAxcK9z0tI2EUzuGB3GK { width:20rem;height:5.1163rem;top:8.1267757415769rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic { display:block; }#HVkbtlWghRxvbtRVDvtSJaVbrQb3yMic > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1KcbnqNBVt7dGpA6Sd3naT4R9DBAUxD { width:11rem;height:3.8964875rem;top:2.9989356994629rem;left:4.499289393425rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlWe4eXLTy7gwTbcgwCaL4z4JGIfiTDy { width:14.0625rem;height:14.0625rem;top:14.8125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvhHsRnrv750rDgaAzwW9gsMktLa5eyc { width:14.0625rem;height:14.0625rem;top:0rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeTQiL7WxZX8uRV7gRFQt4btMW9J8P1 { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asBeKENzCGwl0Mu6iydf5LsrdsxHSvEC { width:11.375rem;height:3.8964875rem;top:17.375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lI3MnzKdmr4aZHHNrATAtv2ElOdKtdCE { width:11.375rem;height:2.59765625rem;top:31.861679077149rem;left:4.311967253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uskGpBuO7Bg1FpXk0SsPNBleH3Dnb78b { display:flex;width:3.125rem;height:3.125rem;top:36.935365915299rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #OAHJevnNsGg63ntlKqrkhTguSc4dWBPz { display:flex;width:2.9375rem;height:2.9375rem;top:8.1862587928775rem;left:8.530717253685rem; }
 }@media only screen and (max-width: 763px) { #IvQZJ5k73ZVG3Qw5hqq8IrEWG3y5Xbub { display:flex;width:2.8125rem;height:2.8125rem;top:22.810724496841rem;left:8.5937494039537rem; }
 }@media only screen and (max-width: 763px) { #dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { background-color: transparent; background-image: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container > .video-iframe-container { display: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row > .video-iframe-container { display: none; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .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); }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { border-width: 0; border-radius: 0; }#dUaU2JGMNTiyHyodeixrlEVfKEVG1UPN > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLgEtcNMKMcSfVeTUdN61tTApF2J54tp { width:14.6244375rem;height:2.45028125rem;top:6.1239342689514rem;left:2.6864346265793rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Ey4BTrvuNukZmTKauSuLQRmqhwsP2usz { width:17.0623125rem;height:2.4502875rem;top:16.874111175537rem;left:1.4683948755264rem;font-size:0.875rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWhpviSiLMutb1BWSoO8EeCrHtpsATFO { width:9.4993125rem;height:1.22514375rem;top:12.897727489471rem;left:5.249467253685rem;font-size:0.875rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTTagJQE8ZPwUJf4P633TRUtGbi4kbtu { width:11.3743125rem;height:1.22514375rem;top:11.49946641922rem;left:4.311967253685rem;font-size:0.875rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAWuKzlXQz1B1lO1Ne5ULKMRe7In3Vlq { width:7.625rem;height:3.1252817877022rem;top:2.0179333686829rem;left:6.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJN6ZdN1vqRsEZZLWwaQwMgkXP7ACnX { display:flex;width:1.9992875rem;height:1.9992875rem;top:21.327236175537rem;left:7.4973367452619rem; }
#SPJN6ZdN1vqRsEZZLWwaQwMgkXP7ACnX > img { max-width: 100%;max-height:100%; width:1.9992875rem; height:1.9992875rem; } }@media only screen and (max-width: 763px) { #DBPplhq3ZhlmSZQySLMKyJFLuerQrXZt { display:flex;width:1.875rem;height:1.875rem;top:21.390270233154rem;left:10.805220007896rem; }
#DBPplhq3ZhlmSZQySLMKyJFLuerQrXZt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }