.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#565f65;background-image:url("https://images.assets-landingi.com/uc/4f1da8bf-b712-41f9-8d34-1d934d53f0fd/backgroundheader01.preview.rotate_180.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,41,49,0.94);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;z-index:auto;display:block; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container { background-color: transparent; background-image: none; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container > .video-iframe-container { display: none; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row > .video-iframe-container { display: none; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .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); }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container { border-width: 0; border-radius: 0; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container { font-size:14px;font-family:arial;height:68px;width:960px;position:relative;display:block; }#kT3T1FVWDlma1pTxde5VsPLQxSgMhPPD { 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:69px;width:118px;top:0px;left:0px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:570px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#wLvP8Omcu9cz78R4eqCRAKc0dloTTkxC { color:#ffffff;display:block;width:449px;position:absolute;font-family:"inter tight";font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:157.0625px;left:24px;height:166.333px;font-style:normal;display:block; }
#inlT52AZrCcB04adOu1PRlwPRC03p2nc { color:#e3e3e3;display:block;width:338px;position:absolute;font-family:"inter tight";font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:88.458374023438px;left:24px;height:46.7917px;font-style:normal;display:block; }
#XoW3Qaz675i0ku28UOK42PvKFrsNQuNr { position:absolute;display:block;z-index:15011;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:484px;width:484px;top:157.0625px;left:476px;overflow:hidden;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-form-header {  }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-regular-label { height:auto;display:block;font-family:"inter tight";font-size:14px;font-weight:bold;color:#000000;width:316px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:316px;box-sizing:border-box;height:32px;color:#161616;font-size:14px;overflow:hidden;font-family:"inter tight";box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-text {padding-top: 0; padding-bottom: 0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:316px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"inter tight";box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:316px;box-sizing:border-box;height:40px;color:#161616;font-family:"inter tight";font-size:14px;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-select {padding-top: 0; padding-bottom: 0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#26296b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:72px;margin-bottom:4px;margin-left:73px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#ffffff;width:170px;height:44px;font-family:"inter tight";overflow:hidden;line-height:1;text-align:center;text-align-last:center;box-shadow: 4px 4px 10px rgba(83,96,124,0.82) ; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"inter tight";font-size:14px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"inter tight";font-size:14px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"inter tight";font-size:14px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"inter tight";font-size:14px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .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:"inter tight";line-height:1.3;font-size:15px;font-weight:700;color:#000000;vertical-align:top;width:293px;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-container:first-of-type{padding-top:0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-container:last-of-type{padding-bottom:0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI  { background-color:rgba(244,244,244,0.95);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:316px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 11px 11px 20px rgba(30,41,49,0.5) ;position:absolute;top:29px;left:570px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:316px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-info-text { display:block;height:auto;font-family:"inter tight";font-size:16px;line-height:1.3;font-weight:700;color:#25283d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI {display:block;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI { background-color:rgba(244,244,244,0.95);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:316px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 11px 11px 20px rgba(30,41,49,0.5) ;position:absolute;top:29px;left:570px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #u16mynx9UbXtWw3HT0hUi5BZUmPw0g7o { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #hnyvPngl1AdKaAIZGtfO6rD8uqZThCTf { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #qsEo6keQEgmTJoqIqLEuKXO9GZfGSKxG { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #IGpd6lT5U5E2svgxIdwFW7y3SU0oFFTx { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #elLbNuVdpaeyyJMSwv9T3p93flLi3kqb { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #Ogf4pdxu8dZZhxTkP8g2D8ORWc7lxcDA { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #xpOil4nMy885TGNX4upH45VSTphpfcSk { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #vXDkTKHEZi3pT6LR4WvdnO14UoVmynVW { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #aTqQp7d6MP4d1wlQXNTw4DvuwoqVw93O { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #LtrkGrqDgcB9ceb8BfT8BXfPS7Plfhsf { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #pdw4p2DuKRcNcu1rm1GSfsJwqiz84Oqd { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #CpBfXcKPB3pgAl4vrFXyhARl2DW3fAQ2 { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #SGi9oakZMMITOWTEDnvPJwUzo5UcaqhR { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #x5iFPxKPsNhJVJmECK2gMut3eBDuFO0U { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #LAtWEzVnxeibykrdPPX9ZGObdU217RGT { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #Ub1l1nrVxO4nPFJE62eR5ApnXIfftoTB { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #kwNxgPXAyP4CiZJymeJAyCwbMUOhKw6I { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #fiO8Pftq8MUGDmQfdtmXRerWZvnu8oVM { position:relative; }
#XQ6kr7bGVHztkM5Hs4bdJi3stSxBbbQC { position:relative;display:block; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #GwtuLTLUww77ap0PMKBJxloEU7dEtWzs { position:relative; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #qXQgiTd2DcRF1QpxKpVsbOK714ePNFQM { position:relative; }
#RzPUQ4fhK6ocDJh8xsEFD8qNO6JdJugT { color:#ff0000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:203px;left:708px;height:20.7917px;text-align:right;text-align-last:right;display:block; }
#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container { background-color: transparent; background-image: none; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container > .video-iframe-container { display: none; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row > .video-iframe-container { display: none; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .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); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container { border-width: 0; border-radius: 0; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container { font-size:14px;font-family:arial;height:649px;width:960px;position:relative;display:block; }#PSztHxr0V8Laqa1FScWCMvqzrOMBoGC0 { color:#000000;display:block;width:417px;position:absolute;font-family:"inter tight";font-size:33px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:94.645874023438px;left:271.5px;height:42.8958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MC6FbAJKnkL2grkC6z5IkBcoku0xTVe7 { color:#242424;display:block;width:468px;position:absolute;font-family:"inter tight";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:146.625px;left:246px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFh4zKHmLiJtUoTvyboFSlhm9bI23Hfm { color:#ffffff;display:block;width:191px;position:absolute;font-family:"inter tight";font-size:21px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:364px;left:64px;height:109.167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNeeTfEOCGIxllHmExaBcFoCrgwTtw2k { color:#ffffff;display:block;width:191px;position:absolute;font-family:"inter tight";font-size:21px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:364px;left:384px;height:81.875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUTPu4JoWsngsJRIMhuUB97HRMXihyNh { color:#ffffff;display:block;width:191px;position:absolute;font-family:"inter tight";font-size:21px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:350px;left:704px;height:109.167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJlsQ8VNhZcEOIdmwPbNFCQ4v0ar7ipq { box-sizing:content-box;height:200px;width:291px;position:absolute;display:block;z-index:15024;background-color:#1e2931;background-image:none;top:318px;left:14px;display:block; }
#nx993wSqMxFXT9GIA9h8k84DfvZlFik8 { position:absolute;display:block;z-index:15023;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:38px;width:133px;top:493px;left:24px;overflow:hidden;display:block; }
#vVuH83NwUw7IM2CHbcTclqtXWDT7DeHH { box-sizing:content-box;height:200px;width:291px;position:absolute;display:block;z-index:15026;background-color:#1e2931;background-image:none;top:312px;left:335px;display:block; }
#kXK0WtrrxoMWJELR3xNyF6u1oHB8QmTR { position:absolute;display:block;z-index:15025;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:38px;width:133px;top:486px;left:344px;overflow:hidden;display:block; }
#mfGezFNZhRUtXd4TwS3TFouffoLezH7C { box-sizing:content-box;height:200px;width:291px;position:absolute;display:block;z-index:15028;background-color:#1e2931;background-image:none;top:312px;left:655px;display:block; }
#umtrrTZDwFEzcVt7SLBVOZ4geaFFJHTR { position:absolute;display:block;z-index:15027;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:38px;width:133px;top:486px;left:664px;overflow:hidden;display:block; }
#tKDEm2VULDreevrqmIkkE0zNVBPw7eCK { color:#000000;display:block;width:417px;position:absolute;font-family:"inter tight";font-size:24px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:266.33333587646px;left:271.5px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#565f65;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; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { background-color: transparent; background-image: none; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container > .video-iframe-container { display: none; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row > .video-iframe-container { display: none; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .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); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { border-width: 0; border-radius: 0; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { font-size:14px;font-family:arial;height:361px;width:960px;position:relative;display:block; }#K16DA214tzWHSbtao1kKIyynFELBkCqW { 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:359px;width:377px;top:0px;left:583px;overflow:hidden;display:block; }
#AdNBuvr9TxPQ9Zuq6AEMzzLz36O7L6Rp { box-sizing:content-box;height:1px;width:93px;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:217px;left:40px;display:block; }
#yGTTra8Dp2fNAk9kXhMlTRpsFD90PoAv { color:#ffffff;display:block;width:821px;position:absolute;font-family:"inter tight";font-size:36px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:50px;left:82px;height:46.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGxrdihiLRJHoXtmnt7ECxzVMIH7sHt7 { box-sizing:content-box;height:1px;width:93px;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:217px;left:851px;display:block; }
#lHfgyIHnOmGGwyKWIuZd1FavJgFfU2F4 { position:absolute;display:block;z-index:15015;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:20px;width:101px;top:169.5px;left:175px;overflow:hidden;display:block; }
#JHGhhV5tzTUNnpZLw4OvLR3slNzHmoom { position:absolute;display:block;z-index:15016;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:39px;width:96px;top:159px;left:432px;overflow:hidden;display:block; }
#QbQKUtuIzofPM1Q6xn3sURDETtrbwvqb { position:absolute;display:block;z-index:15017;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:36px;width:96px;top:166.5px;left:307px;overflow:hidden;display:block; }
#W6TMB05curFf1T9K5KPTNxIEih3o9J7F { position:absolute;display:block;z-index:15018;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:53px;width:70px;top:229.97917938232px;left:384px;overflow:hidden;display:block; }
#TWRUyZlgdVkl2ltcTsGvZGloIBRPOhwl { position:absolute;display:block;z-index:15019;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:41px;width:41px;top:236.97917938232px;left:524.33337402344px;overflow:hidden;display:block; }
#JISqD2q5C6fppwaNzffFc4KJZzwDn7Wm { position:absolute;display:block;z-index:15020;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:26px;width:96px;top:169.5px;left:671px;overflow:hidden;display:block; }
#TVHwBJlpUTg68OCDnetsOqtMaGfHzd9b { position:absolute;display:block;z-index:15021;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:20px;width:69px;top:169.5px;left:565px;overflow:hidden;display:block; }
#kbwQKtn0eLfuKI2ENqWuFlHAB1GSydRR { position:absolute;display:block;z-index:15020;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:93px;width:93px;top:211px;left:245px;overflow:hidden;display:block; }
#TfnxyrguF2echd11eQ4exheKdIhZNJFf { position:absolute;display:block;z-index:15021;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:45px;width:71px;top:240.97918701172px;left:616.33337402344px;overflow:hidden;display:block; }
#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container { background-color: transparent; background-image: none; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container > .video-iframe-container { display: none; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row > .video-iframe-container { display: none; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .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); }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container { border-width: 0; border-radius: 0; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container { font-size:14px;font-family:arial;height:200px;width:960px;position:relative;display:block; }#ZR9q20NLws2EtRBCdhs5W6fwmKCavIor { color:#25283d;display:block;width:821px;position:absolute;font-family:"inter tight";font-size:25px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:128px;left:70px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxMBl1zVlrkDMG9SG3L2dR9c7rtLLnpd { color:#25283d;display:block;width:787px;position:absolute;font-family:"inter tight";font-size:39px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:65px;left:85px;height:50.6875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container { background-color: transparent; background-image: none; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container > .video-iframe-container { display: none; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row > .video-iframe-container { display: none; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .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); }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container { border-width: 0; border-radius: 0; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container { font-size:14px;font-family:arial;height:232px;width:960px;position:relative;display:block; }#BRtU6qLzS6ZsDQVvx9K5LVvE9QoN3m5k { position:absolute;display:block;z-index:15005;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:90px;width:579px;top:61px;left:190.5px;overflow:hidden;display:block; }
#xT2wfQqkwcAA1LVTQFqSEWchbnGwMIis { box-sizing:content-box;height:40px;width:1px;position:absolute;display:block;z-index:15006;background-color:#25283d;background-image:none;top:86px;left:342.5px;display:block; }
#Nf0nP7sPOXpfnquJNIxuV1fZZnhQFJFU { box-sizing:content-box;height:1px;width:160px;position:absolute;display:block;z-index:15007;background-color:#25283d;background-image:none;top:105.5px;left:771.5px;display:block; }
#dXVlsSpcTd5I9iAK9pKTJWtMimQq7nax { box-sizing:content-box;height:1px;width:160px;position:absolute;display:block;z-index:15008;background-color:#25283d;background-image:none;top:104.5px;left:28.5px;display:block; }
#CHcICdhyg4R5qNh0WoQD0fAITeKqrfGl { color:#25283d;display:block;width:204px;position:absolute;font-family:"inter tight";font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:206.375px;left:9px;height:15.5833px;display:block; }
#biT3cCDqZ0ZaLmSHbe6Cz4ll6L2ZFimq { box-sizing:content-box;height:1px;width:940px;position:absolute;display:block;z-index:15008;background-color:#25283d;background-image:none;top:195px;left:9px;display:block; }
#ShS2TfK1G9GZyKBsTs6iB0GMAkQXxfwr { color:#25283d;display:block;width:235px;position:absolute;font-family:"inter tight";font-size:12px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:206.375px;left:725px;height:15.5833px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ { display:block; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT3T1FVWDlma1pTxde5VsPLQxSgMhPPD { top:0px;left:0px;width:118px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLvP8Omcu9cz78R4eqCRAKc0dloTTkxC { top:157px;left:0px;width:449px;height:166px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #inlT52AZrCcB04adOu1PRlwPRC03p2nc { top:88px;left:0px;width:338px;height:47px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XoW3Qaz675i0ku28UOK42PvKFrsNQuNr { top:157px;left:280px;width:484px;height:484px;display:block; }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-regular-label { width:316px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-text { width:316px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-text {padding-top: 0; padding-bottom: 0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-textarea { width:316px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-select { width:316px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-select {padding-top: 0; padding-bottom: 0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-button { width:170px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:73px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-checkbox-label { width:294px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI  { width:316px;height:auto;top:29px;left:408px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .radio-container { width:316px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI {display:block;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI { width:316px;height:auto;top:29px;left:408px; }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #u16mynx9UbXtWw3HT0hUi5BZUmPw0g7o {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #hnyvPngl1AdKaAIZGtfO6rD8uqZThCTf {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #qsEo6keQEgmTJoqIqLEuKXO9GZfGSKxG {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #IGpd6lT5U5E2svgxIdwFW7y3SU0oFFTx {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #elLbNuVdpaeyyJMSwv9T3p93flLi3kqb {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #Ogf4pdxu8dZZhxTkP8g2D8ORWc7lxcDA {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #xpOil4nMy885TGNX4upH45VSTphpfcSk {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #vXDkTKHEZi3pT6LR4WvdnO14UoVmynVW {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #aTqQp7d6MP4d1wlQXNTw4DvuwoqVw93O {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #LtrkGrqDgcB9ceb8BfT8BXfPS7Plfhsf {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #pdw4p2DuKRcNcu1rm1GSfsJwqiz84Oqd {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #CpBfXcKPB3pgAl4vrFXyhARl2DW3fAQ2 {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #SGi9oakZMMITOWTEDnvPJwUzo5UcaqhR {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #x5iFPxKPsNhJVJmECK2gMut3eBDuFO0U {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #LAtWEzVnxeibykrdPPX9ZGObdU217RGT {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #Ub1l1nrVxO4nPFJE62eR5ApnXIfftoTB {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #kwNxgPXAyP4CiZJymeJAyCwbMUOhKw6I {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #fiO8Pftq8MUGDmQfdtmXRerWZvnu8oVM {  }
 }@media only screen and (max-width: 763px) { #XQ6kr7bGVHztkM5Hs4bdJi3stSxBbbQC { display:block; }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #GwtuLTLUww77ap0PMKBJxloEU7dEtWzs {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #qXQgiTd2DcRF1QpxKpVsbOK714ePNFQM {  }
 }@media only screen and (max-width: 763px) { #RzPUQ4fhK6ocDJh8xsEFD8qNO6JdJugT { top:203px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT { display:block; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSztHxr0V8Laqa1FScWCMvqzrOMBoGC0 { top:94px;left:0px;width:417px;height:42px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #MC6FbAJKnkL2grkC6z5IkBcoku0xTVe7 { top:146px;left:0px;width:468px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QFh4zKHmLiJtUoTvyboFSlhm9bI23Hfm { top:364px;left:31px;width:191px;height:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rNeeTfEOCGIxllHmExaBcFoCrgwTtw2k { top:364px;left:285px;width:191px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uUTPu4JoWsngsJRIMhuUB97HRMXihyNh { top:350px;left:539px;width:191px;height:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JJlsQ8VNhZcEOIdmwPbNFCQ4v0ar7ipq { top:318px;left:0px;width:291px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #nx993wSqMxFXT9GIA9h8k84DfvZlFik8 { top:493px;left:0px;width:133px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #vVuH83NwUw7IM2CHbcTclqtXWDT7DeHH { top:312px;left:217px;width:291px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #kXK0WtrrxoMWJELR3xNyF6u1oHB8QmTR { top:486px;left:254px;width:133px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #mfGezFNZhRUtXd4TwS3TFouffoLezH7C { top:312px;left:471px;width:291px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #umtrrTZDwFEzcVt7SLBVOZ4geaFFJHTR { top:486px;left:508px;width:133px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #tKDEm2VULDreevrqmIkkE0zNVBPw7eCK { top:266px;left:0px;width:417px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wS15nqO8VrfKT64Vr8fIeywH6uS9r89B { display:block; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K16DA214tzWHSbtao1kKIyynFELBkCqW { top:0px;left:387px;width:377px;height:359px;display:block; }
 }@media only screen and (max-width: 763px) { #AdNBuvr9TxPQ9Zuq6AEMzzLz36O7L6Rp { top:217px;left:0px;width:93px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #yGTTra8Dp2fNAk9kXhMlTRpsFD90PoAv { top:50px;left:0px;width:764px;height:46px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zGxrdihiLRJHoXtmnt7ECxzVMIH7sHt7 { top:217px;left:671px;width:93px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #lHfgyIHnOmGGwyKWIuZd1FavJgFfU2F4 { top:169px;left:77px;width:101px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JHGhhV5tzTUNnpZLw4OvLR3slNzHmoom { top:159px;left:334px;width:96px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #QbQKUtuIzofPM1Q6xn3sURDETtrbwvqb { top:166px;left:209px;width:96px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TMB05curFf1T9K5KPTNxIEih3o9J7F { top:229px;left:286px;width:70px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #TWRUyZlgdVkl2ltcTsGvZGloIBRPOhwl { top:236px;left:426.33337402344px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #JISqD2q5C6fppwaNzffFc4KJZzwDn7Wm { top:169px;left:573px;width:96px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TVHwBJlpUTg68OCDnetsOqtMaGfHzd9b { top:169px;left:467px;width:69px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kbwQKtn0eLfuKI2ENqWuFlHAB1GSydRR { top:211px;left:147px;width:93px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #TfnxyrguF2echd11eQ4exheKdIhZNJFf { top:240px;left:518.33337402344px;width:71px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE { display:block; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR9q20NLws2EtRBCdhs5W6fwmKCavIor { top:128px;left:0px;width:764px;height:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BxMBl1zVlrkDMG9SG3L2dR9c7rtLLnpd { top:65px;left:0px;width:764px;height:50px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk { display:block; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRtU6qLzS6ZsDQVvx9K5LVvE9QoN3m5k { top:61px;left:92.5px;width:579px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #xT2wfQqkwcAA1LVTQFqSEWchbnGwMIis { top:86px;left:244.5px;width:1px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0nP7sPOXpfnquJNIxuV1fZZnhQFJFU { top:105px;left:604px;width:160px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #dXVlsSpcTd5I9iAK9pKTJWtMimQq7nax { top:104px;left:0px;width:160px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #CHcICdhyg4R5qNh0WoQD0fAITeKqrfGl { top:206px;left:0px;width:204px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #biT3cCDqZ0ZaLmSHbe6Cz4ll6L2ZFimq { top:195px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ShS2TfK1G9GZyKBsTs6iB0GMAkQXxfwr { top:206px;left:529px;width:235px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f1da8bf-b712-41f9-8d34-1d934d53f0fd/backgroundheader01.preview.rotate_180.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ { position:relative;z-index:auto;display:block; }#JtLlukzmAvsHKL4punWPDufq5Ih5GhNQ > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT3T1FVWDlma1pTxde5VsPLQxSgMhPPD { width:124px;height:62px;top:9px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:755px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLvP8Omcu9cz78R4eqCRAKc0dloTTkxC { width:279px;height:114.333px;top:76.16667175293px;left:20.5px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #inlT52AZrCcB04adOu1PRlwPRC03p2nc { width:269px;height:44.1667px;top:20px;left:25px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XoW3Qaz675i0ku28UOK42PvKFrsNQuNr { width:188px;height:188px;top:130.85417556763px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-regular-label { width:273px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-text { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-text {padding-top: 0; padding-bottom: 0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-textarea { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-select { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-select {padding-top: 0; padding-bottom: 0;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-input-button { width:147px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:63px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .widget-checkbox-label { width:251px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;overflow:hidden;height:auto; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI  { width:273px;height:auto;top:274px;left:0px; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI .radio-container { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI {display:block;}#IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI { width:273px;height:auto;top:274px;left:0px; }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #u16mynx9UbXtWw3HT0hUi5BZUmPw0g7o {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #hnyvPngl1AdKaAIZGtfO6rD8uqZThCTf {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #qsEo6keQEgmTJoqIqLEuKXO9GZfGSKxG {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #IGpd6lT5U5E2svgxIdwFW7y3SU0oFFTx {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #elLbNuVdpaeyyJMSwv9T3p93flLi3kqb {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #Ogf4pdxu8dZZhxTkP8g2D8ORWc7lxcDA {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #xpOil4nMy885TGNX4upH45VSTphpfcSk {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #vXDkTKHEZi3pT6LR4WvdnO14UoVmynVW {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #aTqQp7d6MP4d1wlQXNTw4DvuwoqVw93O {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #LtrkGrqDgcB9ceb8BfT8BXfPS7Plfhsf {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #pdw4p2DuKRcNcu1rm1GSfsJwqiz84Oqd {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #CpBfXcKPB3pgAl4vrFXyhARl2DW3fAQ2 {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #SGi9oakZMMITOWTEDnvPJwUzo5UcaqhR {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #x5iFPxKPsNhJVJmECK2gMut3eBDuFO0U {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #LAtWEzVnxeibykrdPPX9ZGObdU217RGT {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #Ub1l1nrVxO4nPFJE62eR5ApnXIfftoTB {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #kwNxgPXAyP4CiZJymeJAyCwbMUOhKw6I {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #fiO8Pftq8MUGDmQfdtmXRerWZvnu8oVM {  }
 }@media only screen and (max-width: 763px) { #XQ6kr7bGVHztkM5Hs4bdJi3stSxBbbQC { display:block; }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #GwtuLTLUww77ap0PMKBJxloEU7dEtWzs {  }
 }@media only screen and (max-width: 763px) { #IyHC38sWCTi7JAkMra8nrJkRlzTQnxZI #qXQgiTd2DcRF1QpxKpVsbOK714ePNFQM {  }
 }@media only screen and (max-width: 763px) { #RzPUQ4fhK6ocDJh8xsEFD8qNO6JdJugT { width:60px;height:20.7917px;top:445px;left:235px;font-size:16px;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT { background-color:#ffffff;background-image:none;display:block; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container { background-color: transparent; background-image: none; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container > .video-iframe-container { display: none; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row > .video-iframe-container { display: none; }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .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); }#TaKRgum7uuzRgyBnciEJ3qf6qi6FVPTT > .row .container { width:320px;height:1066px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSztHxr0V8Laqa1FScWCMvqzrOMBoGC0 { width:320px;height:33.7917px;top:81px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MC6FbAJKnkL2grkC6z5IkBcoku0xTVe7 { width:269px;height:78px;top:126px;left:26px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFh4zKHmLiJtUoTvyboFSlhm9bI23Hfm { width:191px;height:109.167px;top:396px;left:65px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rNeeTfEOCGIxllHmExaBcFoCrgwTtw2k { width:191px;height:81.875px;top:635px;left:64px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUTPu4JoWsngsJRIMhuUB97HRMXihyNh { width:191px;height:109.167px;top:853px;left:64px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJlsQ8VNhZcEOIdmwPbNFCQ4v0ar7ipq { width:291px;height:200px;top:350px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nx993wSqMxFXT9GIA9h8k84DfvZlFik8 { width:133px;height:38px;top:525px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vVuH83NwUw7IM2CHbcTclqtXWDT7DeHH { width:291px;height:200px;top:583px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kXK0WtrrxoMWJELR3xNyF6u1oHB8QmTR { width:133px;height:38px;top:757px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mfGezFNZhRUtXd4TwS3TFouffoLezH7C { width:291px;height:200px;top:815px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #umtrrTZDwFEzcVt7SLBVOZ4geaFFJHTR { width:133px;height:38px;top:989px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tKDEm2VULDreevrqmIkkE0zNVBPw7eCK { width:224px;height:31.1875px;top:296px;left:48px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wS15nqO8VrfKT64Vr8fIeywH6uS9r89B { background-color:#565f65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { background-color: transparent; background-image: none; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container > .video-iframe-container { display: none; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row > .video-iframe-container { display: none; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .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); }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { border-width: 0; border-radius: 0; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wS15nqO8VrfKT64Vr8fIeywH6uS9r89B > .row .container { width:320px;height:441px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K16DA214tzWHSbtao1kKIyynFELBkCqW { width:320px;height:304.72148541114px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #AdNBuvr9TxPQ9Zuq6AEMzzLz36O7L6Rp { width:93px;height:1px;top:217px;left:113px;display:none; }
 }@media only screen and (max-width: 763px) { #yGTTra8Dp2fNAk9kXhMlTRpsFD90PoAv { width:320px;height:28.5833px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGxrdihiLRJHoXtmnt7ECxzVMIH7sHt7 { width:93px;height:1px;top:217px;left:113px;display:none; }
 }@media only screen and (max-width: 763px) { #lHfgyIHnOmGGwyKWIuZd1FavJgFfU2F4 { width:101px;height:20px;top:82.562530517578px;left:29.3125px;display:block; }
 }@media only screen and (max-width: 763px) { #JHGhhV5tzTUNnpZLw4OvLR3slNzHmoom { width:96px;height:39px;top:128.39584350586px;left:31.8125px;display:block; }
 }@media only screen and (max-width: 763px) { #QbQKUtuIzofPM1Q6xn3sURDETtrbwvqb { width:96px;height:36px;top:129.89584350586px;left:178.5px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TMB05curFf1T9K5KPTNxIEih3o9J7F { width:100px;height:75px;top:328.56253051758px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #TWRUyZlgdVkl2ltcTsGvZGloIBRPOhwl { width:41px;height:41px;top:179.50003051758px;left:59.3125px;display:block; }
 }@media only screen and (max-width: 763px) { #JISqD2q5C6fppwaNzffFc4KJZzwDn7Wm { width:96px;height:26px;top:79.5625px;left:191.8125px;display:block; }
 }@media only screen and (max-width: 763px) { #TVHwBJlpUTg68OCDnetsOqtMaGfHzd9b { width:69px;height:20px;top:190.00003051758px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #kbwQKtn0eLfuKI2ENqWuFlHAB1GSydRR { width:81px;height:81px;top:223.5625px;left:39.3125px;display:block; }
 }@media only screen and (max-width: 763px) { #TfnxyrguF2echd11eQ4exheKdIhZNJFf { width:71px;height:45px;top:246.56253051758px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE { display:block; }#JPMzpH6mMay31fRCXb2ElOIuuVDiwgWE > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR9q20NLws2EtRBCdhs5W6fwmKCavIor { width:289px;height:44.1667px;top:136.375px;left:15.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxMBl1zVlrkDMG9SG3L2dR9c7rtLLnpd { width:320px;height:62.375px;top:64.999938964844px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk { display:block; }#WEAxpgl2sF2gEm5TDZ9emta0hhZUbFgk > .row .container { width:320px;height:179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRtU6qLzS6ZsDQVvx9K5LVvE9QoN3m5k { width:320px;height:48px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xT2wfQqkwcAA1LVTQFqSEWchbnGwMIis { width:2px;height:32px;top:45px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0nP7sPOXpfnquJNIxuV1fZZnhQFJFU { width:160px;height:1px;top:125.828125px;left:80px;display:none; }
 }@media only screen and (max-width: 763px) { #dXVlsSpcTd5I9iAK9pKTJWtMimQq7nax { width:160px;height:1px;top:104.828125px;left:80px;display:none; }
 }@media only screen and (max-width: 763px) { #CHcICdhyg4R5qNh0WoQD0fAITeKqrfGl { width:174px;height:15.5833px;top:108.375px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #biT3cCDqZ0ZaLmSHbe6Cz4ll6L2ZFimq { width:320px;height:1px;top:97px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ShS2TfK1G9GZyKBsTs6iB0GMAkQXxfwr { width:201px;height:15.5833px;top:143.9375px;left:59px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }