.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr { position:relative;display:block; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr { background-color: transparent; background-image: none; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .row .container > .video-iframe-container { display: none; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .row > .video-iframe-container { display: none; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .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); }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr { border-width: 0; border-radius: 0; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .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:94px;width:1200px;position:relative;display:block; }#qChRv08ni7RFSz3hq06a409GexgN2RHW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:160px;top:10px;left:136px;overflow:hidden;display:block; }
#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8V4ZlJdj/bg-landing-page-TC.jpg");background-position:center;background-repeat:repeat-x;background-attachment:fixed;background-size:cover;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { border-width: 0; border-radius: 0; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:1200px;height:547px;font-size:14px;font-family:arial;position:relative;display:block; }#Q65asirmygyeR56sUIBG2LzMIt7ZsJfC { display:block;width:823px;position:absolute;font-family:rubik;font-size:60px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 70px rgba(0,0,0,0.6);top:26px;left:188.5px;height:78px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#333333;text-align:center;text-align-last:center;display:block; }
#FKKSvcarLoQcJ4ruvivuq7TZCflOT18U { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:320px;left:;display:none; }
#OFekyacZhdixGNeTpTpRWkBVaTS7uPTJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;left:;display:none; }
#k6dKkewaG726Ny23Rhqxp8KyZlRl6cda { position:absolute;display:block;z-index:100001;background-color:rgba(2,2,2,0.52);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:1128px;top:174px;left:36px;display:block; }
#cgZz5faINN02beSMnUWFRfLx2tcB3riU { color:#ffffff;display:block;width:1058px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 70px rgba(0,0,0,0.5);top:207px;left:72px;height:132px;text-align:center;text-align-last:center;display:block; }
#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU { position:relative;display:block; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU { background-color: transparent; background-image: none; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .row .container > .video-iframe-container { display: none; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .row > .video-iframe-container { display: none; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .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); }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU { border-width: 0; border-radius: 0; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .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:462px;width:1200px;position:relative;display:block; }#T12y3ICBJOkkbTfblfrVwuGZMppiPBNv { display:block;width:409px;position:absolute;font-family:rubik;font-size:36px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:44px;left:395.5px;height:46px;color:#333333;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nLZf3Jd9xKLmm7EgR01kX98wVyc8rZZq { position:absolute;display:block;z-index:100002;background-color:#a09b79;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:195px;width:195px;top:150px;left:151px;display:block; }
#RpIAvsfb3ANBMlxBpvn25saH9ze02JaW { position:absolute;display:block;z-index:100003;background-color:#a09b79;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:195px;width:195px;top:150px;left:502px;display:block; }
#oOduG0v3bVxJIXtvGaJ5QB1iCe1dr4aO { position:absolute;display:block;z-index:100004;background-color:#a09b79;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:195px;width:195px;top:150px;left:855px;display:block; }
#evzKWgXJdc1GxtKMBe9ykmqfUoWhI5Bc { color:#d04721;display:block;width:248px;position:absolute;font-family:rubik;font-size:19px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:361px;left:124.5px;height:24px;text-align:center;text-align-last:center;display:block; }
#qUmHEDDJ0y7y1QiqXM0k9Ta07InvRSy4 { color:#d04721;display:block;width:245px;position:absolute;font-family:rubik;font-size:19px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:361px;left:477px;height:48px;text-align:center;text-align-last:center;display:block; }
#icwyryB18RZu4gGX1m57XAXbP6b2T3wI { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:128px;width:128px;top:183.5px;left:184px;overflow:hidden;display:block; }
#Ccs59JTDTF5lpap5CAsrS0J09BbfVNCG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:128px;width:128px;top:183.5px;left:536px;overflow:hidden;display:block; }
#paBdvyJwbXFzfgTTNwEZgVLCRG7rNJsq { color:#d04721;display:block;width:277px;position:absolute;font-family:rubik;font-size:19px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:361px;left:814px;height:72px;text-align:center;text-align-last:center;display:block; }
#tOFLbHbH5ATtknvW0Ay1iIEg0P6RMlD9 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:128px;width:128px;top:183.5px;left:888px;overflow:hidden;display:block; }
#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zeG6YLc2/1.jpg");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { background-color: transparent; background-image: none; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container > .video-iframe-container { display: none; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row > .video-iframe-container { display: none; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .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); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { border-width: 0; border-radius: 0; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { font-size:14px;font-family:arial;height:306px;width:1200px;position:relative;display:block; }#qr7kJ2xV1ncBOUcRwOo1WsVA0HqBUWH7 { display:block;width:838px;position:absolute;font-family:rubik;font-size:50px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 70px #000000;top:88px;left:181px;height:;color:#333333;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeee4;background-image:none;position:relative;display:block; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { background-color: transparent; background-image: none; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container > .video-iframe-container { display: none; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row > .video-iframe-container { display: none; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .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); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { border-width: 0; border-radius: 0; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { display:block;width:196px;position:absolute;font-family:rubik;font-size:36px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:33px;left:80px;height:46px;color:#333333;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeee4;background-image:none;position:relative;display:block; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container { background-color: transparent; background-image: none; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container > .video-iframe-container { display: none; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row > .video-iframe-container { display: none; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .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); }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container { border-width: 0; border-radius: 0; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container { font-size:14px;font-family:arial;height:145px;width:1200px;position:relative;display:block; }#PRNmITbCgOucPGxZvfKzvoHK4qapG4vA { display:block;width:455px;position:absolute;font-family:rubik;font-size:18px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0;left:72.5px;height:;font-style:normal;display:block; }#PRNmITbCgOucPGxZvfKzvoHK4qapG4vA li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#PRNmITbCgOucPGxZvfKzvoHK4qapG4vA li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-9px;content: "\2001"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
#erTPckiehh3ZoKZ1amb3rO8vNeHugBP0 { display:block;width:455px;position:absolute;font-family:rubik;font-size:18px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:0;left:685px;height:;font-style:normal;display:block; }#erTPckiehh3ZoKZ1amb3rO8vNeHugBP0 li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#erTPckiehh3ZoKZ1amb3rO8vNeHugBP0 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-9px;content: "\2001"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeee4;background-image:none;position:relative;display:block; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { background-color: transparent; background-image: none; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container > .video-iframe-container { display: none; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row > .video-iframe-container { display: none; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .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); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { border-width: 0; border-radius: 0; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { font-size:14px;font-family:arial;height:98px;width:1200px;position:relative;display:block; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { background-color: transparent; background-image: none; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container > .video-iframe-container { display: none; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row > .video-iframe-container { display: none; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .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); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { border-width: 0; border-radius: 0; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container { background-color: transparent; background-image: none; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container > .video-iframe-container { display: none; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row > .video-iframe-container { display: none; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .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); }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container { border-width: 0; border-radius: 0; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#VMyR2MuTa5t3LKuSQTOOCwt6qGfOC2Jh { display:block;width:1200px;position:absolute;font-family:rubik;font-size:24px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:19.5px;left:0;height:31px;text-align:center;text-align-last:center;font-style:normal;color:#333333;display:block; }
#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container { background-color: transparent; background-image: none; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container > .video-iframe-container { display: none; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row > .video-iframe-container { display: none; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .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); }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container { border-width: 0; border-radius: 0; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container { font-size:14px;font-family:arial;height:288px;width:1200px;position:relative;display:block; }#noTMteatuq9SMpa137i02kH462bXHbbi { display:block;width:817px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:80px;left:192px;height:125px;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dnhsKMnwbQ2BnloD9ibtJxwVX42LZi7W { display:block;width:251px;position:absolute;font-family:rubik;font-size:16px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:224px;left:475px;height:20px;color:#d04721;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLCvvRplzRUepcBSSO9J6X79JtouZtgg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:205px;width:936px;position:absolute;display:block;z-index:100000;top:54px;left:132.5px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#iqLHzXlcvA5MHhFRlKmw0gdHhuWvhqrP { box-sizing:content-box;color:#d04721;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:4px;left:575.5px;display:block; }
#MeU45fJEW94TSNmpOZcFm98mlKESg0oc { display:block;width:600px;position:absolute;font-family:rubik;font-size:24px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:19.5px;left:0;height:31px;text-align:center;text-align-last:center;font-style:normal;color:#333333;display:none; }
#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container { background-color: transparent; background-image: none; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container > .video-iframe-container { display: none; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row > .video-iframe-container { display: none; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .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); }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container { border-width: 0; border-radius: 0; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container { font-size:14px;font-family:arial;height:53px;width:1200px;position:relative;display:block; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a09b79;background-image:url("https://images.assets-landingi.com/vZ9AfaV1/Lundbeck_new_banner.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container { background-color: transparent; background-image: none; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container > .video-iframe-container { display: none; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row > .video-iframe-container { display: none; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .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); }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container { border-width: 0; border-radius: 0; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container { font-size:14px;font-family:arial;height:462px;width:1200px;position:relative;display:block; }#dTmphM3EeyITHgwUZnxgqfyrQqJZH6KH { color:#ffffff;display:block;width:739px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:426px;left:230.5px;height:14px;display:block; }
#FRGTNNWEuFhb5c3oy7rRM6KNpzrJcki9 { display:block;width:1012px;position:absolute;font-family:"open sans";font-size:51px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px #000000;top:160px;left:94px;height:66px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rk9hcgy42K7rvmSRRrPbt5iATzL9rB3A { color:#000000;display:block;width:762px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 070px #000000;top:245px;left:219px;height:78px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr { display:block; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qChRv08ni7RFSz3hq06a409GexgN2RHW { width:160px;height:68px;top:10px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q65asirmygyeR56sUIBG2LzMIt7ZsJfC { width:621px;height:108px;top:35px;left:71.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #FKKSvcarLoQcJ4ruvivuq7TZCflOT18U { width:;height:;top:0;left:;display:none; }
 }@media only screen and (max-width: 1199px) { #OFekyacZhdixGNeTpTpRWkBVaTS7uPTJ { top:99px;left:62px;width:640px;height:360px;z-index:100009;display:block; }
 }@media only screen and (max-width: 1199px) { #k6dKkewaG726Ny23Rhqxp8KyZlRl6cda { width:764px;height:200px;top:174px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #cgZz5faINN02beSMnUWFRfLx2tcB3riU { width:764px;height:132px;top:207px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU { display:block; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T12y3ICBJOkkbTfblfrVwuGZMppiPBNv { width:362px;height:46px;top:33.5px;left:201px;display:block; }
 }@media only screen and (max-width: 1199px) { #nLZf3Jd9xKLmm7EgR01kX98wVyc8rZZq { width:195px;height:195px;top:150px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #RpIAvsfb3ANBMlxBpvn25saH9ze02JaW { width:195px;height:195px;top:150px;left:284px;display:block; }
 }@media only screen and (max-width: 1199px) { #oOduG0v3bVxJIXtvGaJ5QB1iCe1dr4aO { width:195px;height:195px;top:150px;left:569px;display:block; }
 }@media only screen and (max-width: 1199px) { #evzKWgXJdc1GxtKMBe9ykmqfUoWhI5Bc { width:248px;height:24px;top:361px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #qUmHEDDJ0y7y1QiqXM0k9Ta07InvRSy4 { width:245px;height:48px;top:361px;left:259px;display:block; }
 }@media only screen and (max-width: 1199px) { #icwyryB18RZu4gGX1m57XAXbP6b2T3wI { width:128px;height:128px;top:183.5px;left:33.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ccs59JTDTF5lpap5CAsrS0J09BbfVNCG { width:128px;height:128px;top:183.5px;left:318px;display:block; }
 }@media only screen and (max-width: 1199px) { #paBdvyJwbXFzfgTTNwEZgVLCRG7rNJsq { width:277px;height:48px;top:361px;left:487px;display:block; }
 }@media only screen and (max-width: 1199px) { #tOFLbHbH5ATtknvW0Ay1iIEg0P6RMlD9 { width:128px;height:128px;top:183.5px;left:602.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 { display:block; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { width:764px;height:283px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qr7kJ2xV1ncBOUcRwOo1WsVA0HqBUWH7 { width:683px;height:90px;top:86.5px;left:40.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR { display:block; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { width:764px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { width:744px;height:46px;top:77px;left:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I { display:block; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container { width:764px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PRNmITbCgOucPGxZvfKzvoHK4qapG4vA { width:341px;height:112px;top:0;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #erTPckiehh3ZoKZ1amb3rO8vNeHugBP0 { width:341px;height:89px;top:0;left:402px;display:block; }
 }@media only screen and (max-width: 1199px) { #S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP { display:block; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { width:764px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh { display:block; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { width:764px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi { display:block; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VMyR2MuTa5t3LKuSQTOOCwt6qGfOC2Jh { width:764px;height:31px;top:19px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #OKotMiqP0g9faEQEWvKKQdw80hsVyADJ { display:block; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container { width:764px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #noTMteatuq9SMpa137i02kH462bXHbbi { width:740px;height:120px;top:76px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #dnhsKMnwbQ2BnloD9ibtJxwVX42LZi7W { width:320px;height:20px;top:208px;left:223.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #rLCvvRplzRUepcBSSO9J6X79JtouZtgg { width:745px;height:216px;top:28px;left:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #iqLHzXlcvA5MHhFRlKmw0gdHhuWvhqrP { width:50px;height:50px;top:3px;left:358.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #MeU45fJEW94TSNmpOZcFm98mlKESg0oc { width:764px;height:31px;top:19px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #W5zN62utkvLNmBMN7IVST1bGtEqIcsIa { display:block; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container { width:764px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c { display:block; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dTmphM3EeyITHgwUZnxgqfyrQqJZH6KH { width:739px;height:14px;top:426px;left:12.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #FRGTNNWEuFhb5c3oy7rRM6KNpzrJcki9 { width:360px;height:138px;top:129px;left:12.5px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #rk9hcgy42K7rvmSRRrPbt5iATzL9rB3A { width:339px;height:46px;top:289px;left:12.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { display:block; }
 }@media only screen and (max-width: 763px) { #WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr { display:block; }#WWBPrAc2Aop89Gw0vPL8HgZekwWnRCnr > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qChRv08ni7RFSz3hq06a409GexgN2RHW { width:160px;height:68px;top:30px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:320px;height:2030px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q65asirmygyeR56sUIBG2LzMIt7ZsJfC { width:254px;height:82px;top:30px;left:33px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FKKSvcarLoQcJ4ruvivuq7TZCflOT18U { height:180px;width:320px;top:80px;left:0;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #OFekyacZhdixGNeTpTpRWkBVaTS7uPTJ { height:180px;width:320px;top:502px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #k6dKkewaG726Ny23Rhqxp8KyZlRl6cda { width:320px;height:200px;top:280px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cgZz5faINN02beSMnUWFRfLx2tcB3riU { width:320px;height:132px;top:313px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU { display:block; }#FIUG2Kp7fTMCk1fisNLUrF40t3vBhmHU > .row .container { width:320px;height:1253px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T12y3ICBJOkkbTfblfrVwuGZMppiPBNv { width:320px;height:33px;top:20px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nLZf3Jd9xKLmm7EgR01kX98wVyc8rZZq { width:195px;height:195px;top:119px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #RpIAvsfb3ANBMlxBpvn25saH9ze02JaW { width:195px;height:195px;top:462px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #oOduG0v3bVxJIXtvGaJ5QB1iCe1dr4aO { width:195px;height:195px;top:886px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #evzKWgXJdc1GxtKMBe9ykmqfUoWhI5Bc { width:229px;height:56px;top:337px;left:46px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qUmHEDDJ0y7y1QiqXM0k9Ta07InvRSy4 { width:245px;height:112px;top:679px;left:38px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #icwyryB18RZu4gGX1m57XAXbP6b2T3wI { width:128px;height:128px;top:153px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #Ccs59JTDTF5lpap5CAsrS0J09BbfVNCG { width:128px;height:128px;top:496px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #paBdvyJwbXFzfgTTNwEZgVLCRG7rNJsq { width:263px;height:84px;top:1117px;left:29px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tOFLbHbH5ATtknvW0Ay1iIEg0P6RMlD9 { width:128px;height:128px;top:920px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 { display:block; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { width:320px;height:291px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qr7kJ2xV1ncBOUcRwOo1WsVA0HqBUWH7 { width:320px;height:48px;top:87px;left:0;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR { display:block; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { width:300px;height:33px;top:35px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I { display:block; }#rBuXbHqRQMGWtDHXgLXEPkKC1vKat19I > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRNmITbCgOucPGxZvfKzvoHK4qapG4vA { width:320px;height:74px;top:0;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #erTPckiehh3ZoKZ1amb3rO8vNeHugBP0 { width:320px;height:74px;top:87px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP { display:block; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh { display:block; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi { display:block; }#K8fsuprVGEdSPF36vwNlFrS9mOCWnDIi > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMyR2MuTa5t3LKuSQTOOCwt6qGfOC2Jh { width:320px;height:26px;top:0;left:0;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #OKotMiqP0g9faEQEWvKKQdw80hsVyADJ { display:block; }#OKotMiqP0g9faEQEWvKKQdw80hsVyADJ > .row .container { width:320px;height:584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noTMteatuq9SMpa137i02kH462bXHbbi { width:260px;height:330px;top:145px;left:26px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dnhsKMnwbQ2BnloD9ibtJxwVX42LZi7W { width:260px;height:20px;top:509px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLCvvRplzRUepcBSSO9J6X79JtouZtgg { width:300px;height:448px;top:107px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #iqLHzXlcvA5MHhFRlKmw0gdHhuWvhqrP { width:50px;height:50px;top:96px;left:131px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MeU45fJEW94TSNmpOZcFm98mlKESg0oc { width:320px;height:26px;top:28px;left:0;text-align:center;text-align-last:center;font-size:20px;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #W5zN62utkvLNmBMN7IVST1bGtEqIcsIa { display:block; }#W5zN62utkvLNmBMN7IVST1bGtEqIcsIa > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c { display:block; }#RZf08CWyE2VR4XQ7hX9SLCiIudyBns1c > .row .container { width:320px;height:969px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTmphM3EeyITHgwUZnxgqfyrQqJZH6KH { width:320px;height:42px;top:723px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRGTNNWEuFhb5c3oy7rRM6KNpzrJcki9 { width:320px;height:66px;top:785px;left:0;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rk9hcgy42K7rvmSRRrPbt5iATzL9rB3A { width:320px;height:78px;top:871px;left:0;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }