.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#bac5d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0px;left:0px;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2QYu0Qpe/landing_page1.png");background-position:top center !important;background-repeat: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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:14px;font-family:"open sans";height:775px;width:960px;position:relative;display:block; }#eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: 0 0 20px rgba(0,0,0,0.22) ;height:362px;width:312px;top:254px;left:614px;display:block; }
#hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { color:#f6a41d;display:block;width:310px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:260px;left:615px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-form-header { font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:18px;font-weight:bold;color:#2e2cbc;width:275px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top;overflow:hidden; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#fbfdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:275px;box-sizing:border-box;height:41px;color:#0f2149;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#fbfdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:275px;box-sizing:border-box;height:70px;color:#0f2149;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#fef7da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #fef7da;border-left:1px solid #fef7da;border-right:1px solid #fef7da;border-bottom:1px solid #fef7da;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:275px;box-sizing:border-box;height:40px;color:#000919;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;background-color:#20447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:275px;height:55px;font-family:"open sans";overflow:hidden; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-moz-placeholder { color:#000919;font-family:"open sans";font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-moz-placeholder { color:#000919;font-family:"open sans";font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:"open sans";font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:"open sans";font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:256px;overflow:hidden;font-style:normal;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:first-of-type{padding-top:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:last-of-type{padding-bottom:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:275px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:286px;left:613px;font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:275px;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:275px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:286px;left:613px;font-size:14px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Fyxl7cTwqrGVfkspbUeJOodabNBBB8Hf { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uxTTgvrGZ9G1LM6Li4KSH9Usah100x3R { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #OpDT2zbWmu3KsUvRKlRN7FQxOmckf4dl { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF { position:relative; }
#oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { position:relative;display:block; }
#Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { position:relative;display:block; }
#CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT { position:relative; }
#T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { color:#2e2cbc;display:block;width:513.965px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:36.73828125px;left:317.96875px;height:45.5px;text-align:center;text-align-last:center;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; }
#ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { color:#2e2cbc;display:block;width:617.988px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:116.4453125px;left:280.9765625px;height:62.3828px;text-align:center;text-align-last:center;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; }
#AopgRXhLoJtTSup8N6hvNUWOOsQxQoPM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98px;width:98px;top:19.4375px;left:246px;overflow:hidden;display:block; }
#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#889bbc;background-image:url("https://images.assets-landingi.com/kYtiJOwg/opthomolgy_page_footer.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0.adaptive-delivery-prevent-bg, #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0.lazyload, #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0.lazyloading { background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { background-color: transparent; background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .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); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { border-width: 0; border-radius: 0; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { font-size:14px;font-family:"open sans";height:1497px;width:960px;position:relative;display:block; }#vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:993px;left:71px;height:;text-align:center;text-align-last:center;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;display:block; }
#gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { color:#ffffff;display:block;width:405.996px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:1055px;left:18px;height:51px;text-align:center;text-align-last:center;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;display:block; }
#p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { color:#ffffff;display:block;width:406.973px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:752px;left:18px;height:76.5px;text-align:center;text-align-last:center;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;display:block; }
#dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:695px;left:72px;height:;text-align:center;text-align-last:center;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;display:block; }
#CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { color:#ffffff;display:block;width:455.977px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:442px;left:0px;height:91.7812px;text-align:center;text-align-last:center;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;display:block; }
#TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:387px;left:71px;height:;text-align:center;text-align-last:center;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;display:block; }
#UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76.9922px;width:76.9922px;top:274px;left:182px;overflow:hidden;display:block; }
#kPsxULXShaWfnNpOEOhgxL2N463MIVeK { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:93px;width:96px;top:266px;left:173px;display:block; }
#d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:78.9844px;width:78.9844px;top:583px;left:182px;overflow:hidden;display:block; }
#CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:93px;width:96px;top:576px;left:173px;display:block; }
#inDH4uviKHD0apADShuIrWnuEP85qeOR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.9961px;width:80.9961px;top:884px;left:184px;overflow:hidden;display:block; }
#TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:93px;width:96px;top:880px;left:173px;display:block; }
#d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { color:#ffffff;display:block;width:407px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:1328px;left:17px;height:102px;text-align:center;text-align-last:center;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;display:block; }
#VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1273px;left:70px;height:;text-align:center;text-align-last:center;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;display:block; }
#sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.9961px;width:80.9961px;top:1170px;left:182px;overflow:hidden;display:block; }
#E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:93px;width:96px;top:1164px;left:172px;display:block; }
#bUZEwGbwU6vyD3Ev5K5cR6I2AwmzPstp { color:#ffffff;display:block;width:513.965px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:132.91015625px;left:0px;height:75.3906px;text-align:center;text-align-last:center;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;display:block; }
#m9BDvp9uZGgVnAXitEBr5Fzo4P4y8rz7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98.9844px;width:221.973px;top:15.99609375px;left:0px;overflow:hidden;display:block; }
#meM725oeA5bOntnI69nsqoZghvlZlCJQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#112f5b;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; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { background-color: transparent; background-image: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .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); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { border-width: 0; border-radius: 0; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { font-size:14px;font-family:"open sans";height:240px;width:960px;position:relative;display:block; }#r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { display:block;width:306px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.98828125px;left:652px;height:31.1914px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { display:block;width:371px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:53px;left:556px;height:36.375px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:45px;left:917px;display:block; }
#tKyqE4VNn5T8nTMre19nLTRaqJfw2qP0 { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:96px;left:923px;display:block; }
#MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { display:block;width:371px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:102px;left:556px;height:36.375px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#CLISERclSbGMt0gbquGuzDtTFdHqkB3o { display:block;width:371px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:146px;left:559px;height:36.375px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#fKz0dXxQRXpLFT5Lq7pOXPCpZKbgf663 { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:137px;left:924px;display:block; }
#pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { display:block;width:371px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:192px;left:561px;height:36.375px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#eVWS76z2VLzCtM1xgPwZqb5SI4tKO5Cm { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:184px;left:926px;display:block; }
#DMrgPFFRzqufXfSlTodVxWs05sckNGhJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98.9931px;width:221.997px;top:52.986114501953px;left:62.083312988281px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:311px;height:361px;top:254px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:310px;height:27px;top:260px;left:454px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:275px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:275px;height:auto;top:286px;left:449px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:275px;height:auto;top:286px;left:449px; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Fyxl7cTwqrGVfkspbUeJOodabNBBB8Hf {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uxTTgvrGZ9G1LM6Li4KSH9Usah100x3R {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #OpDT2zbWmu3KsUvRKlRN7FQxOmckf4dl {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { display:block; }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { top:36px;left:219.96875px;width:513px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { top:116px;left:147px;width:617px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AopgRXhLoJtTSup8N6hvNUWOOsQxQoPM { top:19px;left:148px;width:98px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:240px;height:0;top:554px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:240px;height:0;top:597px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:240px;height:0;top:597px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:240px;height:0;top:554px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:240px;height:0;top:337px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:240px;height:0;top:294px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:41px;height:41px;top:206.5px;left:622.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { top:266px;left:75px;width:95px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:41px;height:41px;top:206.5px;left:622.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { top:576px;left:75px;width:95px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:40px;height:40px;top:206.5px;left:622.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { top:880px;left:75px;width:95px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:240px;height:0;top:597px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:240px;height:0;top:554px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:41px;height:41px;top:206.5px;left:622.5px;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { top:1164px;left:74px;width:95px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #bUZEwGbwU6vyD3Ev5K5cR6I2AwmzPstp { width:513px;height:75px;top:132px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #m9BDvp9uZGgVnAXitEBr5Fzo4P4y8rz7 { top:15px;left:0px;width:221px;height:98.550510197186px;display:block; }
 }@media only screen and (max-width: 763px) { #meM725oeA5bOntnI69nsqoZghvlZlCJQ { display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { width:306px;height:30px;top:12px;left:458px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { width:370px;height:36px;top:52px;left:394px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { top:45px;left:714px;width:47px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #tKyqE4VNn5T8nTMre19nLTRaqJfw2qP0 { top:96px;left:714px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { width:370px;height:36px;top:101px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CLISERclSbGMt0gbquGuzDtTFdHqkB3o { width:370px;height:36px;top:145px;left:394px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fKz0dXxQRXpLFT5Lq7pOXPCpZKbgf663 { top:137px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { width:370px;height:36px;top:191px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eVWS76z2VLzCtM1xgPwZqb5SI4tKO5Cm { top:184px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #DMrgPFFRzqufXfSlTodVxWs05sckNGhJ { top:52px;left:0px;width:221px;height:98.54851687185px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2QYu0Qpe/landing_page1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:320px;height:775px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:200px;height:505px;top:514.74609375px;left:60px;box-shadow: 0 0 20px rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f3f3f3, #d1efff);background-image: -moz-linear-gradient(top, #f3f3f3, #d1efff);background-image: -ms-linear-gradient(top, #f3f3f3, #d1efff);background-image: -o-linear-gradient(top, #f3f3f3, #d1efff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1efff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1efff' );";background-image: linear-gradient(to bottom, #f3f3f3, #d1efff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:207.969px;height:39px;top:218px;left:56px;text-align:center;text-align-last:center;font-size:30px;color:#ae8c67;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:275px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#ae8c67; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#ae8c67;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:275px;height:auto;top:256px;left:0px; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:275px;height:auto;top:256px;left:0px; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Fyxl7cTwqrGVfkspbUeJOodabNBBB8Hf {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uxTTgvrGZ9G1LM6Li4KSH9Usah100x3R {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #OpDT2zbWmu3KsUvRKlRN7FQxOmckf4dl {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { display:block; }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { width:320px;height:32px;top:77.98828125px;left:0px;font-size:20px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { width:304px;height:76.7812px;top:119.98046875px;left:8px;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AopgRXhLoJtTSup8N6hvNUWOOsQxQoPM { width:76px;height:76px;top:2.984375px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { background-color:#6d86a9;background-image:url("https://images.assets-landingi.com/kYtiJOwg/opthomolgy_page_footer.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0.adaptive-delivery-prevent-bg, #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0.lazyload, #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0.lazyloading { background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { background-color: transparent; background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .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); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:320px;height:1301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:300px;height:26px;top:771px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:300px;height:47.5938px;top:817px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:300px;height:95.1875px;top:537px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:300px;height:26px;top:491px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:300px;height:71.3906px;top:286.9921875px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:192px;height:26px;top:245px;left:69px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:80px;height:80px;top:152px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { width:95px;height:91.9922px;top:146px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:77.9883px;height:77.9883px;top:398px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { width:95px;height:91.9922px;top:391px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:76.9922px;height:76.9922px;top:665px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { width:95px;height:91.9922px;top:659px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:320px;height:95.1875px;top:1033px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:300px;height:26px;top:1001px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:72.9883px;height:72.9883px;top:909px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { width:95px;height:91.9922px;top:897px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #bUZEwGbwU6vyD3Ev5K5cR6I2AwmzPstp { width:320px;height:73.5938px;top:24.98046875px;left:0px;text-align:center;text-align-last:center;font-size:23px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #m9BDvp9uZGgVnAXitEBr5Fzo4P4y8rz7 { width:220.996px;height:98.5352px;top:1176.9921875px;left:49.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #meM725oeA5bOntnI69nsqoZghvlZlCJQ { background-color:#6d86a9;background-image:none;display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { background-color: transparent; background-image: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .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); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { width:320px;height:32.5px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { width:271.992px;height:62.3906px;top:171.62109375px;left:19.2578125px;text-align:right;text-align-last:right;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { width:29px;height:29px;top:298.12109375px;left:292px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tKyqE4VNn5T8nTMre19nLTRaqJfw2qP0 { width:31px;height:31px;top:171.625px;left:288.4922px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { width:257.988px;height:62.3906px;top:304.12109375px;left:39.21875px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CLISERclSbGMt0gbquGuzDtTFdHqkB3o { width:280.996px;height:62.3906px;top:450.45703125px;left:16.2109375px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fKz0dXxQRXpLFT5Lq7pOXPCpZKbgf663 { width:27.9883px;height:30px;top:580.46875px;left:293px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { width:283.984px;height:62.3906px;top:585.46875px;left:13.22265625px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eVWS76z2VLzCtM1xgPwZqb5SI4tKO5Cm { width:22px;height:30px;top:448.46875px;left:296.81129855769px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DMrgPFFRzqufXfSlTodVxWs05sckNGhJ { width:185.977px;height:81.9727px;top:72.5px;left:67px;display:block; }
 }