.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#844499;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;overflow:visible;position:relative;display:block; }#Hxri2KwNlDZveg038aTJ2HaZ2SO5y0J7 { color:#000000;display:block;width:713px;position:absolute;font-family:"glacial indifference";font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.3125px;left:243.5px;height:49.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06d3d650-4840-461f-bed5-fc6083fd9a57/headerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr.adaptive-delivery-prevent-bg, #tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr.lazyload, #tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr.lazyloading { background-image: none; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container { background-color: transparent; background-image: none; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container > .video-iframe-container { display: none; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row > .video-iframe-container { display: none; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .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); }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container { border-width: 0; border-radius: 0; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container { font-size:14px;font-family:arial;height:325px;width:1200px;position:relative;display:block; }#gCAJ8SueniLe1KJW59wQN3Eodcd3QIgw { color:#000000;display:block;width:1056px;position:absolute;font-family:"cooper hewitt";font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:70px;left:72px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFaEvNbgeEJSpu76L6K4hFI3NbE47BHo { color:#844499;display:block;width:704px;position:absolute;font-family:"moon time";font-size:150px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:128px;left:248px;height:390px;text-align:center;text-align-last:center;display:block; }
#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06d3d650-4840-461f-bed5-fc6083fd9a57/headerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E.adaptive-delivery-prevent-bg, #Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E.lazyload, #Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E.lazyloading { background-image: none; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container { background-color: transparent; background-image: none; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container > .video-iframe-container { display: none; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row > .video-iframe-container { display: none; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .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); }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container { border-width: 0; border-radius: 0; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container { font-size:14px;font-family:arial;height:633px;width:1200px;position:relative;display:block; }#VNTGQ6lpwIscaCLayXTHlEoUE2rkTrgT { 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;height:349px;width:633px;top:-1.25px;left:0px;overflow:hidden;display:block; }
#fFxubhOha67LyRrTqss21RiT7hfhGpJ8 { position:absolute;display:block;z-index:15001;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:608px;width:534px;top:25px;left:633px;display:block; }
#haJnswnNJ4pFBSHGD6WIspv6mWPc6JCZ { color:#000000;display:block;width:481px;position:absolute;font-family:"glacial indifference";font-size:30px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:53px;left:659.5px;height:78px;display:block; }
#OnPkMp9AzpzBstqqUbFxDmhgCdHdRc04 { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:183px;left:671.5px; }
#XVlvKiEidfOZhZE1Ryt6VPutVzC0f2gL { position:absolute;display:block;z-index:15004;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:47px;top:171px;left:659.5px;display:block; }
#I8oZIcPInRZq2pEBsJEzMW8LeIUWPFZK { color:#000000;display:block;width:433px;position:absolute;font-family:"glacial indifference";font-size:25px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:157px;left:726.5px;height:97.5px;display:block; }
#x26rEEV823q4AhhMSRvpcX8LiR3nnPob { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:47px;top:275px;left:659.5px;display:block; }
#ivITVPtkxzLn2my5cmqot9RNI4rty0DV { color:#000000;display:block;width:477px;position:absolute;font-family:"glacial indifference";font-size:25px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:284px;left:726.5px;height:32.5px;display:block; }
#Pt4CdCSMaNnZqoiw0erZu1iWeq2gZPbu { position:absolute;display:block;z-index:15006;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:47px;top:377px;left:659.5px;display:block; }
#wr0hyXwN9s1l0Il92vffpvvrNIqJ0GaE { color:#000000;display:block;width:477px;position:absolute;font-family:"glacial indifference";font-size:25px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:385.25px;left:723px;height:32.5px;display:block; }
#GBnVoOcnJK7H44SQCgMKDyFwhAg2r0Kg { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:287px;left:671.5px; }
#xgCNGt9gaRTS0gKdazydvcNwO6oiaiOs { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:389px;left:671.5px; }
#piWQ0NvvIRzcbMAsLn48l2QL6rFhZSR9 { position:absolute;display:block;z-index:15007;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:47px;top:473px;left:659.5px;display:block; }
#rDhJVI5s009dOfDIk3T4AeEUZ78wHCwn { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:485px;left:671.5px; }
#tTeXK2I8vTsyOnwzAt8OJg2B6MvNzzKl { color:#000000;display:block;width:477px;position:absolute;font-family:"glacial indifference";font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:448.75px;left:723px;height:65px;display:block; }
#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze { background-color:#844499;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container { background-color: transparent; background-image: none; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container > .video-iframe-container { display: none; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row > .video-iframe-container { display: none; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .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); }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container { border-width: 0; border-radius: 0; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;overflow:visible;position:relative;display:block; }#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-form-header {  }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-regular-label { display:block;width:348px;height:auto;font-size:12px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;height:55px;width:348px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-text {padding-top: 0; padding-bottom: 0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;height:47px;width:348px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;height:55px;width:348px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-select {padding-top: 0; padding-bottom: 0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:220px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"glacial indifference";font-weight:bold;text-align:center;text-align-last:center;font-size:30px;background-color:#04b310;background-image:none;overflow:hidden; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc [class*="-text"]:-moz-placeholder { font-size:20px;font-family:"glacial indifference";color:#000000; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc [class*="-text"]::-moz-placeholder { font-size:20px;font-family:"glacial indifference";color:#000000; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc [class*="-text"]:-ms-input-placeholder { font-size:20px;font-family:"glacial indifference";color:#000000; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc [class*="-text"]::-webkit-input-placeholder { font-size:20px;font-family:"glacial indifference";color:#000000; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:922px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-radio-label { font-size:16px;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:32px;width:160px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .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; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-container:first-of-type{padding-top:0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-container:last-of-type{padding-bottom:0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:946px;height:auto;left:107px;top:31.5px;z-index:15000;position:absolute; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .radio-container { width:358px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:946px;height:auto;left:107px;top:31.5px;z-index:15000;position:absolute; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #eLgUODAhDXQoD1uy6uvkLcltK35TLl7o { position:relative; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #U4T982LhQDxpFwUoSvwd4AuhsDcLZU5W { position:relative;display:block; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #Oyp9wuAKm0WV0Guc7zNg5wf2LFxpKxFs { position:relative; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #z5MR3wcVvRm0xuUFlizKUxKx2yKTZmhm { position:relative; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #DZiKKGXeJlT8udu4ETMi1skLuIatpxAI { position:relative;display:block; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #GCRX8sJmpHMtPxu7WDaVfId07ZQgbBOM { position:relative; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #nsAih8qtxNhu1uzRu0IAWK22VftKUalb { position:relative; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #vfhBJTxBi0xguz8l2fOCCNmba4zsJOFV { position:relative; }
#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2314dd2c-d045-46fc-bb58-dc1dbfa68e2e/aboutbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW.adaptive-delivery-prevent-bg, #Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW.lazyload, #Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW.lazyloading { background-image: none; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container { background-color: transparent; background-image: none; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container > .video-iframe-container { display: none; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row > .video-iframe-container { display: none; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .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); }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container { border-width: 0; border-radius: 0; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container { font-size:14px;font-family:arial;height:889px;width:1200px;position:relative;display:block; }#dad2RR1zHMowJMAoPxvmyOQvimdMEVDZ { position:absolute;display:block;z-index:15000;border-top:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-bottom:5px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:687px;width:515px;top:68px;left:37.5px;overflow:hidden;display:block; }
#Iq1XZ3CwGP17sSDwwzG8KeKzFxnRIVxa { color:#000000;display:block;width:495px;position:absolute;font-family:"cooper hewitt";font-size:55px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:68px;left:652.5px;height:71.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycQy37V7gxFJDkDHTRbQ8GN4vlGpnZKw { color:#844499;display:block;width:424px;position:absolute;font-family:"cooper hewitt";font-size:28px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:139.5px;left:710.5px;height:109.195px;font-style:normal;display:block; }
#IUp4r0cRBruQRAZDNkihahCylfH1R60W { color:#000000;display:block;width:515px;position:absolute;font-family:"glacial indifference";font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:269.75px;left:652.5px;height:478.3748px;display:block; }
#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2314dd2c-d045-46fc-bb58-dc1dbfa68e2e/aboutbg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E.adaptive-delivery-prevent-bg, #zdn4AJGFUkofobZu45lXXJVOyPrbNh7E.lazyload, #zdn4AJGFUkofobZu45lXXJVOyPrbNh7E.lazyloading { background-image: none; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container { background-color: transparent; background-image: none; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container > .video-iframe-container { display: none; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row > .video-iframe-container { display: none; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .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); }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container { border-width: 0; border-radius: 0; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container { font-size:14px;font-family:arial;height:157px;width:1200px;position:relative;display:block; }#HhGReXEOWAheCGLD8xdP5OiC3TEbcOnq { background-color:#844499;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #35cc00;border-left:2px solid #35cc00;border-right:2px solid #35cc00;border-bottom:2px solid #35cc00;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"glacial indifference";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:346px;height:74px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:51px;left:427px;display:block; }
#EQDSrA4b6XKGhufspPTK8pSqlNnL9Vmt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR { position:relative;display:block; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR { background-color: transparent; background-image: none; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row .container > .video-iframe-container { display: none; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row > .video-iframe-container { display: none; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .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); }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR { border-width: 0; border-radius: 0; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:38px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container { background-color: transparent; background-image: none; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container > .video-iframe-container { display: none; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row > .video-iframe-container { display: none; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .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); }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container { border-width: 0; border-radius: 0; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container { font-size:14px;font-family:arial;height:240px;width:1200px;position:relative;display:block; }#UkdK7XkIKVPVRU5X85g2xl5Oh3zpLi4S { color:#844499;display:block;width:400px;position:absolute;font-family:"cooper hewitt";font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:50px;left:400px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWHhFy06N5SAJZMnd4gLen2RhNT3zl5t { color:#000000;display:block;width:281px;position:absolute;font-family:"glacial indifference";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:135.59375px;left:459.5px;height:46.7968px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #Hxri2KwNlDZveg038aTJ2HaZ2SO5y0J7 { top:12px;left:25.5px;width:713px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr { display:block; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCAJ8SueniLe1KJW59wQN3Eodcd3QIgw { top:70px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #JFaEvNbgeEJSpu76L6K4hFI3NbE47BHo { top:128px;left:30px;width:704px;height:195px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E { display:block; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNTGQ6lpwIscaCLayXTHlEoUE2rkTrgT { top:-1px;left:0px;width:633px;height:349px;display:block; }
 }@media only screen and (max-width: 763px) { #fFxubhOha67LyRrTqss21RiT7hfhGpJ8 { top:25px;left:230px;width:534px;height:608px;display:block; }
 }@media only screen and (max-width: 763px) { #haJnswnNJ4pFBSHGD6WIspv6mWPc6JCZ { top:53px;left:283px;width:481px;height:78px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OnPkMp9AzpzBstqqUbFxDmhgCdHdRc04 { top:183px;left:382px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XVlvKiEidfOZhZE1Ryt6VPutVzC0f2gL { top:171px;left:382px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #I8oZIcPInRZq2pEBsJEzMW8LeIUWPFZK { top:157px;left:331px;width:433px;height:97px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #x26rEEV823q4AhhMSRvpcX8LiR3nnPob { top:275px;left:382px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ivITVPtkxzLn2my5cmqot9RNI4rty0DV { top:284px;left:287px;width:477px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4CdCSMaNnZqoiw0erZu1iWeq2gZPbu { top:377px;left:382px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #wr0hyXwN9s1l0Il92vffpvvrNIqJ0GaE { top:385px;left:287px;width:477px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GBnVoOcnJK7H44SQCgMKDyFwhAg2r0Kg { top:287px;left:382px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xgCNGt9gaRTS0gKdazydvcNwO6oiaiOs { top:389px;left:382px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #piWQ0NvvIRzcbMAsLn48l2QL6rFhZSR9 { top:473px;left:382px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #rDhJVI5s009dOfDIk3T4AeEUZ78wHCwn { top:485px;left:382px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tTeXK2I8vTsyOnwzAt8OJg2B6MvNzzKl { top:448px;left:287px;width:477px;height:97px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze { display:block; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-regular-label { display:block;width:237px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-text { width:237px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-text {padding-top: 0; padding-bottom: 0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-textarea { width:237px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-select { width:237px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-select {padding-top: 0; padding-bottom: 0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-checkbox-label { width:700px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-radio-label { width:104.5px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc  { width:724px;height:auto;top:31px;left:0px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .radio-container { width:247px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc {display:inline-block;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc { width:724px;height:auto;top:31px;left:0px; }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #eLgUODAhDXQoD1uy6uvkLcltK35TLl7o {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #U4T982LhQDxpFwUoSvwd4AuhsDcLZU5W {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #Oyp9wuAKm0WV0Guc7zNg5wf2LFxpKxFs {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #z5MR3wcVvRm0xuUFlizKUxKx2yKTZmhm {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #DZiKKGXeJlT8udu4ETMi1skLuIatpxAI { display:block; }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #GCRX8sJmpHMtPxu7WDaVfId07ZQgbBOM {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #nsAih8qtxNhu1uzRu0IAWK22VftKUalb {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #vfhBJTxBi0xguz8l2fOCCNmba4zsJOFV {  }
 }@media only screen and (max-width: 763px) { #Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW { display:block; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dad2RR1zHMowJMAoPxvmyOQvimdMEVDZ { top:68px;left:0px;width:515px;height:687px;display:block; }
 }@media only screen and (max-width: 763px) { #Iq1XZ3CwGP17sSDwwzG8KeKzFxnRIVxa { top:68px;left:269px;width:495px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ycQy37V7gxFJDkDHTRbQ8GN4vlGpnZKw { top:139px;left:340px;width:424px;height:109px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IUp4r0cRBruQRAZDNkihahCylfH1R60W { top:269px;left:249px;width:515px;height:538px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zdn4AJGFUkofobZu45lXXJVOyPrbNh7E { display:block; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhGReXEOWAheCGLD8xdP5OiC3TEbcOnq { width:346px;height:74px;top:51px;left:209px;display:block; }
 }@media only screen and (max-width: 763px) { #EQDSrA4b6XKGhufspPTK8pSqlNnL9Vmt { display:block; }
 }@media only screen and (max-width: 763px) { #CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR { display:block; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb { display:block; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkdK7XkIKVPVRU5X85g2xl5Oh3zpLi4S { top:50px;left:182px;width:400px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #GWHhFy06N5SAJZMnd4gLen2RhNT3zl5t { top:135px;left:241.5px;width:281px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxri2KwNlDZveg038aTJ2HaZ2SO5y0J7 { width:300px;height:32.5px;top:20px;left:10px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr { display:block; }#tQci5ppRQIp1wkv8aKZTzBMZLVXJcSTr > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCAJ8SueniLe1KJW59wQN3Eodcd3QIgw { width:300px;height:124.781px;top:20px;left:10px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFaEvNbgeEJSpu76L6K4hFI3NbE47BHo { width:320px;height:41.5938px;top:164.773px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E { display:block; }#Vk2x8SUXAXT5VPRgwk0aOecQrsPfte2E > .row .container { width:320px;height:1179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNTGQ6lpwIscaCLayXTHlEoUE2rkTrgT { width:300px;height:168px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fFxubhOha67LyRrTqss21RiT7hfhGpJ8 { width:320px;height:951px;top:208px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #haJnswnNJ4pFBSHGD6WIspv6mWPc6JCZ { width:300px;height:105.281px;top:236px;left:20px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OnPkMp9AzpzBstqqUbFxDmhgCdHdRc04 { display:flex;width:25px;height:25px;top:366px;left:38.5px; }
 }@media only screen and (max-width: 763px) { #XVlvKiEidfOZhZE1Ryt6VPutVzC0f2gL { width:47px;height:47px;top:354px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #I8oZIcPInRZq2pEBsJEzMW8LeIUWPFZK { width:235px;height:162.5px;top:340px;left:85px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #x26rEEV823q4AhhMSRvpcX8LiR3nnPob { width:47px;height:47px;top:458px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ivITVPtkxzLn2my5cmqot9RNI4rty0DV { width:246px;height:65px;top:467px;left:74px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4CdCSMaNnZqoiw0erZu1iWeq2gZPbu { width:47px;height:47px;top:560px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wr0hyXwN9s1l0Il92vffpvvrNIqJ0GaE { width:235px;height:65px;top:568.25px;left:85px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GBnVoOcnJK7H44SQCgMKDyFwhAg2r0Kg { display:flex;width:25px;height:25px;top:470px;left:38.5px; }
 }@media only screen and (max-width: 763px) { #xgCNGt9gaRTS0gKdazydvcNwO6oiaiOs { display:flex;width:25px;height:25px;top:572px;left:38.5px; }
 }@media only screen and (max-width: 763px) { #piWQ0NvvIRzcbMAsLn48l2QL6rFhZSR9 { width:47px;height:47px;top:656px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rDhJVI5s009dOfDIk3T4AeEUZ78wHCwn { display:flex;width:25px;height:25px;top:668px;left:38.5px; }
 }@media only screen and (max-width: 763px) { #tTeXK2I8vTsyOnwzAt8OJg2B6MvNzzKl { width:239px;height:162.5px;top:631.75px;left:81px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze { display:block; }#B0Fh51V7ntamvdxLvxVSIV8P1wQ8EFze > .row .container { width:320px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-regular-label { display:block;width:270px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-text { width:270px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-text {padding-top: 0; padding-bottom: 0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-textarea { width:270px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-select { width:270px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-select {padding-top: 0; padding-bottom: 0;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-input-button { width:270px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-checkbox-label { width:256px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .widget-radio-label { width:121px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc  { width:280px;height:215px;top:20px;left:0px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc .radio-container { width:280px; }
#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc {display:inline-block;}#wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc { width:280px;height:215px;top:20px;left:0px; }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #eLgUODAhDXQoD1uy6uvkLcltK35TLl7o {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #U4T982LhQDxpFwUoSvwd4AuhsDcLZU5W { display:block; }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #Oyp9wuAKm0WV0Guc7zNg5wf2LFxpKxFs {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #z5MR3wcVvRm0xuUFlizKUxKx2yKTZmhm {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #DZiKKGXeJlT8udu4ETMi1skLuIatpxAI { display:block; }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #GCRX8sJmpHMtPxu7WDaVfId07ZQgbBOM {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #nsAih8qtxNhu1uzRu0IAWK22VftKUalb {  }
 }@media only screen and (max-width: 763px) { #wLnE5XpdE0JtoRJL2nfKFOklCxXwUzyc #vfhBJTxBi0xguz8l2fOCCNmba4zsJOFV {  }
 }@media only screen and (max-width: 763px) { #Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW { display:block; }#Bz1rurNA3BqcXcZRJJokQTucZ3xHtHTW > .row .container { width:320px;height:1596px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dad2RR1zHMowJMAoPxvmyOQvimdMEVDZ { width:229px;height:307px;top:20px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Iq1XZ3CwGP17sSDwwzG8KeKzFxnRIVxa { width:282px;height:41.5938px;top:357px;left:19px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycQy37V7gxFJDkDHTRbQ8GN4vlGpnZKw { width:320px;height:195px;top:418.5938px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUp4r0cRBruQRAZDNkihahCylfH1R60W { width:320px;height:942.5px;top:633.5938px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdn4AJGFUkofobZu45lXXJVOyPrbNh7E { display:block; }#zdn4AJGFUkofobZu45lXXJVOyPrbNh7E > .row .container { width:320px;height:114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhGReXEOWAheCGLD8xdP5OiC3TEbcOnq { width:300px;height:74px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #EQDSrA4b6XKGhufspPTK8pSqlNnL9Vmt { display:block; }
 }@media only screen and (max-width: 763px) { #CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR { display:block; }#CHV3w1B1BbJhgkpCa3DubSkLBLnV7OKR > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb { display:block; }#IB7pu2X2nMBgQ7PL0pJs3XCO9c6Ph7zb > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkdK7XkIKVPVRU5X85g2xl5Oh3zpLi4S { width:273px;height:41.5938px;top:20px;left:23px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWHhFy06N5SAJZMnd4gLen2RhNT3zl5t { width:281px;height:46.7968px;top:81.5938px;left:19px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }