.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); }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f { position:relative;display:block; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f { background-color: transparent; background-image: none; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .row .container > .video-iframe-container { display: none; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .row > .video-iframe-container { display: none; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .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); }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f { border-width: 0; border-radius: 0; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .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; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .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; }#ec39467f41cbe9a2b9924e70068e7e92 { 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; }
#H1e5472730d121d7ce516cba2ba4fdfe { color:#000000;display:block;width:892.98px;position:absolute;font-family:helvetica;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; }
#fcda21db160c3d70b74d336fa827fe20 { 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; }
#b2796f45464bfc16235af3d0cf94852c { 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; }#b2796f45464bfc16235af3d0cf94852c > .row .container { background-color: transparent; background-image: none; }#b2796f45464bfc16235af3d0cf94852c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2796f45464bfc16235af3d0cf94852c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2796f45464bfc16235af3d0cf94852c > .row .container > .video-iframe-container { display: none; }#b2796f45464bfc16235af3d0cf94852c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2796f45464bfc16235af3d0cf94852c > .row > .video-iframe-container { display: none; }#b2796f45464bfc16235af3d0cf94852c > .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); }#b2796f45464bfc16235af3d0cf94852c > .row .container { border-width: 0; border-radius: 0; }#b2796f45464bfc16235af3d0cf94852c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2796f45464bfc16235af3d0cf94852c > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#abe9cd14527173bb0fab8324cef06642 { 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:helvetica;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; }
#d6295a1104e7fa656a0c38177f15cc5a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m7b3ce85016b8d378ff8026fe5507353 { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
#z476fc11af9e0430c01cdb987414cfb2 { 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; }#z476fc11af9e0430c01cdb987414cfb2 > .row .container { background-color: transparent; background-image: none; }#z476fc11af9e0430c01cdb987414cfb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z476fc11af9e0430c01cdb987414cfb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z476fc11af9e0430c01cdb987414cfb2 > .row .container > .video-iframe-container { display: none; }#z476fc11af9e0430c01cdb987414cfb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z476fc11af9e0430c01cdb987414cfb2 > .row > .video-iframe-container { display: none; }#z476fc11af9e0430c01cdb987414cfb2 > .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); }#z476fc11af9e0430c01cdb987414cfb2 > .row .container { border-width: 0; border-radius: 0; }#z476fc11af9e0430c01cdb987414cfb2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z476fc11af9e0430c01cdb987414cfb2 > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#Sf80e7746939e16b2a7be2b002e68867 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:helvetica;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; }
#ief93d544f1333b82568d8e19b725e5d { 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; }#ief93d544f1333b82568d8e19b725e5d > .row .container { background-color: transparent; background-image: none; }#ief93d544f1333b82568d8e19b725e5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ief93d544f1333b82568d8e19b725e5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ief93d544f1333b82568d8e19b725e5d > .row .container > .video-iframe-container { display: none; }#ief93d544f1333b82568d8e19b725e5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ief93d544f1333b82568d8e19b725e5d > .row > .video-iframe-container { display: none; }#ief93d544f1333b82568d8e19b725e5d > .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); }#ief93d544f1333b82568d8e19b725e5d > .row .container { border-width: 0; border-radius: 0; }#ief93d544f1333b82568d8e19b725e5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ief93d544f1333b82568d8e19b725e5d > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#e2ba6d977b4fd84ae2653d83b0e6230e { position:absolute;display:block;z-index:15030;height:216.973px;width:390px;top:14.99609375px;left:405px;display:block; }
#Mb0a807f10cdea3efee0b888dab2c362 { 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; }#Mb0a807f10cdea3efee0b888dab2c362.adaptive-delivery-prevent-bg, #Mb0a807f10cdea3efee0b888dab2c362.lazyload, #Mb0a807f10cdea3efee0b888dab2c362.lazyloading { background-image: none; }
#o9a9ba7b4ddadf8864e0bb11a4fcf257 { 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; }#o9a9ba7b4ddadf8864e0bb11a4fcf257.adaptive-delivery-prevent-bg, #o9a9ba7b4ddadf8864e0bb11a4fcf257.lazyload, #o9a9ba7b4ddadf8864e0bb11a4fcf257.lazyloading { background-image: none; }
#cd7f8ffd51de88fdf6b893b96d6cd816 { 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; }#cd7f8ffd51de88fdf6b893b96d6cd816.adaptive-delivery-prevent-bg, #cd7f8ffd51de88fdf6b893b96d6cd816.lazyload, #cd7f8ffd51de88fdf6b893b96d6cd816.lazyloading { background-image: none; }
#ee142ce61cd795d6b9f452f309b3e803 { position:absolute;display:block;z-index:15031;height:216.973px;width:390px;top:14.99609375px;left:4.9921875px;display:block; }
#e2aa38ae20d4166e2963fd05a7bec5ae { position:absolute;display:block;z-index:15026;height:216.973px;width:390px;top:14.99609375px;left:803.9921875px;display:block; }
#fef46b795252b1cedcac92c0cd85b98f { 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; }#fef46b795252b1cedcac92c0cd85b98f > .row .container { background-color: transparent; background-image: none; }#fef46b795252b1cedcac92c0cd85b98f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fef46b795252b1cedcac92c0cd85b98f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fef46b795252b1cedcac92c0cd85b98f > .row .container > .video-iframe-container { display: none; }#fef46b795252b1cedcac92c0cd85b98f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fef46b795252b1cedcac92c0cd85b98f > .row > .video-iframe-container { display: none; }#fef46b795252b1cedcac92c0cd85b98f > .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); }#fef46b795252b1cedcac92c0cd85b98f > .row .container { border-width: 0; border-radius: 0; }#fef46b795252b1cedcac92c0cd85b98f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fef46b795252b1cedcac92c0cd85b98f > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#faf7f1d96b08b69949972c16bd1339e1 { 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; }#faf7f1d96b08b69949972c16bd1339e1.adaptive-delivery-prevent-bg, #faf7f1d96b08b69949972c16bd1339e1.lazyload, #faf7f1d96b08b69949972c16bd1339e1.lazyloading { background-image: none; }
#cc761d95e93485fd8042a182f892d9a4 { 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; }#cc761d95e93485fd8042a182f892d9a4.adaptive-delivery-prevent-bg, #cc761d95e93485fd8042a182f892d9a4.lazyload, #cc761d95e93485fd8042a182f892d9a4.lazyloading { background-image: none; }
#Ncceb35768be6d0723216fb67403fc27 { 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; }#Ncceb35768be6d0723216fb67403fc27.adaptive-delivery-prevent-bg, #Ncceb35768be6d0723216fb67403fc27.lazyload, #Ncceb35768be6d0723216fb67403fc27.lazyloading { background-image: none; }
#H018ed220c5520e9de66fee634bda529 { position:absolute;display:block;z-index:15031;height:216.984px;width:390px;top:4.5px;left:804.99609375px;display:block; }
#e0fcad5a525ee6f2b13370a995728855 { position:absolute;display:block;z-index:15026;height:216.984px;width:390px;top:4.5px;left:405px;display:block; }
#v4fff121dd139cf31e8bc68b2a9b63f4 { position:absolute;display:block;z-index:15029;height:216.996px;width:390px;top:4px;left:5px;display:block; }
#i493f652231ec4bc489bec3c8246cf5a { 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; }#i493f652231ec4bc489bec3c8246cf5a > .row .container { background-color: transparent; background-image: none; }#i493f652231ec4bc489bec3c8246cf5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i493f652231ec4bc489bec3c8246cf5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i493f652231ec4bc489bec3c8246cf5a > .row .container > .video-iframe-container { display: none; }#i493f652231ec4bc489bec3c8246cf5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i493f652231ec4bc489bec3c8246cf5a > .row > .video-iframe-container { display: none; }#i493f652231ec4bc489bec3c8246cf5a > .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); }#i493f652231ec4bc489bec3c8246cf5a > .row .container { border-width: 0; border-radius: 0; }#i493f652231ec4bc489bec3c8246cf5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i493f652231ec4bc489bec3c8246cf5a > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#Odde64a14fa010e71deca88461e13c9a { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#S4e6743959d1c676ef1616f28dae2982 { 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; }#S4e6743959d1c676ef1616f28dae2982.adaptive-delivery-prevent-bg, #S4e6743959d1c676ef1616f28dae2982.lazyload, #S4e6743959d1c676ef1616f28dae2982.lazyloading { background-image: none; }
#Zaf7bb0c1edea35d805c241bcc667ac7 { 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; }#Zaf7bb0c1edea35d805c241bcc667ac7.adaptive-delivery-prevent-bg, #Zaf7bb0c1edea35d805c241bcc667ac7.lazyload, #Zaf7bb0c1edea35d805c241bcc667ac7.lazyloading { background-image: none; }
#d364885794bfd4d4d59c1631cd2f512c { 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; }#d364885794bfd4d4d59c1631cd2f512c.adaptive-delivery-prevent-bg, #d364885794bfd4d4d59c1631cd2f512c.lazyload, #d364885794bfd4d4d59c1631cd2f512c.lazyloading { background-image: none; }
#e97e46e9979b75861cfd0ec56fb74a0e { position:absolute;display:block;z-index:15026;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#c3cd94c27b85c11d7f466747f7df15b3 { position:absolute;display:block;z-index:15023;height:216.996px;width:390px;top:5.48828125px;left:4.9921875px;display:block; }
#dad906d7d6e4840609414d02350cc608 { 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; }#dad906d7d6e4840609414d02350cc608 > .row .container { background-color: transparent; background-image: none; }#dad906d7d6e4840609414d02350cc608::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dad906d7d6e4840609414d02350cc608 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dad906d7d6e4840609414d02350cc608 > .row .container > .video-iframe-container { display: none; }#dad906d7d6e4840609414d02350cc608 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dad906d7d6e4840609414d02350cc608 > .row > .video-iframe-container { display: none; }#dad906d7d6e4840609414d02350cc608 > .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); }#dad906d7d6e4840609414d02350cc608 > .row .container { border-width: 0; border-radius: 0; }#dad906d7d6e4840609414d02350cc608 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dad906d7d6e4840609414d02350cc608 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#mcd39f542476ddbaafe06d5e11f380da { 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; }#mcd39f542476ddbaafe06d5e11f380da.adaptive-delivery-prevent-bg, #mcd39f542476ddbaafe06d5e11f380da.lazyload, #mcd39f542476ddbaafe06d5e11f380da.lazyloading { background-image: none; }
#e3e83d581b98ddbbaa4a420d1edd942c { 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; }#e3e83d581b98ddbbaa4a420d1edd942c.adaptive-delivery-prevent-bg, #e3e83d581b98ddbbaa4a420d1edd942c.lazyload, #e3e83d581b98ddbbaa4a420d1edd942c.lazyloading { background-image: none; }
#L13735cc2e37855b32fd8a81fd787d02 { 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; }#L13735cc2e37855b32fd8a81fd787d02.adaptive-delivery-prevent-bg, #L13735cc2e37855b32fd8a81fd787d02.lazyload, #L13735cc2e37855b32fd8a81fd787d02.lazyloading { background-image: none; }
#c4dac37b214b46699c0c0a6fee92355e { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#Q5bd71628907f2cab317ecee77039a2b { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:4.9921875px;display:block; }
#O88417f3dcb2a4d49ec5131cee497410 { position:absolute;display:block;z-index:15022;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#xab542a572bf2025ff301b899cba9c5b { 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; }#xab542a572bf2025ff301b899cba9c5b > .row .container { background-color: transparent; background-image: none; }#xab542a572bf2025ff301b899cba9c5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xab542a572bf2025ff301b899cba9c5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xab542a572bf2025ff301b899cba9c5b > .row .container > .video-iframe-container { display: none; }#xab542a572bf2025ff301b899cba9c5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xab542a572bf2025ff301b899cba9c5b > .row > .video-iframe-container { display: none; }#xab542a572bf2025ff301b899cba9c5b > .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); }#xab542a572bf2025ff301b899cba9c5b > .row .container { border-width: 0; border-radius: 0; }#xab542a572bf2025ff301b899cba9c5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xab542a572bf2025ff301b899cba9c5b > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#Wc69ae3b50266d7191a5298505f1e234 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:helvetica;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; }
#F2c0fd07b0b2c6277764a37ac494f002 { 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; }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container { background-color: transparent; background-image: none; }#F2c0fd07b0b2c6277764a37ac494f002::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container > .video-iframe-container { display: none; }#F2c0fd07b0b2c6277764a37ac494f002 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2c0fd07b0b2c6277764a37ac494f002 > .row > .video-iframe-container { display: none; }#F2c0fd07b0b2c6277764a37ac494f002 > .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); }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container { border-width: 0; border-radius: 0; }#F2c0fd07b0b2c6277764a37ac494f002 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#e7aeef829b326db38c2ababb39a8565a { 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:helvetica;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; }
#Haa3cf3a5669cb3a35ecff129d434936 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c28a63bc1d82f14e4c46202577232b4b { 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.2px;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:352.994px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:141.62808227539px;left:123.49536132812px;height:93.6px;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.2px;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.4px;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%; }#dd0117106a9ea0aa18ea13e633266734 { 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; }#dd0117106a9ea0aa18ea13e633266734 > .row .container { background-color: transparent; background-image: none; }#dd0117106a9ea0aa18ea13e633266734::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd0117106a9ea0aa18ea13e633266734 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd0117106a9ea0aa18ea13e633266734 > .row .container > .video-iframe-container { display: none; }#dd0117106a9ea0aa18ea13e633266734 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd0117106a9ea0aa18ea13e633266734 > .row > .video-iframe-container { display: none; }#dd0117106a9ea0aa18ea13e633266734 > .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); }#dd0117106a9ea0aa18ea13e633266734 > .row .container { border-width: 0; border-radius: 0; }#dd0117106a9ea0aa18ea13e633266734 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dd0117106a9ea0aa18ea13e633266734 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#c8a6c9f4eb3b4ac5c3019e14beed0046 { color:#000000;display:block;width:777.994px;position:absolute;font-family:helvetica;font-size:29px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:215px;height:37.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kce8a1bc3ab9258aaa3fda9f9aeb8424 { 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; }
#R662012177afed5996c129bd49bc8a50 { 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; }#R662012177afed5996c129bd49bc8a50 > .row .container { background-color: transparent; background-image: none; }#R662012177afed5996c129bd49bc8a50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R662012177afed5996c129bd49bc8a50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R662012177afed5996c129bd49bc8a50 > .row .container > .video-iframe-container { display: none; }#R662012177afed5996c129bd49bc8a50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R662012177afed5996c129bd49bc8a50 > .row > .video-iframe-container { display: none; }#R662012177afed5996c129bd49bc8a50 > .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); }#R662012177afed5996c129bd49bc8a50 > .row .container { border-width: 0; border-radius: 0; }#R662012177afed5996c129bd49bc8a50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R662012177afed5996c129bd49bc8a50 > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#cfb3d06eb20d6b096b616852cdf188ed { 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; }
#cc4124a8797e3d6916ce62933dfec8e8 { 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; }
#D67b87de400de2ea45fed37152db2df6 { 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; }
#O3b37ab01c469de17d3b641b41ce8a92 { 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; }
#pce4a1cfb9e01a6dbcad5aee7a6044c6 { 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; }
#f0a040cc6da97827a2ff79ebd9f6e474 { 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; }
#T3a795ac2c75825cfe867753171ef38b { 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; }
#be3da158678e06c951bb7a80fdd12854 { 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; }
#ca8a1e8952d15d59e21449cb0cb73011 { 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; }
#d36b3f0b4eb28ea77545614fe4b6f378 { 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; }
#zf12a1081382209d46a15905b3623872 { 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; }
#d765a71c4f1d292d36d1037c02723ef1 { 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; }
#vf9f2e23fb678d6cc0e829a1dc6f14bf { 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; }
#f14eb96280591099e2fb889e6245fe32 { 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; }
#af4810695fd7a9957f31347fc6bb64bf { 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; }
#ea6c1dd3464d3e6b6369979ae56e8f23 { 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; }
#a04973171df914f59bc6acd43d090fbb { 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; }#a04973171df914f59bc6acd43d090fbb > .row .container { background-color: transparent; background-image: none; }#a04973171df914f59bc6acd43d090fbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a04973171df914f59bc6acd43d090fbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a04973171df914f59bc6acd43d090fbb > .row .container > .video-iframe-container { display: none; }#a04973171df914f59bc6acd43d090fbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a04973171df914f59bc6acd43d090fbb > .row > .video-iframe-container { display: none; }#a04973171df914f59bc6acd43d090fbb > .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); }#a04973171df914f59bc6acd43d090fbb > .row .container { border-width: 0; border-radius: 0; }#a04973171df914f59bc6acd43d090fbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a04973171df914f59bc6acd43d090fbb > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#M1f6fef3d9c39459b5268b36a5907712 { 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; }
#b1eaa55b9ee936dbf83d6700aa87da29 { 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; }
#f2137b8c283300b76d47df0d5c4549a4 { 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; }
#c101291b0f19a5829ed01ad99d4abc47 { 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; }
#b8ab8e752850326fe1718c8bae9c037e { 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; }
#fc0e9fe4ebee0b814e96aec20200c3a3 { 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; }
#x5c8bf71a0fb27f95d858ad2851b9707 { 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; }
#xaba8900bf0a323e276636374c80aee7 { 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; }
#d9f57b7d18b3219ec566f437a6672747 { 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; }
#gb8495f1dc2bbf2fa3cdfef4d8723900 { 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; }
#mdde74b830404dcc0af9b2ccf870a0d6 { 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; }
#v4fb4ac6a4a2bd03dbae129fba2aa419 { 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; }
#l729ea1cc82658b67e428eb04d2bc04d { 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; }
#dd3f46ba0b2852b3c645c595e1c2f9b7 { 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; }
#J70ec0352bf3cba29ef0d2aa13b5b0a4 { 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; }
#d49872b249537b16b4e35aa60a0e066e { 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; }
#Z855f5c2032b4cbc9cbb5bc601428f7b { 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; }
#cd4646c07a117cbd383248f4e3421888 { 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; }
#n7cd67df825a5d93279eaed6b977617e { 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; }
#eb3df4f972d734ef7456dfd12377b65b { 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; }
#V36db697061abc2c06a8a501504f6cee { 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; }
#L3eb6f8d56a834aa24b3ff3ceb3762ae { 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; }
#de31d40832ef997a52b73cf4d0cbb1c0 { 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; }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container { background-color: transparent; background-image: none; }#de31d40832ef997a52b73cf4d0cbb1c0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container > .video-iframe-container { display: none; }#de31d40832ef997a52b73cf4d0cbb1c0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de31d40832ef997a52b73cf4d0cbb1c0 > .row > .video-iframe-container { display: none; }#de31d40832ef997a52b73cf4d0cbb1c0 > .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); }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container { border-width: 0; border-radius: 0; }#de31d40832ef997a52b73cf4d0cbb1c0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#e7fff3c0eb4cf019d7ac208052b1b7eb { 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:helvetica;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; }
#d1cccfadfa7eda016ee2bc5d1d6194cb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c493f8dda1642a0bcf35d0deb079cdc1 { 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) { #Ha86f2afc0c37c984d0fd7bc1ae7ee9f { display:block; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec39467f41cbe9a2b9924e70068e7e92 { top:118px;left:0px;width:762px;height:427.07589658048px;display:block; }
 }@media only screen and (max-width: 763px) { #H1e5472730d121d7ce516cba2ba4fdfe { top:10px;left:0px;width:764px;height:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fcda21db160c3d70b74d336fa827fe20 { top:1px;left:0px;width:764px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #b2796f45464bfc16235af3d0cf94852c { display:block; }#b2796f45464bfc16235af3d0cf94852c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abe9cd14527173bb0fab8324cef06642 { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d6295a1104e7fa656a0c38177f15cc5a { display:block; }
 }@media only screen and (max-width: 763px) { #m7b3ce85016b8d378ff8026fe5507353 { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #z476fc11af9e0430c01cdb987414cfb2 { display:block; }#z476fc11af9e0430c01cdb987414cfb2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf80e7746939e16b2a7be2b002e68867 { top:30px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ief93d544f1333b82568d8e19b725e5d { display:block; }#ief93d544f1333b82568d8e19b725e5d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2ba6d977b4fd84ae2653d83b0e6230e { top:14px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0a807f10cdea3efee0b888dab2c362 { top:14px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #o9a9ba7b4ddadf8864e0bb11a4fcf257 { top:15px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #cd7f8ffd51de88fdf6b893b96d6cd816 { top:15px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #ee142ce61cd795d6b9f452f309b3e803 { top:14px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #e2aa38ae20d4166e2963fd05a7bec5ae { top:14px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #fef46b795252b1cedcac92c0cd85b98f { display:block; }#fef46b795252b1cedcac92c0cd85b98f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faf7f1d96b08b69949972c16bd1339e1 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #cc761d95e93485fd8042a182f892d9a4 { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Ncceb35768be6d0723216fb67403fc27 { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #H018ed220c5520e9de66fee634bda529 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #e0fcad5a525ee6f2b13370a995728855 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #v4fff121dd139cf31e8bc68b2a9b63f4 { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #i493f652231ec4bc489bec3c8246cf5a { display:block; }#i493f652231ec4bc489bec3c8246cf5a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Odde64a14fa010e71deca88461e13c9a { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #S4e6743959d1c676ef1616f28dae2982 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Zaf7bb0c1edea35d805c241bcc667ac7 { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #d364885794bfd4d4d59c1631cd2f512c { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #e97e46e9979b75861cfd0ec56fb74a0e { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #c3cd94c27b85c11d7f466747f7df15b3 { top:5px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #dad906d7d6e4840609414d02350cc608 { display:block; }#dad906d7d6e4840609414d02350cc608 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcd39f542476ddbaafe06d5e11f380da { top:5px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #e3e83d581b98ddbbaa4a420d1edd942c { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #L13735cc2e37855b32fd8a81fd787d02 { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #c4dac37b214b46699c0c0a6fee92355e { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bd71628907f2cab317ecee77039a2b { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #O88417f3dcb2a4d49ec5131cee497410 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #xab542a572bf2025ff301b899cba9c5b { display:block; }#xab542a572bf2025ff301b899cba9c5b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wc69ae3b50266d7191a5298505f1e234 { top:25px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F2c0fd07b0b2c6277764a37ac494f002 { display:block; }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7aeef829b326db38c2ababb39a8565a { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Haa3cf3a5669cb3a35ecff129d434936 { display:block; }
 }@media only screen and (max-width: 763px) { #c28a63bc1d82f14e4c46202577232b4b { 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:141px;left:14.487487792969px;width:352px;height:93px;font-size:18px;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) { #dd0117106a9ea0aa18ea13e633266734 { display:block; }#dd0117106a9ea0aa18ea13e633266734 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8a6c9f4eb3b4ac5c3019e14beed0046 { top:60px;left:0px;width:764px;height:37px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Kce8a1bc3ab9258aaa3fda9f9aeb8424 { top:44px;left:0px;width:756px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #R662012177afed5996c129bd49bc8a50 { display:block; }#R662012177afed5996c129bd49bc8a50 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfb3d06eb20d6b096b616852cdf188ed { top:114px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #cc4124a8797e3d6916ce62933dfec8e8 { top:121px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D67b87de400de2ea45fed37152db2df6 { top:34px;left:0px;width:522px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #O3b37ab01c469de17d3b641b41ce8a92 { top:114px;left:19px;width:745px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pce4a1cfb9e01a6dbcad5aee7a6044c6 { top:174px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #f0a040cc6da97827a2ff79ebd9f6e474 { top:174px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T3a795ac2c75825cfe867753171ef38b { top:181px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #be3da158678e06c951bb7a80fdd12854 { top:294px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ca8a1e8952d15d59e21449cb0cb73011 { top:294px;left:0px;width:764px;height:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d36b3f0b4eb28ea77545614fe4b6f378 { top:301px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zf12a1081382209d46a15905b3623872 { top:234px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #d765a71c4f1d292d36d1037c02723ef1 { top:234px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vf9f2e23fb678d6cc0e829a1dc6f14bf { top:239px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f14eb96280591099e2fb889e6245fe32 { top:354px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #af4810695fd7a9957f31347fc6bb64bf { top:361px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ea6c1dd3464d3e6b6369979ae56e8f23 { top:353px;left:0px;width:764px;height:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a04973171df914f59bc6acd43d090fbb { display:block; }#a04973171df914f59bc6acd43d090fbb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1f6fef3d9c39459b5268b36a5907712 { top:114px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b1eaa55b9ee936dbf83d6700aa87da29 { top:121px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f2137b8c283300b76d47df0d5c4549a4 { top:33px;left:0px;width:641px;height:45px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c101291b0f19a5829ed01ad99d4abc47 { top:114px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b8ab8e752850326fe1718c8bae9c037e { top:174px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #fc0e9fe4ebee0b814e96aec20200c3a3 { top:174px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x5c8bf71a0fb27f95d858ad2851b9707 { top:181px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xaba8900bf0a323e276636374c80aee7 { top:294px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #d9f57b7d18b3219ec566f437a6672747 { top:294px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gb8495f1dc2bbf2fa3cdfef4d8723900 { top:301px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mdde74b830404dcc0af9b2ccf870a0d6 { top:234px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #v4fb4ac6a4a2bd03dbae129fba2aa419 { top:234px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l729ea1cc82658b67e428eb04d2bc04d { top:239px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dd3f46ba0b2852b3c645c595e1c2f9b7 { top:354px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #J70ec0352bf3cba29ef0d2aa13b5b0a4 { top:361px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #d49872b249537b16b4e35aa60a0e066e { top:353px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z855f5c2032b4cbc9cbb5bc601428f7b { top:475px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #cd4646c07a117cbd383248f4e3421888 { top:482px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #n7cd67df825a5d93279eaed6b977617e { top:475px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eb3df4f972d734ef7456dfd12377b65b { top:415px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #V36db697061abc2c06a8a501504f6cee { top:415px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L3eb6f8d56a834aa24b3ff3ceb3762ae { top:422px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #de31d40832ef997a52b73cf4d0cbb1c0 { display:block; }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7fff3c0eb4cf019d7ac208052b1b7eb { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d1cccfadfa7eda016ee2bc5d1d6194cb { display:block; }
 }@media only screen and (max-width: 763px) { #c493f8dda1642a0bcf35d0deb079cdc1 { 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) { #Ha86f2afc0c37c984d0fd7bc1ae7ee9f { display:block; }#Ha86f2afc0c37c984d0fd7bc1ae7ee9f > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec39467f41cbe9a2b9924e70068e7e92 { height:174px;width:317px;top:131.99479675293px;left:1px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #H1e5472730d121d7ce516cba2ba4fdfe { width:320px;height:97.5px;top:23.744792938232px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fcda21db160c3d70b74d336fa827fe20 { width:318px;height:119px;top:12.99609375px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #b2796f45464bfc16235af3d0cf94852c { display:block; }#b2796f45464bfc16235af3d0cf94852c > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abe9cd14527173bb0fab8324cef06642 { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d6295a1104e7fa656a0c38177f15cc5a { display:block; }
 }@media only screen and (max-width: 763px) { #m7b3ce85016b8d378ff8026fe5507353 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z476fc11af9e0430c01cdb987414cfb2 { display:block; }#z476fc11af9e0430c01cdb987414cfb2 > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf80e7746939e16b2a7be2b002e68867 { 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) { #ief93d544f1333b82568d8e19b725e5d { display:block; }#ief93d544f1333b82568d8e19b725e5d > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2ba6d977b4fd84ae2653d83b0e6230e { width:320px;height:217px;top:247px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0a807f10cdea3efee0b888dab2c362 { width:318px;height:217px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o9a9ba7b4ddadf8864e0bb11a4fcf257 { width:318px;height:217px;top:482px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cd7f8ffd51de88fdf6b893b96d6cd816 { width:318px;height:217px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ee142ce61cd795d6b9f452f309b3e803 { width:320px;height:217px;top:10px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #e2aa38ae20d4166e2963fd05a7bec5ae { width:320px;height:217px;top:483px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fef46b795252b1cedcac92c0cd85b98f { display:block; }#fef46b795252b1cedcac92c0cd85b98f > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faf7f1d96b08b69949972c16bd1339e1 { width:318px;height:217px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cc761d95e93485fd8042a182f892d9a4 { width:318px;height:217px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ncceb35768be6d0723216fb67403fc27 { width:318px;height:217px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H018ed220c5520e9de66fee634bda529 { width:320px;height:217px;top:493px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e0fcad5a525ee6f2b13370a995728855 { width:320px;height:217px;top:255px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #v4fff121dd139cf31e8bc68b2a9b63f4 { width:320px;height:217px;top:19px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #i493f652231ec4bc489bec3c8246cf5a { display:block; }#i493f652231ec4bc489bec3c8246cf5a > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Odde64a14fa010e71deca88461e13c9a { width:320px;height:217px;top:258px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #S4e6743959d1c676ef1616f28dae2982 { width:318px;height:217px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Zaf7bb0c1edea35d805c241bcc667ac7 { width:318px;height:217px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d364885794bfd4d4d59c1631cd2f512c { width:318px;height:217px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e97e46e9979b75861cfd0ec56fb74a0e { width:320px;height:217px;top:497px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c3cd94c27b85c11d7f466747f7df15b3 { width:320px;height:217px;top:20px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dad906d7d6e4840609414d02350cc608 { display:block; }#dad906d7d6e4840609414d02350cc608 > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcd39f542476ddbaafe06d5e11f380da { width:318px;height:217px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e3e83d581b98ddbbaa4a420d1edd942c { width:318px;height:217px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L13735cc2e37855b32fd8a81fd787d02 { width:318px;height:217px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c4dac37b214b46699c0c0a6fee92355e { width:320px;height:217px;top:500px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bd71628907f2cab317ecee77039a2b { width:320px;height:217px;top:22px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #O88417f3dcb2a4d49ec5131cee497410 { width:320px;height:217px;top:260px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xab542a572bf2025ff301b899cba9c5b { display:block; }#xab542a572bf2025ff301b899cba9c5b > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wc69ae3b50266d7191a5298505f1e234 { 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) { #F2c0fd07b0b2c6277764a37ac494f002 { display:block; }#F2c0fd07b0b2c6277764a37ac494f002 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7aeef829b326db38c2ababb39a8565a { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Haa3cf3a5669cb3a35ecff129d434936 { display:block; }
 }@media only screen and (max-width: 763px) { #c28a63bc1d82f14e4c46202577232b4b { 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.4px;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:211.998px;height:70.2px;top:94px;left:51px;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.4px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:150.996px;height:46.8px;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) { #dd0117106a9ea0aa18ea13e633266734 { display:block; }#dd0117106a9ea0aa18ea13e633266734 > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8a6c9f4eb3b4ac5c3019e14beed0046 { width:320px;height:54.6px;top:29px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Kce8a1bc3ab9258aaa3fda9f9aeb8424 { width:312px;height:62px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R662012177afed5996c129bd49bc8a50 { display:block; }#R662012177afed5996c129bd49bc8a50 > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfb3d06eb20d6b096b616852cdf188ed { display:flex;width:36px;height:36px;top:88px;left:0px; }
 }@media only screen and (max-width: 763px) { #cc4124a8797e3d6916ce62933dfec8e8 { width:22px;height:22px;top:95px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #D67b87de400de2ea45fed37152db2df6 { width:320px;height:31.2px;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) { #O3b37ab01c469de17d3b641b41ce8a92 { width:225.995px;height:46.8px;top:82.592589378357px;left:59.992281913757px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pce4a1cfb9e01a6dbcad5aee7a6044c6 { display:flex;width:36px;height:36px;top:168px;left:0px; }
 }@media only screen and (max-width: 763px) { #f0a040cc6da97827a2ff79ebd9f6e474 { width:217.994px;height:41.6049px;top:165.18517208099px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T3a795ac2c75825cfe867753171ef38b { width:22px;height:22px;top:175px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #be3da158678e06c951bb7a80fdd12854 { display:flex;width:36px;height:36px;top:329px;left:0px; }
 }@media only screen and (max-width: 763px) { #ca8a1e8952d15d59e21449cb0cb73011 { width:253.997px;height:41.6049px;top:326.18825531006px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d36b3f0b4eb28ea77545614fe4b6f378 { width:22px;height:22px;top:336px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #zf12a1081382209d46a15905b3623872 { display:flex;width:36px;height:36px;top:249px;left:0px; }
 }@media only screen and (max-width: 763px) { #d765a71c4f1d292d36d1037c02723ef1 { 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) { #vf9f2e23fb678d6cc0e829a1dc6f14bf { width:22px;height:22px;top:256px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #f14eb96280591099e2fb889e6245fe32 { display:flex;width:36px;height:36px;top:409px;left:0px; }
 }@media only screen and (max-width: 763px) { #af4810695fd7a9957f31347fc6bb64bf { width:22px;height:22px;top:416px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #ea6c1dd3464d3e6b6369979ae56e8f23 { width:255px;height:62.4074px;top:406.18825531006px;left:59.992281913757px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a04973171df914f59bc6acd43d090fbb { display:block; }#a04973171df914f59bc6acd43d090fbb > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1f6fef3d9c39459b5268b36a5907712 { display:flex;width:35.9954px;height:35.9954px;top:126px;left:0px; }
 }@media only screen and (max-width: 763px) { #b1eaa55b9ee936dbf83d6700aa87da29 { width:21.9985px;height:21.9985px;top:133px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #f2137b8c283300b76d47df0d5c4549a4 { width:320px;height:67.608px;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) { #c101291b0f19a5829ed01ad99d4abc47 { width:190px;height:62.4074px;top:108.896484375px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b8ab8e752850326fe1718c8bae9c037e { display:flex;width:36px;height:36px;top:206px;left:0px; }
 }@media only screen and (max-width: 763px) { #fc0e9fe4ebee0b814e96aec20200c3a3 { width:242.994px;height:41.6049px;top:203.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x5c8bf71a0fb27f95d858ad2851b9707 { width:22px;height:22px;top:213px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #xaba8900bf0a323e276636374c80aee7 { display:flex;width:36px;height:36px;top:366px;left:0px; }
 }@media only screen and (max-width: 763px) { #d9f57b7d18b3219ec566f437a6672747 { width:237.994px;height:41.6049px;top:360.59408569336px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gb8495f1dc2bbf2fa3cdfef4d8723900 { width:22px;height:22px;top:373px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #mdde74b830404dcc0af9b2ccf870a0d6 { display:flex;width:36px;height:36px;top:286px;left:0px; }
 }@media only screen and (max-width: 763px) { #v4fb4ac6a4a2bd03dbae129fba2aa419 { width:253.997px;height:41.6049px;top:283.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l729ea1cc82658b67e428eb04d2bc04d { width:22px;height:22px;top:293px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #dd3f46ba0b2852b3c645c595e1c2f9b7 { display:flex;width:36px;height:36px;top:446px;left:0px; }
 }@media only screen and (max-width: 763px) { #J70ec0352bf3cba29ef0d2aa13b5b0a4 { width:22px;height:22px;top:453px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #d49872b249537b16b4e35aa60a0e066e { width:231px;height:41.6049px;top:440.60162353516px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z855f5c2032b4cbc9cbb5bc601428f7b { display:flex;width:36px;height:36px;top:606px;left:0px; }
 }@media only screen and (max-width: 763px) { #cd4646c07a117cbd383248f4e3421888 { width:22px;height:22px;top:613px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #n7cd67df825a5d93279eaed6b977617e { 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) { #eb3df4f972d734ef7456dfd12377b65b { display:flex;width:36px;height:36px;top:526px;left:0px; }
 }@media only screen and (max-width: 763px) { #V36db697061abc2c06a8a501504f6cee { width:168.997px;height:41.6049px;top:523.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L3eb6f8d56a834aa24b3ff3ceb3762ae { width:22px;height:22px;top:533px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #de31d40832ef997a52b73cf4d0cbb1c0 { display:block; }#de31d40832ef997a52b73cf4d0cbb1c0 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7fff3c0eb4cf019d7ac208052b1b7eb { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d1cccfadfa7eda016ee2bc5d1d6194cb { display:block; }
 }@media only screen and (max-width: 763px) { #c493f8dda1642a0bcf35d0deb079cdc1 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }