.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6c16980543a1b32b828a14c5c1b5db6 { position:relative;display:block; }#R6c16980543a1b32b828a14c5c1b5db6 { background-color: transparent; background-image: none; }#R6c16980543a1b32b828a14c5c1b5db6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6c16980543a1b32b828a14c5c1b5db6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6c16980543a1b32b828a14c5c1b5db6 > .row .container > .video-iframe-container { display: none; }#R6c16980543a1b32b828a14c5c1b5db6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6c16980543a1b32b828a14c5c1b5db6 > .row > .video-iframe-container { display: none; }#R6c16980543a1b32b828a14c5c1b5db6 > .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); }#R6c16980543a1b32b828a14c5c1b5db6 { border-width: 0; border-radius: 0; }#R6c16980543a1b32b828a14c5c1b5db6 > .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; }#R6c16980543a1b32b828a14c5c1b5db6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:796px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d16e96f2c1ef157fce0970ae890f09b7 { position:absolute;display:block;z-index:14995;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;height:672px;width:1199px;top:118.9921875px;left:0px;display:block; }
#cd0c521a43304a93a014ef64fee2eaf8 { color:#000000;display:block;width:892.98px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:10.76171875px;left:153.4921875px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f6df43329f30bfed10393479f7546773 { box-sizing:content-box;height:118px;width:1200px;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:1px;left:0px;display:block; }
#B7facd84a291390c3f6f0c27eadfaf50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container { background-color: transparent; background-image: none; }#B7facd84a291390c3f6f0c27eadfaf50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container > .video-iframe-container { display: none; }#B7facd84a291390c3f6f0c27eadfaf50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7facd84a291390c3f6f0c27eadfaf50 > .row > .video-iframe-container { display: none; }#B7facd84a291390c3f6f0c27eadfaf50 > .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); }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container { border-width: 0; border-radius: 0; }#B7facd84a291390c3f6f0c27eadfaf50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#V400be8a472ab7c8e58fe2c20d2e7de1 { background-color:#feae00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #f07e0e;border-left:4px solid #f07e0e;border-right:4px solid #f07e0e;border-bottom:4px solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 6px 6px 14px 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:"open sans";font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:800px;height:65px;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:42px;left:200px;display:block; }
#K4a2da74cb0730ddf468e39160ce55bb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#d9f29bfe37c13a12c2b8fa38976d392d { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
#Sc43ba6825a268e29127591072c42c19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#Sc43ba6825a268e29127591072c42c19 > .row .container { background-color: transparent; background-image: none; }#Sc43ba6825a268e29127591072c42c19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc43ba6825a268e29127591072c42c19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc43ba6825a268e29127591072c42c19 > .row .container > .video-iframe-container { display: none; }#Sc43ba6825a268e29127591072c42c19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc43ba6825a268e29127591072c42c19 > .row > .video-iframe-container { display: none; }#Sc43ba6825a268e29127591072c42c19 > .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); }#Sc43ba6825a268e29127591072c42c19 > .row .container { border-width: 0; border-radius: 0; }#Sc43ba6825a268e29127591072c42c19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sc43ba6825a268e29127591072c42c19 > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#bdcec2794aa05e37bd8391d0498ea1b5 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:30px;left:0px;height:40.3009px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q945ce098c8d051fc9d73fe4e8fcddf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container { background-color: transparent; background-image: none; }#Q945ce098c8d051fc9d73fe4e8fcddf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container > .video-iframe-container { display: none; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row > .video-iframe-container { display: none; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .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); }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container { border-width: 0; border-radius: 0; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#ddd6c73eb8da16c58344d346c70e2024 { position:absolute;display:block;z-index:15030;height:216.973px;width:390px;top:14.99609375px;left:405px;display:block; }
#cf9d2749fdb50ddca096532757ffa198 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:14.5px;left:404px;display:block; }#cf9d2749fdb50ddca096532757ffa198.adaptive-delivery-prevent-bg, #cf9d2749fdb50ddca096532757ffa198.lazyload, #cf9d2749fdb50ddca096532757ffa198.lazyloading { background-image: none; }
#Lcd7dd9c6b7feb9f6ba1d333c9f06f47 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:15px;left:804px;display:block; }#Lcd7dd9c6b7feb9f6ba1d333c9f06f47.adaptive-delivery-prevent-bg, #Lcd7dd9c6b7feb9f6ba1d333c9f06f47.lazyload, #Lcd7dd9c6b7feb9f6ba1d333c9f06f47.lazyloading { background-image: none; }
#a024aab7f4c9fc922ff50c5c1e15f2ab { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:15px;left:4px;display:block; }#a024aab7f4c9fc922ff50c5c1e15f2ab.adaptive-delivery-prevent-bg, #a024aab7f4c9fc922ff50c5c1e15f2ab.lazyload, #a024aab7f4c9fc922ff50c5c1e15f2ab.lazyloading { background-image: none; }
#d2d832d46a7236a30ef1ab40b1a34808 { position:absolute;display:block;z-index:15031;height:216.973px;width:390px;top:14.99609375px;left:4.9921875px;display:block; }
#B068fcca3182a609ac491c80d90ecd94 { position:absolute;display:block;z-index:15026;height:216.973px;width:390px;top:14.99609375px;left:803.9921875px;display:block; }
#f7365c104e67af8f76c56125b5fc3726 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#f7365c104e67af8f76c56125b5fc3726 > .row .container { background-color: transparent; background-image: none; }#f7365c104e67af8f76c56125b5fc3726::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7365c104e67af8f76c56125b5fc3726 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7365c104e67af8f76c56125b5fc3726 > .row .container > .video-iframe-container { display: none; }#f7365c104e67af8f76c56125b5fc3726 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7365c104e67af8f76c56125b5fc3726 > .row > .video-iframe-container { display: none; }#f7365c104e67af8f76c56125b5fc3726 > .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); }#f7365c104e67af8f76c56125b5fc3726 > .row .container { border-width: 0; border-radius: 0; }#f7365c104e67af8f76c56125b5fc3726 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7365c104e67af8f76c56125b5fc3726 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#k91a61a0650b698fe68affba5097b397 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:3.5px;left:404px;display:block; }#k91a61a0650b698fe68affba5097b397.adaptive-delivery-prevent-bg, #k91a61a0650b698fe68affba5097b397.lazyload, #k91a61a0650b698fe68affba5097b397.lazyloading { background-image: none; }
#h7c7faedf8be2b54ff22a85e4e9ef86d { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:3.5px;left:804px;display:block; }#h7c7faedf8be2b54ff22a85e4e9ef86d.adaptive-delivery-prevent-bg, #h7c7faedf8be2b54ff22a85e4e9ef86d.lazyload, #h7c7faedf8be2b54ff22a85e4e9ef86d.lazyloading { background-image: none; }
#rf9414f89205d29e0627e0ae43411d71 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:3.5px;left:4px;display:block; }#rf9414f89205d29e0627e0ae43411d71.adaptive-delivery-prevent-bg, #rf9414f89205d29e0627e0ae43411d71.lazyload, #rf9414f89205d29e0627e0ae43411d71.lazyloading { background-image: none; }
#c8a1feb4954c16af28b9f2997943b4d3 { position:absolute;display:block;z-index:15031;height:216.984px;width:390px;top:4.5px;left:804.99609375px;display:block; }
#Oc07ad014cd370b59e1a34ea1fa530fa { position:absolute;display:block;z-index:15026;height:216.984px;width:390px;top:4.5px;left:405px;display:block; }
#D583131e6cdc3007cc3b5e63837eff94 { position:absolute;display:block;z-index:15029;height:216.996px;width:390px;top:4px;left:5px;display:block; }
#a76cf65eb071ba9c6cbb477fb2324b0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container { background-color: transparent; background-image: none; }#a76cf65eb071ba9c6cbb477fb2324b0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container > .video-iframe-container { display: none; }#a76cf65eb071ba9c6cbb477fb2324b0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a76cf65eb071ba9c6cbb477fb2324b0e > .row > .video-iframe-container { display: none; }#a76cf65eb071ba9c6cbb477fb2324b0e > .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); }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container { border-width: 0; border-radius: 0; }#a76cf65eb071ba9c6cbb477fb2324b0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#f3d97f1af924692bd6bb48d34a2bbecd { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#e1502c14f7f5efad30ab93489f078d24 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:3.5px;left:404px;display:block; }#e1502c14f7f5efad30ab93489f078d24.adaptive-delivery-prevent-bg, #e1502c14f7f5efad30ab93489f078d24.lazyload, #e1502c14f7f5efad30ab93489f078d24.lazyloading { background-image: none; }
#b736298606b11d5b20be65a274ce836d { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:3.5px;left:804px;display:block; }#b736298606b11d5b20be65a274ce836d.adaptive-delivery-prevent-bg, #b736298606b11d5b20be65a274ce836d.lazyload, #b736298606b11d5b20be65a274ce836d.lazyloading { background-image: none; }
#fa304cc5e881cd17acd46e32fb7d0b3e { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:5px;left:4px;display:block; }#fa304cc5e881cd17acd46e32fb7d0b3e.adaptive-delivery-prevent-bg, #fa304cc5e881cd17acd46e32fb7d0b3e.lazyload, #fa304cc5e881cd17acd46e32fb7d0b3e.lazyloading { background-image: none; }
#a85057273c6b2a974be42855df8968e3 { position:absolute;display:block;z-index:15026;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#b3300028c735e241fb5dc3d171987060 { position:absolute;display:block;z-index:15023;height:216.996px;width:390px;top:5.48828125px;left:4.9921875px;display:block; }
#fadee5410663b7b26c2d0eca43284b6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#fadee5410663b7b26c2d0eca43284b6c > .row .container { background-color: transparent; background-image: none; }#fadee5410663b7b26c2d0eca43284b6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fadee5410663b7b26c2d0eca43284b6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fadee5410663b7b26c2d0eca43284b6c > .row .container > .video-iframe-container { display: none; }#fadee5410663b7b26c2d0eca43284b6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fadee5410663b7b26c2d0eca43284b6c > .row > .video-iframe-container { display: none; }#fadee5410663b7b26c2d0eca43284b6c > .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); }#fadee5410663b7b26c2d0eca43284b6c > .row .container { border-width: 0; border-radius: 0; }#fadee5410663b7b26c2d0eca43284b6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fadee5410663b7b26c2d0eca43284b6c > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#Dccae1bb35e262f4b6ed0bb9fb5d89ed { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:5px;left:404px;display:block; }#Dccae1bb35e262f4b6ed0bb9fb5d89ed.adaptive-delivery-prevent-bg, #Dccae1bb35e262f4b6ed0bb9fb5d89ed.lazyload, #Dccae1bb35e262f4b6ed0bb9fb5d89ed.lazyloading { background-image: none; }
#c1996a46042e68f791bb413c366e28a7 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:5px;left:804px;display:block; }#c1996a46042e68f791bb413c366e28a7.adaptive-delivery-prevent-bg, #c1996a46042e68f791bb413c366e28a7.lazyload, #c1996a46042e68f791bb413c366e28a7.lazyloading { background-image: none; }
#z2dcd35a51a490a5e253d06c8a3f99e8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:217px;width:390px;top:5px;left:4px;display:block; }#z2dcd35a51a490a5e253d06c8a3f99e8.adaptive-delivery-prevent-bg, #z2dcd35a51a490a5e253d06c8a3f99e8.lazyload, #z2dcd35a51a490a5e253d06c8a3f99e8.lazyloading { background-image: none; }
#Sab4ffda67075e820ec89e0d307e1534 { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#Z41b7c04b1c146038bf70d039608daeb { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:4.9921875px;display:block; }
#B0cf27c7841a64d733057521b4bdb5fc { position:absolute;display:block;z-index:15022;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#Ne53ff469af4fba3bb500e66947afd6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#Ne53ff469af4fba3bb500e66947afd6f > .row .container { background-color: transparent; background-image: none; }#Ne53ff469af4fba3bb500e66947afd6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne53ff469af4fba3bb500e66947afd6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne53ff469af4fba3bb500e66947afd6f > .row .container > .video-iframe-container { display: none; }#Ne53ff469af4fba3bb500e66947afd6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne53ff469af4fba3bb500e66947afd6f > .row > .video-iframe-container { display: none; }#Ne53ff469af4fba3bb500e66947afd6f > .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); }#Ne53ff469af4fba3bb500e66947afd6f > .row .container { border-width: 0; border-radius: 0; }#Ne53ff469af4fba3bb500e66947afd6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ne53ff469af4fba3bb500e66947afd6f > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#Mf6df0e0b5ad66a61e6030aa893abac0 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:25px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bf90a01b0befc6286e40b17d7c1eb933 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container { background-color: transparent; background-image: none; }#Bf90a01b0befc6286e40b17d7c1eb933::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container > .video-iframe-container { display: none; }#Bf90a01b0befc6286e40b17d7c1eb933 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bf90a01b0befc6286e40b17d7c1eb933 > .row > .video-iframe-container { display: none; }#Bf90a01b0befc6286e40b17d7c1eb933 > .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); }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container { border-width: 0; border-radius: 0; }#Bf90a01b0befc6286e40b17d7c1eb933 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#e49088cff6210c281b15d26d66113623 { background-color:#feae00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #f07e0e;border-left:4px solid #f07e0e;border-right:4px solid #f07e0e;border-bottom:4px solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 6px 6px 14px 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:"open sans";font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:800px;height:65px;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:42px;left:200px;display:block; }
#sd2640ffc37f97d577c2153702e13575 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Zccd85ed75872aebcb333d2353536963 { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { background-color: transparent; background-image: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .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); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { border-width: 0; border-radius: 0; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { font-size:14px;font-family:arial;height:339px;width:1200px;position:relative;display:block; }#f6f609d5dfbfdb432534b946d2f47656 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:51px;width:51px;top:42px;left:273px;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:54px;left:272px;height:31.196px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya44adc70ba6675c2dc2aed084fb880c { position:absolute;display:block;z-index:15000;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:149px;width:375px;top:109px;left:112px;display:block; }
#P77f8f56b66a7964f1e3cc1f5692eaa0 { color:#000000;display:block;width:377px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:143.65625px;left:111.5px;height:89.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:51px;width:51px;top:40.015441894531px;left:872.52311706543px;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:51.898162841797px;left:872.49223327637px;height:31.196px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { color:#000000;display:block;width:225px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:119px;left:787px;height:62.392px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5e09eb9c821171a2e03631dd0493267 { position:absolute;display:block;z-index:15001;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:149px;width:375px;top:109px;left:712px;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 { 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:15009;opacity:1;top:197px;left:875px; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; }#d8ac5f29134e3c729fd2824d22f18038 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#d8ac5f29134e3c729fd2824d22f18038 > .row .container { background-color: transparent; background-image: none; }#d8ac5f29134e3c729fd2824d22f18038::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ac5f29134e3c729fd2824d22f18038 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ac5f29134e3c729fd2824d22f18038 > .row .container > .video-iframe-container { display: none; }#d8ac5f29134e3c729fd2824d22f18038 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ac5f29134e3c729fd2824d22f18038 > .row > .video-iframe-container { display: none; }#d8ac5f29134e3c729fd2824d22f18038 > .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); }#d8ac5f29134e3c729fd2824d22f18038 > .row .container { border-width: 0; border-radius: 0; }#d8ac5f29134e3c729fd2824d22f18038 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8ac5f29134e3c729fd2824d22f18038 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#z561960bbf3d4e3b26a6a700baad826a { color:#000000;display:block;width:777.994px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:215px;height:37.6953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7245a9e78b54db2d19d097c5ea7d026 { box-sizing:content-box;height:62px;width:796px;position:absolute;display:block;z-index:15001;background-color:#feae00;background-image:none;top:44px;left:202px;border-top:4px solid #f07e0e;border-left:4px solid #f07e0e;border-right:4px solid #f07e0e;border-bottom:4px solid #f07e0e;display:block; }
#Adaa040dd239ddc79c1f2089956fb16b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Adaa040dd239ddc79c1f2089956fb16b > .row .container { background-color: transparent; background-image: none; }#Adaa040dd239ddc79c1f2089956fb16b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adaa040dd239ddc79c1f2089956fb16b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adaa040dd239ddc79c1f2089956fb16b > .row .container > .video-iframe-container { display: none; }#Adaa040dd239ddc79c1f2089956fb16b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adaa040dd239ddc79c1f2089956fb16b > .row > .video-iframe-container { display: none; }#Adaa040dd239ddc79c1f2089956fb16b > .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); }#Adaa040dd239ddc79c1f2089956fb16b > .row .container { border-width: 0; border-radius: 0; }#Adaa040dd239ddc79c1f2089956fb16b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Adaa040dd239ddc79c1f2089956fb16b > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#cb1a9408b8df44c7322986180bd513aa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:114px;left:200px; }
#a9d986b7b5d88902c0e263ae11a9e838 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:121px;left:207px;display:block; }
#l12776997f700de360e73c9521fa4198 { color:#ffe8ee;display:block;width:522.994px;position:absolute;font-family:"open sans";font-size:35px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34px;left:200px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S4b24495019415ae83ecf1782552161d { color:#ffe8ee;display:block;width:745.995px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:114.03549194336px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d23c0a5cb5d201b2ceae77700a9055c5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:174px;left:200px; }
#A62fa71dd225f5fce0b531098e9ff5fb { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:174.0277557373px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d038ff04eb841ca770a08cda19701302 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:181px;left:206px;display:block; }
#a8098915e19ce9a7f716d2bf35632f3e { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:294px;left:200px; }
#b70b9ed3b32125b485b982f9c215b4c3 { color:#ffe8ee;display:block;width:780px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:294.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d684081c5bdc3bdb47c37008a2c58361 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:301px;left:206px;display:block; }
#F1776f6f8a913abf95973812f4cbdadc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:234px;left:200px; }
#dd5ad4103bbf33240afec32c301667ca { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:234.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yb4eda44007f2da4fc6110921ee800f8 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:239px;left:207px;display:block; }
#lada4f2a75b8af99862caac33e9cca88 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:354px;left:200px; }
#b7114b7414025804a754431958c2e3ee { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:361px;left:207px;display:block; }
#x90591691954d7df64d921e8901b32e3 { color:#ffe8ee;display:block;width:912px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:353.99682617188px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e5d36d6b31a1dad78f2eda3262ae4568 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container { background-color: transparent; background-image: none; }#e5d36d6b31a1dad78f2eda3262ae4568::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container > .video-iframe-container { display: none; }#e5d36d6b31a1dad78f2eda3262ae4568 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5d36d6b31a1dad78f2eda3262ae4568 > .row > .video-iframe-container { display: none; }#e5d36d6b31a1dad78f2eda3262ae4568 > .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); }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container { border-width: 0; border-radius: 0; }#e5d36d6b31a1dad78f2eda3262ae4568 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#d5c32245bab551a51d278685dc559fcf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:114px;left:200px; }
#b993dd601386940b66a7bdd21f016c2a { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:121px;left:207px;display:block; }
#c85f6e26ee1cf16e9c51eea6f722b7b2 { color:#ffe8ee;display:block;width:641px;position:absolute;font-family:"open sans";font-size:35px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.996887207031px;left:199.99998474121px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bc4f98ffea850e8319531739b18abb19 { color:#ffe8ee;display:block;width:819px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:114.03546142578px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fffced7330f81df7055a1ec2aae254a1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:174px;left:200px; }
#f26e34292152347108d8ff0f77a91707 { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:174.0277557373px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eac9f90301b3f622204ab616f598acfc { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:181px;left:206px;display:block; }
#N44c7de36f99f19f5de45d9475b0106f { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:294px;left:200px; }
#f40eec932ec46cce3c520dcdf7b7adb7 { color:#ffe8ee;display:block;width:780px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:294.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q4dc1efbfeeea2e12f4c649cb2eb9679 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:301px;left:206px;display:block; }
#bbad48fe31d09320009c298526c357d8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:234px;left:200px; }
#d390e291e9895223414664e471d4797a { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:234.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H1e1a6c6c3d7f82c11af21359d4670e2 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:239px;left:207px;display:block; }
#v89cefc4e9af256ada24cc1d1cedd7f2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:354px;left:200px; }
#e61f35d984ab8759f84c91c3e1956dd7 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:361px;left:207px;display:block; }
#b6ddece5bb3079be58a4687f97f32a20 { color:#ffe8ee;display:block;width:745.995px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:354px;left:260px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qdaa8a8a3a119c3bebb1aeed7708779c { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:475px;left:200px; }
#d358bf0a020263c4d8963f1746c4686f { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:482px;left:207px;display:block; }
#e8f9eb5a2f190be91d2cd87ffb13e343 { color:#ffe8ee;display:block;width:745.995px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:475px;left:260px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J2ad1dc0ed9b9200543539ccb6cacc9b { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:415px;left:200px; }
#Kf16a0e0c78b3dbcd96e5547164bcf2e { color:#ffe8ee;display:block;width:780px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:415px;left:260px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dc249e0f40020b939fc6909379e663f8 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:422px;left:206px;display:block; }
#af387de5e60bf12f156586b2aff22853 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#af387de5e60bf12f156586b2aff22853 > .row .container { background-color: transparent; background-image: none; }#af387de5e60bf12f156586b2aff22853::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af387de5e60bf12f156586b2aff22853 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af387de5e60bf12f156586b2aff22853 > .row .container > .video-iframe-container { display: none; }#af387de5e60bf12f156586b2aff22853 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af387de5e60bf12f156586b2aff22853 > .row > .video-iframe-container { display: none; }#af387de5e60bf12f156586b2aff22853 > .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); }#af387de5e60bf12f156586b2aff22853 > .row .container { border-width: 0; border-radius: 0; }#af387de5e60bf12f156586b2aff22853 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#af387de5e60bf12f156586b2aff22853 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#h5f1ba0f2b4b26f01546bc14e7427929 { background-color:#feae00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #f07e0e;border-left:4px solid #f07e0e;border-right:4px solid #f07e0e;border-bottom:4px solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 6px 6px 14px 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:"open sans";font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:800px;height:65px;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:42px;left:200px;display:block; }
#q91e8c0d6309732671c311c9c94eb3f2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Db6ed153c8b5cd40cf3d47437b3d8571 { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R6c16980543a1b32b828a14c5c1b5db6 { display:block; }#R6c16980543a1b32b828a14c5c1b5db6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d16e96f2c1ef157fce0970ae890f09b7 { top:118px;left:0px;width:762px;height:427.07589658048px;display:block; }
 }@media only screen and (max-width: 763px) { #cd0c521a43304a93a014ef64fee2eaf8 { top:10px;left:0px;width:764px;height:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #f6df43329f30bfed10393479f7546773 { top:1px;left:0px;width:764px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #B7facd84a291390c3f6f0c27eadfaf50 { display:block; }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V400be8a472ab7c8e58fe2c20d2e7de1 { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K4a2da74cb0730ddf468e39160ce55bb { display:block; }
 }@media only screen and (max-width: 763px) { #d9f29bfe37c13a12c2b8fa38976d392d { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc43ba6825a268e29127591072c42c19 { display:block; }#Sc43ba6825a268e29127591072c42c19 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdcec2794aa05e37bd8391d0498ea1b5 { top:30px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q945ce098c8d051fc9d73fe4e8fcddf4 { display:block; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddd6c73eb8da16c58344d346c70e2024 { top:14px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #cf9d2749fdb50ddca096532757ffa198 { top:14px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Lcd7dd9c6b7feb9f6ba1d333c9f06f47 { top:15px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #a024aab7f4c9fc922ff50c5c1e15f2ab { top:15px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #d2d832d46a7236a30ef1ab40b1a34808 { top:14px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #B068fcca3182a609ac491c80d90ecd94 { top:14px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #f7365c104e67af8f76c56125b5fc3726 { display:block; }#f7365c104e67af8f76c56125b5fc3726 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k91a61a0650b698fe68affba5097b397 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #h7c7faedf8be2b54ff22a85e4e9ef86d { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #rf9414f89205d29e0627e0ae43411d71 { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #c8a1feb4954c16af28b9f2997943b4d3 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Oc07ad014cd370b59e1a34ea1fa530fa { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #D583131e6cdc3007cc3b5e63837eff94 { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #a76cf65eb071ba9c6cbb477fb2324b0e { display:block; }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3d97f1af924692bd6bb48d34a2bbecd { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #e1502c14f7f5efad30ab93489f078d24 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #b736298606b11d5b20be65a274ce836d { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #fa304cc5e881cd17acd46e32fb7d0b3e { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #a85057273c6b2a974be42855df8968e3 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #b3300028c735e241fb5dc3d171987060 { top:5px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #fadee5410663b7b26c2d0eca43284b6c { display:block; }#fadee5410663b7b26c2d0eca43284b6c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dccae1bb35e262f4b6ed0bb9fb5d89ed { top:5px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #c1996a46042e68f791bb413c366e28a7 { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #z2dcd35a51a490a5e253d06c8a3f99e8 { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Sab4ffda67075e820ec89e0d307e1534 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Z41b7c04b1c146038bf70d039608daeb { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #B0cf27c7841a64d733057521b4bdb5fc { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne53ff469af4fba3bb500e66947afd6f { display:block; }#Ne53ff469af4fba3bb500e66947afd6f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mf6df0e0b5ad66a61e6030aa893abac0 { top:25px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Bf90a01b0befc6286e40b17d7c1eb933 { display:block; }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e49088cff6210c281b15d26d66113623 { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sd2640ffc37f97d577c2153702e13575 { display:block; }
 }@media only screen and (max-width: 763px) { #Zccd85ed75872aebcb333d2353536963 { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:42px;left:164px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:54px;left:163px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { top:109px;left:3px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:143px;left:2.5px;width:377px;height:89px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:40px;left:545.52311706543px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:51px;left:545.49223327637px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:119px;left:460px;width:225px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { top:109px;left:385px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { top:197px;left:548px;width:50px;height:50px;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #d8ac5f29134e3c729fd2824d22f18038 { display:block; }#d8ac5f29134e3c729fd2824d22f18038 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z561960bbf3d4e3b26a6a700baad826a { top:60px;left:0px;width:764px;height:37px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b7245a9e78b54db2d19d097c5ea7d026 { top:44px;left:0px;width:756px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Adaa040dd239ddc79c1f2089956fb16b { display:block; }#Adaa040dd239ddc79c1f2089956fb16b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb1a9408b8df44c7322986180bd513aa { top:114px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #a9d986b7b5d88902c0e263ae11a9e838 { top:121px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #l12776997f700de360e73c9521fa4198 { top:34px;left:0px;width:522px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #S4b24495019415ae83ecf1782552161d { top:114px;left:19px;width:745px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d23c0a5cb5d201b2ceae77700a9055c5 { top:174px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #A62fa71dd225f5fce0b531098e9ff5fb { top:174px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d038ff04eb841ca770a08cda19701302 { top:181px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #a8098915e19ce9a7f716d2bf35632f3e { top:294px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b70b9ed3b32125b485b982f9c215b4c3 { top:294px;left:0px;width:764px;height:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d684081c5bdc3bdb47c37008a2c58361 { top:301px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #F1776f6f8a913abf95973812f4cbdadc { top:234px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #dd5ad4103bbf33240afec32c301667ca { top:234px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yb4eda44007f2da4fc6110921ee800f8 { top:239px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lada4f2a75b8af99862caac33e9cca88 { top:354px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b7114b7414025804a754431958c2e3ee { top:361px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #x90591691954d7df64d921e8901b32e3 { top:353px;left:0px;width:764px;height:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e5d36d6b31a1dad78f2eda3262ae4568 { display:block; }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5c32245bab551a51d278685dc559fcf { top:114px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b993dd601386940b66a7bdd21f016c2a { top:121px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #c85f6e26ee1cf16e9c51eea6f722b7b2 { top:33px;left:0px;width:641px;height:45px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bc4f98ffea850e8319531739b18abb19 { top:114px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fffced7330f81df7055a1ec2aae254a1 { top:174px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #f26e34292152347108d8ff0f77a91707 { top:174px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Eac9f90301b3f622204ab616f598acfc { top:181px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #N44c7de36f99f19f5de45d9475b0106f { top:294px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #f40eec932ec46cce3c520dcdf7b7adb7 { top:294px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q4dc1efbfeeea2e12f4c649cb2eb9679 { top:301px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bbad48fe31d09320009c298526c357d8 { top:234px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #d390e291e9895223414664e471d4797a { top:234px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H1e1a6c6c3d7f82c11af21359d4670e2 { top:239px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #v89cefc4e9af256ada24cc1d1cedd7f2 { top:354px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #e61f35d984ab8759f84c91c3e1956dd7 { top:361px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b6ddece5bb3079be58a4687f97f32a20 { top:353px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qdaa8a8a3a119c3bebb1aeed7708779c { top:475px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #d358bf0a020263c4d8963f1746c4686f { top:482px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #e8f9eb5a2f190be91d2cd87ffb13e343 { top:475px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J2ad1dc0ed9b9200543539ccb6cacc9b { top:415px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Kf16a0e0c78b3dbcd96e5547164bcf2e { top:415px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Dc249e0f40020b939fc6909379e663f8 { top:422px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #af387de5e60bf12f156586b2aff22853 { display:block; }#af387de5e60bf12f156586b2aff22853 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5f1ba0f2b4b26f01546bc14e7427929 { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q91e8c0d6309732671c311c9c94eb3f2 { display:block; }
 }@media only screen and (max-width: 763px) { #Db6ed153c8b5cd40cf3d47437b3d8571 { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R6c16980543a1b32b828a14c5c1b5db6 { display:block; }#R6c16980543a1b32b828a14c5c1b5db6 > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d16e96f2c1ef157fce0970ae890f09b7 { height:174px;width:317px;top:131.99479675293px;left:1px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cd0c521a43304a93a014ef64fee2eaf8 { width:320px;height:97.5px;top:23.744792938232px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #f6df43329f30bfed10393479f7546773 { width:318px;height:119px;top:12.99609375px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #B7facd84a291390c3f6f0c27eadfaf50 { display:block; }#B7facd84a291390c3f6f0c27eadfaf50 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V400be8a472ab7c8e58fe2c20d2e7de1 { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K4a2da74cb0730ddf468e39160ce55bb { display:block; }
 }@media only screen and (max-width: 763px) { #d9f29bfe37c13a12c2b8fa38976d392d { width:320px;height:66px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc43ba6825a268e29127591072c42c19 { display:block; }#Sc43ba6825a268e29127591072c42c19 > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdcec2794aa05e37bd8391d0498ea1b5 { width:318px;height:52px;top:6px;left:-0.0234375px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q945ce098c8d051fc9d73fe4e8fcddf4 { display:block; }#Q945ce098c8d051fc9d73fe4e8fcddf4 > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddd6c73eb8da16c58344d346c70e2024 { width:320px;height:217px;top:247px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cf9d2749fdb50ddca096532757ffa198 { width:318px;height:217px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lcd7dd9c6b7feb9f6ba1d333c9f06f47 { width:318px;height:217px;top:482px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a024aab7f4c9fc922ff50c5c1e15f2ab { width:318px;height:217px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d2d832d46a7236a30ef1ab40b1a34808 { width:320px;height:217px;top:10px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #B068fcca3182a609ac491c80d90ecd94 { width:320px;height:217px;top:483px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #f7365c104e67af8f76c56125b5fc3726 { display:block; }#f7365c104e67af8f76c56125b5fc3726 > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k91a61a0650b698fe68affba5097b397 { width:318px;height:217px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h7c7faedf8be2b54ff22a85e4e9ef86d { width:318px;height:217px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rf9414f89205d29e0627e0ae43411d71 { width:318px;height:217px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c8a1feb4954c16af28b9f2997943b4d3 { width:320px;height:217px;top:493px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Oc07ad014cd370b59e1a34ea1fa530fa { width:320px;height:217px;top:255px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #D583131e6cdc3007cc3b5e63837eff94 { width:320px;height:217px;top:19px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #a76cf65eb071ba9c6cbb477fb2324b0e { display:block; }#a76cf65eb071ba9c6cbb477fb2324b0e > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3d97f1af924692bd6bb48d34a2bbecd { width:320px;height:217px;top:258px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #e1502c14f7f5efad30ab93489f078d24 { width:318px;height:217px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b736298606b11d5b20be65a274ce836d { width:318px;height:217px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fa304cc5e881cd17acd46e32fb7d0b3e { width:318px;height:217px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a85057273c6b2a974be42855df8968e3 { width:320px;height:217px;top:497px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b3300028c735e241fb5dc3d171987060 { width:320px;height:217px;top:20px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fadee5410663b7b26c2d0eca43284b6c { display:block; }#fadee5410663b7b26c2d0eca43284b6c > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dccae1bb35e262f4b6ed0bb9fb5d89ed { width:318px;height:217px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c1996a46042e68f791bb413c366e28a7 { width:318px;height:217px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z2dcd35a51a490a5e253d06c8a3f99e8 { width:318px;height:217px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sab4ffda67075e820ec89e0d307e1534 { width:320px;height:217px;top:500px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Z41b7c04b1c146038bf70d039608daeb { width:320px;height:217px;top:22px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #B0cf27c7841a64d733057521b4bdb5fc { width:320px;height:217px;top:260px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ne53ff469af4fba3bb500e66947afd6f { display:block; }#Ne53ff469af4fba3bb500e66947afd6f > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mf6df0e0b5ad66a61e6030aa893abac0 { width:320px;height:26px;top:0px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bf90a01b0befc6286e40b17d7c1eb933 { display:block; }#Bf90a01b0befc6286e40b17d7c1eb933 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e49088cff6210c281b15d26d66113623 { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sd2640ffc37f97d577c2153702e13575 { display:block; }
 }@media only screen and (max-width: 763px) { #Zccd85ed75872aebcb333d2353536963 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:45px;height:45px;top:21px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:55px;height:23.3984px;top:34px;left:133px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { width:299px;height:93px;top:79px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:292px;height:70.1953px;top:95.40625px;left:14px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:45px;height:45px;top:204px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:55px;height:23.3984px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:150.996px;height:46.7968px;top:273.99609375px;left:80.46875px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { width:299px;height:130px;top:259.9921875px;left:6.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { display:flex;width:38px;height:38px;top:333.99609375px;left:137.99609375px; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #d8ac5f29134e3c729fd2824d22f18038 { display:block; }#d8ac5f29134e3c729fd2824d22f18038 > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z561960bbf3d4e3b26a6a700baad826a { width:320px;height:54.5988px;top:29px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b7245a9e78b54db2d19d097c5ea7d026 { width:312px;height:62px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Adaa040dd239ddc79c1f2089956fb16b { display:block; }#Adaa040dd239ddc79c1f2089956fb16b > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb1a9408b8df44c7322986180bd513aa { display:flex;width:36px;height:36px;top:88px;left:0px; }
 }@media only screen and (max-width: 763px) { #a9d986b7b5d88902c0e263ae11a9e838 { width:22px;height:22px;top:95px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #l12776997f700de360e73c9521fa4198 { width:320px;height:31.196px;top:20px;left:0px;font-size:24px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4b24495019415ae83ecf1782552161d { width:225.995px;height:46.7969px;top:82.592589378357px;left:59.992281913757px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d23c0a5cb5d201b2ceae77700a9055c5 { display:flex;width:36px;height:36px;top:168px;left:0px; }
 }@media only screen and (max-width: 763px) { #A62fa71dd225f5fce0b531098e9ff5fb { width:217.994px;height:41.5938px;top:165.18517208099px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d038ff04eb841ca770a08cda19701302 { width:22px;height:22px;top:175px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #a8098915e19ce9a7f716d2bf35632f3e { display:flex;width:36px;height:36px;top:329px;left:0px; }
 }@media only screen and (max-width: 763px) { #b70b9ed3b32125b485b982f9c215b4c3 { width:253.997px;height:41.5938px;top:326.18825531006px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d684081c5bdc3bdb47c37008a2c58361 { width:22px;height:22px;top:336px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #F1776f6f8a913abf95973812f4cbdadc { display:flex;width:36px;height:36px;top:249px;left:0px; }
 }@media only screen and (max-width: 763px) { #dd5ad4103bbf33240afec32c301667ca { width:195.995px;height:20.8025px;top:256.58949947357px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yb4eda44007f2da4fc6110921ee800f8 { width:22px;height:22px;top:256px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #lada4f2a75b8af99862caac33e9cca88 { display:flex;width:36px;height:36px;top:409px;left:0px; }
 }@media only screen and (max-width: 763px) { #b7114b7414025804a754431958c2e3ee { width:22px;height:22px;top:416px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #x90591691954d7df64d921e8901b32e3 { width:255px;height:62.3906px;top:406.18825531006px;left:59.992281913757px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e5d36d6b31a1dad78f2eda3262ae4568 { display:block; }#e5d36d6b31a1dad78f2eda3262ae4568 > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5c32245bab551a51d278685dc559fcf { display:flex;width:35.9954px;height:35.9954px;top:126px;left:0px; }
 }@media only screen and (max-width: 763px) { #b993dd601386940b66a7bdd21f016c2a { width:21.9985px;height:21.9985px;top:133px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #c85f6e26ee1cf16e9c51eea6f722b7b2 { width:320px;height:67.5938px;top:20px;left:0px;font-size:26px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc4f98ffea850e8319531739b18abb19 { width:190px;height:62.3906px;top:108.896484375px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fffced7330f81df7055a1ec2aae254a1 { display:flex;width:36px;height:36px;top:206px;left:0px; }
 }@media only screen and (max-width: 763px) { #f26e34292152347108d8ff0f77a91707 { width:242.994px;height:41.5938px;top:203.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Eac9f90301b3f622204ab616f598acfc { width:22px;height:22px;top:213px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #N44c7de36f99f19f5de45d9475b0106f { display:flex;width:36px;height:36px;top:366px;left:0px; }
 }@media only screen and (max-width: 763px) { #f40eec932ec46cce3c520dcdf7b7adb7 { width:237.994px;height:41.5938px;top:360.59408569336px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q4dc1efbfeeea2e12f4c649cb2eb9679 { width:22px;height:22px;top:373px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #bbad48fe31d09320009c298526c357d8 { display:flex;width:36px;height:36px;top:286px;left:0px; }
 }@media only screen and (max-width: 763px) { #d390e291e9895223414664e471d4797a { width:253.997px;height:41.5938px;top:283.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H1e1a6c6c3d7f82c11af21359d4670e2 { width:22px;height:22px;top:293px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #v89cefc4e9af256ada24cc1d1cedd7f2 { display:flex;width:36px;height:36px;top:446px;left:0px; }
 }@media only screen and (max-width: 763px) { #e61f35d984ab8759f84c91c3e1956dd7 { width:22px;height:22px;top:453px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #b6ddece5bb3079be58a4687f97f32a20 { width:231px;height:41.5938px;top:440.60162353516px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qdaa8a8a3a119c3bebb1aeed7708779c { display:flex;width:36px;height:36px;top:606px;left:0px; }
 }@media only screen and (max-width: 763px) { #d358bf0a020263c4d8963f1746c4686f { width:22px;height:22px;top:613px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #e8f9eb5a2f190be91d2cd87ffb13e343 { width:259px;height:20.8025px;top:612.29150390625px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J2ad1dc0ed9b9200543539ccb6cacc9b { display:flex;width:36px;height:36px;top:526px;left:0px; }
 }@media only screen and (max-width: 763px) { #Kf16a0e0c78b3dbcd96e5547164bcf2e { width:168.997px;height:41.5938px;top:523.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dc249e0f40020b939fc6909379e663f8 { width:22px;height:22px;top:533px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #af387de5e60bf12f156586b2aff22853 { display:block; }#af387de5e60bf12f156586b2aff22853 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5f1ba0f2b4b26f01546bc14e7427929 { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q91e8c0d6309732671c311c9c94eb3f2 { display:block; }
 }@media only screen and (max-width: 763px) { #Db6ed153c8b5cd40cf3d47437b3d8571 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }