.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4a7cf08-de7d-4686-8dce-e4cb85603ee1/Sections2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.adaptive-delivery-prevent-bg, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyload, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyloading { background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { background-color: transparent; background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .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); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { border-width: 0; border-radius: 0; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { font-size:14px;font-family:arial;height:738px;width:960px;position:relative;display:block; }#LdFvh2EnGQB3SlSq6z4asuUDArDX1Mgw { color:#002d5a;display:block;width:960px;position:absolute;font-family:lato;font-size:59px;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:251.59375px;left:3px;height:52.799999px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vNX2DfUvXb1hy5lLDeQ5QM9dexTuCdTU { color:#002d5a;display:block;width:885px;position:absolute;font-family:lato;font-size:32px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:314.59999084473px;left:37.5px;height:35.200001px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r2KU8ZmbuurODuL365CKC3MhbT50ndkL { 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;height:46px;width:122px;top:19px;left:822px;overflow:hidden;display:block; }
#Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { background-color:#ffc94a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:326px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:391.59999084473px;left:317px;display:block; }
#TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Br0kRMdUVaxaTulyfgeJ4IOvr6R3V6Ll { box-sizing:content-box;height:198px;width:288px;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:504px;left:18px;border-top:1px solid #002d5a;border-left:1px solid #002d5a;border-right:1px solid #002d5a;border-bottom:1px solid #002d5a;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#bBkJEutubsZP2uKDK6r2q6GeWtI1XAD1 { box-sizing:content-box;height:199px;width:288px;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:504px;left:337px;border-top:1px solid #002d5a;border-left:1px solid #002d5a;border-right:1px solid #002d5a;border-bottom:1px solid #002d5a;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#ZEFUCOe5o3vX2ACMZg9Hd6gmTR56doKW { box-sizing:content-box;height:199px;width:288px;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;top:504px;left:655px;border-top:1px solid #002d5a;border-left:1px solid #002d5a;border-right:1px solid #002d5a;border-bottom:1px solid #002d5a;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#rCrUDehgNDF7geFxKHRoidqMM5VzvLXS { color:#002d5a;display:block;width:233px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:603px;left:46.5px;height:81.599998px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsQiQrH60FtZF8zE8qxsxDUdRdm0ZOkO { color:#002d5a;display:block;width:236px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:603px;left:364px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAxDTL9bGStFQna0Rpy1hrGzdoTLsWAV { color:#002d5a;display:block;width:228px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:603px;left:686px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMVmbU5xIgwLB8A8Kvi74P0TbgX57xda { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:529px;left:126px; }
#OQxKgwkE8ohpzsfF2Ie5N8xJht20BkKv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:536px;left:451px; }
#rzS41bA4P8i8JT5eSSO3lXQ4emGa11wV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:529px;left:762px; }
#W0MQU1nHqhDCwdVkU38snU5wMzUtqh3S { color:#002d5a;display:block;width:534px;position:absolute;font-family:lato;font-size:40px;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:193px;left:201px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mbJ5t6Em2NCAh2xah1Ix0hReLwTIOHpN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:127px;width:456px;top:57px;left:240px;overflow:hidden;display:block; }
#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/454f1df2-a98f-41a0-8aa7-47a0b5cdff2b/Sections.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.adaptive-delivery-prevent-bg, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyload, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyloading { background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { background-color: transparent; background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .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); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { border-width: 0; border-radius: 0; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { font-size:14px;font-family:arial;height:653px;width:960px;position:relative;display:block; }#c2g8638aAxm11nm8VbutC8VEoMUUvOM6 { box-sizing:content-box;height:557px;width:429px;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2886d0, #002d5a);background-image: -moz-linear-gradient(180deg, #2886d0, #002d5a);background-image: -ms-linear-gradient(180deg, #2886d0, #002d5a);background-image: -o-linear-gradient(180deg, #2886d0, #002d5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2886d0', endColorstr='#002d5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2886d0', endColorstr='#002d5a' );";background-image: linear-gradient(180deg, #2886d0, #002d5a);background-size:cover !important;top:49px;left:506px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#by8Bbu2mmu2u8ZreteDnhL7lyxOCTdve { color:#ffffff;display:block;width:384px;position:absolute;font-family:lato;font-size:29px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:71px;left:534px;height:75.199997px;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; }
#AX5Cp0A4WBU4nZrqJcg0ALpRAP9NaUaE { color:#ffffff;display:block;width:373px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:167px;left:534px;height:179.199997px;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; }
#zZ6ehZ526xU7fbeFZMTUfZLt1CwAcvaw { background-color:#ffc94a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:523px;left:570px;display:block; }
#bXDdNT3OmAQ7mXhcU5QX40sBZ8MRkoCX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KnOm1XwId6AG5moezOH9NTnKFIJ1aFZs { color:#ffffff;display:block;width:323px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:370px;left:536.5px;height:67.199997px;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; }
#Ha02DTRZqz3XE6SG6KPn0K8DVHiaaPCd { color:#000000;display:block;width:147px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:457px;left:534px;height:;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; }
#blH5TX2KQo2aUICnSCFBXJGDltIs4oTp { color:#ffffff;display:block;width:242px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:456px;left:677px;height:43.200001px;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; }
#RP29Q4dXNlXMe7QLc98XePkeVpo9pKmw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:960px;width:960px;display:none; }
#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { background-color: transparent; background-image: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container > .video-iframe-container { display: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container { display: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .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); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { border-width: 0; border-radius: 0; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { color:#000000;display:block;width:410px;position:absolute;font-family:lato;font-size:40px;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:32.775024414062px;left:275px;height:40px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container { background-color: transparent; background-image: none; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container > .video-iframe-container { display: none; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row > .video-iframe-container { display: none; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .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); }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container { border-width: 0; border-radius: 0; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container { font-size:14px;font-family:arial;height:415px;width:960px;position:relative;display:block; }#HhOzsRkxyFhETuChAczJzpv8VhFsKg5k { background-color:#ffc94a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:321px;height:55px;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:314.60009765625px;left:320px;display:block; }
#BvhS4Ew0V47ywg9xA6dIbsSfJc7std09 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#psqNDhTkDgSC8tzgM10rUGzUvhwT0VoC { box-sizing:content-box;height:80px;width:80px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15009;background-color:#002d5a;background-image:none;top:20px;left:334px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#STDXBs0wcEyDuF4SknSRHl1qxkLDaIeT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:34px;left:349px; }
#EPWOaG7xowcDSvmeSgHuuIR1OuWoWL16 { box-sizing:content-box;height:216px;width:290px;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:56px;left:334px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#znDnxWANdCIW7Vpwz6A1F5yW5UQaERbg { box-sizing:content-box;height:50px;width:260px;position:absolute;display:block;z-index:15007;background-color:#a4d0f4;background-image:none;top:35px;left:366px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#TfoWHhbac04SWyhBq6rJGFURfcovLl9A { color:#000000;display:block;width:136px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:43px;left:454px;height:32px;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; }
#rnsuiIfB22VK5Nu8XpA2F0AI2TPyuHq1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:117px;left:358px; }
#rTPBql3FwNDaBEMd3vqc5oiVaWv7cedQ { color:#000000;display:block;width:194px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:125px;left:406px;height:20.799999px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xy8qukPtt7WJ4mu5JARFee7Xktp1cva5 { background-color:#ffc94a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:213px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:179.48754882812px;left:373.5px;display:block; }
#DhLUluCXPMIXk7M13GLmtWyPErAarovZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt { position:relative;display:none; }#wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt { border-width: 0; border-radius: 0; }#wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt > .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; }#wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:357px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XhxUrUnNDntPBo8GRtTMWwZTAbg373uT { position:absolute;display:block;z-index:15000;height:260px;width:960px;top:24.5px;left:0px;display:block; }
#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffceb6;background-image:url("https://images.assets-landingi.com/uc/84bfbc6b-ffd7-4d40-a7ff-367b77bf60bd/Sections.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI.adaptive-delivery-prevent-bg, #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI.lazyload, #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI.lazyloading { background-image: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { background-color: transparent; background-image: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .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); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { border-width: 0; border-radius: 0; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { font-size:14px;font-family:arial;height:261px;width:960px;position:relative;display:block; }#BhSgWJwrZD9OKuqAcE17RDfzLQc2se3n { color:#000000;display:block;width:176px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:173px;left:32px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QI5IvTE3HvxniqFcs0uFILumBRR3wqAB { color:#000000;display:block;width:206px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:151px;left:257px;height:67.199997px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IGup4JJFJI0dRI0ruGLlXNoA5riTAWFN { color:#000000;display:block;width:197px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:151px;left:741.5px;height:67.199997px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DDCKTgUfFezCeC8LNuL54pLs2SgOvPKC { color:#000000;display:block;width:176px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:162px;left:512px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#igNAET5wmAPids66eAK8nLuRl8TZxNhc { 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;height:61px;width:194px;top:62px;left:263px;overflow:hidden;display:block; }
#rnHwJbzUq9wW8id9FSKbgnoqdVFrcvL9 { 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;height:73px;width:143px;top:56px;left:49px;overflow:hidden;display:block; }
#sC9DczHr5tBV9plOJaSCGCvmyZBC09zd { position:absolute;display:block;z-index:15008;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;height:100px;width:153px;top:43px;left:524px;overflow:hidden;display:block; }
#rroi8Q1AqeMgkatA1tfGdmm9l7cxaycZ { 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;height:67px;width:157px;top:59px;left:762px;overflow:hidden;display:block; }
#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { background-color: transparent; background-image: none; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container > .video-iframe-container { display: none; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row > .video-iframe-container { display: none; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .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); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { border-width: 0; border-radius: 0; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { font-size:14px;font-family:arial;height:158px;width:960px;position:relative;display:block; }#FHfhDfFi6qDWJIETIvae77NtHEIxuHrp { color:#000000;display:block;width:867px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:105px;left:46.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XsEXM1qbTuVkvPvr8VU1wGBl6hd3zT5k { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:63px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { background-color: transparent; background-image: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .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); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { border-width: 0; border-radius: 0; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#udKm1NeWEo5aw2WZlQHPfrGyIOTpWWZr { color:#000000;display:block;width:237px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:107px;left:65px;height:224px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X8BEx9MTDUhEiUB5FTITau8KuwnApyDb { color:#000000;display:block;width:148px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:63px;left:39px;height:34.400002px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IcsFVtOk6yVdL5QWaxsILLGBBo8e8dJd { color:#000000;display:block;width:253px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:109px;left:736px;height:320px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JbbvorvNCSLQdBgEK69MFr2x2llc1dwe { color:#000000;display:block;width:172px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:63px;left:711px;height:34.400002px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zke4SToXNNILTZdRHAvrM9FzGKqxL56d { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:115px;left:711px; }
#plxIqlp2RZp5OBrcNIeTi2X4MQaD6AyT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:179px;left:711px; }
#s5gnSaTlHHBQ1WI87zTPGqRkTRk9gHWC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:212px;left:711px; }
#m8wTeDsSue4aZHbTuU3knfCQ6pOCFilf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:244px;left:711px; }
#NuDxQSpLJ0J42W2hNModdFkcls3h1wZ7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:276px;left:711px; }
#Zzi4pQixtOuCRhlPEX8pN7VGECFEyXAF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:340px;left:710.79998779297px; }
#HONuhlquCep5KsWuVKI2yhh8rIVi2JmO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:113px;left:39px; }
#TkcESkITTW5lUQrGCTGFA85ypzNCRg7h { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:145px;left:39px; }
#QvFMBsQrn4PJVOVAWuHJHZe9PBNan1uR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:178px;left:39px; }
#UZKTZao1sQ5UftMpzWPWnEmBcS6IOCOI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:210px;left:39px; }
#CI12ZUnqJHSkGExnrXHeQTRMfaaqWade { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:242px;left:39px; }
#cet5HVtVFp8brNvxG6T6zVtUACmPRDTH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:274px;left:39px; }
#Xmw61btVF4V8HvEV5W0aSeBG8VusHORv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:306px;left:39px; }
#L8yNp99BvQv8TXaisWRzEQWLU7yyX2SG { position:absolute;display:block;z-index:14999;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;height:366px;width:200px;top:179px;left:187px;overflow:hidden;display:block; }
#HIwUyksG53xEwEsuAII5TdWy5E0rweyl { position:absolute;display:block;z-index:14998;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;height:366px;width:215px;top:208px;left:550px;overflow:hidden;display:block; }
#TAaOAVE4cUVKtOBXOh7azNNhmID3fcZ3 { 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;height:492px;width:492px;top:63.1875px;left:230.5px;overflow:hidden;display:block; }
#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { background-color: transparent; background-image: none; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container > .video-iframe-container { display: none; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row > .video-iframe-container { display: none; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .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); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { border-width: 0; border-radius: 0; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { font-size:14px;font-family:arial;height:116px;width:960px;position:relative;display:block; }#Xv3x9XJJ7fEHyEg06KZtoiF7u8s5fu9o { background-color:#002d5a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:313px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0px;left:323.5px;display:block; }
#q0aurrlDZFK3JQM5JHRZVpMmNXtB3s4m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd { position:relative;display:block; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd { background-color: transparent; background-image: none; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row .container > .video-iframe-container { display: none; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row > .video-iframe-container { display: none; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .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); }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd { border-width: 0; border-radius: 0; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .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; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:260px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s5lqkTzr9Ll798GODlAhq2SE2QDbUE5b { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:115px;left:10.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oKgehVCQ1NlnouSwWaHIiiHuDy9JWosC { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:153px;left:10.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSK1Js5raDrG26GztodqldkzDe1B4KrP { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:153px;left:251px;height:76.800003px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Pe8PDAWgkZp4apA63MXUiP45NJux3uGZ { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:115px;left:250.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RqCLxhsnRJaTh5XfzJafukrX275SAGhJ { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:174px;left:491px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b5y7JbG5xFClfQLyAuTvmmS3TUTT0PXX { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:115px;left:490.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rsdnREPgC7xO9T8WrkAHqASZqLLUAzqb { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:149px;left:731px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W8DaPlELzuZzXAcqz7quMQv7OuoU5VW9 { color:#000000;display:block;width:219px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:115px;left:730.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nIKwFuVPT862rVRVZEGqQaIRVpS7AuPG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39px;left:86px; }
#FzVXQOWJV4KtQ8Isy3765101PWqWlZTT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:39px;left:326px; }
#O2oIuMMNhUbZiIBXdsmVhgiD8CD93sN5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:39px;left:566px; }
#BOLDGdd6dpovADFzqC9hNz6FR6f6h3TC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:39px;left:806px; }
#XTts7EvpZkE4wPvWODieP04iBy4mTUCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { background-color: transparent; background-image: none; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container > .video-iframe-container { display: none; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row > .video-iframe-container { display: none; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .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); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { border-width: 0; border-radius: 0; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#oktytTkxIWBEdRJlsULEHNXfg32QgUc2 { 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;height:50px;width:138px;top:49px;left:411px;overflow:hidden;display:block; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:116px;left:431px; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX > img { max-width: 100%;max-height:100%; }#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:116px;left:487px; }
#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr > img { max-width: 100%;max-height:100%; }#dS8styk7gParV7ISkLCG2NZGvkSNeK56 { color:#000000;display:block;width:354px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:189px;left:303px;height:22.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CBDOh7RiO7orK6cqfbExVJ14v7QF4E8A { color:#000000;display:block;width:143px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:231px;left:402px;height:62.400002px;text-align:center;text-align-last:center;display:block; }
#uiDxM2vP5KRdcht3Lrr7vdaun9NArmb7 { color:#000000;display:block;width:143px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:241px;left:599px;height:41.599998px;text-align:center;text-align-last:center;display:block; }
#gdxOZ7xU1ys6JGeocKNZpOskMB6g4x3t { color:#000000;display:block;width:184px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:241px;left:162px;height:41.599998px;text-align:center;text-align-last:center;display:block; }
#XI2OmO61rUePQn96qbTlExP9rhCwBNTy { box-sizing:content-box;height:20px;width:2px;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:251px;left:574px;display:block; }
#RlZrK2QNbSqaJcMQmfxuMRvA63V1wKQP { box-sizing:content-box;height:20px;width:2px;position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;top:251px;left:374px;display:block; }
#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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;z-index:auto;display:none; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { border-width: 0; border-radius: 0; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { font-size:14px;font-family:arial;height:116px;width:960px;position:relative;display:none; }#RyKaMN7U1IlaHHO7OQfpVvxIFNVO1VBo { background-color:#ffc94a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:439px;height:55px;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:30.5px;left:515px;display:block; }
#Icgz7iVmRK6TcnAtTTcqSI48QZ0PDvrP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wNaGsANInIPzOPkCeweh88bLFdqeRwLW { color:#000000;display:block;width:414px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:30px;left:14px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TDydQUCreG6y96H1DzHPegVFeOh2ydia { color:#000000;display:block;width:367px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:58px;left:24px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#reChHn0hlnl4hmoFBwggloGhurPKM2g3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:33px;left:465px; }
#uS0P49FBf6lWUgJWraXKSN6y5WGm1dkq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33px;left:445px; }
#AFKC3UghhmwX0ycyv9DpR4KLBTcLalQD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.5px;left:910px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt { display:block; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdFvh2EnGQB3SlSq6z4asuUDArDX1Mgw { top:251px;left:0px;width:764px;height:53px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #vNX2DfUvXb1hy5lLDeQ5QM9dexTuCdTU { top:314px;left:0px;width:764px;height:35px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #r2KU8ZmbuurODuL365CKC3MhbT50ndkL { top:19px;left:642px;width:122px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { width:326px;height:55px;top:391px;left:219px;display:block; }
 }@media only screen and (max-width: 763px) { #TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block; }
 }@media only screen and (max-width: 763px) { #Br0kRMdUVaxaTulyfgeJ4IOvr6R3V6Ll { top:504px;left:0px;width:288px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #bBkJEutubsZP2uKDK6r2q6GeWtI1XAD1 { top:504px;left:239px;width:288px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFUCOe5o3vX2ACMZg9Hd6gmTR56doKW { top:504px;left:474px;width:288px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #rCrUDehgNDF7geFxKHRoidqMM5VzvLXS { top:603px;left:0px;width:233px;height:81px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BsQiQrH60FtZF8zE8qxsxDUdRdm0ZOkO { top:603px;left:266px;width:236px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TAxDTL9bGStFQna0Rpy1hrGzdoTLsWAV { top:603px;left:536px;width:228px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mMVmbU5xIgwLB8A8Kvi74P0TbgX57xda { top:529px;left:28px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #OQxKgwkE8ohpzsfF2Ie5N8xJht20BkKv { top:536px;left:353px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #rzS41bA4P8i8JT5eSSO3lXQ4emGa11wV { top:529px;left:664px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #W0MQU1nHqhDCwdVkU38snU5wMzUtqh3S { top:193px;left:103px;width:534px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mbJ5t6Em2NCAh2xah1Ix0hReLwTIOHpN { width:456px;height:127px;top:57px;left:142px;display:none; }
 }@media only screen and (max-width: 763px) { #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2g8638aAxm11nm8VbutC8VEoMUUvOM6 { top:49px;left:335px;width:429px;height:557px;display:block; }
 }@media only screen and (max-width: 763px) { #by8Bbu2mmu2u8ZreteDnhL7lyxOCTdve { top:71px;left:380px;width:384px;height:74px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AX5Cp0A4WBU4nZrqJcg0ALpRAP9NaUaE { top:167px;left:387px;width:373px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6ehZ526xU7fbeFZMTUfZLt1CwAcvaw { width:300px;height:55px;top:523px;left:423px;display:block; }
 }@media only screen and (max-width: 763px) { #bXDdNT3OmAQ7mXhcU5QX40sBZ8MRkoCX { display:block; }
 }@media only screen and (max-width: 763px) { #KnOm1XwId6AG5moezOH9NTnKFIJ1aFZs { top:370px;left:315px;width:323px;height:66px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ha02DTRZqz3XE6SG6KPn0K8DVHiaaPCd { top:457px;left:387px;width:147px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #blH5TX2KQo2aUICnSCFBXJGDltIs4oTp { top:456px;left:522px;width:242px;height:44px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RP29Q4dXNlXMe7QLc98XePkeVpo9pKmw { width:764px;height:764px;display:none; }
 }@media only screen and (max-width: 763px) { #rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { display:block; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { top:32px;left:177px;width:410px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 { display:block; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhOzsRkxyFhETuChAczJzpv8VhFsKg5k { width:321px;height:55px;top:314px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #BvhS4Ew0V47ywg9xA6dIbsSfJc7std09 { display:block; }
 }@media only screen and (max-width: 763px) { #psqNDhTkDgSC8tzgM10rUGzUvhwT0VoC { top:20px;left:254px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #STDXBs0wcEyDuF4SknSRHl1qxkLDaIeT { top:34px;left:254px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #EPWOaG7xowcDSvmeSgHuuIR1OuWoWL16 { top:56px;left:218px;width:290px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #znDnxWANdCIW7Vpwz6A1F5yW5UQaERbg { top:35px;left:248px;width:260px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TfoWHhbac04SWyhBq6rJGFURfcovLl9A { top:43px;left:355px;width:136px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rnsuiIfB22VK5Nu8XpA2F0AI2TPyuHq1 { top:117px;left:259px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #rTPBql3FwNDaBEMd3vqc5oiVaWv7cedQ { top:125px;left:307px;width:194px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8qukPtt7WJ4mu5JARFee7Xktp1cva5 { width:213px;height:55px;top:179px;left:274.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DhLUluCXPMIXk7M13GLmtWyPErAarovZ { display:block; }
 }@media only screen and (max-width: 763px) { #wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt { display:block; }#wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhxUrUnNDntPBo8GRtTMWwZTAbg373uT { top:24px;left:0px;width:764px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI { display:block; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhSgWJwrZD9OKuqAcE17RDfzLQc2se3n { top:173px;left:7.5px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QI5IvTE3HvxniqFcs0uFILumBRR3wqAB { top:151px;left:176px;width:206px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IGup4JJFJI0dRI0ruGLlXNoA5riTAWFN { top:151px;left:567px;width:197px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DDCKTgUfFezCeC8LNuL54pLs2SgOvPKC { top:162px;left:389.5px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #igNAET5wmAPids66eAK8nLuRl8TZxNhc { top:62px;left:188px;width:194px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #rnHwJbzUq9wW8id9FSKbgnoqdVFrcvL9 { top:56px;left:24.5px;width:143px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #sC9DczHr5tBV9plOJaSCGCvmyZBC09zd { top:43px;left:401.5px;width:153px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #rroi8Q1AqeMgkatA1tfGdmm9l7cxaycZ { top:59px;left:590.5px;width:157px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA { display:block; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHfhDfFi6qDWJIETIvae77NtHEIxuHrp { top:105px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XsEXM1qbTuVkvPvr8VU1wGBl6hd3zT5k { top:63px;left:0px;width:764px;height:;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 { display:block; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udKm1NeWEo5aw2WZlQHPfrGyIOTpWWZr { top:107px;left:0px;width:237px;height:224px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #X8BEx9MTDUhEiUB5FTITau8KuwnApyDb { top:63px;left:0px;width:148px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IcsFVtOk6yVdL5QWaxsILLGBBo8e8dJd { top:109px;left:511px;width:253px;height:320px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JbbvorvNCSLQdBgEK69MFr2x2llc1dwe { top:63px;left:592px;width:172px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zke4SToXNNILTZdRHAvrM9FzGKqxL56d { top:115px;left:613px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #plxIqlp2RZp5OBrcNIeTi2X4MQaD6AyT { top:179px;left:613px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #s5gnSaTlHHBQ1WI87zTPGqRkTRk9gHWC { top:212px;left:613px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #m8wTeDsSue4aZHbTuU3knfCQ6pOCFilf { top:244px;left:613px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NuDxQSpLJ0J42W2hNModdFkcls3h1wZ7 { top:276px;left:613px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Zzi4pQixtOuCRhlPEX8pN7VGECFEyXAF { top:340px;left:612.79998779297px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HONuhlquCep5KsWuVKI2yhh8rIVi2JmO { top:113px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TkcESkITTW5lUQrGCTGFA85ypzNCRg7h { top:145px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QvFMBsQrn4PJVOVAWuHJHZe9PBNan1uR { top:178px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UZKTZao1sQ5UftMpzWPWnEmBcS6IOCOI { top:210px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CI12ZUnqJHSkGExnrXHeQTRMfaaqWade { top:242px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cet5HVtVFp8brNvxG6T6zVtUACmPRDTH { top:274px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Xmw61btVF4V8HvEV5W0aSeBG8VusHORv { top:306px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #L8yNp99BvQv8TXaisWRzEQWLU7yyX2SG { top:179px;left:89px;width:200px;height:366px;display:block; }
 }@media only screen and (max-width: 763px) { #HIwUyksG53xEwEsuAII5TdWy5E0rweyl { top:208px;left:398px;width:215px;height:366px;display:block; }
 }@media only screen and (max-width: 763px) { #TAaOAVE4cUVKtOBXOh7azNNhmID3fcZ3 { top:63px;left:132.5px;width:492px;height:492px;display:block; }
 }@media only screen and (max-width: 763px) { #XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl { display:block; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv3x9XJJ7fEHyEg06KZtoiF7u8s5fu9o { width:313px;height:55px;top:0px;left:225.5px;display:block; }
 }@media only screen and (max-width: 763px) { #q0aurrlDZFK3JQM5JHRZVpMmNXtB3s4m { display:block; }
 }@media only screen and (max-width: 763px) { #NLRmsVpfobtoFlmrd8UcFepC55c5rcBd { display:block; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5lqkTzr9Ll798GODlAhq2SE2QDbUE5b { top:115px;left:0px;width:219px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oKgehVCQ1NlnouSwWaHIiiHuDy9JWosC { top:153px;left:0px;width:219px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TSK1Js5raDrG26GztodqldkzDe1B4KrP { top:153px;left:163px;width:219px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8PDAWgkZp4apA63MXUiP45NJux3uGZ { top:115px;left:163px;width:219px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RqCLxhsnRJaTh5XfzJafukrX275SAGhJ { top:174px;left:354px;width:219px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b5y7JbG5xFClfQLyAuTvmmS3TUTT0PXX { top:115px;left:354px;width:219px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rsdnREPgC7xO9T8WrkAHqASZqLLUAzqb { top:149px;left:545px;width:219px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W8DaPlELzuZzXAcqz7quMQv7OuoU5VW9 { top:115px;left:545px;width:219px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nIKwFuVPT862rVRVZEGqQaIRVpS7AuPG { top:39px;left:61.5px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #FzVXQOWJV4KtQ8Isy3765101PWqWlZTT { top:39px;left:252.5px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #O2oIuMMNhUbZiIBXdsmVhgiD8CD93sN5 { top:39px;left:443.5px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #BOLDGdd6dpovADFzqC9hNz6FR6f6h3TC { top:39px;left:634.5px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #XTts7EvpZkE4wPvWODieP04iBy4mTUCs { display:block; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oktytTkxIWBEdRJlsULEHNXfg32QgUc2 { top:49px;left:313px;width:138px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX { top:116px;left:333px;width:42px;height:42px;display:block; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gQLNCa9DxyJIJpPr6O70atytKcpV9ydr { top:116px;left:389px;width:42px;height:42px;display:block; }
#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dS8styk7gParV7ISkLCG2NZGvkSNeK56 { top:189px;left:205px;width:354px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CBDOh7RiO7orK6cqfbExVJ14v7QF4E8A { top:231px;left:304px;width:143px;height:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uiDxM2vP5KRdcht3Lrr7vdaun9NArmb7 { top:241px;left:501px;width:143px;height:40px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gdxOZ7xU1ys6JGeocKNZpOskMB6g4x3t { top:241px;left:64px;width:184px;height:40px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XI2OmO61rUePQn96qbTlExP9rhCwBNTy { top:251px;left:476px;width:2px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RlZrK2QNbSqaJcMQmfxuMRvA63V1wKQP { top:251px;left:276px;width:2px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC { display:block; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyKaMN7U1IlaHHO7OQfpVvxIFNVO1VBo { width:439px;height:55px;top:30px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #Icgz7iVmRK6TcnAtTTcqSI48QZ0PDvrP { display:block; }
 }@media only screen and (max-width: 763px) { #wNaGsANInIPzOPkCeweh88bLFdqeRwLW { top:30px;left:0px;width:414px;height:24px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TDydQUCreG6y96H1DzHPegVFeOh2ydia { top:58px;left:0px;width:367px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #reChHn0hlnl4hmoFBwggloGhurPKM2g3 { top:33px;left:367px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #uS0P49FBf6lWUgJWraXKSN6y5WGm1dkq { top:33px;left:347px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #AFKC3UghhmwX0ycyv9DpR4KLBTcLalQD { top:19px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4a7cf08-de7d-4686-8dce-e4cb85603ee1/Sections2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.adaptive-delivery-prevent-bg, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyload, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyloading { background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { background-color: transparent; background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .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); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { width:320px;height:757px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdFvh2EnGQB3SlSq6z4asuUDArDX1Mgw { width:317px;height:64px;top:183px;left:1px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #vNX2DfUvXb1hy5lLDeQ5QM9dexTuCdTU { width:290px;height:43.200001px;top:257.6003112793px;left:15px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2KU8ZmbuurODuL365CKC3MhbT50ndkL { width:103px;height:39px;top:23px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { width:320px;height:55px;top:327px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block; }
 }@media only screen and (max-width: 763px) { #Br0kRMdUVaxaTulyfgeJ4IOvr6R3V6Ll { width:288px;height:85px;top:413px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bBkJEutubsZP2uKDK6r2q6GeWtI1XAD1 { width:288px;height:85px;top:518px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFUCOe5o3vX2ACMZg9Hd6gmTR56doKW { width:288px;height:85px;top:623px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rCrUDehgNDF7geFxKHRoidqMM5VzvLXS { width:173px;height:57.599998px;top:429px;left:107px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BsQiQrH60FtZF8zE8qxsxDUdRdm0ZOkO { width:181px;height:57.599998px;top:533px;left:107px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAxDTL9bGStFQna0Rpy1hrGzdoTLsWAV { width:174px;height:38.400002px;top:646px;left:107px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMVmbU5xIgwLB8A8Kvi74P0TbgX57xda { display:flex;width:54px;height:54px;top:430px;left:41px; }
 }@media only screen and (max-width: 763px) { #OQxKgwkE8ohpzsfF2Ie5N8xJht20BkKv { display:flex;width:49px;height:49px;top:537px;left:44px; }
 }@media only screen and (max-width: 763px) { #rzS41bA4P8i8JT5eSSO3lXQ4emGa11wV { display:flex;width:53px;height:53px;top:640px;left:41px; }
 }@media only screen and (max-width: 763px) { #W0MQU1nHqhDCwdVkU38snU5wMzUtqh3S { width:320px;height:27.200001px;top:153px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbJ5t6Em2NCAh2xah1Ix0hReLwTIOHpN { top:82px;left:44px;width:232px;height:63px;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/454f1df2-a98f-41a0-8aa7-47a0b5cdff2b/Sections.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.adaptive-delivery-prevent-bg, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyload, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyloading { background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { background-color: transparent; background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .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); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { width:320px;height:973px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2g8638aAxm11nm8VbutC8VEoMUUvOM6 { width:320px;height:704px;top:236px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #by8Bbu2mmu2u8ZreteDnhL7lyxOCTdve { width:320px;height:54.400002px;top:325px;left:0px;font-size:21px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AX5Cp0A4WBU4nZrqJcg0ALpRAP9NaUaE { width:295px;height:201.600006px;top:393px;left:12.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6ehZ526xU7fbeFZMTUfZLt1CwAcvaw { width:300px;height:55px;top:838px;left:10px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bXDdNT3OmAQ7mXhcU5QX40sBZ8MRkoCX { display:block; }
 }@media only screen and (max-width: 763px) { #KnOm1XwId6AG5moezOH9NTnKFIJ1aFZs { width:279px;height:56px;top:633px;left:20.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ha02DTRZqz3XE6SG6KPn0K8DVHiaaPCd { width:147px;height:34.400002px;top:705px;left:86.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blH5TX2KQo2aUICnSCFBXJGDltIs4oTp { width:233px;height:43.200001px;top:751px;left:43.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RP29Q4dXNlXMe7QLc98XePkeVpo9pKmw { top:24px;left:0px;width:318px;height:318px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { display:block; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { width:320px;height:32px;top:49px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 { display:block; }#fzHWZFWTvF2wmURJRZuN14e5c6GKAtb5 > .row .container { width:320px;height:423px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhOzsRkxyFhETuChAczJzpv8VhFsKg5k { width:320px;height:55px;top:317px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BvhS4Ew0V47ywg9xA6dIbsSfJc7std09 { display:block; }
 }@media only screen and (max-width: 763px) { #psqNDhTkDgSC8tzgM10rUGzUvhwT0VoC { width:80px;height:80px;top:9px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #STDXBs0wcEyDuF4SknSRHl1qxkLDaIeT { display:flex;width:51px;height:51px;top:23px;left:30px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #EPWOaG7xowcDSvmeSgHuuIR1OuWoWL16 { width:290px;height:249px;top:23px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #znDnxWANdCIW7Vpwz6A1F5yW5UQaERbg { width:260px;height:50px;top:24px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #TfoWHhbac04SWyhBq6rJGFURfcovLl9A { width:72px;height:32px;top:33px;left:148px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rnsuiIfB22VK5Nu8XpA2F0AI2TPyuHq1 { display:flex;width:37px;height:37px;top:114px;left:39px; }
 }@media only screen and (max-width: 763px) { #rTPBql3FwNDaBEMd3vqc5oiVaWv7cedQ { width:194px;height:20.799999px;top:122px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8qukPtt7WJ4mu5JARFee7Xktp1cva5 { width:244px;height:55px;top:179px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #DhLUluCXPMIXk7M13GLmtWyPErAarovZ { display:block; }
 }@media only screen and (max-width: 763px) { #wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt { display:none; }#wQXVwyH0dkkuN5GQhGW5HRtmx0xgEGbt > .row .container { width:320px;height:300px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XhxUrUnNDntPBo8GRtTMWwZTAbg373uT { width:320px;height:260px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI { background-color:#fbdea0;background-image:url("https://images.assets-landingi.com/uc/84bfbc6b-ffd7-4d40-a7ff-367b77bf60bd/Sections.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI.adaptive-delivery-prevent-bg, #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI.lazyload, #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI.lazyloading { background-image: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { background-color: transparent; background-image: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .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); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhSgWJwrZD9OKuqAcE17RDfzLQc2se3n { width:114px;height:44.799999px;top:80px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QI5IvTE3HvxniqFcs0uFILumBRR3wqAB { width:176px;height:83.199997px;top:80px;left:144px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IGup4JJFJI0dRI0ruGLlXNoA5riTAWFN { width:176px;height:83.199997px;top:266px;left:144px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DDCKTgUfFezCeC8LNuL54pLs2SgOvPKC { width:114px;height:62.400002px;top:278px;left:0px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #igNAET5wmAPids66eAK8nLuRl8TZxNhc { width:120px;height:37px;top:34px;left:176.5859375px;display:block; }
 }@media only screen and (max-width: 763px) { #rnHwJbzUq9wW8id9FSKbgnoqdVFrcvL9 { width:85px;height:42px;top:31.5px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sC9DczHr5tBV9plOJaSCGCvmyZBC09zd { width:99px;height:64px;top:194px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #rroi8Q1AqeMgkatA1tfGdmm9l7cxaycZ { width:112px;height:47px;top:202px;left:176px;display:block; }
 }@media only screen and (max-width: 763px) { #slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA { display:block; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { width:320px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHfhDfFi6qDWJIETIvae77NtHEIxuHrp { width:320px;height:112px;top:138px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XsEXM1qbTuVkvPvr8VU1wGBl6hd3zT5k { width:320px;height:96px;top:33px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 { background-color:#f9f5ef;background-image:none;display:block; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { background-color: transparent; background-image: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .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); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { width:320px;height:923px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udKm1NeWEo5aw2WZlQHPfrGyIOTpWWZr { width:207px;height:212.8px;top:45px;left:65px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #X8BEx9MTDUhEiUB5FTITau8KuwnApyDb { width:148px;height:28px;top:14px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IcsFVtOk6yVdL5QWaxsILLGBBo8e8dJd { width:258px;height:273.599996px;top:634px;left:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JbbvorvNCSLQdBgEK69MFr2x2llc1dwe { width:172px;height:28px;top:600px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zke4SToXNNILTZdRHAvrM9FzGKqxL56d { display:flex;width:19px;height:19px;top:822.96240234375px;left:19.800001144409px; }
 }@media only screen and (max-width: 763px) { #plxIqlp2RZp5OBrcNIeTi2X4MQaD6AyT { display:flex;width:19px;height:19px;top:642px;left:19px; }
 }@media only screen and (max-width: 763px) { #s5gnSaTlHHBQ1WI87zTPGqRkTRk9gHWC { display:flex;width:19px;height:19px;top:675px;left:19px; }
 }@media only screen and (max-width: 763px) { #m8wTeDsSue4aZHbTuU3knfCQ6pOCFilf { display:flex;width:19px;height:19px;top:702px;left:19px; }
 }@media only screen and (max-width: 763px) { #NuDxQSpLJ0J42W2hNModdFkcls3h1wZ7 { display:flex;width:19px;height:19px;top:729px;left:19px; }
 }@media only screen and (max-width: 763px) { #Zzi4pQixtOuCRhlPEX8pN7VGECFEyXAF { display:flex;width:19px;height:19px;top:759px;left:19px; }
 }@media only screen and (max-width: 763px) { #HONuhlquCep5KsWuVKI2yhh8rIVi2JmO { display:flex;width:19px;height:19px;top:53px;left:39px; }
 }@media only screen and (max-width: 763px) { #TkcESkITTW5lUQrGCTGFA85ypzNCRg7h { display:flex;width:19px;height:19px;top:82px;left:39px; }
 }@media only screen and (max-width: 763px) { #QvFMBsQrn4PJVOVAWuHJHZe9PBNan1uR { display:flex;width:19px;height:19px;top:111px;left:39px; }
 }@media only screen and (max-width: 763px) { #UZKTZao1sQ5UftMpzWPWnEmBcS6IOCOI { display:flex;width:19px;height:19px;top:139px;left:39px; }
 }@media only screen and (max-width: 763px) { #CI12ZUnqJHSkGExnrXHeQTRMfaaqWade { display:flex;width:19px;height:19px;top:166px;left:39px; }
 }@media only screen and (max-width: 763px) { #cet5HVtVFp8brNvxG6T6zVtUACmPRDTH { display:flex;width:19px;height:19px;top:198px;left:39px; }
 }@media only screen and (max-width: 763px) { #Xmw61btVF4V8HvEV5W0aSeBG8VusHORv { display:flex;width:19px;height:19px;top:230px;left:39px; }
 }@media only screen and (max-width: 763px) { #L8yNp99BvQv8TXaisWRzEQWLU7yyX2SG { width:104px;height:192px;top:14px;left:216px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HIwUyksG53xEwEsuAII5TdWy5E0rweyl { width:102px;height:178px;top:673.5703125px;left:218px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TAaOAVE4cUVKtOBXOh7azNNhmID3fcZ3 { width:320px;height:320px;top:269px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl { display:block; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { width:320px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv3x9XJJ7fEHyEg06KZtoiF7u8s5fu9o { width:309px;height:55px;top:24.30029296875px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #q0aurrlDZFK3JQM5JHRZVpMmNXtB3s4m { display:block; }
 }@media only screen and (max-width: 763px) { #NLRmsVpfobtoFlmrd8UcFepC55c5rcBd { display:block; }#NLRmsVpfobtoFlmrd8UcFepC55c5rcBd > .row .container { width:320px;height:433px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5lqkTzr9Ll798GODlAhq2SE2QDbUE5b { width:86px;height:25.6px;top:91px;left:42px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oKgehVCQ1NlnouSwWaHIiiHuDy9JWosC { width:114px;height:41.599998px;top:117px;left:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TSK1Js5raDrG26GztodqldkzDe1B4KrP { width:143px;height:83.199997px;top:117px;left:160px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8PDAWgkZp4apA63MXUiP45NJux3uGZ { width:131px;height:25.6px;top:91px;left:166px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RqCLxhsnRJaTh5XfzJafukrX275SAGhJ { width:82px;height:41.599998px;top:334px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b5y7JbG5xFClfQLyAuTvmmS3TUTT0PXX { width:139px;height:35.200001px;top:289px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rsdnREPgC7xO9T8WrkAHqASZqLLUAzqb { width:147px;height:62.400002px;top:334px;left:158px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W8DaPlELzuZzXAcqz7quMQv7OuoU5VW9 { width:72px;height:35.200001px;top:289px;left:196px;font-size:20px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #nIKwFuVPT862rVRVZEGqQaIRVpS7AuPG { display:flex;width:58px;height:58px;top:29px;left:56px; }
 }@media only screen and (max-width: 763px) { #FzVXQOWJV4KtQ8Isy3765101PWqWlZTT { display:flex;width:52px;height:52px;top:32px;left:205.5px; }
 }@media only screen and (max-width: 763px) { #O2oIuMMNhUbZiIBXdsmVhgiD8CD93sN5 { display:flex;width:55px;height:55px;top:221px;left:58px; }
 }@media only screen and (max-width: 763px) { #BOLDGdd6dpovADFzqC9hNz6FR6f6h3TC { display:flex;width:49px;height:49px;top:224px;left:207px; }
 }@media only screen and (max-width: 763px) { #XTts7EvpZkE4wPvWODieP04iBy4mTUCs { display:block; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { width:320px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oktytTkxIWBEdRJlsULEHNXfg32QgUc2 { width:107px;height:40px;top:26px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX { display:flex;width:42px;height:42px;top:85px;left:111px; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gQLNCa9DxyJIJpPr6O70atytKcpV9ydr { display:flex;width:42px;height:42px;top:85px;left:167px; }
#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dS8styk7gParV7ISkLCG2NZGvkSNeK56 { width:320px;height:20.799999px;top:147px;left:0px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CBDOh7RiO7orK6cqfbExVJ14v7QF4E8A { width:163px;height:30.4px;top:238px;left:78.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uiDxM2vP5KRdcht3Lrr7vdaun9NArmb7 { width:143px;height:15.2px;top:289px;left:88.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gdxOZ7xU1ys6JGeocKNZpOskMB6g4x3t { width:184px;height:30.4px;top:187px;left:68px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XI2OmO61rUePQn96qbTlExP9rhCwBNTy { width:2px;height:20px;top:251px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #RlZrK2QNbSqaJcMQmfxuMRvA63V1wKQP { width:2px;height:20px;top:251px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC { position:relative;z-index:auto;display:none; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { width:320px;height:199px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RyKaMN7U1IlaHHO7OQfpVvxIFNVO1VBo { width:301px;height:79px;top:95.5px;left:9.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Icgz7iVmRK6TcnAtTTcqSI48QZ0PDvrP { display:block; }
 }@media only screen and (max-width: 763px) { #wNaGsANInIPzOPkCeweh88bLFdqeRwLW { width:260px;height:35.200001px;top:21px;left:60px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDydQUCreG6y96H1DzHPegVFeOh2ydia { width:231px;height:22.4px;top:56px;left:61px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #reChHn0hlnl4hmoFBwggloGhurPKM2g3 { display:flex;width:50px;height:50px;top:215px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #uS0P49FBf6lWUgJWraXKSN6y5WGm1dkq { display:flex;width:50px;height:50px;top:119px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #AFKC3UghhmwX0ycyv9DpR4KLBTcLalQD { display:flex;width:50px;height:50px;top:14px;left:8px; }
 }