.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;
}
.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-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;
  }
}
@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:transparent;background-image:url("https://images.assets-landingi.com/XFxgiOYC/Get_into_the_game_Landing_page_1949X1021_copy_min.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/g7dGJejg/Ortho_landing_page.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.adaptive-delivery-prevent-bg, #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.lazyload, #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.lazyloading { background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { background-color: transparent; background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .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); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { border-width: 0; border-radius: 0; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { font-size:14px;font-family:arial;height:642px;width:960px;overflow:visible;position:relative;display:block; }#psxZg7QGtuJfGsuNZDcQ8g0vDBqfQTob { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:216px;top:6px;left:6px;overflow:hidden;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-form-header { font-size:14px; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:700;color:rgba(234,241,244,0.92);width:270px;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;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(1,9,26,0.1);border-left:1px solid rgba(1,9,26,0.1);border-right:1px solid rgba(1,9,26,0.1);border-bottom:1px solid rgba(1,9,26,0.1);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:270px;box-sizing:border-box;height:50px;color:#000000;font-size:15px;overflow:hidden;font-family:cairo;font-weight:300;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(1,9,26,0.1);border-left:1px solid rgba(1,9,26,0.1);border-right:1px solid rgba(1,9,26,0.1);border-bottom:1px solid rgba(1,9,26,0.1);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:270px;box-sizing:border-box;height:80px;color:#000000;font-size:15px;overflow:hidden;font-family:cairo;font-weight:300;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:270px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-checkbox { width:13px;height:13px;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; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-button { border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background-color:#010a58;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:22px;font-weight:400;color:#f2f9ff;width:270px;height:58px;font-family:cairo;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]:-moz-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]::-moz-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]:-ms-input-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]::-webkit-input-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .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";font-size:12px;font-weight:300;color:rgba(34,34,34,0.7);vertical-align:top;width:250px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .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; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .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; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-container:first-of-type{padding-top:0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-container:last-of-type{padding-bottom:0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:270px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;position:absolute;top:225.984375px;left:526.984375px;font-size:14px; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:270px;display:block;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:rgba(34,34,34,0.6);vertical-align:top;overflow:hidden;font-style:normal; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz {display:block;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:270px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;position:absolute;top:225.984375px;left:526.984375px;font-size:14px; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #EuAqaSoMKaAD2gLiTybTRB04Tt3mrsZ2 { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #oEBlAX2hvmw33K2DqQ2rgrUVC6qH9D7C { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #LG2WTlPgPnD45EAuOuPvD1b5xL7n2Z5I { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #xrF3Mu56kUyg1Z7nLRmMkcy3xtm1cZp0 { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #R2u8gtaCBxIB7ofeqycLqn0EamsxaTzs { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #Fp0qwDLvwM2NVv1WcZZqyDGO74Vmgbq6 { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #kVdeEX1ZkMhTy0TA3G6GiUyRzwp9vV8w { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #CStTG9wIMxRHENRrHXoUIqDV1HVDPzFl { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #XebyzUH8tfiGJE1xQL4NdkZeT8sIOOmQ { position:relative; }
#PmbyzCusHJHq73W2ee60KkspGAKfGUpu { position:relative;display:block; }
#ci22yLdByXQcPyxBKxWJHblPXT58HlEn { position:relative;display:block; }
#Ma0AfxEMe8XV8pzbuZKBbEO6aXIztqP2 { position:relative;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #KL9auyrCcHG6MtK6sCUTrn8z2o7r01cp { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #py4Xa503ET6v9Ogd5CyQMrMS4QELDfNJ { position:relative; }
#DNX17dJU5ThR1LuV7nTgrSCl4nCMyH40 { color:rgba(12,2,2,0.8);display:block;width:282px;position:absolute;font-family:cairo;font-size:28px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:199px;left:541px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud9WTPJdlLD9qSuwGUuK8CmwzJsWXz4v { position:absolute;display:block;z-index:99998;background-color:#ffffff;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:58px;width:223px;top:0px;left:0px;display:block; }
#eaDdFC86aND5XXWe5oesXEO1H0JafVZI { position:absolute;display:block;z-index:100000;background-color:rgba(3,3,4,0.23);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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:398px;width:310px;top:190px;left:527px;display:block; }
#NqNksnFspG8rgCwO6e2ZhOIrPvh5gbPH { color:#ffffff;display:block;width:520.99px;position:absolute;font-family:cairo;font-size:27px;font-weight:700;z-index:100001;line-height:1.7;letter-spacing:0;top:34.965278625488px;left:394.44448852539px;height:137.672px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.98);background-image:none;position:relative;display:block; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { background-color: transparent; background-image: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container > .video-iframe-container { display: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container { display: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .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); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { border-width: 0; border-radius: 0; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { font-size:14px;font-family:arial;height:271px;width:960px;position:relative;display:block; }#UDVaFMRaZ5KVbdANA2IRsrbwCcBlMIkk { color:#20447b;display:block;width:294px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100016;line-height:1.7;letter-spacing:0;top:103px;left:599px;height:152.969px;text-align:right;text-align-last:right;display:block; }
#h1RhGELKTtTZUGb4qR4BTAUSlx8CggXs { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:105px;left:903px;display:block; }
#aOsA3Ee1dkbi4928CiASQ3mf4g48xqbA { color:#000000;display:block;width:843px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(32,68,123,0.54);top:7px;left:61px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5ToCuqMbDZZVRZWm5kBL9CaxSoRM6w9 { color:#20447b;display:block;width:309px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:103px;left:101px;height:152.969px;text-align:right;text-align-last:right;display:block; }
#ODiaCvV9ZP7POAMMOkgrdaZslnFklzAT { position:absolute;display:block;z-index:100006;background-color:rgba(32,68,123,0.52);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;height:2px;width:200px;top:78px;left:378.5px;display:block; }
#e9TedclxWszhLO8yKU0mm1GxCzZyGnPy { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:133px;left:903px;display:block; }
#EVRTIXFgPhPF1SROR7IyzbZLaWauqHWI { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:164px;left:903px;display:block; }
#ulyFUzUsw6aK2PsGww2J6kPdPuqlxFkJ { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:192px;left:903px;display:block; }
#h2nGQzW76BtlHJ97trAr4F0D5W6CWpxV { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:226px;left:903px;display:block; }
#MeVreJ0FPRi4nXqLzdshG3OmWJuEDquJ { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:226px;left:423px;display:block; }
#Aq58lHdoLAUg3zaxBbKI7vC5MWOSfnfn { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:192px;left:423px;display:block; }
#H0Op3ZM1q1fIadvtBx8VtiGTfSPDPu70 { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:164px;left:423px;display:block; }
#S4fA423WJGCbtS4GCQPUsCrq7BqbPuen { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:133px;left:423px;display:block; }
#NmCNy0cULXdnws8eDg9p9r0Z0dJG0lcl { box-sizing:content-box;color:#20447b;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:105px;left:423px;display:block; }
#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;display:block; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { background-color: transparent; background-image: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container > .video-iframe-container { display: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container { display: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .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); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { border-width: 0; border-radius: 0; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { font-size:14px;font-family:arial;height:1410px;width:960px;position:relative;display:block; }#vL8vEMzS4dQ2wxr7Rl20B9hy3uiSVXkB { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:62.96875px;left:0px;height:65px;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; }
#Oc9vXm1P8UsLcvKfb31wOZybLRob00bR { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:323px;left:96.5px;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; }
#ZPAIrtE7CWkPVxvhGhVHyUZyz4pOWTPT { color:#ffffff;display:block;width:431px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:359px;left:31px;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; }
#rkDtE8AuSEZMtt6PUeFnKiclJKbtdHEQ { position:absolute;display:block;z-index:100003;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;height:250px;width:1px;top:473px;left:479.5px;display:block; }
#BEwLwd2qqcp8eWiGT80uCFCIm6R31Rhu { position:absolute;display:block;z-index:100004;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;height:1px;width:960px;top:473px;left:0px;display:block; }
#xBF3bI2vOToT1q2G5xrccnGkxAwST7N2 { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:594.5px;left:82px;height:31.1875px;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; }
#CBCep8xdqKuCyMzyIlDBOSiem6sKuxde { color:#ffffff;display:block;width:406px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:649px;left:31px;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; }
#qe9rkeLwBAyMorJ7DsTgdNuIHZtKImQc { color:#ffffff;display:block;width:444px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:952.5px;left:19px;height:81px;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; }
#EsMWWTzwcbKLopOrMD8aBJ9vou9ufkX8 { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:901px;left:82px;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; }
#execr0RTwgZ3xqTEVvNxAilqImmTcXG9 { color:#ffffff;display:block;width:448px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:649px;left:498.5px;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; }
#fOMMSrg1u9tOmDJ4bec9HSs4sfQlVFCn { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:595.5px;left:572.5px;height:29.8906px;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; }
#iK4smKQ8rRUfdztvFr4qf5JRgWTqyIFs { color:#ffffff;display:block;width:427px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:358px;left:509px;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; }
#zNnqcnzC46SF7ERrPfgIKWapmiZqkb8P { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:323px;left:570px;height:31.1875px;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; }
#KNAXgCJRIPNF3ubrJreXHOThQdkBTsFi { position:absolute;display:block;z-index:100005;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;height:1px;width:960px;top:773px;left:0px;display:block; }
#nH0mdSsuonQvTdAoUIp7amOHp0CQX6BL { color:#ffffff;display:block;width:335px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:901px;left:538.5px;height:31.1875px;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; }
#kt76zkhBp0eVxKaw5r2Hh8OQ2ghPLa9t { color:#ffffff;display:block;width:447px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:948px;left:499px;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; }
#uVFH9I8vS5uawVObe0JQXgmmHT0kGA1x { position:absolute;display:block;z-index:100005;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;height:290px;width:1px;top:723px;left:479.5px;display:block; }
#zHfCN1Xz1VBe5acr1zQviLTyu3nDoHRZ { position:absolute;display:block;z-index:100006;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;height:250px;width:1px;top:224px;left:479.5px;display:block; }
#klPiQZVCqNLtOP1a6yZTFP4VVh8DEtAH { position:absolute;display:block;z-index:100006;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;height:1px;width:960px;top:1058px;left:0px;display:block; }
#fQ8b5z8giQiwALEeP15xsEN3M7gAKgLf { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1189px;left:573.5px;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; }
#MbiwOzfRcwV9VBqm42RUB2VDdJmSI3UB { color:#ffffff;display:block;width:447px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:1230px;left:499px;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; }
#gJQdVXwPqwyzQbMTU4BpnmSaJdaCuMEq { color:#ffffff;display:block;width:300px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:1189px;left:82px;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; }
#Z9S38iRI4PyD6PWdSTmX4awgTbHTMXG2 { color:#ffffff;display:block;width:447px;position:absolute;font-family:cairo;font-size:15px;font-weight:300;z-index:100013;line-height:1.7;letter-spacing:0;top:1255px;left:23px;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; }
#GMQTwFN1eWhRmGnAiWkyx5hMrQCGwth3 { position:absolute;display:block;z-index:100006;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;height:290px;width:1px;top:1013px;left:479.5px;display:block; }
#AgyvDrgm8dCgOdep99mKql2QGixff5bx { position:absolute;display:block;z-index:100004;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;height:250px;width:1px;top:1159px;left:479.5px;display:block; }
#qEBusVNhGGz3qqN7192ZSQfP4Wt4g42G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100008;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:236px;left:685px;overflow:hidden;display:block; }
#q9r9yV2FGJdDTP94UOmbyMXcigf7ZCSa { position:absolute;display:block;z-index:99999;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:233px;left:683.5px;display:block; }
#MZ9pBszN4rn9MLxnJhZeDZ54zh8u740g { position:absolute;display:block;z-index:100000;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:231px;left:199px;display:block; }
#vC5TSREdyk7MSHAfZkAyy2ShMNNto3LB { position:absolute;display:block;z-index:100001;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:504px;left:684px;display:block; }
#VbomBMS8WpCN54rCM3zbEENVQp666ckw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:100038;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:234px;left:202.5px;overflow:hidden;display:block; }
#l72Mew4Uvt9xLC7xnRZlITIUVvywVgUt { position:absolute;display:block;z-index:100002;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:503px;left:192px;display:block; }
#swzrDWvHx5s9disTIg7ZRWTUxFhVwatB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:503px;left:686px;overflow:hidden;display:block; }
#ozrBW95EUklLv8KJhKTXQShDXrUXkZTg { position:absolute;display:block;z-index:100003;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:790.5px;left:682.5px;display:block; }
#dGBGvgPrKPfq97GdboT5h7zyUG3dA6wP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100044;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:506px;left:194px;overflow:hidden;display:block; }
#UuQoc8cTfIDqFOrd4rmdVMDD1ITqBCVM { position:absolute;display:block;z-index:100004;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:809.5px;left:192px;display:block; }
#nukTnZvAWi8p8TQx1iqVTLSLFxZXRCrJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:793.5px;left:685.5px;overflow:hidden;display:block; }
#VUu3oz2lcGBlf2IiEJDIGGErzF7inKlT { position:absolute;display:block;z-index:100005;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:1084.5px;left:666px;display:block; }
#VqP9VQTWQyfFsXmPRU85u32xXLC7JE9z { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100044;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:811.5px;left:194px;overflow:hidden;display:block; }
#k0CrlErFTuROed6kHRkMEiVb9Udk0g69 { position:absolute;display:block;z-index:100007;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:80px;width:80px;top:1084.5px;left:206.5px;display:block; }
#D5p7NDrOP5E6vsM7kgDxMAiJzXKMwsXu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:1084.5px;left:667px;overflow:hidden;display:block; }
#HeZPDa4RI7dr1JQMJlu161psVO40Ba19 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:76px;position:absolute;display:block;z-index:100044;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:1086.5px;left:208.5px;overflow:hidden;display:block; }
#XpSXWauXgcIAMor8sOWvEuoHW9slGFrQ { position:absolute;display:block;z-index:100006;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;height:250px;width:0.989583px;top:1160.0001373291px;left:479.4792175293px;display:block; }
#nusudmtTPrWv3oOapomBT2RI8UPGoLD3 { position:absolute;display:block;z-index:100007;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;height:1px;width:960px;top:1409px;left:0px;display:block; }
#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { position:relative;display:block; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { background-color: transparent; background-image: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .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); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { border-width: 0; border-radius: 0; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(239,239,248,0.31);background-image:none;font-size:14px;font-family:arial;height:396px;width:960px;position:relative;display:block; }#kWPMwb5VrcUotDwQDIsgo5ARFdlTmzbo { color:#f8f8f8;display:block;width:690.99px;position:absolute;font-family:cairo;font-size:26px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.515625px;left:134.46875px;height:33.7969px;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;text-align:center;text-align-last:center;display:block; }
#vBeTcT7WCIaruTrBZ3HReFmyxnMHEmr1 { display:block;width:155.984px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:99996;line-height:1.3;letter-spacing:0;top:135px;left:401.984375px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OF9WDA1uqflQMhsrfy02Q1VPdQgU8Duq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:100023;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:46px;left:436px;overflow:hidden;display:block; }
#wE6em2xLy1Ag0mCfHFbSs4zxKIHfHefC { position:absolute;display:block;z-index:100050;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #20447b;border-left:2px solid #20447b;border-right:2px solid #20447b;border-bottom:2px solid #20447b;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:190px;width:289px;top:181px;left:336px;display:block; }
#x5htmxtzyLsFqnvWFwXhGxmaTWQKbQRK { display:block;width:289px;position:absolute;font-family:cairo;font-size:14px;font-weight:400;z-index:100056;line-height:1.6;letter-spacing:0;top:191px;left:335px;height:181.1249px;text-align:center;text-align-last:center;font-style:normal;color:#20447b;display:block; }
#NQdovpWJu4mhlastEPwy6nVvSKTJSMEL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:100028;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:46px;left:751.4375px;overflow:hidden;display:block; }
#zthawqGOMcteE6a2UecNq1wT6TDGB4OO { display:block;width:155.969px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:99994;line-height:1.3;letter-spacing:0;top:135px;left:722px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udaFdWZZM0MyxWTiWfJOC5z5K5TFLaB9 { display:block;width:308.993px;position:absolute;font-family:cairo;font-size:14px;font-weight:400;z-index:100061;line-height:1.6;letter-spacing:0;top:199px;left:645px;height:134.3436px;text-align:center;text-align-last:center;font-style:normal;color:#20447b;display:block; }
#VloVJal5ZCac6G2lwyxGbSkBx9VwF7A6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:100033;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:44.515625px;left:122.5px;overflow:hidden;display:block; }
#gDuKLeMyct68Psg8QThTnhW5KFHnBgxJ { display:block;width:228px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:99998;line-height:1.3;letter-spacing:0;top:138.10000610352px;left:44px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;color:#fdfdfd;display:block; }
#CM4pLegsbwgqxJtt2pql3RdBm339a8dA { position:absolute;display:block;z-index:99997;background-color:rgba(32,68,123,0.85);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:49px;width:190px;top:123.5px;left:63.5px;display:block; }
#QN4apinoDuh1QnlQo3kvnOBh4UURZKZI { display:block;width:281px;position:absolute;font-family:cairo;font-size:14px;font-weight:400;z-index:100066;line-height:1.6;letter-spacing:0;top:196px;left:16px;height:134.3437px;text-align:center;text-align-last:center;font-style:normal;color:#20447b;display:block; }
#Uamc172m71IEr2qlhAQFETLhofsTcL47 { position:absolute;display:block;z-index:100051;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #20447b;border-left:2px solid #20447b;border-right:2px solid #20447b;border-bottom:2px solid #20447b;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:190px;width:289px;top:181px;left:13.5px;display:block; }
#ewxCLa80pxsVkxE9BAMCNyXxDd2xqHwr { position:absolute;display:block;z-index:100052;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #20447b;border-left:2px solid #20447b;border-right:2px solid #20447b;border-bottom:2px solid #20447b;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:190px;width:289px;top:181px;left:653.5px;display:block; }
#OwHPyxDKtKtBCeDPdIXvmEKu1eHsZK5L { color:#000000;display:block;width:33px;position:absolute;font-family:"times new roman";font-size:16px;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:135px;left:165.5px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#cNeVLkaXRVCWtwaKQ9RnF48T2la9TL6m { position:absolute;display:block;z-index:99992;background-color:rgba(32,68,123,0.85);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:49px;width:190px;top:124px;left:385px;display:block; }
#w7VVd3PhpZUNyLu2wh9JMxDgMGsgmbLt { position:absolute;display:block;z-index:99991;background-color:rgba(32,68,123,0.85);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:49px;width:190px;top:123px;left:705px;display:block; }
#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fec426;background-image:url("https://images.assets-landingi.com/Ga4fCVRd/Ortho_landing_page_footer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.adaptive-delivery-prevent-bg, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyload, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyloading { background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { background-color: transparent; background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .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); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { border-width: 0; border-radius: 0; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { font-size:14px;font-family:arial;height:611px;width:960px;position:relative;display:block; }#RVBVHoJE5Ki1iTCoxefsI70U1fznywo0 { color:#fbfeff;display:block;width:495.99px;position:absolute;font-family:cairo;font-size:24px;font-weight:normal;z-index:100020;line-height:1.8;letter-spacing:0;top:11.649307250977px;left:0px;height:86.375px;text-align:center;text-align-last:center;display:block; }
#b3f6qMXP5fLNaGyHp4Ch0q5snPhRFL75 { color:rgba(12,2,2,0.8);display:block;width:282px;position:absolute;font-family:cairo;font-size:28px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:148px;left:99px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGr2JatoBrCP79g7DuIKoK7lSCyvqxIb { position:absolute;display:block;z-index:100003;background-color:rgba(3,3,4,0.23);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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:398px;width:310px;top:139px;left:85px;display:block; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-form-header { font-size:14px; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:700;color:rgba(234,241,244,0.92);width:270px;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;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(1,9,26,0.1);border-left:1px solid rgba(1,9,26,0.1);border-right:1px solid rgba(1,9,26,0.1);border-bottom:1px solid rgba(1,9,26,0.1);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:270px;box-sizing:border-box;height:50px;color:#000000;font-size:15px;overflow:hidden;font-family:cairo;font-weight:300;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-text {padding-top: 0; padding-bottom: 0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(1,9,26,0.1);border-left:1px solid rgba(1,9,26,0.1);border-right:1px solid rgba(1,9,26,0.1);border-bottom:1px solid rgba(1,9,26,0.1);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:270px;box-sizing:border-box;height:80px;color:#000000;font-size:15px;overflow:hidden;font-family:cairo;font-weight:300;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:270px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;text-align:right;text-align-last:right;vertical-align:top; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-select {padding-top: 0; padding-bottom: 0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-checkbox { width:13px;height:13px;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; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-button { border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background-color:#010a58;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:22px;font-weight:400;color:#f2f9ff;width:270px;height:58px;font-family:cairo;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc [class*="-text"]:-moz-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc [class*="-text"]::-moz-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc [class*="-text"]:-ms-input-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc [class*="-text"]::-webkit-input-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:14px;text-align:right;text-align-last:right; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .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";font-size:12px;font-weight:300;color:rgba(34,34,34,0.7);vertical-align:top;width:250px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .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; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .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; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-container:first-of-type{padding-top:0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-container:last-of-type{padding-bottom:0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:270px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;position:absolute;top:175px;left:85px;font-size:14px; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:270px;display:block;vertical-align:top; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:rgba(34,34,34,0.6);vertical-align:top;overflow:hidden;font-style:normal; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc {display:block;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:270px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;position:absolute;top:175px;left:85px;font-size:14px; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #sIhIwJxphnpMUfXFLZWJlKpmxopwepCk { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #hZlfbxH8eqRwlmF05ixUz35xPs4AXA52 { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #JSoOHTisnFNIWQg7xSpTu7M6bGBJcO4G { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #GEMuBXfVKCndylBOAoFKTN1adB0M7VCh { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #VkKghQdcX7IQS1Z1Rae4ThP3RBs4wCTd { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #GJwOwHA66q2oNz8AEGTv2qTXQtCkxqg2 { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #gtshlT0ANlW7xWm6DAMk4LfFwKsML5Ad { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #uvnsK3qpOHF7PPnmrNgRRGltOwILFVtF { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #yapzV26AefxqR7uTTTt3RaUPsVctgqKb { position:relative; }
#FLWqSFN96cTXWMimuSnsqEEhw0QAJ40k { position:relative;display:block; }
#BJKLCD42pdWNxyJavX0Qy6mEZFIZpipO { position:relative;display:block; }
#mRLkTvEwPoHcBx6Hu16Tayan3zrn25bX { position:relative;display:block; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #hy9SOUmn5sSRuvpbLfEq1yZdzQHOF758 { position:relative; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #MWv2x614tuoUPFx5Fc7cJ1QOTZWDtxTg { position:relative; }
#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { background-color: transparent; background-image: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container > .video-iframe-container { display: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container { display: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .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); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { border-width: 0; border-radius: 0; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { font-size:14px;font-family:"open sans";height:258px;width:960px;position:relative;display:block; }#NTbJeNaTyzqx4K2oLaggd8o3GgvKF9mU { color:#000000;display:block;width:289px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.76171875px;left:670.859375px;height:31.1875px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TUHL3XINwaKWxb4vBE6VQiNg4xCyQAEC { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:54.765625px;left:549.83203125px;height:36.375px;text-align:right;text-align-last:right;display:block; }
#xU54zWvit9U4RVmyQbhMuVRdmGybM9oA { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:39.75390625px;left:926.421875px;display:block; }
#stNC83XLAd0TumUdVmtIFcqRpn4WIf8h { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:108.75px;left:552.83203125px;height:36.375px;text-align:right;text-align-last:right;display:block; }
#HTe95xVXeD0mLNxX3elDMqQzRLv43vtd { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:93.75390625px;left:927.4140625px;display:block; }
#XuyVXKszM88uFXTv8u1vBC0X2diadOFV { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:158.75px;left:553.83203125px;height:36.375px;text-align:right;text-align-last:right;display:block; }
#TJ6LVAtMHbKNw6cACP0TpOLnvDwky46e { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:141.75px;left:927.40234375px;display:block; }
#NBlxyWfcHV8sgQ9LQTkm9bxlP1nB7Sfe { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:204.74609375px;left:555.83203125px;height:36.375px;text-align:right;text-align-last:right;display:block; }
#yDWqTwNW9pGvqMExePVrBq5hmiiqgnOr { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:186.73828125px;left:927.40234375px;display:block; }
#N7uRTUSE8asHMUBgUKMiauX559GXz7TP { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:134px;width:303px;top:58.03125px;left:-0.109375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/af631d07eb7a759b26f244f4c5ec2605.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl { display:block; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psxZg7QGtuJfGsuNZDcQ8g0vDBqfQTob { width:215px;height:46.781089402287px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-regular-label { width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-textarea { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-button { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-checkbox-label { width:254px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz  { width:270px;height:auto;top:225px;left:428.984375px; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .radio-container { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz {display:block;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz { width:270px;height:auto;top:225px;left:428.984375px; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #EuAqaSoMKaAD2gLiTybTRB04Tt3mrsZ2 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #oEBlAX2hvmw33K2DqQ2rgrUVC6qH9D7C {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #LG2WTlPgPnD45EAuOuPvD1b5xL7n2Z5I {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #xrF3Mu56kUyg1Z7nLRmMkcy3xtm1cZp0 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #R2u8gtaCBxIB7ofeqycLqn0EamsxaTzs {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #Fp0qwDLvwM2NVv1WcZZqyDGO74Vmgbq6 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #kVdeEX1ZkMhTy0TA3G6GiUyRzwp9vV8w {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #CStTG9wIMxRHENRrHXoUIqDV1HVDPzFl {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #XebyzUH8tfiGJE1xQL4NdkZeT8sIOOmQ {  }
 }@media only screen and (max-width: 763px) { #PmbyzCusHJHq73W2ee60KkspGAKfGUpu { display:block; }
 }@media only screen and (max-width: 763px) { #ci22yLdByXQcPyxBKxWJHblPXT58HlEn { display:block; }
 }@media only screen and (max-width: 763px) { #Ma0AfxEMe8XV8pzbuZKBbEO6aXIztqP2 { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #KL9auyrCcHG6MtK6sCUTrn8z2o7r01cp {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #py4Xa503ET6v9Ogd5CyQMrMS4QELDfNJ {  }
 }@media only screen and (max-width: 763px) { #DNX17dJU5ThR1LuV7nTgrSCl4nCMyH40 { width:281px;height:35px;top:199px;left:443px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ud9WTPJdlLD9qSuwGUuK8CmwzJsWXz4v { top:0px;left:0px;width:222px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #eaDdFC86aND5XXWe5oesXEO1H0JafVZI { width:310px;height:397px;top:190px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #NqNksnFspG8rgCwO6e2ZhOIrPvh5gbPH { width:520px;height:136px;top:34px;left:244px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 { display:block; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDVaFMRaZ5KVbdANA2IRsrbwCcBlMIkk { width:294px;height:150px;top:103px;left:452px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #h1RhGELKTtTZUGb4qR4BTAUSlx8CggXs { top:105px;left:736px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aOsA3Ee1dkbi4928CiASQ3mf4g48xqbA { width:764px;height:60px;top:7px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O5ToCuqMbDZZVRZWm5kBL9CaxSoRM6w9 { width:309px;height:150px;top:103px;left:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ODiaCvV9ZP7POAMMOkgrdaZslnFklzAT { width:200px;height:2px;top:78px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #e9TedclxWszhLO8yKU0mm1GxCzZyGnPy { top:133px;left:736px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EVRTIXFgPhPF1SROR7IyzbZLaWauqHWI { top:164px;left:736px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ulyFUzUsw6aK2PsGww2J6kPdPuqlxFkJ { top:192px;left:736px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #h2nGQzW76BtlHJ97trAr4F0D5W6CWpxV { top:226px;left:736px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MeVreJ0FPRi4nXqLzdshG3OmWJuEDquJ { top:226px;left:354px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Aq58lHdoLAUg3zaxBbKI7vC5MWOSfnfn { top:192px;left:354px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #H0Op3ZM1q1fIadvtBx8VtiGTfSPDPu70 { top:164px;left:354px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #S4fA423WJGCbtS4GCQPUsCrq7BqbPuen { top:133px;left:354px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NmCNy0cULXdnws8eDg9p9r0Z0dJG0lcl { top:105px;left:354px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv { display:block; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL8vEMzS4dQ2wxr7Rl20B9hy3uiSVXkB { width:764px;height:64px;top:62px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9vXm1P8UsLcvKfb31wOZybLRob00bR { width:240px;height:0;top:294px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAIrtE7CWkPVxvhGhVHyUZyz4pOWTPT { width:240px;height:0;top:337px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rkDtE8AuSEZMtt6PUeFnKiclJKbtdHEQ { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #BEwLwd2qqcp8eWiGT80uCFCIm6R31Rhu { width:764px;height:1px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xBF3bI2vOToT1q2G5xrccnGkxAwST7N2 { width:240px;height:0;top:554px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CBCep8xdqKuCyMzyIlDBOSiem6sKuxde { width:240px;height:0;top:597px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qe9rkeLwBAyMorJ7DsTgdNuIHZtKImQc { width:240px;height:0;top:337px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #EsMWWTzwcbKLopOrMD8aBJ9vou9ufkX8 { width:240px;height:0;top:294px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #execr0RTwgZ3xqTEVvNxAilqImmTcXG9 { width:240px;height:0;top:597px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #fOMMSrg1u9tOmDJ4bec9HSs4sfQlVFCn { width:240px;height:0;top:554px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #iK4smKQ8rRUfdztvFr4qf5JRgWTqyIFs { width:240px;height:0;top:337px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #zNnqcnzC46SF7ERrPfgIKWapmiZqkb8P { width:240px;height:0;top:294px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #KNAXgCJRIPNF3ubrJreXHOThQdkBTsFi { width:764px;height:1px;top:773px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nH0mdSsuonQvTdAoUIp7amOHp0CQX6BL { width:240px;height:0;top:294px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #kt76zkhBp0eVxKaw5r2Hh8OQ2ghPLa9t { width:240px;height:0;top:337px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #uVFH9I8vS5uawVObe0JQXgmmHT0kGA1x { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #zHfCN1Xz1VBe5acr1zQviLTyu3nDoHRZ { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #klPiQZVCqNLtOP1a6yZTFP4VVh8DEtAH { width:764px;height:1px;top:1058px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8b5z8giQiwALEeP15xsEN3M7gAKgLf { width:240px;height:0;top:294px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #MbiwOzfRcwV9VBqm42RUB2VDdJmSI3UB { width:240px;height:0;top:337px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #gJQdVXwPqwyzQbMTU4BpnmSaJdaCuMEq { width:240px;height:0;top:294px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9S38iRI4PyD6PWdSTmX4awgTbHTMXG2 { width:240px;height:0;top:337px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #GMQTwFN1eWhRmGnAiWkyx5hMrQCGwth3 { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #AgyvDrgm8dCgOdep99mKql2QGixff5bx { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #qEBusVNhGGz3qqN7192ZSQfP4Wt4g42G { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q9r9yV2FGJdDTP94UOmbyMXcigf7ZCSa { top:233px;left:585.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9pBszN4rn9MLxnJhZeDZ54zh8u740g { top:231px;left:101px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #vC5TSREdyk7MSHAfZkAyy2ShMNNto3LB { top:504px;left:586px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #VbomBMS8WpCN54rCM3zbEENVQp666ckw { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l72Mew4Uvt9xLC7xnRZlITIUVvywVgUt { top:503px;left:94px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #swzrDWvHx5s9disTIg7ZRWTUxFhVwatB { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ozrBW95EUklLv8KJhKTXQShDXrUXkZTg { top:790px;left:584.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dGBGvgPrKPfq97GdboT5h7zyUG3dA6wP { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UuQoc8cTfIDqFOrd4rmdVMDD1ITqBCVM { top:809px;left:94px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #nukTnZvAWi8p8TQx1iqVTLSLFxZXRCrJ { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VUu3oz2lcGBlf2IiEJDIGGErzF7inKlT { top:1084px;left:568px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #VqP9VQTWQyfFsXmPRU85u32xXLC7JE9z { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k0CrlErFTuROed6kHRkMEiVb9Udk0g69 { top:1084px;left:108.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #D5p7NDrOP5E6vsM7kgDxMAiJzXKMwsXu { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HeZPDa4RI7dr1JQMJlu161psVO40Ba19 { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XpSXWauXgcIAMor8sOWvEuoHW9slGFrQ { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #nusudmtTPrWv3oOapomBT2RI8UPGoLD3 { width:764px;height:1px;top:1409px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { display:block; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWPMwb5VrcUotDwQDIsgo5ARFdlTmzbo { width:690px;height:;top:1px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vBeTcT7WCIaruTrBZ3HReFmyxnMHEmr1 { width:235px;height:28px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OF9WDA1uqflQMhsrfy02Q1VPdQgU8Duq { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wE6em2xLy1Ag0mCfHFbSs4zxKIHfHefC { top:181px;left:216px;width:288px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #x5htmxtzyLsFqnvWFwXhGxmaTWQKbQRK { width:235px;height:18px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NQdovpWJu4mhlastEPwy6nVvSKTJSMEL { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zthawqGOMcteE6a2UecNq1wT6TDGB4OO { width:235px;height:28px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #udaFdWZZM0MyxWTiWfJOC5z5K5TFLaB9 { width:235px;height:18px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VloVJal5ZCac6G2lwyxGbSkBx9VwF7A6 { width:150px;height:150px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gDuKLeMyct68Psg8QThTnhW5KFHnBgxJ { width:235px;height:28px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CM4pLegsbwgqxJtt2pql3RdBm339a8dA { top:123px;left:30.5px;width:190px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #QN4apinoDuh1QnlQo3kvnOBh4UURZKZI { width:235px;height:18px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Uamc172m71IEr2qlhAQFETLhofsTcL47 { top:181px;left:0px;width:289px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #ewxCLa80pxsVkxE9BAMCNyXxDd2xqHwr { top:181px;left:469px;width:289px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #OwHPyxDKtKtBCeDPdIXvmEKu1eHsZK5L { top:135px;left:132.5px;width:33px;height:20px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cNeVLkaXRVCWtwaKQ9RnF48T2la9TL6m { top:124px;left:286px;width:190px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #w7VVd3PhpZUNyLu2wh9JMxDgMGsgmbLt { top:123px;left:540px;width:190px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVBVHoJE5Ki1iTCoxefsI70U1fznywo0 { top:11px;left:0px;width:495px;height:84px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #b3f6qMXP5fLNaGyHp4Ch0q5snPhRFL75 { width:282px;height:36px;top:148px;left:50px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #CGr2JatoBrCP79g7DuIKoK7lSCyvqxIb { width:310px;height:398px;top:139px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-regular-label { width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-text { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-text {padding-top: 0; padding-bottom: 0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-textarea { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-select { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-select {padding-top: 0; padding-bottom: 0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-button { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-checkbox-label { width:254px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc  { width:270px;height:auto;top:175px;left:36px; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .radio-container { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc {display:block;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc { width:270px;height:auto;top:175px;left:36px; }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #sIhIwJxphnpMUfXFLZWJlKpmxopwepCk {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #hZlfbxH8eqRwlmF05ixUz35xPs4AXA52 {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #JSoOHTisnFNIWQg7xSpTu7M6bGBJcO4G {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #GEMuBXfVKCndylBOAoFKTN1adB0M7VCh {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #VkKghQdcX7IQS1Z1Rae4ThP3RBs4wCTd {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #GJwOwHA66q2oNz8AEGTv2qTXQtCkxqg2 {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #gtshlT0ANlW7xWm6DAMk4LfFwKsML5Ad {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #uvnsK3qpOHF7PPnmrNgRRGltOwILFVtF {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #yapzV26AefxqR7uTTTt3RaUPsVctgqKb {  }
 }@media only screen and (max-width: 763px) { #FLWqSFN96cTXWMimuSnsqEEhw0QAJ40k { display:block; }
 }@media only screen and (max-width: 763px) { #BJKLCD42pdWNxyJavX0Qy6mEZFIZpipO { display:block; }
 }@media only screen and (max-width: 763px) { #mRLkTvEwPoHcBx6Hu16Tayan3zrn25bX { display:block; }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #hy9SOUmn5sSRuvpbLfEq1yZdzQHOF758 {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #MWv2x614tuoUPFx5Fc7cJ1QOTZWDtxTg {  }
 }@media only screen and (max-width: 763px) { #fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs { display:block; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTbJeNaTyzqx4K2oLaggd8o3GgvKF9mU { top:5px;left:475px;width:289px;height:30px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TUHL3XINwaKWxb4vBE6VQiNg4xCyQAEC { top:54px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xU54zWvit9U4RVmyQbhMuVRdmGybM9oA { top:39px;left:725px;width:39px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #stNC83XLAd0TumUdVmtIFcqRpn4WIf8h { top:108px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HTe95xVXeD0mLNxX3elDMqQzRLv43vtd { top:93px;left:725px;width:39px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #XuyVXKszM88uFXTv8u1vBC0X2diadOFV { top:158px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6LVAtMHbKNw6cACP0TpOLnvDwky46e { top:141px;left:725px;width:39px;height:38px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #NBlxyWfcHV8sgQ9LQTkm9bxlP1nB7Sfe { top:204px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yDWqTwNW9pGvqMExePVrBq5hmiiqgnOr { top:186px;left:725px;width:39px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #N7uRTUSE8asHMUBgUKMiauX559GXz7TP { top:58px;left:0px;width:303px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/g7dGJejg/Ortho_landing_page.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.adaptive-delivery-prevent-bg, #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.lazyload, #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.lazyloading { background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { background-color: transparent; background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .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); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { width:320px;height:1363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psxZg7QGtuJfGsuNZDcQ8g0vDBqfQTob { width:188px;height:42px;top:0px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz  { width:280px;height:auto;top:226px;left:0px; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz {display:block;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz { width:280px;height:auto;top:226px;left:0px; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #EuAqaSoMKaAD2gLiTybTRB04Tt3mrsZ2 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #oEBlAX2hvmw33K2DqQ2rgrUVC6qH9D7C {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #LG2WTlPgPnD45EAuOuPvD1b5xL7n2Z5I {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #xrF3Mu56kUyg1Z7nLRmMkcy3xtm1cZp0 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #R2u8gtaCBxIB7ofeqycLqn0EamsxaTzs {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #Fp0qwDLvwM2NVv1WcZZqyDGO74Vmgbq6 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #kVdeEX1ZkMhTy0TA3G6GiUyRzwp9vV8w {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #CStTG9wIMxRHENRrHXoUIqDV1HVDPzFl {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #XebyzUH8tfiGJE1xQL4NdkZeT8sIOOmQ {  }
 }@media only screen and (max-width: 763px) { #PmbyzCusHJHq73W2ee60KkspGAKfGUpu { display:block; }
 }@media only screen and (max-width: 763px) { #ci22yLdByXQcPyxBKxWJHblPXT58HlEn { display:block; }
 }@media only screen and (max-width: 763px) { #Ma0AfxEMe8XV8pzbuZKBbEO6aXIztqP2 { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #KL9auyrCcHG6MtK6sCUTrn8z2o7r01cp {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #py4Xa503ET6v9Ogd5CyQMrMS4QELDfNJ {  }
 }@media only screen and (max-width: 763px) { #DNX17dJU5ThR1LuV7nTgrSCl4nCMyH40 { width:281.997px;height:33.3333px;top:199px;left:19px;text-align:center;text-align-last:center;font-size:26px;color:#1c1709;display:block; }
 }@media only screen and (max-width: 763px) { #ud9WTPJdlLD9qSuwGUuK8CmwzJsWXz4v { width:223px;height:58px;top:7.5px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #eaDdFC86aND5XXWe5oesXEO1H0JafVZI { width:310px;height:396.997px;top:182.95840454102px;left:9.9826383590698px;display:block; }
 }@media only screen and (max-width: 763px) { #NqNksnFspG8rgCwO6e2ZhOIrPvh5gbPH { width:320px;height:120px;top:53.906253814697px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 { display:block; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { width:320px;height:431.97918701172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDVaFMRaZ5KVbdANA2IRsrbwCcBlMIkk { width:285px;height:150px;top:281.984375px;left:3px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #h1RhGELKTtTZUGb4qR4BTAUSlx8CggXs { width:28px;height:28px;top:282.984375px;left:288px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aOsA3Ee1dkbi4928CiASQ3mf4g48xqbA { width:274px;height:97.7778px;top:14px;left:23px;text-align:center;text-align-last:center;font-size:17px;color:#032037;display:block; }
 }@media only screen and (max-width: 763px) { #O5ToCuqMbDZZVRZWm5kBL9CaxSoRM6w9 { width:275px;height:150px;top:129.984375px;left:7px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ODiaCvV9ZP7POAMMOkgrdaZslnFklzAT { width:200px;height:2px;top:117.984375px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #e9TedclxWszhLO8yKU0mm1GxCzZyGnPy { width:28px;height:28px;top:314.984375px;left:288px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EVRTIXFgPhPF1SROR7IyzbZLaWauqHWI { width:28px;height:28px;top:343.984375px;left:287px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ulyFUzUsw6aK2PsGww2J6kPdPuqlxFkJ { width:28px;height:28px;top:371.984375px;left:288px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #h2nGQzW76BtlHJ97trAr4F0D5W6CWpxV { width:28px;height:28px;top:403.984375px;left:288px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MeVreJ0FPRi4nXqLzdshG3OmWJuEDquJ { width:28px;height:28px;top:252px;left:288px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Aq58lHdoLAUg3zaxBbKI7vC5MWOSfnfn { width:28px;height:28px;top:223px;left:288px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #H0Op3ZM1q1fIadvtBx8VtiGTfSPDPu70 { width:28px;height:28px;top:192px;left:287px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #S4fA423WJGCbtS4GCQPUsCrq7BqbPuen { width:28px;height:28px;top:163px;left:286px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NmCNy0cULXdnws8eDg9p9r0Z0dJG0lcl { width:28px;height:28px;top:131px;left:285px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv { display:block; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { width:320px;height:2440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL8vEMzS4dQ2wxr7Rl20B9hy3uiSVXkB { width:308px;height:183.333px;top:10px;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) { #Oc9vXm1P8UsLcvKfb31wOZybLRob00bR { width:264px;height:25.5556px;top:328px;left:28px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAIrtE7CWkPVxvhGhVHyUZyz4pOWTPT { width:300px;height:93.3333px;top:370px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rkDtE8AuSEZMtt6PUeFnKiclJKbtdHEQ { width:1px;height:515px;top:176px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #BEwLwd2qqcp8eWiGT80uCFCIm6R31Rhu { width:320px;height:1px;top:1225px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xBF3bI2vOToT1q2G5xrccnGkxAwST7N2 { width:300px;height:25.5556px;top:604px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CBCep8xdqKuCyMzyIlDBOSiem6sKuxde { width:300px;height:93.3333px;top:643px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qe9rkeLwBAyMorJ7DsTgdNuIHZtKImQc { width:300px;height:97.7778px;top:914px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EsMWWTzwcbKLopOrMD8aBJ9vou9ufkX8 { width:209px;height:51.1111px;top:861px;left:55.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #execr0RTwgZ3xqTEVvNxAilqImmTcXG9 { width:300px;height:140px;top:1723px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fOMMSrg1u9tOmDJ4bec9HSs4sfQlVFCn { width:300px;height:25.5556px;top:1690px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iK4smKQ8rRUfdztvFr4qf5JRgWTqyIFs { width:300px;height:116.667px;top:1439px;left:9px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zNnqcnzC46SF7ERrPfgIKWapmiZqkb8P { width:147px;height:25.5556px;top:1403px;left:80.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KNAXgCJRIPNF3ubrJreXHOThQdkBTsFi { width:320px;height:1px;top:773px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nH0mdSsuonQvTdAoUIp7amOHp0CQX6BL { width:289px;height:25.5556px;top:2280px;left:8px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kt76zkhBp0eVxKaw5r2Hh8OQ2ghPLa9t { width:295px;height:116.667px;top:2318px;left:12.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uVFH9I8vS5uawVObe0JQXgmmHT0kGA1x { width:1px;height:290px;top:723px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #zHfCN1Xz1VBe5acr1zQviLTyu3nDoHRZ { width:1px;height:250px;top:224px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #klPiQZVCqNLtOP1a6yZTFP4VVh8DEtAH { width:320px;height:1px;top:1058px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fQ8b5z8giQiwALEeP15xsEN3M7gAKgLf { width:300px;height:25.5556px;top:1973px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MbiwOzfRcwV9VBqm42RUB2VDdJmSI3UB { width:320px;height:140px;top:2002px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gJQdVXwPqwyzQbMTU4BpnmSaJdaCuMEq { width:300px;height:25.5556px;top:1149px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9S38iRI4PyD6PWdSTmX4awgTbHTMXG2 { width:320px;height:93.3333px;top:1181px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GMQTwFN1eWhRmGnAiWkyx5hMrQCGwth3 { width:1px;height:290px;top:1013px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #AgyvDrgm8dCgOdep99mKql2QGixff5bx { width:1px;height:250px;top:1159px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #qEBusVNhGGz3qqN7192ZSQfP4Wt4g42G { width:76px;height:76px;top:1602px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #q9r9yV2FGJdDTP94UOmbyMXcigf7ZCSa { width:80px;height:80px;top:1599px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9pBszN4rn9MLxnJhZeDZ54zh8u740g { width:80px;height:80px;top:221px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #vC5TSREdyk7MSHAfZkAyy2ShMNNto3LB { width:80px;height:80px;top:1313px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #VbomBMS8WpCN54rCM3zbEENVQp666ckw { width:75px;height:75px;top:224px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #l72Mew4Uvt9xLC7xnRZlITIUVvywVgUt { width:80px;height:80px;top:513px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #swzrDWvHx5s9disTIg7ZRWTUxFhVwatB { width:76px;height:76px;top:1315px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #ozrBW95EUklLv8KJhKTXQShDXrUXkZTg { width:80px;height:80px;top:2186px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #dGBGvgPrKPfq97GdboT5h7zyUG3dA6wP { width:76px;height:76px;top:516px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #UuQoc8cTfIDqFOrd4rmdVMDD1ITqBCVM { width:80px;height:80px;top:771px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #nukTnZvAWi8p8TQx1iqVTLSLFxZXRCrJ { width:76px;height:76px;top:2189px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #VUu3oz2lcGBlf2IiEJDIGGErzF7inKlT { width:80px;height:80px;top:1891px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #VqP9VQTWQyfFsXmPRU85u32xXLC7JE9z { width:76px;height:76px;top:773px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #k0CrlErFTuROed6kHRkMEiVb9Udk0g69 { width:80px;height:80px;top:1057px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #D5p7NDrOP5E6vsM7kgDxMAiJzXKMwsXu { width:76px;height:76px;top:1891px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #HeZPDa4RI7dr1JQMJlu161psVO40Ba19 { width:76px;height:76px;top:1059px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #XpSXWauXgcIAMor8sOWvEuoHW9slGFrQ { width:0;height:250px;top:1160px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #nusudmtTPrWv3oOapomBT2RI8UPGoLD3 { width:320px;height:1px;top:1409px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { display:block; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { background-color: transparent; background-image: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .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); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { width:320px;height:1167px;background-color:#efeff8;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWPMwb5VrcUotDwQDIsgo5ARFdlTmzbo { width:320px;height:66.6667px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vBeTcT7WCIaruTrBZ3HReFmyxnMHEmr1 { width:155px;height:22.2222px;top:558.046875px;left:81.96875px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OF9WDA1uqflQMhsrfy02Q1VPdQgU8Duq { width:80px;height:80px;top:464.171875px;left:122.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wE6em2xLy1Ag0mCfHFbSs4zxKIHfHefC { width:287.986px;height:190px;top:602px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #x5htmxtzyLsFqnvWFwXhGxmaTWQKbQRK { width:287.986px;height:177.7777px;top:610px;left:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NQdovpWJu4mhlastEPwy6nVvSKTJSMEL { width:80px;height:80px;top:819px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #zthawqGOMcteE6a2UecNq1wT6TDGB4OO { width:119px;height:22.2222px;top:919.6875px;left:94.484375px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #udaFdWZZM0MyxWTiWfJOC5z5K5TFLaB9 { width:307.986px;height:133.3332px;top:964px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VloVJal5ZCac6G2lwyxGbSkBx9VwF7A6 { width:80px;height:80px;top:99px;left:113.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #gDuKLeMyct68Psg8QThTnhW5KFHnBgxJ { width:209px;height:25.5556px;top:193.40000915527px;left:54.999998092651px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CM4pLegsbwgqxJtt2pql3RdBm339a8dA { width:214px;height:56px;top:191px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QN4apinoDuh1QnlQo3kvnOBh4UURZKZI { width:280.975px;height:133.3333px;top:285.80001831055px;left:19.012500762939px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Uamc172m71IEr2qlhAQFETLhofsTcL47 { width:289px;height:190px;top:961px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ewxCLa80pxsVkxE9BAMCNyXxDd2xqHwr { width:289px;height:190px;top:256px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OwHPyxDKtKtBCeDPdIXvmEKu1eHsZK5L { width:33px;height:28.8889px;top:190.40000915527px;left:128.50000572205px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cNeVLkaXRVCWtwaKQ9RnF48T2la9TL6m { width:190px;height:49px;top:544.546875px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #w7VVd3PhpZUNyLu2wh9JMxDgMGsgmbLt { width:190px;height:49px;top:906.1875px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { background-color:#efe8d3;background-image:url("https://images.assets-landingi.com/Ga4fCVRd/Ortho_landing_page_footer.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.adaptive-delivery-prevent-bg, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyload, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyloading { background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { background-color: transparent; background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .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); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { width:320px;height:607px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVBVHoJE5Ki1iTCoxefsI70U1fznywo0 { width:320px;height:142.222px;top:9.2709031105042px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b3f6qMXP5fLNaGyHp4Ch0q5snPhRFL75 { width:282px;height:0;top:180.27099609375px;left:19px;text-align:center;text-align-last:center;font-size:26px;color:#1c1709;display:block; }
 }@media only screen and (max-width: 763px) { #CGr2JatoBrCP79g7DuIKoK7lSCyvqxIb { width:310px;height:398px;top:171.27099609375px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-regular-label { width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-text { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-text {padding-top: 0; padding-bottom: 0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-textarea { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-select { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;text-align:right;text-align-last:right; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-select {padding-top: 0; padding-bottom: 0;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-input-button { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .widget-checkbox-label { width:254px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc  { width:270px;height:auto;top:175px;left:5px; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc .radio-container { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc {display:block;}#NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc { width:270px;height:auto;top:207.27099609375px;left:5px; }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #sIhIwJxphnpMUfXFLZWJlKpmxopwepCk {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #hZlfbxH8eqRwlmF05ixUz35xPs4AXA52 {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #JSoOHTisnFNIWQg7xSpTu7M6bGBJcO4G {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #GEMuBXfVKCndylBOAoFKTN1adB0M7VCh {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #VkKghQdcX7IQS1Z1Rae4ThP3RBs4wCTd {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #GJwOwHA66q2oNz8AEGTv2qTXQtCkxqg2 {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #gtshlT0ANlW7xWm6DAMk4LfFwKsML5Ad {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #uvnsK3qpOHF7PPnmrNgRRGltOwILFVtF {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #yapzV26AefxqR7uTTTt3RaUPsVctgqKb {  }
 }@media only screen and (max-width: 763px) { #FLWqSFN96cTXWMimuSnsqEEhw0QAJ40k { display:block; }
 }@media only screen and (max-width: 763px) { #BJKLCD42pdWNxyJavX0Qy6mEZFIZpipO { display:block; }
 }@media only screen and (max-width: 763px) { #mRLkTvEwPoHcBx6Hu16Tayan3zrn25bX { display:block; }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #hy9SOUmn5sSRuvpbLfEq1yZdzQHOF758 {  }
 }@media only screen and (max-width: 763px) { #NHHxT7mlQRtIKQtV0367VxKZzCsA9DLc #MWv2x614tuoUPFx5Fc7cJ1QOTZWDtxTg {  }
 }@media only screen and (max-width: 763px) { #fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs { display:block; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { width:320px;height:455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTbJeNaTyzqx4K2oLaggd8o3GgvKF9mU { width:237px;height:24.4444px;top:122.98974609375px;left:39.493058204651px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TUHL3XINwaKWxb4vBE6VQiNg4xCyQAEC { width:320px;height:53.3333px;top:174.97583007812px;left:3.9930553436279px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xU54zWvit9U4RVmyQbhMuVRdmGybM9oA { width:39px;height:39px;top:154.94116210938px;left:214.98265171051px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #stNC83XLAd0TumUdVmtIFcqRpn4WIf8h { width:320px;height:35.5556px;top:246px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTe95xVXeD0mLNxX3elDMqQzRLv43vtd { width:39px;height:39px;top:230.98266601562px;left:213.99305820465px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #XuyVXKszM88uFXTv8u1vBC0X2diadOFV { width:320px;height:35.5556px;top:318.98608398438px;left:0.98958301544189px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6LVAtMHbKNw6cACP0TpOLnvDwky46e { width:39px;height:39px;top:299.03833007812px;left:211.9791727066px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NBlxyWfcHV8sgQ9LQTkm9bxlP1nB7Sfe { width:320px;height:53.3333px;top:389.9931640625px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDWqTwNW9pGvqMExePVrBq5hmiiqgnOr { width:39px;height:39px;top:367.97924804688px;left:210.00001621246px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #N7uRTUSE8asHMUBgUKMiauX559GXz7TP { width:198px;height:87px;top:19px;left:61px;display:block; }
 }