.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mesETFLCCezW9uzxuTlOow7oX1rGAENs { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container { background-color: transparent; background-image: none; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container > .video-iframe-container { display: none; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row > .video-iframe-container { display: none; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .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); }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container { border-width: 0; border-radius: 0; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container { width:75rem;height:5.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dzhlo3TNuibyyKe57TxipNtsW6riACVa { 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:3.125rem;width:17.8125rem;top:1.0625rem;left:0.125rem;overflow:hidden;display:block; }
#tq6Ld6qtdK31mGRmQufFeRiX12ZETTwG { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#tq6Ld6qtdK31mGRmQufFeRiX12ZETTwG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KNAtiQpGzkJheyy7eVMhcLlZg6ITsUud { background-color:#006c9d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.15625rem;left:61.875rem;display:block; }
#FuvTxwIp7CrXXgaZ2fEPDsVkOTeLEOnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02e2fae7-58a8-421c-ba8e-2ef33ca2e1eb/1920wcrop_1920x883_058.crop_1920x749_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9.adaptive-delivery-prevent-bg, #pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9.lazyload, #pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9.lazyloading { background-image: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container { background-color: transparent; background-image: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,65,88,0.75); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container > .video-iframe-container { display: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,65,88,0.75); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row > .video-iframe-container { display: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .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); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container { border-width: 0; border-radius: 0; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-form-header {  }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:21.625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);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:21.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);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:21.625rem;box-sizing:border-box;height:5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .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:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .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; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#006c9d;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.0625rem;font-weight:400;color:#ffffff;width:21.625rem;height:2.8125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal;float:none; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .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; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-container:first-of-type{padding-top:0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-container:last-of-type{padding-bottom:0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;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:9.81201171875rem;left:50.874633789062rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-info-text { display:block;height:auto;font-family:arial;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; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb {display:block;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;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:9.81201171875rem;left:50.874633789062rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #gdgmrSwCa6pwd1ImhAUvImd2WIo5s05J { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #ArR90JhoW4BnaPF7BAb8WywTw31ewTNo { position:relative;display:none; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #QF23TKR2myQwBfKTgfFvg9x1tgeLwJ6w { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #i8nGPUI0tG9zfXmJOtk4sVs8f7RQ3sHT { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #ozUP0M8RSK5vCCoClDDLidQvWx8qPHPp { position:relative;display:none; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #Z42ToDohOpn3bwOESHhu4sr9gzKTvopa { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #hoPetNSaEfubHLoPRAAf8iW8Vxcx2qmK { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #OBuPaf9nirwzTq0hNHylZHfg2GAZyzOs { position:relative;display:none; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #vwcAu00riT2MPq6tkTBfyupUax3dukhB { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #pzmrgxpu70xeOVTLQUnNOiaPs2aIKN0B { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #cCaPPEopspJbWwcuHxK4UTxdr7bhoOuT { position:relative;display:none; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #yvLS5Q3bM0axLDdLp37HKuSPXcLFgEWN { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #t7afq5lCq3F2e1TPgUZ8IE7OqBsADWBf { position:relative; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #CfUUOG6MVrqsH8cABcTWxFtcz4GT6zLx { position:relative; }
#OQHleV1iS1fIaPcceOmtqvs69hTl07EF { box-sizing:content-box;height:24.9375rem;width:24.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:6.5625rem;left:50.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#mzJ3fK2rlm7SlyouJE8Aihdur4NaJInS { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9443359375rem;left:52.28125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GnnT6NpgRbNdDTtODvGyoppKLdTQKkko { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.46826171875rem;left:0rem;height:6.3244375rem;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; }
#sTVo9kI7AxvoOf9SWTs857wTOTUoPFTL { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.86279296875rem;left:0rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#NwMoUAZp8eJ9IDxxmA8NlHQt78uPatnP { background-color:#006c9d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.25rem;left:0rem;display:block; }
#Q2HT2QFVyMCprGWbbaOFDSn3trgI8Xsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAaKyU8wJT702XyhBFvhOBT3b07XIGeU { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:13.00146484375rem;left:0rem;height:1.9244375rem;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; }
#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e { position:relative;display:block; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e { background-color: transparent; background-image: none; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .row .container > .video-iframe-container { display: none; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .row > .video-iframe-container { display: none; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .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); }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e { border-width: 0; border-radius: 0; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .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; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .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:53.75rem;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; }#tlU0NupPO8WXNGOTdgN7Iq5VmmAm6ssa { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.0625rem;left:10.09375rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwvWt0IrQ1eMg1hJLTSgpKu8UfHEFss1 { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.85205078125rem;left:9.71875rem;height:7.8735625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnTZI0EAm5C87fV9CzV6zipeTvk7irJH { background-color:#006c9d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.68896484375rem;left:26.875rem;display:block; }
#fN2pizc9qsOlKZz2o82wo9wC6gGIKvvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4a73Z8Gsx9ltCiJXZqnZlMSlT0xnrB1 { box-sizing:content-box;height:21.6875rem;width:51.1875rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/25a3fc01-a00e-4ba4-938f-fecfda7e76ed/estateplanningcrop_1651x1080_190.crop_1630x1077_0,0.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.71875rem;left:11.90625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }#b4a73Z8Gsx9ltCiJXZqnZlMSlT0xnrB1.adaptive-delivery-prevent-bg, #b4a73Z8Gsx9ltCiJXZqnZlMSlT0xnrB1.lazyload, #b4a73Z8Gsx9ltCiJXZqnZlMSlT0xnrB1.lazyloading { background-image: none; }
#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006c9d;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; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container { background-color: transparent; background-image: none; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container > .video-iframe-container { display: none; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row > .video-iframe-container { display: none; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .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); }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container { border-width: 0; border-radius: 0; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container { font-size:0.875rem;font-family:arial;height:89.5625rem;width:75rem;position:relative;display:block; }#hWqH09LXTnsWAFwA1oJnTr8sR1rEX8oZ { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.5625rem;left:12.53125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ih32fsRKSs4O3hwwdbUrgVbgOcHt8qXm { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:12.5rem;left:0rem;height:11.022975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgS4KP6VV4P8ko8lTa7JzetQMOuaTeXQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:30.125rem;width:37.0625rem;top:12.5rem;left:37.9375rem;overflow:hidden;display:block; }
#u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:24.9375rem;left:0rem;height:11.9604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d37c89e7431c7e267b6f673925646e1099d09dc.svg); }
#FlJL5uk7ITmJt1Ho38GT5F3hR7a1E1JB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.875rem;left:0rem;display:block; }
#wb3x1EwkHSbWPBrgcinCVxcbWFJNtudQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKvTH1e5kbMSzDlf0TMJTCk5Xr7diwbK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.8125rem;width:62.1875rem;top:48rem;left:6.5rem;display:block; }
#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an { position:relative;display:block; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an { background-color: transparent; background-image: none; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .row .container > .video-iframe-container { display: none; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .row > .video-iframe-container { display: none; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .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); }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an { border-width: 0; border-radius: 0; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .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; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .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:9.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; }#VbXzH1nySTHUWpNuEkgqUsI7dnVFhqaZ { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.21875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bM3dAzw6ofvBLLagd0gz0HoOhnptnPxL { color:#000000;display:block;width:17.687375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.336669921875rem;left:28.656005859375rem;height:2.27478125rem;text-align:center;text-align-last:center;display:block; }
#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB { position:relative;display:block; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB { background-color: transparent; background-image: none; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .row .container > .video-iframe-container { display: none; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .row > .video-iframe-container { display: none; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .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); }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB { border-width: 0; border-radius: 0; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .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; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .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:40.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; }#HAKDFkkk3h3oxWHrZXQNr80u9piEM7pt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:30.562125rem;width:24.43725rem;top:1.6241455078125rem;left:47.186889648438rem;overflow:hidden;display:block; }
#o2mrLguB2OBZTqcgcVCsnvu0CouwgrAt { color:#000000;display:block;width:40.37475rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:2.68310546875rem;left:1.8115234375rem;height:25.19535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wskiPTfHtFEOZqwHmmobpDQkId27iZXb { background-color:#006c9d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.06225rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.001586914062rem;left:9.4659423828125rem;display:block; }
#b7GUGpi7LMOQhU1WoBAmp7p3M4mXXotR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0BOreZqgXSG4q0627coVFS6zrRVK4JV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006c9d;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; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container { background-color: transparent; background-image: none; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container > .video-iframe-container { display: none; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row > .video-iframe-container { display: none; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .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); }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container { border-width: 0; border-radius: 0; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#oQfQ0xRHHxO2FaEJIcN1ygfsOE3RSBfd { color:#ffffff;display:block;width:64.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:4.09375rem;height:4.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fmnUEq0GBEvwgfH3vHZ7mltVyW6ex9RG { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.4375rem;left:27.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#B3CkguP3QtlraIdHmudUGXd4ZGUCzuSX { color:#000000;display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9130859375rem;left:18.375rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C { 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; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container { background-color: transparent; background-image: none; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container > .video-iframe-container { display: none; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row > .video-iframe-container { display: none; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .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); }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container { border-width: 0; border-radius: 0; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#BCTs76gg41dwPUf1eDZglFyclT3PTOaL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:1.25rem;overflow:hidden;display:block; }
#BhLIcZMQ2FuGtuTTcmtkn6ztXO36Mgwq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:26.25rem;overflow:hidden;display:block; }
#UNn0Wv8oQqDTd6c4VDDKWKb5F85H5Ofz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:51.25rem;overflow:hidden;display:block; }
#K0ye3QyekeTCQZyAWTW9xrGpGR1RWJHz { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.125rem;left:2.5rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXeNBAzSfG3wJrLPKAClz1T0TbI759mQ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.125rem;left:27.5rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#yy7h4yyx0mGnLzAWl5XTQlNUTTltp7NR { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.125rem;left:55rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL { 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; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container { background-color: transparent; background-image: none; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container > .video-iframe-container { display: none; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row > .video-iframe-container { display: none; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .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); }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container { border-width: 0; border-radius: 0; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#eRbp5RaUVTcChtHv5s5O6PmC4mrbWzJI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:1.25rem;overflow:hidden;display:block; }
#kuUL7lFfzlmbgGEpevmVpSyGWI9ssMCe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:26.25rem;overflow:hidden;display:block; }
#xTSuz6Wftl1PXMPJ4xAmFTndmRDAIFBQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:22.5rem;top:2rem;left:51.25rem;overflow:hidden;display:block; }
#maVFr9Hhao5TwIPwNLqZ5i4WAn0Bt92H { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.1240234375rem;left:2.5rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#wtUDxeMuEOW6avIrbBKi685w4lPusTyz { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.12451171875rem;left:27.5rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#zPx1lODXWaPLiBtuQrR1Cbv4dEUgZnas { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.12451171875rem;left:55rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#zmqApRSfGOCDOnf3zrUJlnwR0KmxaQMW { background-color:#006c9d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.1875rem;left:26.15625rem;display:block; }
#WLsX8v55DAy6wKgwlrL7lgV4fsyQiPT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnpywq1POd0gVQFWofdMpzJVf0043vBe { position:relative;display:none; }#wnpywq1POd0gVQFWofdMpzJVf0043vBe { border-width: 0; border-radius: 0; }#wnpywq1POd0gVQFWofdMpzJVf0043vBe > .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; }#wnpywq1POd0gVQFWofdMpzJVf0043vBe > .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:7.8125rem;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:none; }#TD89OdH0vLtixCy8oKGJBTqdc8t2tSNo { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:23.21875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 { position:relative;display:none; }#wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 { border-width: 0; border-radius: 0; }#wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 > .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; }#wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 > .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:32.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:none; }#stmNGF3lwy1FM3XmvERLksdZwGe93OCa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.9375rem;border-top-right-radius:10.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:23.4375rem;width:18.75rem;top:2.59375rem;left:3.125rem;overflow:hidden;display:block; }
#mvIZpnnx1L8wfc8f7P24SCXEMfl9lQCU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.9375rem;border-top-right-radius:10.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:19.3125rem;top:2.625rem;left:27.84375rem;overflow:hidden;display:block; }
#J8BiKiqQPqGNZ5kpokuN50TZ4qfxrmTB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.9375rem;border-top-right-radius:10.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:23.4375rem;width:18.75rem;top:2.59375rem;left:53.125rem;overflow:hidden;display:block; }
#CL8JMxv8T6zFxRXxbi1bLsfG0rTVuhs4 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.875rem;left:3.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#oIVnKwbOVmqCN4MOBSVXrfNLkoDMll9m { color:#006c9d;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:3.65625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#gM735FxfQlCtMiCLZONpIkOihPu74F35 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.875rem;left:28.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#fTf4yNFrLlVMgGFtmkxLDCbAMcuTMOqz { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.875rem;left:53.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#xH86ACdTNSo74s4Jw31ewRJyd0D5wqRC { color:#006c9d;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:28.65625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#Un4pIa5KMZNrCw3t6vz6ZT3aAxsXhM16 { color:#006c9d;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.875rem;left:53.65625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 { position:relative;display:none; }#QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 { border-width: 0; border-radius: 0; }#QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 > .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; }#QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 > .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:34.25rem;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:none; }#UxLm6PLEXLN9JtbrsZCMEBeZ3TwPPTwy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.9375rem;border-top-right-radius:10.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:23.4375rem;width:18.75rem;top:2.59375rem;left:15.625rem;overflow:hidden;display:block; }
#P2szJrS1oTUy1KygAXgxRmKQT7Igy5S6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.9375rem;border-top-right-radius:10.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:23.4375rem;width:18.75rem;top:2.59375rem;left:40.46875rem;overflow:hidden;display:block; }
#yDxDkbfe09THESgH1wnb3ydbWVmIF1Zf { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.2119140625rem;left:16.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#qopDqu6BcI4RM0Oz3bczUQ45ZFq7u9GA { color:#006c9d;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.9990234375rem;left:16.15625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#hieunKtcTkteP6WWD8xHyDTnof9sIaxB { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.2119140625rem;left:41rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#P94MkLBLUIxdhL2caQwnbDlpgxuIrnfx { color:#006c9d;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.9990234375rem;left:41rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz { position:relative;display:block; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz { background-color: transparent; background-image: none; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .row .container > .video-iframe-container { display: none; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .row > .video-iframe-container { display: none; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .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); }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz { border-width: 0; border-radius: 0; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .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; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .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:13.4375rem;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; }#prne6GQmv9HFSXJ9BJQoUCy351SIgyTs { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:12.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APnVmDpdgCrxhfFMuX11Vm3vcUMyyBfT { position:absolute;display:block;z-index:15004;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:4.6875rem;width:16.8125rem;top:2.6875rem;left:29.09375rem;overflow:hidden;display:block; }
#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF { position:relative;display:block; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF { background-color: transparent; background-image: none; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .row .container > .video-iframe-container { display: none; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .row > .video-iframe-container { display: none; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .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); }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF { border-width: 0; border-radius: 0; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .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; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .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:31.375rem;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; }#IPDuTaVaa5z8D112XT95AunMJwvgy8Wt { box-sizing:content-box;height:28.125rem;width:23.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.6552734375rem;left:25.9677734375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#bUEyN6xEx8D6OdoQRBEATBn7AbybJFNc { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.5703125rem;left:28.1875rem;height:17.32175rem;font-style:italic;display:block; }
#x6hu9qm6ThzJKwyeELPzJUv8PaDWHNHT { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:28.187934875488rem;height:1.70605625rem;display:block; }
#fiFcAkcTsib1MLsRTXAvb5tVJodul4as { position:absolute;display:block;z-index:15005;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:1rem;width:6.125rem;top:5.625rem;left:28.187934875488rem;overflow:hidden;display:block; }
#TuXau0TBpJqpsnZQWagOttiybZsWrZpo { 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.625rem;width:2.625rem;top:3.875rem;left:44.25rem;overflow:hidden;display:block; }
#JA5RTQ5Llgzhwi1WGx3dMQXZM0PxSmnU { box-sizing:content-box;height:28.125rem;width:23.0605625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.6552734375rem;left:50.96875rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#xgLxWfK0Ql25uXz3JaT4vMskJxdJIiuw { box-sizing:content-box;height:28.125rem;width:23.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.654296875rem;left:0.9677734375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#TSkqWoJJHBZC5lW2h10EsQO5CVavGXNe { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5703125rem;left:2.5625rem;height:14.172375rem;font-style:italic;display:block; }
#UPJ061TqHpa4xTSQcKo71oRTPPNV1ZKh { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.5625rem;height:1.70605625rem;display:block; }
#x3QCWJo59hkRVcpWvdL4i0DeAcysCqTJ { position:absolute;display:block;z-index:15006;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:1rem;width:6.5rem;top:5.625rem;left:2.5625rem;overflow:hidden;display:block; }
#TV833SGM29NX0tT8TFBQrLI1aqRq1ZVa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.875rem;left:19.875rem;overflow:hidden;display:block; }
#DKeUGynPJwfVJfQH9pc7qNKH4F50Te4J { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.875rem;left:69.455299377444rem;overflow:hidden;display:block; }
#xZMPn4ZcHbbMoaJyu9Tg81sV8RceoFfT { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:52.9365234375rem;height:1.70605625rem;display:block; }
#b87cKmkcnTXe20bGkT1RVv2dUOTpdI4T { position:absolute;display:block;z-index:15006;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:1rem;width:6rem;top:5.625rem;left:52.937286376953rem;overflow:hidden;display:block; }
#M0dvUx2LTtyWGTLaLEVydcuwT6Qn6QzW { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5625rem;left:52.76042175293rem;height:18.8965rem;font-style:italic;display:block; }
#m0yFOEigdRXdCeLw5peTvls65lrJDtyF { position:relative;display:block; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF { background-color: transparent; background-image: none; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .row .container > .video-iframe-container { display: none; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .row > .video-iframe-container { display: none; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .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); }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF { border-width: 0; border-radius: 0; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .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; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .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:24.75rem;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; }#sOl6e7tTiB4asSRPchEsDrmdCJvrUH0X { color:#000000;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:13.375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#nOmT5xCscU7wFmOCd6NTgkrtmPr46El8 { color:#000000;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:13.375rem;height:2.92419375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQbndyMMtXdg0T6v3z4VbPK9GQcC3TJq { background-color:#006c9d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.625rem;left:26.875rem;display:block; }
#gwru54eUDB4641zH6hC0NZI27R17ezhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006c9d;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; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container { background-color: transparent; background-image: none; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container > .video-iframe-container { display: none; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row > .video-iframe-container { display: none; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .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); }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container { border-width: 0; border-radius: 0; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Vn2LNvm2mJaCJ7i9UBZkCIg4fJOlQ72J { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.0732421875rem;left:54.3125rem;height:5.77515rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uUGtgb0PmTmkRfn91JbBgFWWxtr4mKA1 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.5419921875rem;left:53.5rem; }
#Ou6NgRXPeMJ5AN0wW4z4KOTQPFWh1uOm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.7294921875rem;left:25.90625rem; }
#Ou6NgRXPeMJ5AN0wW4z4KOTQPFWh1uOm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SGslrHBnt9Fa6dWXpAHaIpGZCTAVEE95 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.974609375rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#NVVVo75FBnsAKuZzh5G4bXbIVqN64pPT { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.1865234375rem;left:23.65673828125rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#UMnsu8kA8uo5PDNDyCOehTLRJyWT6Ruo { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.56982421875rem;left:28.875rem;height:2.19360625rem;font-style:normal;display:block; }
#IKq9eqbtr1a7Q8f4J4zJZb3BTUsHoUXR { position:absolute;display:block;z-index:15017;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:7.25rem;width:13.75rem;top:3.2607421875rem;left:0rem;overflow:hidden;display:block; }
#KQLyT8EmrTBBKyE1cGTPUgdp6UxVemeZ { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.56982421875rem;left:56.3125rem;height:2.19360625rem;font-style:normal;display:block; }
#zkyR82cMMWxoC0PKCP5UEue9G3Vh6Vo7 { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.0732421875rem;left:66.125rem;height:3.8501rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mesETFLCCezW9uzxuTlOow7oX1rGAENs { display:block; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzhlo3TNuibyyKe57TxipNtsW6riACVa { width:17.8125rem;height:3.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6Ld6qtdK31mGRmQufFeRiX12ZETTwG { display:none; }
#tq6Ld6qtdK31mGRmQufFeRiX12ZETTwG > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #KNAtiQpGzkJheyy7eVMhcLlZg6ITsUud { width:13.125rem;height:2.9375rem;top:1.125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuvTxwIp7CrXXgaZ2fEPDsVkOTeLEOnk { display:block; }
 }@media only screen and (max-width: 763px) { #pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 { display:block; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb  { width:21.625rem;height:auto;top:9.75rem;left:23.625rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb {display:block;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb { width:21.625rem;height:auto;top:9.75rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #gdgmrSwCa6pwd1ImhAUvImd2WIo5s05J {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #ArR90JhoW4BnaPF7BAb8WywTw31ewTNo {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #QF23TKR2myQwBfKTgfFvg9x1tgeLwJ6w {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #i8nGPUI0tG9zfXmJOtk4sVs8f7RQ3sHT {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #ozUP0M8RSK5vCCoClDDLidQvWx8qPHPp {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #Z42ToDohOpn3bwOESHhu4sr9gzKTvopa {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #hoPetNSaEfubHLoPRAAf8iW8Vxcx2qmK {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #OBuPaf9nirwzTq0hNHylZHfg2GAZyzOs {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #vwcAu00riT2MPq6tkTBfyupUax3dukhB {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #pzmrgxpu70xeOVTLQUnNOiaPs2aIKN0B {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #cCaPPEopspJbWwcuHxK4UTxdr7bhoOuT {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #yvLS5Q3bM0axLDdLp37HKuSPXcLFgEWN {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #t7afq5lCq3F2e1TPgUZ8IE7OqBsADWBf {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #CfUUOG6MVrqsH8cABcTWxFtcz4GT6zLx {  }
 }@media only screen and (max-width: 763px) { #OQHleV1iS1fIaPcceOmtqvs69hTl07EF { top:6.5625rem;left:23.5rem;width:24.25rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzJ3fK2rlm7SlyouJE8Aihdur4NaJInS { top:7.9375rem;left:26.4375rem;width:21.3125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnnT6NpgRbNdDTtODvGyoppKLdTQKkko { width:45.8125rem;height:6.3125rem;top:5.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVo9kI7AxvoOf9SWTs857wTOTUoPFTL { top:16.8125rem;left:0rem;width:45.375rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMoUAZp8eJ9IDxxmA8NlHQt78uPatnP { width:20.375rem;height:3.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HT2QFVyMCprGWbbaOFDSn3trgI8Xsy { display:block; }
 }@media only screen and (max-width: 763px) { #NAaKyU8wJT702XyhBFvhOBT3b07XIGeU { width:45.8125rem;height:1.875rem;top:13rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e { display:block; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlU0NupPO8WXNGOTdgN7Iq5VmmAm6ssa { top:3.0625rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwvWt0IrQ1eMg1hJLTSgpKu8UfHEFss1 { top:9.8125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTZI0EAm5C87fV9CzV6zipeTvk7irJH { width:21.25rem;height:3.4375rem;top:19.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2pizc9qsOlKZz2o82wo9wC6gGIKvvt { display:block; }
 }@media only screen and (max-width: 763px) { #b4a73Z8Gsx9ltCiJXZqnZlMSlT0xnrB1 { top:26.6875rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP { display:block; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWqH09LXTnsWAFwA1oJnTr8sR1rEX8oZ { top:3.5625rem;left:0rem;width:47.75rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih32fsRKSs4O3hwwdbUrgVbgOcHt8qXm { top:12.5rem;left:0rem;width:34.6875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgS4KP6VV4P8ko8lTa7JzetQMOuaTeXQ { top:12.5rem;left:10.6875rem;width:37.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 { top:24.9375rem;left:0rem;width:33.9375rem;height:11.9375rem;font-size:1.0625rem;display:block; }#u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d37c89e7431c7e267b6f673925646e1099d09dc.svg); }
 }@media only screen and (max-width: 763px) { #FlJL5uk7ITmJt1Ho38GT5F3hR7a1E1JB { width:21.25rem;height:3.4375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb3x1EwkHSbWPBrgcinCVxcbWFJNtudQ { display:block; }
 }@media only screen and (max-width: 763px) { #GKvTH1e5kbMSzDlf0TMJTCk5Xr7diwbK { top:48rem;left:0rem;width:47.75rem;height:26.73040201005rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an { display:block; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbXzH1nySTHUWpNuEkgqUsI7dnVFhqaZ { top:2.5rem;left:9.59375rem;width:28.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM3dAzw6ofvBLLagd0gz0HoOhnptnPxL { top:6.3125rem;left:15.031005859375rem;width:17.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB { display:block; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAKDFkkk3h3oxWHrZXQNr80u9piEM7pt { top:1.5625rem;left:23.3125rem;width:24.375rem;height:30.484272857011rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mrLguB2OBZTqcgcVCsnvu0CouwgrAt { top:2.625rem;left:0rem;width:40.3125rem;height:25.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wskiPTfHtFEOZqwHmmobpDQkId27iZXb { width:25rem;height:3.4375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7GUGpi7LMOQhU1WoBAmp7p3M4mXXotR { display:block; }
 }@media only screen and (max-width: 763px) { #o0BOreZqgXSG4q0627coVFS6zrRVK4JV { display:block; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQfQ0xRHHxO2FaEJIcN1ygfsOE3RSBfd { top:6rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnUEq0GBEvwgfH3vHZ7mltVyW6ex9RG { top:12.4375rem;left:14.25rem;width:16.6875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3CkguP3QtlraIdHmudUGXd4ZGUCzuSX { top:2.875rem;left:4.75rem;width:38.25rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImIbzT2KqQbklBaV9LvOI5cypdZn42C { display:block; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCTs76gg41dwPUf1eDZglFyclT3PTOaL { top:2rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhLIcZMQ2FuGtuTTcmtkn6ztXO36Mgwq { top:2rem;left:9.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNn0Wv8oQqDTd6c4VDDKWKb5F85H5Ofz { top:2rem;left:25.125rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ye3QyekeTCQZyAWTW9xrGpGR1RWJHz { top:18.125rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXeNBAzSfG3wJrLPKAClz1T0TbI759mQ { top:18.125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy7h4yyx0mGnLzAWl5XTQlNUTTltp7NR { top:18.125rem;left:32.1875rem;width:15rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL { display:block; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRbp5RaUVTcChtHv5s5O6PmC4mrbWzJI { top:2rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuUL7lFfzlmbgGEpevmVpSyGWI9ssMCe { top:2rem;left:9.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTSuz6Wftl1PXMPJ4xAmFTndmRDAIFBQ { top:2rem;left:25.125rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVFr9Hhao5TwIPwNLqZ5i4WAn0Bt92H { top:18.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtUDxeMuEOW6avIrbBKi685w4lPusTyz { top:18.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPx1lODXWaPLiBtuQrR1Cbv4dEUgZnas { top:18.0625rem;left:32.1875rem;width:15rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmqApRSfGOCDOnf3zrUJlnwR0KmxaQMW { width:22.6875rem;height:3.4375rem;top:24.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLsX8v55DAy6wKgwlrL7lgV4fsyQiPT0 { display:block; }
 }@media only screen and (max-width: 763px) { #wnpywq1POd0gVQFWofdMpzJVf0043vBe { display:block; }#wnpywq1POd0gVQFWofdMpzJVf0043vBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD89OdH0vLtixCy8oKGJBTqdc8t2tSNo { top:3.25rem;left:9.59375rem;width:28.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 { display:block; }#wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stmNGF3lwy1FM3XmvERLksdZwGe93OCa { top:2.5625rem;left:0rem;width:18.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvIZpnnx1L8wfc8f7P24SCXEMfl9lQCU { top:2.625rem;left:12.4375rem;width:19.3125rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BiKiqQPqGNZ5kpokuN50TZ4qfxrmTB { top:2.5625rem;left:28.875rem;width:18.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8JMxv8T6zFxRXxbi1bLsfG0rTVuhs4 { top:26.875rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIVnKwbOVmqCN4MOBSVXrfNLkoDMll9m { top:28.875rem;left:0rem;width:17.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM735FxfQlCtMiCLZONpIkOihPu74F35 { top:26.875rem;left:14.0625rem;width:17.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTf4yNFrLlVMgGFtmkxLDCbAMcuTMOqz { top:26.875rem;left:29.9375rem;width:17.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH86ACdTNSo74s4Jw31ewRJyd0D5wqRC { top:28.875rem;left:14.0625rem;width:17.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un4pIa5KMZNrCw3t6vz6ZT3aAxsXhM16 { top:28.875rem;left:29.9375rem;width:17.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 { display:block; }#QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxLm6PLEXLN9JtbrsZCMEBeZ3TwPPTwy { top:2.5625rem;left:0rem;width:18.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2szJrS1oTUy1KygAXgxRmKQT7Igy5S6 { top:2.5625rem;left:13rem;width:18.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDxDkbfe09THESgH1wnb3ydbWVmIF1Zf { top:27.1875rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qopDqu6BcI4RM0Oz3bczUQ45ZFq7u9GA { top:28.9375rem;left:0rem;width:17.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hieunKtcTkteP6WWD8xHyDTnof9sIaxB { top:27.1875rem;left:14.0625rem;width:17.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94MkLBLUIxdhL2caQwnbDlpgxuIrnfx { top:28.9375rem;left:14.0625rem;width:17.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz { display:block; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prne6GQmv9HFSXJ9BJQoUCy351SIgyTs { top:8.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APnVmDpdgCrxhfFMuX11Vm3vcUMyyBfT { top:2.6875rem;left:15.46875rem;width:16.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXot1VBAq1eVBgMeF50JsooF4K7FcRF { display:block; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPDuTaVaa5z8D112XT95AunMJwvgy8Wt { top:1.625rem;left:8.6875rem;width:23.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUEyN6xEx8D6OdoQRBEATBn7AbybJFNc { top:8.5625rem;left:12.75rem;width:19rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6hu9qm6ThzJKwyeELPzJUv8PaDWHNHT { top:3.5rem;left:15.875rem;width:11.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFcAkcTsib1MLsRTXAvb5tVJodul4as { top:5.625rem;left:15.875rem;width:6.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXau0TBpJqpsnZQWagOttiybZsWrZpo { top:3.875rem;left:29.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5RTQ5Llgzhwi1WGx3dMQXZM0PxSmnU { top:1.625rem;left:24.625rem;width:23.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgLxWfK0Ql25uXz3JaT4vMskJxdJIiuw { top:1.625rem;left:0rem;width:23.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkqWoJJHBZC5lW2h10EsQO5CVavGXNe { top:8.5625rem;left:0rem;width:19.875rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJ061TqHpa4xTSQcKo71oRTPPNV1ZKh { top:3.5rem;left:0rem;width:9.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QCWJo59hkRVcpWvdL4i0DeAcysCqTJ { top:5.625rem;left:0rem;width:6.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV833SGM29NX0tT8TFBQrLI1aqRq1ZVa { top:3.875rem;left:13.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKeUGynPJwfVJfQH9pc7qNKH4F50Te4J { top:3.875rem;left:45rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMPn4ZcHbbMoaJyu9Tg81sV8RceoFfT { top:3.5rem;left:31.75rem;width:10.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b87cKmkcnTXe20bGkT1RVv2dUOTpdI4T { top:5.625rem;left:31.75rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0dvUx2LTtyWGTLaLEVydcuwT6Qn6QzW { top:8.5625rem;left:28rem;width:19.625rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0yFOEigdRXdCeLw5peTvls65lrJDtyF { display:block; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOl6e7tTiB4asSRPchEsDrmdCJvrUH0X { top:7.25rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOmT5xCscU7wFmOCd6NTgkrtmPr46El8 { top:3.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbndyMMtXdg0T6v3z4VbPK9GQcC3TJq { width:21.25rem;height:3.4375rem;top:15.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwru54eUDB4641zH6hC0NZI27R17ezhB { display:block; }
 }@media only screen and (max-width: 763px) { #feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI { display:block; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn2LNvm2mJaCJ7i9UBZkCIg4fJOlQ72J { top:8.0625rem;left:38rem;width:9.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGtgb0PmTmkRfn91JbBgFWWxtr4mKA1 { top:4.5rem;left:39.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou6NgRXPeMJ5AN0wW4z4KOTQPFWh1uOm { top:4.6875rem;left:12.28125rem;width:1.875rem;height:1.875rem;display:block; }
#Ou6NgRXPeMJ5AN0wW4z4KOTQPFWh1uOm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #SGslrHBnt9Fa6dWXpAHaIpGZCTAVEE95 { top:18.9375rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVVVo75FBnsAKuZzh5G4bXbIVqN64pPT { top:21.125rem;left:10.03173828125rem;width:27.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMnsu8kA8uo5PDNDyCOehTLRJyWT6Ruo { top:4.5625rem;left:15.25rem;width:12.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKq9eqbtr1a7Q8f4J4zJZb3BTUsHoUXR { top:3.25rem;left:0rem;width:13.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQLyT8EmrTBBKyE1cGTPUgdp6UxVemeZ { top:4.5625rem;left:35.5625rem;width:12.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyR82cMMWxoC0PKCP5UEue9G3Vh6Vo7 { top:8.0625rem;left:39.5rem;width:8.25rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mesETFLCCezW9uzxuTlOow7oX1rGAENs { position:relative;z-index:auto;display:block; }#mesETFLCCezW9uzxuTlOow7oX1rGAENs > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzhlo3TNuibyyKe57TxipNtsW6riACVa { width:16.812125rem;height:2.87475625rem;top:0.25rem;left:1.5924072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6Ld6qtdK31mGRmQufFeRiX12ZETTwG { display:flex;top:0.875rem;left:5.875rem;width:2rem;height:2rem;z-index:15008;font-size:1.375rem;display:none; }
#tq6Ld6qtdK31mGRmQufFeRiX12ZETTwG > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #KNAtiQpGzkJheyy7eVMhcLlZg6ITsUud { width:13.125rem;height:2.9375rem;top:4.75rem;left:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuvTxwIp7CrXXgaZ2fEPDsVkOTeLEOnk { display:block; }
 }@media only screen and (max-width: 763px) { #pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d438b9d2-ba76-4ef4-ab38-2ed3824b4d77/1920w.crop_898x1080_509,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9.adaptive-delivery-prevent-bg, #pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9.lazyload, #pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9.lazyloading { background-image: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container { background-color: transparent; background-image: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,65,88,0.85); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container > .video-iframe-container { display: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,65,88,0.85); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row > .video-iframe-container { display: none; }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .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); }#pTzC1Ff8TpfJWFSSm8VMfXFUTnpUSKm9 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.75rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb  { width:17.5rem;height:auto;top:31.9375rem;left:0rem; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb {display:block;}#Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb { width:17.5rem;height:auto;top:34rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #gdgmrSwCa6pwd1ImhAUvImd2WIo5s05J {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #ArR90JhoW4BnaPF7BAb8WywTw31ewTNo {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #QF23TKR2myQwBfKTgfFvg9x1tgeLwJ6w {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #i8nGPUI0tG9zfXmJOtk4sVs8f7RQ3sHT {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #ozUP0M8RSK5vCCoClDDLidQvWx8qPHPp {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #Z42ToDohOpn3bwOESHhu4sr9gzKTvopa {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #hoPetNSaEfubHLoPRAAf8iW8Vxcx2qmK {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #OBuPaf9nirwzTq0hNHylZHfg2GAZyzOs {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #vwcAu00riT2MPq6tkTBfyupUax3dukhB {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #pzmrgxpu70xeOVTLQUnNOiaPs2aIKN0B {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #cCaPPEopspJbWwcuHxK4UTxdr7bhoOuT {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #yvLS5Q3bM0axLDdLp37HKuSPXcLFgEWN {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #t7afq5lCq3F2e1TPgUZ8IE7OqBsADWBf {  }
 }@media only screen and (max-width: 763px) { #Rxa58CegayPdI1Kb3ioG7HZ3w9TiW4Xb #CfUUOG6MVrqsH8cABcTWxFtcz4GT6zLx {  }
 }@media only screen and (max-width: 763px) { #OQHleV1iS1fIaPcceOmtqvs69hTl07EF { width:20rem;height:21.875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzJ3fK2rlm7SlyouJE8Aihdur4NaJInS { width:18.75rem;height:1.54358125rem;top:32.375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnnT6NpgRbNdDTtODvGyoppKLdTQKkko { width:20rem;height:6.1875rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sTVo9kI7AxvoOf9SWTs857wTOTUoPFTL { width:20rem;height:11.6943125rem;top:12.936401367188rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NwMoUAZp8eJ9IDxxmA8NlHQt78uPatnP { width:17.312rem;height:2.87475625rem;top:26.25rem;left:1.3125rem;font-size:1.1875rem;box-shadow: 0rem 0rem 0.75rem rgba(255,255,255,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HT2QFVyMCprGWbbaOFDSn3trgI8Xsy { display:block; }
 }@media only screen and (max-width: 763px) { #NAaKyU8wJT702XyhBFvhOBT3b07XIGeU { width:20rem;height:3.0249rem;top:8.6236572265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e { display:block; }#fGXsDZRPmf2z4x6HFhChqZhEmC7Kcs4e > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlU0NupPO8WXNGOTdgN7Iq5VmmAm6ssa { width:20rem;height:7.1996875rem;top:1.74853515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwvWt0IrQ1eMg1hJLTSgpKu8UfHEFss1 { width:20rem;height:19.3365625rem;top:9.9365234375rem;left:0rem;font-size:1.0625rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CnTZI0EAm5C87fV9CzV6zipeTvk7irJH { width:18.999625rem;height:3.125rem;top:31.437377929688rem;left:0.4986572265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2pizc9qsOlKZz2o82wo9wC6gGIKvvt { display:block; }
 }@media only screen and (max-width: 763px) { #b4a73Z8Gsx9ltCiJXZqnZlMSlT0xnrB1 { width:20rem;height:11.31225rem;top:37.249755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP { display:block; }#PdoCvbJoHEuGByi9pmTy3IfASdaNiEiP > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWqH09LXTnsWAFwA1oJnTr8sR1rEX8oZ { width:20rem;height:6.0754375rem;top:2.249755859375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih32fsRKSs4O3hwwdbUrgVbgOcHt8qXm { width:19.75rem;height:16.3616625rem;top:10.375rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WgS4KP6VV4P8ko8lTa7JzetQMOuaTeXQ { width:20rem;height:16.256323777403rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 { width:20rem;height:14.3243125rem;top:28.625rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#u6dTgJm2GdMOQsIQd4im3g8pgVuOcHt0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d37c89e7431c7e267b6f673925646e1099d09dc.svg); }
 }@media only screen and (max-width: 763px) { #FlJL5uk7ITmJt1Ho38GT5F3hR7a1E1JB { width:19rem;height:3.125rem;top:45.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb3x1EwkHSbWPBrgcinCVxcbWFJNtudQ { display:block; }
 }@media only screen and (max-width: 763px) { #GKvTH1e5kbMSzDlf0TMJTCk5Xr7diwbK { height:11.195979899497rem;width:20rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an { display:block; }#qFEoHXS57QwwGZiJPUb9sfU7eAoBi8an > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbXzH1nySTHUWpNuEkgqUsI7dnVFhqaZ { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM3dAzw6ofvBLLagd0gz0HoOhnptnPxL { width:17.687375rem;height:2.11181875rem;top:3.85009765625rem;left:1.156005859375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB { display:block; }#C2go3HqNAZ4qd0TVBMxMLqoy7tuSNKqB > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAKDFkkk3h3oxWHrZXQNr80u9piEM7pt { width:15.625rem;height:20rem;top:1.2412109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mrLguB2OBZTqcgcVCsnvu0CouwgrAt { width:20rem;height:43.13535rem;top:22.927856445312rem;left:0rem;font-size:1.0625rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wskiPTfHtFEOZqwHmmobpDQkId27iZXb { width:19.74975rem;height:3.125rem;top:68.123779296875rem;left:0.12451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7GUGpi7LMOQhU1WoBAmp7p3M4mXXotR { display:block; }
 }@media only screen and (max-width: 763px) { #o0BOreZqgXSG4q0627coVFS6zrRVK4JV { display:block; }#o0BOreZqgXSG4q0627coVFS6zrRVK4JV > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQfQ0xRHHxO2FaEJIcN1ygfsOE3RSBfd { width:20rem;height:8.12375rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnUEq0GBEvwgfH3vHZ7mltVyW6ex9RG { width:16.6875rem;height:1.54358125rem;top:12.04833984375rem;left:1.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3CkguP3QtlraIdHmudUGXd4ZGUCzuSX { width:20rem;height:2.19360625rem;top:2.40234375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImIbzT2KqQbklBaV9LvOI5cypdZn42C { display:block; }#ZImIbzT2KqQbklBaV9LvOI5cypdZn42C > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCTs76gg41dwPUf1eDZglFyclT3PTOaL { width:18rem;height:12rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhLIcZMQ2FuGtuTTcmtkn6ztXO36Mgwq { width:20rem;height:13.1875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNn0Wv8oQqDTd6c4VDDKWKb5F85H5Ofz { width:20rem;height:13.25rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ye3QyekeTCQZyAWTW9xrGpGR1RWJHz { width:20rem;height:1.625rem;top:14.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXeNBAzSfG3wJrLPKAClz1T0TbI759mQ { width:20rem;height:1.625rem;top:32.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yy7h4yyx0mGnLzAWl5XTQlNUTTltp7NR { width:15rem;height:1.625rem;top:50rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL { display:block; }#Ty9fewvvP7E4MO70UDWp6p4cQz7V0vDL > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRbp5RaUVTcChtHv5s5O6PmC4mrbWzJI { width:20rem;height:13.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuUL7lFfzlmbgGEpevmVpSyGWI9ssMCe { width:19.875rem;height:13.25rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTSuz6Wftl1PXMPJ4xAmFTndmRDAIFBQ { width:20rem;height:13.3125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVFr9Hhao5TwIPwNLqZ5i4WAn0Bt92H { width:20rem;height:1.625rem;top:14.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtUDxeMuEOW6avIrbBKi685w4lPusTyz { width:20rem;height:1.625rem;top:32.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPx1lODXWaPLiBtuQrR1Cbv4dEUgZnas { width:15rem;height:1.625rem;top:49.6875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmqApRSfGOCDOnf3zrUJlnwR0KmxaQMW { width:17.8125rem;height:3.125rem;top:53.478515625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLsX8v55DAy6wKgwlrL7lgV4fsyQiPT0 { display:block; }
 }@media only screen and (max-width: 763px) { #wnpywq1POd0gVQFWofdMpzJVf0043vBe { display:none; }#wnpywq1POd0gVQFWofdMpzJVf0043vBe > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TD89OdH0vLtixCy8oKGJBTqdc8t2tSNo { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 { display:none; }#wbFC75VcJTf1LN50GQf3DnxezSQN3Qa4 > .row .container { width:20rem;height:78.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #stmNGF3lwy1FM3XmvERLksdZwGe93OCa { width:15.625rem;height:20rem;top:1.2412109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvIZpnnx1L8wfc8f7P24SCXEMfl9lQCU { width:15.625rem;height:18.875rem;top:28.1337890625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BiKiqQPqGNZ5kpokuN50TZ4qfxrmTB { width:15.625rem;height:19.5rem;top:53.8388671875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8JMxv8T6zFxRXxbi1bLsfG0rTVuhs4 { width:17.6875rem;height:1.70605625rem;top:22.1787109375rem;left:1.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIVnKwbOVmqCN4MOBSVXrfNLkoDMll9m { width:17.6875rem;height:1.54358125rem;top:23.884765625rem;left:1.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM735FxfQlCtMiCLZONpIkOihPu74F35 { width:17.6875rem;height:1.70605625rem;top:47.8837890625rem;left:1.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTf4yNFrLlVMgGFtmkxLDCbAMcuTMOqz { width:17.6875rem;height:1.70605625rem;top:74.0625rem;left:1.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH86ACdTNSo74s4Jw31ewRJyd0D5wqRC { width:17.6875rem;height:1.54358125rem;top:49.6875rem;left:1.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un4pIa5KMZNrCw3t6vz6ZT3aAxsXhM16 { width:17.6875rem;height:1.54358125rem;top:75.951171875rem;left:1.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 { display:none; }#QUWTiALFrEroQH28qQSTl0Ogwt6igfU4 > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UxLm6PLEXLN9JtbrsZCMEBeZ3TwPPTwy { width:15.625rem;height:18.75rem;top:1.8662109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2szJrS1oTUy1KygAXgxRmKQT7Igy5S6 { width:15.625rem;height:19.5rem;top:27.2587890625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDxDkbfe09THESgH1wnb3ydbWVmIF1Zf { width:17.6875rem;height:1.70605625rem;top:21.5537109375rem;left:1.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qopDqu6BcI4RM0Oz3bczUQ45ZFq7u9GA { width:17.6875rem;height:1.54358125rem;top:23.4375rem;left:1.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hieunKtcTkteP6WWD8xHyDTnof9sIaxB { width:17.6875rem;height:1.70605625rem;top:47.5rem;left:1.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94MkLBLUIxdhL2caQwnbDlpgxuIrnfx { width:17.6875rem;height:1.54358125rem;top:49.375rem;left:1.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz { display:block; }#mCXcZMph6XtHCXCg2KnG24t8hMpNIEcz > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prne6GQmv9HFSXJ9BJQoUCy351SIgyTs { width:14.875rem;height:4.05029375rem;top:7.7998046875rem;left:2.5625rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #APnVmDpdgCrxhfFMuX11Vm3vcUMyyBfT { width:13.875rem;height:3.75rem;top:2.3623046875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXot1VBAq1eVBgMeF50JsooF4K7FcRF { display:block; }#DTXot1VBAq1eVBgMeF50JsooF4K7FcRF > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPDuTaVaa5z8D112XT95AunMJwvgy8Wt { width:20rem;height:22.375rem;top:28.904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUEyN6xEx8D6OdoQRBEATBn7AbybJFNc { width:16.875rem;height:15.394875rem;top:8.25rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6hu9qm6ThzJKwyeELPzJUv8PaDWHNHT { width:11.7480625rem;height:1.70605625rem;top:3rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFcAkcTsib1MLsRTXAvb5tVJodul4as { width:6.75rem;height:1.125rem;top:5.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXau0TBpJqpsnZQWagOttiybZsWrZpo { width:3.18685rem;height:3.18685rem;top:3rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5RTQ5Llgzhwi1WGx3dMQXZM0PxSmnU { width:20rem;height:25.4375rem;top:53.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgLxWfK0Ql25uXz3JaT4vMskJxdJIiuw { width:20rem;height:26rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkqWoJJHBZC5lW2h10EsQO5CVavGXNe { width:16.875rem;height:12.5958125rem;top:35.60009765625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJ061TqHpa4xTSQcKo71oRTPPNV1ZKh { width:10.375rem;height:1.70605625rem;top:30.625rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QCWJo59hkRVcpWvdL4i0DeAcysCqTJ { width:6.75rem;height:1.125rem;top:32.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV833SGM29NX0tT8TFBQrLI1aqRq1ZVa { width:3.186525rem;height:3.186525rem;top:30.9375rem;left:15.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKeUGynPJwfVJfQH9pc7qNKH4F50Te4J { width:3.186525rem;height:3.186525rem;top:54.8134765625rem;left:15.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMPn4ZcHbbMoaJyu9Tg81sV8RceoFfT { width:10.375rem;height:1.70605625rem;top:54.8134765625rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b87cKmkcnTXe20bGkT1RVv2dUOTpdI4T { width:6.75rem;height:1.125rem;top:56.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0dvUx2LTtyWGTLaLEVydcuwT6Qn6QzW { width:16.875rem;height:16.7944375rem;top:59.6552734375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0yFOEigdRXdCeLw5peTvls65lrJDtyF { display:block; }#m0yFOEigdRXdCeLw5peTvls65lrJDtyF > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOl6e7tTiB4asSRPchEsDrmdCJvrUH0X { width:18.75rem;height:13.156125rem;top:6.82421875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOmT5xCscU7wFmOCd6NTgkrtmPr46El8 { width:16.0625rem;height:4.38720625rem;top:1.5rem;left:1.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbndyMMtXdg0T6v3z4VbPK9GQcC3TJq { width:17.6875rem;height:3.125rem;top:21.63671875rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwru54eUDB4641zH6hC0NZI27R17ezhB { display:block; }
 }@media only screen and (max-width: 763px) { #feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI { display:block; }#feA1eU1kuHN9M9xfl1OCMgNdEfoZSxPI > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn2LNvm2mJaCJ7i9UBZkCIg4fJOlQ72J { width:14.5625rem;height:4.72411875rem;top:11.375rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUGtgb0PmTmkRfn91JbBgFWWxtr4mKA1 { display:flex;width:2rem;height:2rem;top:8.5rem;left:1.1865234375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Ou6NgRXPeMJ5AN0wW4z4KOTQPFWh1uOm { display:flex;width:1.74805rem;height:1.74805rem;top:22.25048828125rem;left:2.22021484375rem; }
#Ou6NgRXPeMJ5AN0wW4z4KOTQPFWh1uOm > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; } }@media only screen and (max-width: 763px) { #SGslrHBnt9Fa6dWXpAHaIpGZCTAVEE95 { width:19.8125rem;height:2.55005rem;top:26.16845703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NVVVo75FBnsAKuZzh5G4bXbIVqN64pPT { width:20rem;height:1.21875rem;top:29.40625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMnsu8kA8uo5PDNDyCOehTLRJyWT6Ruo { width:10.125rem;height:1.86865rem;top:22.19091796875rem;left:4.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IKq9eqbtr1a7Q8f4J4zJZb3BTUsHoUXR { width:10.437rem;height:5.56213125rem;top:1.8511962890625rem;left:4.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQLyT8EmrTBBKyE1cGTPUgdp6UxVemeZ { width:12.1875rem;height:1.950075rem;top:8.525390625rem;left:3.90625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkyR82cMMWxoC0PKCP5UEue9G3Vh6Vo7 { width:8.25rem;height:3.1494125rem;top:16.25rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }