.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); }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM { position:relative;display:block; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM { background-color: transparent; background-image: none; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .row .container > .video-iframe-container { display: none; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .row > .video-iframe-container { display: none; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .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); }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM { border-width: 0; border-radius: 0; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .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; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .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; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N { 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; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container { background-color: transparent; background-image: none; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container > .video-iframe-container { display: none; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row > .video-iframe-container { display: none; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .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); }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container { border-width: 0; border-radius: 0; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf { 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; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container { background-color: transparent; background-image: none; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container > .video-iframe-container { display: none; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row > .video-iframe-container { display: none; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .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); }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container { border-width: 0; border-radius: 0; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb { 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; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container { background-color: transparent; background-image: none; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container > .video-iframe-container { display: none; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row > .video-iframe-container { display: none; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .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); }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container { border-width: 0; border-radius: 0; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw { 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; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container { background-color: transparent; background-image: none; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container > .video-iframe-container { display: none; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row > .video-iframe-container { display: none; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .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); }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container { border-width: 0; border-radius: 0; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR { 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; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container { background-color: transparent; background-image: none; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container > .video-iframe-container { display: none; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row > .video-iframe-container { display: none; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .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); }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container { border-width: 0; border-radius: 0; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 { 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; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container { background-color: transparent; background-image: none; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container > .video-iframe-container { display: none; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row > .video-iframe-container { display: none; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .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); }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container { border-width: 0; border-radius: 0; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc { 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; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container { background-color: transparent; background-image: none; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container > .video-iframe-container { display: none; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row > .video-iframe-container { display: none; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .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); }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container { border-width: 0; border-radius: 0; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc { 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; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container { background-color: transparent; background-image: none; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container > .video-iframe-container { display: none; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row > .video-iframe-container { display: none; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .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); }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container { border-width: 0; border-radius: 0; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 { 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; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container { background-color: transparent; background-image: none; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container > .video-iframe-container { display: none; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row > .video-iframe-container { display: none; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .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); }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container { border-width: 0; border-radius: 0; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container { font-size:14px;font-family:arial;height:339px;width:1200px;position:relative;display:block; }#IFTknDvw3Vq59lVv1bMQNxWZ5waXt2FI { 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; }
#M6OTgiUbeOl6Ga78xbFoCH5SezsFEV2K { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:54px;left:272px;height:31.196px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XT2F00ytLZgLEL0WHKQTMrDkcSTN1wcE { 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; }
#LveZbQKMXtQHv42eg5gJWUlJSnQyci5t { color:#000000;display:block;width:369px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:148.93054199219px;left:115.5px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuZI2SCl3GCS5hwEQObxKTIuLPhMhFrO { 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:44px;left:854px;display:block; }
#bZA1ZryDo2UzE4SNbQnTykku64w3RQKV { 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:53.666667938232px;left:853.77783203125px;height:31.1944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVeVEVUKoZ4GMMC9Zhdue6IToKZHGp1g { 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:134px;left:614px;height:62.3888px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlRsO5mOxgDRRLFWkAlSTdf7QQTIPqs3 { 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:151px;width:255px;top:108px;left:600px;display:block; }
#LTpgKKZ5hXv94FqdcGCCVvloKrHCSCDB { 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:201px;left:707px; }
#LTpgKKZ5hXv94FqdcGCCVvloKrHCSCDB > img { max-width: 100%;max-height:100%; }#rUP9Z1goGT3y9Tluhh0h8VZceWWas4Xk { 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:150px;width:261px;top:108px;left:900px;display:block; }
#yVxIPXcSplJiTwpr4ovudx0lnXKGNfre { 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:15010;opacity:1;top:205px;left:1010px; }
#yVxIPXcSplJiTwpr4ovudx0lnXKGNfre > img { max-width: 100%;max-height:100%; }#AlgZ8DT2buMKWkkGhBTJbocsRDKSXoGc { color:#000000;display:block;width:266px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:112px;left:902px;height:93.5833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk { 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; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container { background-color: transparent; background-image: none; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container > .video-iframe-container { display: none; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row > .video-iframe-container { display: none; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .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); }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container { border-width: 0; border-radius: 0; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container { font-size:14px;font-family:arial;height:308px;width:1200px;position:relative;display:block; }#CUFoaNXnfsnFT0srET7NKmWemh1VHTWS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:142.875px;left:787px;display:block; }
#SELhJBWg7PklxTtLukpStknzry8hVvht { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gO4eSsTpyRuaDJ2JMKigdSg5LxxL65AZ { color:#000000;display:block;width:585px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:115.77778196335px;left:97px;height:109.1667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IisNtDsX4XamsZcB884BcisRRz5McwgL { 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:11px;left:573px;display:block; }
#f4kZzIrPTTJZC1kVrAXmd3A2s1NKauTt { 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:23px;left:573px;height:31.1944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWiebodUttDPD3UTqcL3Dvg7OU6d2MNZ { 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:172px;width:1045px;top:80px;left:73px;display:block; }
#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO { 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; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container { background-color: transparent; background-image: none; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container > .video-iframe-container { display: none; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row > .video-iframe-container { display: none; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .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); }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container { border-width: 0; border-radius: 0; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB { 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; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container { background-color: transparent; background-image: none; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container > .video-iframe-container { display: none; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row > .video-iframe-container { display: none; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .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); }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container { border-width: 0; border-radius: 0; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF { 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; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container { background-color: transparent; background-image: none; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container > .video-iframe-container { display: none; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row > .video-iframe-container { display: none; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .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); }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container { border-width: 0; border-radius: 0; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru { 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; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container { background-color: transparent; background-image: none; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container > .video-iframe-container { display: none; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row > .video-iframe-container { display: none; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .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); }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container { border-width: 0; border-radius: 0; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM { display:block; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N { display:block; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf { display:block; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb { display:block; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw { display:block; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR { display:block; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 { display:block; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc { display:block; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc { display:block; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 { display:block; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFTknDvw3Vq59lVv1bMQNxWZ5waXt2FI { top:42px;left:164px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #M6OTgiUbeOl6Ga78xbFoCH5SezsFEV2K { top:54px;left:163px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XT2F00ytLZgLEL0WHKQTMrDkcSTN1wcE { top:109px;left:3px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #LveZbQKMXtQHv42eg5gJWUlJSnQyci5t { top:148px;left:6.5px;width:369px;height:78px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VuZI2SCl3GCS5hwEQObxKTIuLPhMhFrO { top:44px;left:527px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #bZA1ZryDo2UzE4SNbQnTykku64w3RQKV { top:53px;left:526.77783203125px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RVeVEVUKoZ4GMMC9Zhdue6IToKZHGp1g { top:134px;left:382px;width:225px;height:62px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vlRsO5mOxgDRRLFWkAlSTdf7QQTIPqs3 { top:108px;left:382px;width:255px;height:151px;display:block; }
 }@media only screen and (max-width: 763px) { #LTpgKKZ5hXv94FqdcGCCVvloKrHCSCDB { top:201px;left:382px;width:50px;height:50px;display:block; }
#LTpgKKZ5hXv94FqdcGCCVvloKrHCSCDB > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rUP9Z1goGT3y9Tluhh0h8VZceWWas4Xk { top:108px;left:493px;width:261px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #yVxIPXcSplJiTwpr4ovudx0lnXKGNfre { top:205px;left:683px;width:50px;height:50px;display:block; }
#yVxIPXcSplJiTwpr4ovudx0lnXKGNfre > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AlgZ8DT2buMKWkkGhBTJbocsRDKSXoGc { top:112px;left:498px;width:266px;height:93px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk { display:block; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUFoaNXnfsnFT0srET7NKmWemh1VHTWS { width:280px;height:55px;top:142px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #SELhJBWg7PklxTtLukpStknzry8hVvht { display:block; }
 }@media only screen and (max-width: 763px) { #gO4eSsTpyRuaDJ2JMKigdSg5LxxL65AZ { top:115px;left:0px;width:585px;height:109px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IisNtDsX4XamsZcB884BcisRRz5McwgL { top:11px;left:355px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #f4kZzIrPTTJZC1kVrAXmd3A2s1NKauTt { top:23px;left:355px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iWiebodUttDPD3UTqcL3Dvg7OU6d2MNZ { top:80px;left:0px;width:754px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO { display:block; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q11N9oqiIlCbDM3XrLdgL2CqTMScssgB { display:block; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF { display:block; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxaMDzrFh7Ka37STLFd13KfIwqTkPQru { display:block; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM { display:block; }#ZCXvT3Rya6tmg62R2IT5w2kPhAiTVqOM > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N { display:block; }#nUrTIiwkoBtAAAhNHn69vSnSvRlITi2N > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf { display:block; }#NifDnxxXG7cOWGMhmRGkXkH1MfXXbbNf > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb { display:block; }#y4Xp32zoTdLFt0le5Sd3kVQOmUBhvcBb > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw { display:block; }#Zqc5P8LoskPeEWT5Hb104QTEXggmUwmw > .row .container { width:320px;height:712px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR { display:block; }#fV0pvUV6XvdHeCrzzJcnIfWxVuElVSgR > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 { display:block; }#qE4Pa8xqTI2uI3sht7OiIZ2spTkaJbT2 > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc { display:block; }#EHAuv5TN8otywbgA6Cmb0oCThQrcTuNc > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc { display:block; }#MLuz5hIgELIsLDsF2q3UyoOTmVmpA7dc > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 { display:block; }#vlhtpsFPaiolCdwBtWUgVn65TM0tNW92 > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFTknDvw3Vq59lVv1bMQNxWZ5waXt2FI { width:45px;height:45px;top:21px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #M6OTgiUbeOl6Ga78xbFoCH5SezsFEV2K { width:55px;height:23.3951px;top:34px;left:133px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XT2F00ytLZgLEL0WHKQTMrDkcSTN1wcE { width:299px;height:93px;top:79px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #LveZbQKMXtQHv42eg5gJWUlJSnQyci5t { width:288px;height:58.5px;top:100.69444608688px;left:15.98611164093px;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VuZI2SCl3GCS5hwEQObxKTIuLPhMhFrO { width:45px;height:45px;top:204px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #bZA1ZryDo2UzE4SNbQnTykku64w3RQKV { width:55px;height:23.3951px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RVeVEVUKoZ4GMMC9Zhdue6IToKZHGp1g { width:135px;height:44.1944px;top:272.98612213135px;left:14px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vlRsO5mOxgDRRLFWkAlSTdf7QQTIPqs3 { width:138px;height:132px;top:259.98608398438px;left:6.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #LTpgKKZ5hXv94FqdcGCCVvloKrHCSCDB { display:flex;width:38px;height:38px;top:332.98609924316px;left:63.458333015442px; }
#LTpgKKZ5hXv94FqdcGCCVvloKrHCSCDB > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rUP9Z1goGT3y9Tluhh0h8VZceWWas4Xk { width:139px;height:131px;top:260.45835113525px;left:167.88889026642px;display:block; }
 }@media only screen and (max-width: 763px) { #yVxIPXcSplJiTwpr4ovudx0lnXKGNfre { display:flex;width:38px;height:38px;top:353.52777862549px;left:222.83333301544px;font-size:26px; }
#yVxIPXcSplJiTwpr4ovudx0lnXKGNfre > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AlgZ8DT2buMKWkkGhBTJbocsRDKSXoGc { width:152px;height:88.3889px;top:263px;left:167.98611927032px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk { display:block; }#Ba2ylmaTpXogM5u8tiOFbh4pFVdaELFk > .row .container { width:320px;height:349px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUFoaNXnfsnFT0srET7NKmWemh1VHTWS { width:280px;height:55px;top:265.43057250977px;left:19.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #SELhJBWg7PklxTtLukpStknzry8hVvht { display:block; }
 }@media only screen and (max-width: 763px) { #gO4eSsTpyRuaDJ2JMKigdSg5LxxL65AZ { width:296px;height:145.5413px;top:79.666667938232px;left:11.98611164093px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IisNtDsX4XamsZcB884BcisRRz5McwgL { width:45px;height:45px;top:0px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #f4kZzIrPTTJZC1kVrAXmd3A2s1NKauTt { width:55px;height:23.3889px;top:13px;left:131px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iWiebodUttDPD3UTqcL3Dvg7OU6d2MNZ { width:310px;height:172px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO { display:block; }#UKE5xnQTrwuAZMTap9Ptb63OOKIA3PtO > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q11N9oqiIlCbDM3XrLdgL2CqTMScssgB { display:block; }#q11N9oqiIlCbDM3XrLdgL2CqTMScssgB > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF { display:block; }#vo2QVpS3xkU19fmf5Qp4dg1diQg1wOBF > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxaMDzrFh7Ka37STLFd13KfIwqTkPQru { display:block; }#GxaMDzrFh7Ka37STLFd13KfIwqTkPQru > .row .container { width:320px;height:110px;position:relative;display:block; } }