.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #efefef, #ffffff);background-image: -moz-linear-gradient(360deg, #efefef, #ffffff);background-image: -ms-linear-gradient(360deg, #efefef, #ffffff);background-image: -o-linear-gradient(360deg, #efefef, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #efefef, #ffffff);background-size:auto !important;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8fec6cb9-1cb7-4ff9-bf8c-6f748c4928a4/BywaysInvisalignopendaywebheader1200x577px1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2.adaptive-delivery-prevent-bg, #TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2.lazyload, #TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2.lazyloading { background-image: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container { background-color: transparent; background-image: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container > .video-iframe-container { display: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row > .video-iframe-container { display: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .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); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container { border-width: 0; border-radius: 0; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container { width:75rem;height:49.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zdGxi4pNqSxkoMcGfVFlIcch7SIkz8qz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:18.3125rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#TkX19Z1Pfxfta8hhm4HToJNbRueSgwVr { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:6.824225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RzGqHkMAannFEG1qNVJPTCpBhX1AMBq0 { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyTm84zeSzrJQCLnVBZRshiADzTX3i0X { background-color:#5d92ff;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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.28125rem;left:0rem;display:block; }
#y34aLvHsPJPfxiIA9mLADMcNcHkheE5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBud6tlxe7qVdN1VJU1vqNlrbuoaG4zh { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:28.40625rem;left:2.15625rem;height:8.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frksPOeUPyx5Ei9sCiqxr29ff9K8hPs3 { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:28.46875rem;left:0rem;display:block; }
#KLo6hOb4w2uybyo1v7cvIyulHg7VCSu7 { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:30.65625rem;left:0rem;display:block; }
#wKlEH1IUpUPb3U3L0hm9CyoaTiDC3die { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:32.96875rem;left:0rem;display:block; }
#G15rqaC5UAi9ioXk0as7gK3MgZ1WrHgD { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:35.09375rem;left:0rem;display:block; }
#cRAyDDJDPeMZMrNMirPHF1XshLSQ4STT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:75rem;display:none; }
#X0U2vbDlZyVrm3cNa1JSK8tgNISt73gI { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:44.34375rem;left:0rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ { position:relative;display:block; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ { background-color: transparent; background-image: none; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row .container > .video-iframe-container { display: none; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row > .video-iframe-container { display: none; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .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); }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ { border-width: 0; border-radius: 0; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ktkqpZZRMArPq1PCsDQdtymPB7B4MZgX { color:#585858;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:6.75rem;left:10.90625rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#IXmh1Wr3lBGpRN4BTvzlO2WPCqpABhit { box-sizing:content-box;color:#ffa75d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:19.25rem;left:31rem;display:block; }
#D6qCz4cFWlogtx7hJV4Ta784nvX0eEAD { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:15.875rem;left:16.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#hXuPHR57Vy54wT4DTr20Tgh7Rgcz6H2r { box-sizing:content-box;color:#ffa75d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:19.25rem;left:33.5rem;display:block; }
#T9f8m1rTP95dkIN90NZwBTTKw04e5ZQO { box-sizing:content-box;color:#ffa75d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:19.25rem;left:35.9375rem;display:block; }
#ig5pdqxIDFhmGeJTgRXQSkmN5XZXnr6b { box-sizing:content-box;color:#ffa75d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:19.25rem;left:38.375rem;display:block; }
#C1HrCJtQ1XTbALiBG1EdLIXSMcTDo6tE { box-sizing:content-box;color:#ffa75d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:19.25rem;left:40.75rem;display:block; }
#qOXuQiO3MOqGzpTiQln2ryxpQNzMqPls { box-sizing:content-box;color:rgba(0,0,0,0.14);font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.4375rem;left:34.8125rem;display:block; }
#pJyPKB7MST6TZTT5rBR8J70BePlPw3TO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:22.5625rem;left:36.46875rem;overflow:hidden;display:block; }
#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { background-color: transparent; background-image: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .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); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { border-width: 0; border-radius: 0; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#FofaXDBPuUsMpaW5H2Kf1hiNGyJkBf7s { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { background-color: transparent; background-image: none; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container > .video-iframe-container { display: none; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row > .video-iframe-container { display: none; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .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); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { border-width: 0; border-radius: 0; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#JW2Qah9CKTPnFm7PZQNBWaZW8XMUQviW { position:absolute;display:block;z-index:15000;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:15.625rem;top:0rem;left:1.375rem;display:block; }
#zmTQ9koHxC8BLtyqSirw67hKIK2NZoTp { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPg5qlJNyWU0CkRfo8WvdWzeUTIZQkgO { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.125rem;left:2.8125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REMcvnpEAzFLIEL2Bm8g4XanxDopQAB7 { position:absolute;display:block;z-index:15004;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.625rem;top:0rem;left:20.125rem;display:block; }
#Mwxrmb5Uac2Qgbw0fGODi3T8VhypSMSo { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.125rem;left:21.4375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Spw9dpVmAe28XTZWbLwHT6yHwQAJGqFH { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BuyoGmk4VSvwSip4BiaX1SnrtVzhNW45 { position:absolute;display:block;z-index:15008;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.625rem;top:0rem;left:38.875rem;display:block; }
#IeT0TNACho70urKp27SofEyPBtC4Coqc { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:8.125rem;left:40.625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ChLBy6lybXeBBxryJweUD7bq5HXi1u4F { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRIO0dipTc3IcirZFnmRf08AmW7zcAOT { position:absolute;display:block;z-index:15012;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.625rem;top:0rem;left:58.1875rem;display:block; }
#TPxsVVubuTRAFKTbGLAvbP8Ku0qNoVLx { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8.125rem;left:59.625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMcCatvt2CCtWCEzkXub7XzfuAO4AOP4 { color:#585858;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.875rem;left:59.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb1yLykiyKcF7n3PZzhsfvAkPl6JT56h { box-sizing:content-box;color:rgba(0,0,0,0.7);font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.0625rem;left:6.9375rem;display:block; }
#WFseTCyHGHJBgSdl2ftJcuZhsP8xAXTn { box-sizing:content-box;color:rgba(0,0,0,0.7);font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.0625rem;left:25.6875rem;display:block; }
#SLDK9Saa8VU0sZvVFdVXnPQhdqHceyN0 { box-sizing:content-box;color:rgba(0,0,0,0.7);font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.0625rem;left:44.75rem;display:block; }
#RH9e4agH6PL5ObA1wGhZqE0DthbHC0Jw { box-sizing:content-box;color:rgba(0,0,0,0.7);font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.0625rem;left:63.75rem;display:block; }
#mG9UQqo1BBmta5gwbwI3pCkl035TThfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { background-color: transparent; background-image: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container > .video-iframe-container { display: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container { display: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .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); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { border-width: 0; border-radius: 0; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#Mpn9Ly8TOzEHuEbS444FcLT3I5ap44hG { position:absolute;display:block;z-index:15013;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:59.625rem;top:0rem;left:7.5rem;display:block; }
#ONrR5bcTQs9hCSIdeuU3QfNfHTocayym { color:#585858;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.59375rem;left:9.375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#585858;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-text.counter-label { background-color:;background-image:none;color:#585858;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.9375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.40625rem;left:40.625rem;z-index:15015;display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #xZpzH06ItwxHTA65B76qME4THo8phzBE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #TvcJWfFBL92pAGnSk4Xn8E4HWS3ZTPNZ { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #KR0dOLCFXlMo1tUv2xLOORk3E6B3AFHk { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #VZV77dOZUSGPi1WV96P5nBB4MAInLVqn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #ZpiBgV3tlbHrCJbE2ZWQQbykqpaKyrzJ { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #GDySE0oBzDeM4bTE3HVfkuparuQtHvQh { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #m2eppid7He1Uogv6r8PFHuDZxAirFgTc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #RCNRND9sBAn4N0vppyMq8T9MiSni3eC4 { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #g6oHvKFqAbrVg6rAEQud4xQdV12WTGx6 { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #rTWRursTXlgU8V6LtTAsJ60gANPgTaOX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #aczANaQBaLQHo1u2bUlcGO4FhPE9yqFF { display:block; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #CLLtX74Jmcg3PDeGas7TTVawMoktBIM5 { display:block; }
#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #123e95, #5d92ff);background-image: -moz-linear-gradient(106deg, #123e95, #5d92ff);background-image: -ms-linear-gradient(106deg, #123e95, #5d92ff);background-image: -o-linear-gradient(106deg, #123e95, #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123e95', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123e95', endColorstr='#5d92ff' );";background-image: linear-gradient(106deg, #123e95, #5d92ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container { background-color: transparent; background-image: none; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container > .video-iframe-container { display: none; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row > .video-iframe-container { display: none; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .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); }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container { border-width: 0; border-radius: 0; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-form-header {  }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:48.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffd641;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#123e95;width:48.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]:-moz-placeholder { color:#6b6b6b;font-family:"open sans";font-size:0.875rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]::-moz-placeholder { color:#6b6b6b;font-family:"open sans";font-size:0.875rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]:-ms-input-placeholder { color:#6b6b6b;font-family:"open sans";font-size:0.875rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]::-webkit-input-placeholder { color:#6b6b6b;font-family:"open sans";font-size:0.875rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:47.375rem;overflow:hidden;font-style:normal;float:none; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-container:first-of-type{padding-top:0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-container:last-of-type{padding-bottom:0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:48.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.9375rem;left:11.875rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:48.75rem;display:block;vertical-align:top; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 {display:block;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:48.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.9375rem;left:11.875rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #WDgygyVCdfSbTmhbLngSiqPMNchltCNI { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #NPLf5WEay10XhWrDeCs4tlf2l86JWgdk { position:relative;display:none; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #PvuZ9GAgELFV1I3bbBozAFhRkrgH0KR9 { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #mkbvMcZhPsGFqnAEs2n5t0ky1y9KM0ld { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #ulgXTQvpHNbpzQwsBVVElwdGkAaiImaP { position:relative;display:none; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #tlZCfOIfxg4Ay0ynRFsWhlEruwn5DIql { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #y64Z0lgMRBReZzuVRBpEOLMQB2936J1Q { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #SsMCTM6Fv7v3i8IG5Nccu76gJIHLlsrr { position:relative;display:none; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #TX8GibZPvSzClT0Bu7s0qDwzXsPyQCE8 { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #osxoyKWEVXpSppsH9xZPbOmPhrGdKmrx { position:relative; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #tp1VcO30d3MJZxi6tyasVz8KLh0CUPTQ { position:relative; }
#C5tsJg2M61qfH9cTA5qunnIMcypHMoIf { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:11.4375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5tF4QaGqokXUXPdoTzAAcabdm5AQSrw { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:18.90625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gn0sTawxfDQtFLkUGiiNHHiU6mEsTo6L { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:18.40625rem;height:0.89355625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #123e95, #5d92ff);background-image: -moz-linear-gradient(106deg, #123e95, #5d92ff);background-image: -ms-linear-gradient(106deg, #123e95, #5d92ff);background-image: -o-linear-gradient(106deg, #123e95, #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123e95', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123e95', endColorstr='#5d92ff' );";background-image: linear-gradient(106deg, #123e95, #5d92ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh > .row .container { border-width: 0; border-radius: 0; }#pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh > .row .container { font-size:0.875rem;font-family:arial;height:102.3125rem;width:75rem;position:relative;display:none; }#Tgwbe9l4PKr4SCGcrdt5vx1MH7gq6VOt { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:11.4375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOeAlEXl0R34d7qGG9TuZ3JZ2vkRf2J1 { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:18.90625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0x3OKxAvE91x8VUJbuHq1CDFllcUalC { position:absolute;display:block;z-index:15011;height:50rem;width:75rem;top:8.3125rem;left:0rem;display:block; }
#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4ae907c-e103-4677-97e9-7787df7d7554/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd.adaptive-delivery-prevent-bg, #ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd.lazyload, #ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd.lazyloading { background-image: none; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container { background-color: transparent; background-image: none; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container > .video-iframe-container { display: none; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row > .video-iframe-container { display: none; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .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); }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container { border-width: 0; border-radius: 0; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#VpvTgEMoWnrwfNnsfSVS8XSlfr1TsVQy { box-sizing:content-box;color:#5d92ff;font-size:6.9375rem;font-weight:400;line-height:1;height:9.9375rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.5625rem rgba(0,0,0,0.13);display:block;z-index:15001;top:9.25rem;left:32.53125rem;display:block; }
#cCX8hisPgu2L7kWxHB6KfXrz0Ti0ZTiP { color:#585858;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.1875rem;left:23.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM { position:relative;display:block; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM { background-color: transparent; background-image: none; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row .container > .video-iframe-container { display: none; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row > .video-iframe-container { display: none; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .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); }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM { border-width: 0; border-radius: 0; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GJRTT8DfpXKDfy6DhC6MhZwOgSeVVNSQ { color:#585858;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.90625rem;left:43.25rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A { color:#585858;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:11.8125rem;left:43.25rem;height:7.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A li:before{  }
#ipp7K3it5rw6DkzNUrcidQ8WtLBPLgpg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:20.8125rem;left:43.25rem;display:block; }
#h4HN4Fe5TA3T4VPZ9I8chX7RoQxWv7ci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duFnRX6vOIBKf1HtFsMFvNbIkPs6RcEs { position:absolute;display:block;z-index:15018;height:37.625rem;width:37.625rem;top:0rem;left:0rem;display:none; }
#Zyv9ufXRkl0oPOcD59exsti2iGTfnUsy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 { position:relative;display:block; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 { background-color: transparent; background-image: none; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row .container > .video-iframe-container { display: none; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row > .video-iframe-container { display: none; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .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); }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 { border-width: 0; border-radius: 0; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ThzXeBTemglTqtnLbAsfTFKquTWTCxwS { color:#585858;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.78125rem;left:3rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGoBC54WegTGPPpK2yeqk6VEXuu78bAb { color:#585858;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:14.25rem;left:3rem;height:12.796875rem;text-align:left;text-align-last:left;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; }
#P0EVxpuhbuvfqHShakceiF3RqbCTWmLC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:40.9375rem;width:37.5rem;top:0.09375rem;left:37.5rem;overflow:hidden;display:block; }
#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container { background-color: transparent; background-image: none; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container > .video-iframe-container { display: none; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row > .video-iframe-container { display: none; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .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); }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container { border-width: 0; border-radius: 0; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wDxycZx6REVqPK8bV2iimnHxwMgXXoNi { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvhOPFnQsgDRkQzL1ihVplkE7sKuuBNw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.3125rem;top:4.125rem;left:22.1875rem;overflow:hidden;display:block; }
#o1PAhoz8sgDasRXkvOvu9IQRBqeCNCru { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.1875rem;top:9.28125rem;left:39.9375rem;overflow:hidden;display:block; }
#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { background-color: transparent; background-image: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container > .video-iframe-container { display: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container { display: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .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); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { border-width: 0; border-radius: 0; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#GH0sQtS9FrxymW18kP9eJt43RbLeey3x { position:absolute;display:block;z-index:15001;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:29.0625rem;top:2.78125rem;left:3.75rem;display:block; }
#kbBp4vKpqEweaWVKAl7iedaVxQAAb7Da { color:#585858;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.587890625rem;left:7.59375rem;height:25.19825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVp1EgaqrrMKrqo4lqiqT2fumv6k5ffb { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:35.125rem;left:8.4375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1xydlSevS043sGBI0ufCTEhGnGwuvz8 { position:absolute;display:block;z-index:15000;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:29.0625rem;top:2.75rem;left:41.8125rem;display:block; }
#xDMI6ywryS74N8d02iMcNSeohct6XcVk { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:24.5rem;left:46.25rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qo7KD6Gt2GE1SLnI0l0c2eHx91VPpuIK { color:#585858;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5625rem;left:45.59375rem;height:13.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cG4c1RdSqk5HSyBsfmhmyFK7INLlQgq7 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1rem;left:17.25rem;display:block; }
#L9uzUtwXTDMsJTP0T43yfl5wOXkLbZQZ { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:0.53125rem;left:16.59375rem;display:block; }
#Tmv6aL8FtiEzNXBHTgIXNWwfRL9e9wCn { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:1rem;left:54.09375rem;display:block; }
#LTOCmNMTXIgNVBihzg7WiKa14J7Kv79l { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.375rem;left:54.84375rem;display:block; }
#s5nlBW8EWM0zgJt9RfpvZQkyrABEWHb4 { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6rem;left:17.96875rem;display:block; }
#f4cmVJh4IvyFPHGfhhzHvFtK3WtTSou0 { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:6rem;left:19.28125rem;display:block; }
#eJPhno7ul9WQabAA3lwpShVIH9bQKarz { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:6rem;left:20.71875rem;display:block; }
#bDwovuVqWyGFOnM6Npt73Al4faiuUk2Q { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:6rem;left:15.09375rem;display:block; }
#J8FfU4XmolPDkTmKL3sTKBZzLr6ZGtef { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6rem;left:16.59375rem;display:block; }
#wCWd9TzXZX2PxiLAEJCaNCKh4l5Won1q { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:6rem;left:55.46875rem;display:block; }
#pKVLu5sFChTPr31zi4StnztegasBqr97 { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:6rem;left:55.46875rem;display:block; }
#Zzokkfe5STTxRIJG1gn9uOAAsd0GaFqm { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:6rem;left:52.53125rem;display:block; }
#eoxlUFgs4TT6scvX1FaAVVsl5GT2vMTf { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6rem;left:56.90625rem;display:block; }
#Fw9KbiGZsoFCgQ4T7GxL9XukOdfL9fN9 { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6rem;left:54.03125rem;display:block; }
#zqUTUWqJfKXlD6EOldvwFBXTTFim0Q5F { box-sizing:content-box;color:#ffa75d;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6rem;left:58.28125rem;display:block; }
#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container { background-color: transparent; background-image: none; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container > .video-iframe-container { display: none; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row > .video-iframe-container { display: none; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .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); }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container { border-width: 0; border-radius: 0; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#zsXdqDn06puhf2S5neaO5QsfgyCNmHbp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.84375rem;left:28.75rem;display:none; }
#iTJABcz5lZrcThHIMv8giyZTfkBmNqqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGBPbXwwskKIEVDDAsTIX1C3VLE1IeGo { position:absolute;display:block;z-index:15001;height:21.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container { background-color: transparent; background-image: none; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container > .video-iframe-container { display: none; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row > .video-iframe-container { display: none; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .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); }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container { border-width: 0; border-radius: 0; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#rCHvan6sarqShfTD4elDJv0p5fqUSZW5 { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7Zzole0WEhTskP4Vd8zEet0peJ3Hzff { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:30rem;top:10.5rem;left:7.5rem;display:block; }
#AcE09hXpxqkz2UwK55EmXO2Kc39rstVU { position:absolute;display:block;z-index:15000;background-color:rgba(223,223,223,0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:30rem;top:10.5rem;left:37.5rem;display:block; }
#eikePaxzk3dzDK2O8qNvcFTnyHWylSSm { color:#585858;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.03125rem;left:39.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLJxSUZ2M3GCIBqhAs9bXDIy52OTReba { color:#585858;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.21875rem;left:9.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6GCoPEE2QTBwxDc5fhMa7T0AfTxwiE9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:30rem;top:27.3125rem;left:37.5rem;display:block; }
#tepwgfl0AfGOdGuP2Mx3lwSleuEJl2kT { position:absolute;display:block;z-index:15001;background-color:rgba(223,223,223,0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:30rem;top:27.3125rem;left:7.5rem;display:block; }
#xsSFmTNlOop2WEaK8RW08hgNavL5yx0D { color:#585858;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.40625rem;left:9.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCJVyhDasAQG8bwJrrTGcHAOND5bUD9a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:30rem;top:44.125rem;left:7.5rem;display:block; }
#aGQLEyFiTh7cw1muErdFfmnAecuzkBwM { position:absolute;display:block;z-index:15001;background-color:rgba(223,223,223,0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:30rem;top:44.125rem;left:37.5rem;display:block; }
#ORsxxBfzLAkyuz7gDunp3tCqtGuI0ga3 { color:#585858;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:48.34375rem;left:39.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DvUV9Me7C0914gws5h5MK7hQE3aWfolv { color:#585858;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:51.90625rem;left:39.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3DczM2vT7EdXP79rB7yVDLAqQBQybzZ { color:#585858;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.78125rem;left:39.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { background-color: transparent; background-image: none; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container > .video-iframe-container { display: none; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row > .video-iframe-container { display: none; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .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); }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { border-width: 0; border-radius: 0; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#C5O02rBLH3TaDoN24wIDDHvs85C8Kwoy { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FtM9nWLGIE352n2e3OhP5FzvngM44MmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container { background-color: transparent; background-image: none; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container > .video-iframe-container { display: none; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row > .video-iframe-container { display: none; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .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); }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container { border-width: 0; border-radius: 0; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#DSwTaeQcoddXLq0uGt89QRb5Cv4F1BtD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:25.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iCf0XfX9TgZQbt3oHJ48V1AiqfWdvQbx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:25.0625rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#PMo0NhOqRH5rvkVQKp0MfixnbfMkxm3g { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:24.9375rem;top:0.3125rem;left:50rem;overflow:hidden;display:block; }
#Vs0L9hExHWgviJiUbdfD86S4eACo6P3b { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG { position:relative;display:block; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG { background-color: transparent; background-image: none; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row .container > .video-iframe-container { display: none; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row > .video-iframe-container { display: none; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .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); }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG { border-width: 0; border-radius: 0; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tV7zKNKytTogTEGCu5mWfr6BtmvnDN4b { color:#585858;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.15625rem;left:41.375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rsXpSOwpLiQVoQva8MSSS0FmBATo4z7s { color:#585858;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:6.9375rem;left:41.375rem;height:6.39845rem;text-align:left;text-align-last:left;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; }
#pmbvm5LJ58v9triwatIrnXtSfpVFdB58 { color:#585858;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:13.96875rem;left:43.5625rem;height:1.5996125rem;text-align:left;text-align-last:left;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; }
#Vr1oETOnh1CzmGoJGQyC2NVa0waV0IEp { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:13.6875rem;left:41rem;display:block; }
#batclM6V3BnwbCUVwdqAzu2lHus8Etl9 { position:absolute;display:block;z-index:15019;height:37.5rem;width:37.5rem;top:0rem;left:0rem;display:none; }
#fCS4DlfyOyc59fyrfcDx6O9mKTK3786r { color:#585858;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:21.4375rem;left:41.375rem;height:11.1972875rem;text-align:left;text-align-last:left;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; }
#EGNqB9TDMWyu0a7ZIz3Fse4K55kNPcsc { color:#585858;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.3125rem;left:41.375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s7Sl3G1M0HcmU01iLbyC3C4fMhJqt0AI { color:#585858;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:21.4375rem;left:48.0625rem;height:11.1972875rem;text-align:left;text-align-last:left;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; }
#wawi0Oz8IUkzdmCwDJxX6MzN0UA2WGeO { position:absolute;display:block;z-index:15020;height:37.5rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { background-color: transparent; background-image: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .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); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { border-width: 0; border-radius: 0; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { color:#585858;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:3.6875rem;left:7.5rem;height:4.5rem;font-style:normal;display:block; }
#lmdlbSJPkVV5lfV4Md392BbGWowpL357 { background-color:#5d92ff;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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:5.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.40625rem;left:46.3125rem;display:block; }
#aQ3AyoC2EKQxZurNFAiqvcqUbpV0cZBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container { background-color: transparent; background-image: none; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container > .video-iframe-container { display: none; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row > .video-iframe-container { display: none; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .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); }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container { border-width: 0; border-radius: 0; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#mQyQS4KQS7k2zBmrTuAMDRt77dCL8H47 { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:1.4375rem;left:27.21875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 { display:block; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdGxi4pNqSxkoMcGfVFlIcch7SIkz8qz { width:18.3125rem;height:5.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkX19Z1Pfxfta8hhm4HToJNbRueSgwVr { width:39.125rem;height:6.75rem;top:14.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzGqHkMAannFEG1qNVJPTCpBhX1AMBq0 { width:29.1875rem;height:3.5625rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTm84zeSzrJQCLnVBZRshiADzTX3i0X { width:23rem;height:4.5625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y34aLvHsPJPfxiIA9mLADMcNcHkheE5F { display:block; }
 }@media only screen and (max-width: 763px) { #WBud6tlxe7qVdN1VJU1vqNlrbuoaG4zh { width:29.375rem;height:8.75rem;top:28.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frksPOeUPyx5Ei9sCiqxr29ff9K8hPs3 { top:28.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLo6hOb4w2uybyo1v7cvIyulHg7VCSu7 { top:30.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlEH1IUpUPb3U3L0hm9CyoaTiDC3die { top:32.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G15rqaC5UAi9ioXk0as7gK3MgZ1WrHgD { top:35.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRAyDDJDPeMZMrNMirPHF1XshLSQ4STT { width:47.75rem;height:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0U2vbDlZyVrm3cNa1JSK8tgNISt73gI { width:33.5625rem;height:1.0625rem;top:44.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ { display:block; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktkqpZZRMArPq1PCsDQdtymPB7B4MZgX { top:6.75rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXmh1Wr3lBGpRN4BTvzlO2WPCqpABhit { top:19.25rem;left:17.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6qCz4cFWlogtx7hJV4Ta784nvX0eEAD { top:15.875rem;left:2.8125rem;width:42.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXuPHR57Vy54wT4DTr20Tgh7Rgcz6H2r { top:19.25rem;left:19.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9f8m1rTP95dkIN90NZwBTTKw04e5ZQO { top:19.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig5pdqxIDFhmGeJTgRXQSkmN5XZXnr6b { top:19.25rem;left:24.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1HrCJtQ1XTbALiBG1EdLIXSMcTDo6tE { top:19.25rem;left:27.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOXuQiO3MOqGzpTiQln2ryxpQNzMqPls { top:1.4375rem;left:21.1875rem;width:5.3125rem;height:5.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyPKB7MST6TZTT5rBR8J70BePlPw3TO { top:22.5625rem;left:22.84375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FofaXDBPuUsMpaW5H2Kf1hiNGyJkBf7s { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc { display:block; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW2Qah9CKTPnFm7PZQNBWaZW8XMUQviW { width:15.625rem;height:15.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTQ9koHxC8BLtyqSirw67hKIK2NZoTp { width:13.125rem;height:1.625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPg5qlJNyWU0CkRfo8WvdWzeUTIZQkgO { width:13.125rem;height:6.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REMcvnpEAzFLIEL2Bm8g4XanxDopQAB7 { width:15.625rem;height:15.25rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwxrmb5Uac2Qgbw0fGODi3T8VhypSMSo { width:13.125rem;height:6.25rem;top:8.125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spw9dpVmAe28XTZWbLwHT6yHwQAJGqFH { width:13.125rem;height:1.625rem;top:5.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuyoGmk4VSvwSip4BiaX1SnrtVzhNW45 { width:15.625rem;height:15.25rem;top:0rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT0TNACho70urKp27SofEyPBtC4Coqc { width:13.125rem;height:6.25rem;top:8.125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChLBy6lybXeBBxryJweUD7bq5HXi1u4F { width:13.125rem;height:1.625rem;top:5.875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIO0dipTc3IcirZFnmRf08AmW7zcAOT { width:15.625rem;height:15.25rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxsVVubuTRAFKTbGLAvbP8Ku0qNoVLx { width:13.125rem;height:6.25rem;top:8.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMcCatvt2CCtWCEzkXub7XzfuAO4AOP4 { width:13.125rem;height:1.625rem;top:5.875rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1yLykiyKcF7n3PZzhsfvAkPl6JT56h { top:1.0625rem;left:3.53125rem;width:4.875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFseTCyHGHJBgSdl2ftJcuZhsP8xAXTn { top:1.0625rem;left:15.46875rem;width:4.875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDK9Saa8VU0sZvVFdVXnPQhdqHceyN0 { top:1.0625rem;left:27.71875rem;width:4.875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH9e4agH6PL5ObA1wGhZqE0DthbHC0Jw { top:1.0625rem;left:39.90625rem;width:4.875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG9UQqo1BBmta5gwbwI3pCkl035TThfl { display:block; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mpn9Ly8TOzEHuEbS444FcLT3I5ap44hG { width:47.375rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONrR5bcTQs9hCSIdeuU3QfNfHTocayym { width:27.125rem;height:1.9375rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#585858;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-text.counter-label { background-color:;background-image:none;color:#585858;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.9375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #xZpzH06ItwxHTA65B76qME4THo8phzBE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #TvcJWfFBL92pAGnSk4Xn8E4HWS3ZTPNZ {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #KR0dOLCFXlMo1tUv2xLOORk3E6B3AFHk {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #VZV77dOZUSGPi1WV96P5nBB4MAInLVqn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #ZpiBgV3tlbHrCJbE2ZWQQbykqpaKyrzJ {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #GDySE0oBzDeM4bTE3HVfkuparuQtHvQh {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #m2eppid7He1Uogv6r8PFHuDZxAirFgTc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #RCNRND9sBAn4N0vppyMq8T9MiSni3eC4 {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #g6oHvKFqAbrVg6rAEQud4xQdV12WTGx6 {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #rTWRursTXlgU8V6LtTAsJ60gANPgTaOX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #aczANaQBaLQHo1u2bUlcGO4FhPE9yqFF {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #CLLtX74Jmcg3PDeGas7TTVawMoktBIM5 {  }
 }@media only screen and (max-width: 763px) { #ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc { display:block; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1  { width:45.25rem;height:auto;top:7.9375rem;left:0rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 {display:block;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 { width:45.25rem;height:auto;top:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #WDgygyVCdfSbTmhbLngSiqPMNchltCNI {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #NPLf5WEay10XhWrDeCs4tlf2l86JWgdk { display:none; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #PvuZ9GAgELFV1I3bbBozAFhRkrgH0KR9 {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #mkbvMcZhPsGFqnAEs2n5t0ky1y9KM0ld {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #ulgXTQvpHNbpzQwsBVVElwdGkAaiImaP { display:none; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #tlZCfOIfxg4Ay0ynRFsWhlEruwn5DIql {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #y64Z0lgMRBReZzuVRBpEOLMQB2936J1Q {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #SsMCTM6Fv7v3i8IG5Nccu76gJIHLlsrr { display:none; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #TX8GibZPvSzClT0Bu7s0qDwzXsPyQCE8 {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #osxoyKWEVXpSppsH9xZPbOmPhrGdKmrx {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #tp1VcO30d3MJZxi6tyasVz8KLh0CUPTQ {  }
 }@media only screen and (max-width: 763px) { #C5tsJg2M61qfH9cTA5qunnIMcypHMoIf { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5tF4QaGqokXUXPdoTzAAcabdm5AQSrw { top:6rem;left:5.28125rem;width:37.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0sTawxfDQtFLkUGiiNHHiU6mEsTo6L { top:24.25rem;left:4.78125rem;width:38.1875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh { display:block; }#pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgwbe9l4PKr4SCGcrdt5vx1MH7gq6VOt { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOeAlEXl0R34d7qGG9TuZ3JZ2vkRf2J1 { top:6rem;left:5.28125rem;width:37.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0x3OKxAvE91x8VUJbuHq1CDFllcUalC { top:8.3125rem;left:0rem;width:47.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd { display:block; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpvTgEMoWnrwfNnsfSVS8XSlfr1TsVQy { top:9.25rem;left:18.90625rem;width:9.9375rem;height:9.9375rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCX8hisPgu2L7kWxHB6KfXrz0Ti0ZTiP { width:27.125rem;height:1.4375rem;top:19.1875rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM { display:block; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJRTT8DfpXKDfy6DhC6MhZwOgSeVVNSQ { width:27.125rem;height:1.9375rem;top:7.875rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A { width:26.125rem;height:7.1875rem;top:11.8125rem;left:21.625rem;font-size:1rem;display:block; }#lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A li:before{  }
 }@media only screen and (max-width: 763px) { #ipp7K3it5rw6DkzNUrcidQ8WtLBPLgpg { width:19.8125rem;height:3.4375rem;top:20.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4HN4Fe5TA3T4VPZ9I8chX7RoQxWv7ci { display:block; }
 }@media only screen and (max-width: 763px) { #duFnRX6vOIBKf1HtFsMFvNbIkPs6RcEs { top:0rem;left:0rem;width:37.625rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyv9ufXRkl0oPOcD59exsti2iGTfnUsy { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 { display:block; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThzXeBTemglTqtnLbAsfTFKquTWTCxwS { width:27.125rem;height:1.9375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGoBC54WegTGPPpK2yeqk6VEXuu78bAb { width:30.1875rem;height:12.5rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0EVxpuhbuvfqHShakceiF3RqbCTWmLC { top:0.0625rem;left:10.25rem;width:37.5rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT { display:block; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDxycZx6REVqPK8bV2iimnHxwMgXXoNi { width:47.75rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvhOPFnQsgDRkQzL1ihVplkE7sKuuBNw { top:4.125rem;left:8.5625rem;width:14.3125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1PAhoz8sgDasRXkvOvu9IQRBqeCNCru { top:9.25rem;left:26.3125rem;width:13.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GH0sQtS9FrxymW18kP9eJt43RbLeey3x { width:29.0625rem;height:35.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbBp4vKpqEweaWVKAl7iedaVxQAAb7Da { width:22.3125rem;height:25.1875rem;top:8.5625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVp1EgaqrrMKrqo4lqiqT2fumv6k5ffb { width:20.5625rem;height:1.75rem;top:35.125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1xydlSevS043sGBI0ufCTEhGnGwuvz8 { width:29.0625rem;height:25.625rem;top:2.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMI6ywryS74N8d02iMcNSeohct6XcVk { width:20.5625rem;height:1.75rem;top:24.5rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo7KD6Gt2GE1SLnI0l0c2eHx91VPpuIK { width:21.3125rem;height:13.9375rem;top:8.5625rem;left:25.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4c1RdSqk5HSyBsfmhmyFK7INLlQgq7 { top:1rem;left:10.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9uzUtwXTDMsJTP0T43yfl5wOXkLbZQZ { top:0.5rem;left:9.78125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmv6aL8FtiEzNXBHTgIXNWwfRL9e9wCn { top:1rem;left:33.65625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOCmNMTXIgNVBihzg7WiKa14J7Kv79l { top:1.375rem;left:34.40625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5nlBW8EWM0zgJt9RfpvZQkyrABEWHb4 { top:6rem;left:11.15625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4cmVJh4IvyFPHGfhhzHvFtK3WtTSou0 { top:6rem;left:12.46875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJPhno7ul9WQabAA3lwpShVIH9bQKarz { top:6rem;left:13.90625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDwovuVqWyGFOnM6Npt73Al4faiuUk2Q { top:6rem;left:8.28125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8FfU4XmolPDkTmKL3sTKBZzLr6ZGtef { top:6rem;left:9.78125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCWd9TzXZX2PxiLAEJCaNCKh4l5Won1q { top:6rem;left:35.03125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKVLu5sFChTPr31zi4StnztegasBqr97 { top:6rem;left:35.03125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzokkfe5STTxRIJG1gn9uOAAsd0GaFqm { top:6rem;left:32.09375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoxlUFgs4TT6scvX1FaAVVsl5GT2vMTf { top:6rem;left:36.46875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9KbiGZsoFCgQ4T7GxL9XukOdfL9fN9 { top:6rem;left:33.59375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqUTUWqJfKXlD6EOldvwFBXTTFim0Q5F { top:6rem;left:37.84375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH { display:block; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsXdqDn06puhf2S5neaO5QsfgyCNmHbp { width:17.5rem;height:3.4375rem;top:1.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTJABcz5lZrcThHIMv8giyZTfkBmNqqN { display:block; }
 }@media only screen and (max-width: 763px) { #xGBPbXwwskKIEVDDAsTIX1C3VLE1IeGo { top:0rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcK6PgPMNW4TA9PddHFAHerDyWsZNToR { display:block; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCHvan6sarqShfTD4elDJv0p5fqUSZW5 { width:47.75rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Zzole0WEhTskP4Vd8zEet0peJ3Hzff { top:10.5rem;left:0rem;width:30rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcE09hXpxqkz2UwK55EmXO2Kc39rstVU { top:10.5rem;left:17.75rem;width:30rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikePaxzk3dzDK2O8qNvcFTnyHWylSSm { width:25.8125rem;height:3.5rem;top:16rem;left:21.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLJxSUZ2M3GCIBqhAs9bXDIy52OTReba { width:25.8125rem;height:1.25rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6GCoPEE2QTBwxDc5fhMa7T0AfTxwiE9 { top:27.3125rem;left:17.75rem;width:30rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tepwgfl0AfGOdGuP2Mx3lwSleuEJl2kT { top:27.3125rem;left:0rem;width:30rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsSFmTNlOop2WEaK8RW08hgNavL5yx0D { width:25.8125rem;height:3.5rem;top:31.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJVyhDasAQG8bwJrrTGcHAOND5bUD9a { top:44.125rem;left:0rem;width:30rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGQLEyFiTh7cw1muErdFfmnAecuzkBwM { top:44.125rem;left:17.75rem;width:30rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORsxxBfzLAkyuz7gDunp3tCqtGuI0ga3 { width:25.8125rem;height:1.75rem;top:48.3125rem;left:21.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvUV9Me7C0914gws5h5MK7hQE3aWfolv { width:25.8125rem;height:1.25rem;top:51.875rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3DczM2vT7EdXP79rB7yVDLAqQBQybzZ { width:25.8125rem;height:1.25rem;top:20.75rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAtJoz7sZTFxiBxz6et76y58OUk6HoJM { display:block; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5O02rBLH3TaDoN24wIDDHvs85C8Kwoy { width:47.75rem;height:2.875rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtM9nWLGIE352n2e3OhP5FzvngM44MmD { display:block; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSwTaeQcoddXLq0uGt89QRb5Cv4F1BtD { top:0rem;left:0rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCf0XfX9TgZQbt3oHJ48V1AiqfWdvQbx { top:0rem;left:11.75rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMo0NhOqRH5rvkVQKp0MfixnbfMkxm3g { top:0.3125rem;left:22.6875rem;width:24.9375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs0L9hExHWgviJiUbdfD86S4eACo6P3b { top:0rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG { display:block; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV7zKNKytTogTEGCu5mWfr6BtmvnDN4b { width:27.125rem;height:1.9375rem;top:4.125rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXpSOwpLiQVoQva8MSSS0FmBATo4z7s { width:23.625rem;height:6.375rem;top:6.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbvm5LJ58v9triwatIrnXtSfpVFdB58 { width:23.625rem;height:1.5625rem;top:13.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr1oETOnh1CzmGoJGQyC2NVa0waV0IEp { top:13.6875rem;left:23.875rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #batclM6V3BnwbCUVwdqAzu2lHus8Etl9 { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCS4DlfyOyc59fyrfcDx6O9mKTK3786r { width:5.9375rem;height:10.9375rem;top:21.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGNqB9TDMWyu0a7ZIz3Fse4K55kNPcsc { width:27.125rem;height:1.9375rem;top:18.3125rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Sl3G1M0HcmU01iLbyC3C4fMhJqt0AI { width:11.8125rem;height:11.1875rem;top:21.4375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wawi0Oz8IUkzdmCwDJxX6MzN0UA2WGeO { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:34.6875rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdlbSJPkVV5lfV4Md392BbGWowpL357 { width:21.1875rem;height:5.0625rem;top:3.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3AyoC2EKQxZurNFAiqvcqUbpV0cZBg { display:block; }
 }@media only screen and (max-width: 763px) { #EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb { display:block; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQyQS4KQS7k2zBmrTuAMDRt77dCL8H47 { width:20.5625rem;height:2.375rem;top:1.4375rem;left:13.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/638352c1-1579-44c0-a512-67b949ff61b4/CopyofBywaysInvisalignopendaywebheader1200x577px.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2.adaptive-delivery-prevent-bg, #TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2.lazyload, #TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2.lazyloading { background-image: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container { background-color: transparent; background-image: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container > .video-iframe-container { display: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row > .video-iframe-container { display: none; }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .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); }#TFc4R1spmzVAlCqG9cb9r9VQeBRP0Va2 > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdGxi4pNqSxkoMcGfVFlIcch7SIkz8qz { width:15.0625rem;height:4.25rem;top:1rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkX19Z1Pfxfta8hhm4HToJNbRueSgwVr { width:20rem;height:5.8496125rem;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzGqHkMAannFEG1qNVJPTCpBhX1AMBq0 { width:20rem;height:4.798825rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTm84zeSzrJQCLnVBZRshiADzTX3i0X { width:18.5rem;height:4rem;top:28.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y34aLvHsPJPfxiIA9mLADMcNcHkheE5F { display:block; }
 }@media only screen and (max-width: 763px) { #WBud6tlxe7qVdN1VJU1vqNlrbuoaG4zh { width:14.3125rem;height:10.1982375rem;top:35.8125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frksPOeUPyx5Ei9sCiqxr29ff9K8hPs3 { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLo6hOb4w2uybyo1v7cvIyulHg7VCSu7 { width:2.1875rem;height:2.1875rem;top:39.0625rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlEH1IUpUPb3U3L0hm9CyoaTiDC3die { width:2.1875rem;height:2.1875rem;top:42.3125rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G15rqaC5UAi9ioXk0as7gK3MgZ1WrHgD { width:2.1875rem;height:2.1875rem;top:44.125rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRAyDDJDPeMZMrNMirPHF1XshLSQ4STT { top:5.875rem;left:0rem;width:20rem;height:9.5625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X0U2vbDlZyVrm3cNa1JSK8tgNISt73gI { width:20rem;height:1.0996125rem;top:47.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ { display:block; }#DIlIfLBMl9NVN2f771qFIsVLRBTXDEsJ > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktkqpZZRMArPq1PCsDQdtymPB7B4MZgX { width:20rem;height:19.1953125rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXmh1Wr3lBGpRN4BTvzlO2WPCqpABhit { width:3.125rem;height:3.125rem;top:32.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6qCz4cFWlogtx7hJV4Ta784nvX0eEAD { width:20rem;height:3rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXuPHR57Vy54wT4DTr20Tgh7Rgcz6H2r { width:3.125rem;height:3.125rem;top:32.1875rem;left:6.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9f8m1rTP95dkIN90NZwBTTKw04e5ZQO { width:3.125rem;height:3.125rem;top:32.1875rem;left:10.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig5pdqxIDFhmGeJTgRXQSkmN5XZXnr6b { width:3.125rem;height:3.125rem;top:32.1875rem;left:12.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1HrCJtQ1XTbALiBG1EdLIXSMcTDo6tE { width:3.125rem;height:3.125rem;top:32.1875rem;left:3.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOXuQiO3MOqGzpTiQln2ryxpQNzMqPls { width:5.3125rem;height:5.3125rem;top:1.25rem;left:7.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyPKB7MST6TZTT5rBR8J70BePlPw3TO { width:2.0625rem;height:2.0625rem;top:35.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FofaXDBPuUsMpaW5H2Kf1hiNGyJkBf7s { width:20rem;height:7.3125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc { display:block; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW2Qah9CKTPnFm7PZQNBWaZW8XMUQviW { width:13.5rem;height:15.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTQ9koHxC8BLtyqSirw67hKIK2NZoTp { width:13.125rem;height:1.29980625rem;top:5.875rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPg5qlJNyWU0CkRfo8WvdWzeUTIZQkgO { width:13.125rem;height:6.3984375rem;top:8.125rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REMcvnpEAzFLIEL2Bm8g4XanxDopQAB7 { width:13.5rem;height:15.25rem;top:16.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwxrmb5Uac2Qgbw0fGODi3T8VhypSMSo { width:13.125rem;height:6.3984375rem;top:25rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Spw9dpVmAe28XTZWbLwHT6yHwQAJGqFH { width:13.125rem;height:1.29980625rem;top:22.75rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuyoGmk4VSvwSip4BiaX1SnrtVzhNW45 { width:13.5rem;height:15.25rem;top:33.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT0TNACho70urKp27SofEyPBtC4Coqc { width:13.125rem;height:6.3984375rem;top:41.875rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChLBy6lybXeBBxryJweUD7bq5HXi1u4F { width:13.125rem;height:1.29980625rem;top:39.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRIO0dipTc3IcirZFnmRf08AmW7zcAOT { width:13.5rem;height:15.25rem;top:50.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxsVVubuTRAFKTbGLAvbP8Ku0qNoVLx { width:13.125rem;height:6.3984375rem;top:58.75rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMcCatvt2CCtWCEzkXub7XzfuAO4AOP4 { width:13.125rem;height:1.29980625rem;top:56.5rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1yLykiyKcF7n3PZzhsfvAkPl6JT56h { width:4.875rem;height:4.875rem;top:0.8125rem;left:7.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFseTCyHGHJBgSdl2ftJcuZhsP8xAXTn { width:4.875rem;height:4.875rem;top:17.8125rem;left:7.5625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDK9Saa8VU0sZvVFdVXnPQhdqHceyN0 { width:4.875rem;height:4.875rem;top:34.5rem;left:7.5625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH9e4agH6PL5ObA1wGhZqE0DthbHC0Jw { width:4.875rem;height:4.875rem;top:51.5rem;left:7.5625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG9UQqo1BBmta5gwbwI3pCkl035TThfl { display:block; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mpn9Ly8TOzEHuEbS444FcLT3I5ap44hG { width:19.625rem;height:9rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONrR5bcTQs9hCSIdeuU3QfNfHTocayym { width:20rem;height:1.625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#585858; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 .widget-text.counter-label { background-color:;background-image:none;color:#585858;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #xZpzH06ItwxHTA65B76qME4THo8phzBE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #TvcJWfFBL92pAGnSk4Xn8E4HWS3ZTPNZ {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #KR0dOLCFXlMo1tUv2xLOORk3E6B3AFHk {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #VZV77dOZUSGPi1WV96P5nBB4MAInLVqn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #ZpiBgV3tlbHrCJbE2ZWQQbykqpaKyrzJ {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #GDySE0oBzDeM4bTE3HVfkuparuQtHvQh {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #m2eppid7He1Uogv6r8PFHuDZxAirFgTc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #RCNRND9sBAn4N0vppyMq8T9MiSni3eC4 {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #g6oHvKFqAbrVg6rAEQud4xQdV12WTGx6 {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #rTWRursTXlgU8V6LtTAsJ60gANPgTaOX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #aczANaQBaLQHo1u2bUlcGO4FhPE9yqFF {  }
 }@media only screen and (max-width: 763px) { #UTwfEkHJKCIyRXD9QNIbQikmtPIZlwQ6 #CLLtX74Jmcg3PDeGas7TTVawMoktBIM5 {  }
 }@media only screen and (max-width: 763px) { #ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc { display:block; }#ENCdbUQLMWxO2k0IaFHoLo7Hl1oUmSsc > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]:-moz-placeholder { color:#7b7b7b; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]::-moz-placeholder { color:#7b7b7b; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]:-ms-input-placeholder { color:#7b7b7b; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 [class*="-text"]::-webkit-input-placeholder { color:#7b7b7b; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1  { width:17.5rem;height:auto;top:13.3125rem;left:0rem; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 {display:block;}#U5urpdZy2Wm76zCCdTazn79SerWPmIs1 { width:17.5rem;height:auto;top:13.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #WDgygyVCdfSbTmhbLngSiqPMNchltCNI {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #NPLf5WEay10XhWrDeCs4tlf2l86JWgdk { display:none; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #PvuZ9GAgELFV1I3bbBozAFhRkrgH0KR9 {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #mkbvMcZhPsGFqnAEs2n5t0ky1y9KM0ld {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #ulgXTQvpHNbpzQwsBVVElwdGkAaiImaP { display:none; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #tlZCfOIfxg4Ay0ynRFsWhlEruwn5DIql {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #y64Z0lgMRBReZzuVRBpEOLMQB2936J1Q {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #SsMCTM6Fv7v3i8IG5Nccu76gJIHLlsrr { display:none; }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #TX8GibZPvSzClT0Bu7s0qDwzXsPyQCE8 {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #osxoyKWEVXpSppsH9xZPbOmPhrGdKmrx {  }
 }@media only screen and (max-width: 763px) { #U5urpdZy2Wm76zCCdTazn79SerWPmIs1 #tp1VcO30d3MJZxi6tyasVz8KLh0CUPTQ {  }
 }@media only screen and (max-width: 763px) { #C5tsJg2M61qfH9cTA5qunnIMcypHMoIf { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5tF4QaGqokXUXPdoTzAAcabdm5AQSrw { width:20rem;height:2.5996125rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0sTawxfDQtFLkUGiiNHHiU6mEsTo6L { width:17.0625rem;height:1.625rem;top:29.75rem;left:1.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh { display:none; }#pf0Rg5HfQNp6sdT95lMxE5Q0CUpBqpNh > .row .container { width:20rem;height:84.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tgwbe9l4PKr4SCGcrdt5vx1MH7gq6VOt { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOeAlEXl0R34d7qGG9TuZ3JZ2vkRf2J1 { width:20rem;height:2.5996125rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0x3OKxAvE91x8VUJbuHq1CDFllcUalC { width:20rem;height:70.25rem;top:14.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd { display:block; }#ep1dT2Aytykh3g1lofuOQ4f7tPT6afgd > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpvTgEMoWnrwfNnsfSVS8XSlfr1TsVQy { width:9.9375rem;height:9.9375rem;top:5.625rem;left:5rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCX8hisPgu2L7kWxHB6KfXrz0Ti0ZTiP { width:13rem;height:2.92480625rem;top:16.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM { display:block; }#VxFhTg4TeiXbN5ttZ8KdCV5AppwwC2zM > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJRTT8DfpXKDfy6DhC6MhZwOgSeVVNSQ { width:20rem;height:1.625rem;top:22.7695rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A { width:16.9375rem;height:12.13475rem;top:25.7060546875rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#lJRrGB5H1vCSkqdBGDv9oIDRgPIlaW7A li:before{  }
 }@media only screen and (max-width: 763px) { #ipp7K3it5rw6DkzNUrcidQ8WtLBPLgpg { width:19.8125rem;height:3.4375rem;top:39.3935546875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4HN4Fe5TA3T4VPZ9I8chX7RoQxWv7ci { display:block; }
 }@media only screen and (max-width: 763px) { #duFnRX6vOIBKf1HtFsMFvNbIkPs6RcEs { width:20rem;height:19.1875rem;top:44.0810546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zyv9ufXRkl0oPOcD59exsti2iGTfnUsy { width:20rem;height:20rem;top:1.2060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 { display:block; }#SnQdNEVdZ7TCtParinsFmpVcx6XhPiC4 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThzXeBTemglTqtnLbAsfTFKquTWTCxwS { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGoBC54WegTGPPpK2yeqk6VEXuu78bAb { width:20rem;height:19.1953125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0EVxpuhbuvfqHShakceiF3RqbCTWmLC { width:20rem;height:21.833333333333rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT { display:block; }#D4DCzl2xGNvKWIm23N9TwPfIGeLkTRbT > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDxycZx6REVqPK8bV2iimnHxwMgXXoNi { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvhOPFnQsgDRkQzL1ihVplkE7sKuuBNw { width:14.3125rem;height:14.625rem;top:2.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1PAhoz8sgDasRXkvOvu9IQRBqeCNCru { width:13.1875rem;height:5.625rem;top:14.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GH0sQtS9FrxymW18kP9eJt43RbLeey3x { width:19.625rem;height:49rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kbBp4vKpqEweaWVKAl7iedaVxQAAb7Da { width:18.75rem;height:39.99025rem;top:7.59375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVp1EgaqrrMKrqo4lqiqT2fumv6k5ffb { width:20rem;height:1.5996125rem;top:48.59375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1xydlSevS043sGBI0ufCTEhGnGwuvz8 { width:19.625rem;height:28.6875rem;top:56.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xDMI6ywryS74N8d02iMcNSeohct6XcVk { width:20rem;height:1.5996125rem;top:82.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo7KD6Gt2GE1SLnI0l0c2eHx91VPpuIK { width:18.75rem;height:19.1953125rem;top:61.9296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cG4c1RdSqk5HSyBsfmhmyFK7INLlQgq7 { width:3.125rem;height:3.125rem;top:54.53125rem;left:8.46875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9uzUtwXTDMsJTP0T43yfl5wOXkLbZQZ { width:4.3125rem;height:4.3125rem;top:54.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmv6aL8FtiEzNXBHTgIXNWwfRL9e9wCn { width:4.3125rem;height:4.3125rem;top:0.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOCmNMTXIgNVBihzg7WiKa14J7Kv79l { width:3.125rem;height:3.125rem;top:0.9375rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5nlBW8EWM0zgJt9RfpvZQkyrABEWHb4 { width:1.5625rem;height:1.5625rem;top:59.3125rem;left:10.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4cmVJh4IvyFPHGfhhzHvFtK3WtTSou0 { width:1.5625rem;height:1.5625rem;top:59.3125rem;left:6.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJPhno7ul9WQabAA3lwpShVIH9bQKarz { width:1.5625rem;height:1.5625rem;top:5.21875rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDwovuVqWyGFOnM6Npt73Al4faiuUk2Q { width:1.5625rem;height:1.5625rem;top:59.3125rem;left:9.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8FfU4XmolPDkTmKL3sTKBZzLr6ZGtef { width:1.5625rem;height:1.5625rem;top:5.1875rem;left:9.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCWd9TzXZX2PxiLAEJCaNCKh4l5Won1q { width:1.5625rem;height:1.5625rem;top:5.1875rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKVLu5sFChTPr31zi4StnztegasBqr97 { width:1.5625rem;height:1.5625rem;top:5.28125rem;left:11.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzokkfe5STTxRIJG1gn9uOAAsd0GaFqm { width:1.5625rem;height:1.5625rem;top:59.3125rem;left:11.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoxlUFgs4TT6scvX1FaAVVsl5GT2vMTf { width:1.5625rem;height:1.5625rem;top:59.3125rem;left:7.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9KbiGZsoFCgQ4T7GxL9XukOdfL9fN9 { width:1.5625rem;height:1.5625rem;top:26.1875rem;left:5.46875rem;font-size:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zqUTUWqJfKXlD6EOldvwFBXTTFim0Q5F { width:1.5625rem;height:1.5625rem;top:5.21875rem;left:6.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH { display:block; }#gE11Vyaez2mo63aTT9pTVzTRfKI1iFkH > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsXdqDn06puhf2S5neaO5QsfgyCNmHbp { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTJABcz5lZrcThHIMv8giyZTfkBmNqqN { display:block; }
 }@media only screen and (max-width: 763px) { #xGBPbXwwskKIEVDDAsTIX1C3VLE1IeGo { width:20rem;height:26.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcK6PgPMNW4TA9PddHFAHerDyWsZNToR { display:block; }#FcK6PgPMNW4TA9PddHFAHerDyWsZNToR > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCHvan6sarqShfTD4elDJv0p5fqUSZW5 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Zzole0WEhTskP4Vd8zEet0peJ3Hzff { height:11.208333333333rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcE09hXpxqkz2UwK55EmXO2Kc39rstVU { width:20rem;height:11.1875rem;top:18.5205rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikePaxzk3dzDK2O8qNvcFTnyHWylSSm { width:20rem;height:5.361325rem;top:20.36425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLJxSUZ2M3GCIBqhAs9bXDIy52OTReba { width:20rem;height:1.29980625rem;top:26.42675rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6GCoPEE2QTBwxDc5fhMa7T0AfTxwiE9 { height:11.208333333333rem;width:20rem;top:30.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tepwgfl0AfGOdGuP2Mx3lwSleuEJl2kT { width:20rem;height:11.1875rem;top:42.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsSFmTNlOop2WEaK8RW08hgNavL5yx0D { width:20rem;height:3.57421875rem;top:45.05078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJVyhDasAQG8bwJrrTGcHAOND5bUD9a { height:11.208333333333rem;width:20rem;top:54.66503125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGQLEyFiTh7cw1muErdFfmnAecuzkBwM { width:20rem;height:11.1875rem;top:65.93553125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORsxxBfzLAkyuz7gDunp3tCqtGuI0ga3 { width:16.75rem;height:3.57421875rem;top:68.2158203125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvUV9Me7C0914gws5h5MK7hQE3aWfolv { width:20rem;height:1.29980625rem;top:72.40428125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3DczM2vT7EdXP79rB7yVDLAqQBQybzZ { width:20rem;height:1.29980625rem;top:49.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAtJoz7sZTFxiBxz6et76y58OUk6HoJM { display:block; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5O02rBLH3TaDoN24wIDDHvs85C8Kwoy { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtM9nWLGIE352n2e3OhP5FzvngM44MmD { display:block; }#FtM9nWLGIE352n2e3OhP5FzvngM44MmD > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSwTaeQcoddXLq0uGt89QRb5Cv4F1BtD { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCf0XfX9TgZQbt3oHJ48V1AiqfWdvQbx { width:20rem;height:20rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMo0NhOqRH5rvkVQKp0MfixnbfMkxm3g { width:20rem;height:19.849624060151rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs0L9hExHWgviJiUbdfD86S4eACo6P3b { width:20rem;height:0.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG { display:block; }#uxb4QVcuOFkyPVMn4z8Zgg82E8JbtzSG > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV7zKNKytTogTEGCu5mWfr6BtmvnDN4b { width:20rem;height:1.625rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXpSOwpLiQVoQva8MSSS0FmBATo4z7s { width:20rem;height:6.39845rem;top:24.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbvm5LJ58v9triwatIrnXtSfpVFdB58 { width:20rem;height:1.5996125rem;top:32.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr1oETOnh1CzmGoJGQyC2NVa0waV0IEp { width:2.375rem;height:2.375rem;top:31.8125rem;left:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #batclM6V3BnwbCUVwdqAzu2lHus8Etl9 { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCS4DlfyOyc59fyrfcDx6O9mKTK3786r { width:5.9375rem;height:11.1972875rem;top:38.4375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGNqB9TDMWyu0a7ZIz3Fse4K55kNPcsc { width:20rem;height:1.625rem;top:35.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Sl3G1M0HcmU01iLbyC3C4fMhJqt0AI { width:10.1875rem;height:11.1972875rem;top:38.4375rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wawi0Oz8IUkzdmCwDJxX6MzN0UA2WGeO { width:20rem;height:37.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:20rem;height:3.5625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdlbSJPkVV5lfV4Md392BbGWowpL357 { width:18.375rem;height:5.0625rem;top:8.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3AyoC2EKQxZurNFAiqvcqUbpV0cZBg { display:block; }
 }@media only screen and (max-width: 763px) { #EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb { display:block; }#EZyHaDrpXdoZswuCsx8t0JvIBfagPvqb > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQyQS4KQS7k2zBmrTuAMDRt77dCL8H47 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }