.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5feedb04-fe0e-40c9-b51f-5a471d6c076c/Group39.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo.adaptive-delivery-prevent-bg, #O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo.lazyload, #O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo.lazyloading { background-image: none; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container { background-color: transparent; background-image: none; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container > .video-iframe-container { display: none; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row > .video-iframe-container { display: none; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .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); }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container { border-width: 0; border-radius: 0; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container { font-size:14px;font-family:arial;height:792px;width:1200px;position:relative;display:block; }#VxzlXLrIqSVAKkc3wgLR4yOcyJSL5nTX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38px;width:238px;top:76.453125px;left:155.734375px;overflow:hidden;display:block; }
#FfTkJ9UGl3KuL68s00ccxyT2STndZvA0 { box-sizing:content-box;height:94px;width:200px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:30px;left:392.734375px;display:block; }
#VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV { position:relative;display:none; }#VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV { border-width: 0; border-radius: 0; }#VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV > .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; }#VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;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:none; }#cLmtrVpEzWdeVWTqgeVQn3aWUJetJkG9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:813px;width:430px;display:none; }
#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8afc1afb-011f-4226-82d3-9c4b5adcf2e7/Group36.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN.adaptive-delivery-prevent-bg, #QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN.lazyload, #QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN.lazyloading { background-image: none; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container { background-color: transparent; background-image: none; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container > .video-iframe-container { display: none; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row > .video-iframe-container { display: none; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .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); }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container { border-width: 0; border-radius: 0; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container { font-size:14px;font-family:arial;height:880px;width:1200px;position:relative;display:block; }#rAlruXIi0wklyPXHPCuZwTb3TxnPEzJT { box-sizing:content-box;height:751.997px;width:941.997px;position:absolute;display:block;z-index:15000;background-color:#3b3839;background-image:none;top:67.430559158325px;left:128.99307250977px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
#T2iLSZ9aM4Xw9Nuz4FhOGo0SeH2IoqWA { color:#f6f6f6;display:block;width:1085.98px;position:absolute;font-family:montserrat;font-size:44px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:121.15625px;left:56.984375px;height:57.1875px;text-align:center;text-align-last:center;display:block; }
#MvPN2KK2Bk3QsPRosHEXewNGWTMlbAO1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:637px;width:940px;top:879.99996948242px;left:130.98959350586px;overflow:hidden;display:block; }
#DONEtxMbD6QCNQEFof9AgvsX0T2Z25T2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:296px;width:656px;top:343px;left:272px;overflow:hidden;display:block; }
#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd { position:relative;display:block; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd { background-color: transparent; background-image: none; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row .container > .video-iframe-container { display: none; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row > .video-iframe-container { display: none; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .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); }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd { border-width: 0; border-radius: 0; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .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; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:2865px;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; }#c12X5p84hSd2A2IBnIc3wFmsE7NEZsfn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:633.993px;width:940.99px;top:709.39239501953px;left:129.49655151367px;overflow:hidden;display:block; }
#zr7bFOoz4UfHd3VQrGQ3GThynOAEinG1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:640.99px;width:941.997px;top:1415.9896240234px;left:128.99307250977px;overflow:hidden;display:block; }
#W7AwRiVLMRlxibzxqSPZEdrArkueuKx9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:636.997px;width:941.997px;top:2143.1771850586px;left:128.99307250977px;overflow:hidden;display:block; }
#tDNnnHT9JzJrX4VJKPh5KzHCuRNzwDwA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:370px;width:304px;display:none; }
#aymkg6q93mn4i4FWmCGBe3PBcKqEBPJC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:369px;width:304px;display:none; }
#JQeQhHM0VvuxBRTFNTAoU2wAGWl6iNFE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:370px;width:304px;display:none; }
#mPgV1RT4e8r4UyHasXrS7iBWQ40UthvE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:369px;width:304px;display:none; }
#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f7;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; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container { background-color: transparent; background-image: none; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container > .video-iframe-container { display: none; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row > .video-iframe-container { display: none; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .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); }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container { border-width: 0; border-radius: 0; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container { font-size:14px;font-family:arial;height:249px;width:1200px;position:relative;display:block; }#H0Q6Dl4dFAxPWVTEM6BGOq71kVPubcs7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:246px;width:1200px;top:0px;left:2px;overflow:hidden;display:block; }
#G3vCZPMzl1WhuSyLeri0JzzqVgx5u7Lp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:238px;width:430px;display:none; }
#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5bb0bf;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; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container { background-color: transparent; background-image: none; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container > .video-iframe-container { display: none; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row > .video-iframe-container { display: none; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .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); }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container { border-width: 0; border-radius: 0; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container { font-size:14px;font-family:arial;height:194px;width:1200px;position:relative;display:block; }#uo1TkyZdFBfTREgyRD2xhDt58rG3FhDy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:53px;top:70.5px;left:72px;overflow:hidden;display:block; }
#QbT4TfyaUpyTUKmxgX8GZMV89IEFC2ZX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:53px;top:70.5px;left:141px;overflow:hidden;display:block; }
#V7bfWb9S16edHVKV68qZmC7qvqDEx10L { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:53px;top:70.5px;left:214px;overflow:hidden;display:block; }
#wmURpm5RL89cpygTOCLRnOhrT8CovtZi { color:#ffffff;display:block;width:173px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:86.600006103516px;left:973px;height:20.7969px;text-align:right;text-align-last:right;display:block; }
#MIkgPWogdUg4TTVNiq1do7Qe7QeOir8H { color:#ffffff;display:block;width:173px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:86.600006103516px;left:728px;height:20.7969px;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo { display:block; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxzlXLrIqSVAKkc3wgLR4yOcyJSL5nTX { top:76px;left:0px;width:238px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #FfTkJ9UGl3KuL68s00ccxyT2STndZvA0 { top:30px;left:174.734375px;width:200px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV { display:none; }#VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cLmtrVpEzWdeVWTqgeVQn3aWUJetJkG9 { width:430px;height:813px;display:none; }
 }@media only screen and (max-width: 763px) { #QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN { display:block; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAlruXIi0wklyPXHPCuZwTb3TxnPEzJT { top:67px;left:0px;width:764px;height:751px;display:block; }
 }@media only screen and (max-width: 763px) { #T2iLSZ9aM4Xw9Nuz4FhOGo0SeH2IoqWA { top:121px;left:0px;width:764px;height:57px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #MvPN2KK2Bk3QsPRosHEXewNGWTMlbAO1 { top:879px;left:0px;width:764px;height:517.73191489362px;display:block; }
 }@media only screen and (max-width: 763px) { #DONEtxMbD6QCNQEFof9AgvsX0T2Z25T2 { top:343px;left:54px;width:656px;height:296px;display:block; }
 }@media only screen and (max-width: 763px) { #GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd { display:block; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c12X5p84hSd2A2IBnIc3wFmsE7NEZsfn { top:709px;left:0px;width:764px;height:514.74580176197px;display:block; }
 }@media only screen and (max-width: 763px) { #zr7bFOoz4UfHd3VQrGQ3GThynOAEinG1 { top:1415px;left:0px;width:764px;height:519.8704029843px;display:block; }
 }@media only screen and (max-width: 763px) { #W7AwRiVLMRlxibzxqSPZEdrArkueuKx9 { top:2143px;left:0px;width:764px;height:516.63190859419px;display:block; }
 }@media only screen and (max-width: 763px) { #tDNnnHT9JzJrX4VJKPh5KzHCuRNzwDwA { width:164px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aymkg6q93mn4i4FWmCGBe3PBcKqEBPJC { width:165px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JQeQhHM0VvuxBRTFNTAoU2wAGWl6iNFE { width:164px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mPgV1RT4e8r4UyHasXrS7iBWQ40UthvE { width:165px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV { display:block; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0Q6Dl4dFAxPWVTEM6BGOq71kVPubcs7 { top:0px;left:0px;width:764px;height:156.62px;display:block; }
 }@media only screen and (max-width: 763px) { #G3vCZPMzl1WhuSyLeri0JzzqVgx5u7Lp { width:200px;height:110px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC { display:block; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uo1TkyZdFBfTREgyRD2xhDt58rG3FhDy { top:70px;left:0px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #QbT4TfyaUpyTUKmxgX8GZMV89IEFC2ZX { top:70px;left:0px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #V7bfWb9S16edHVKV68qZmC7qvqDEx10L { top:70px;left:0px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #wmURpm5RL89cpygTOCLRnOhrT8CovtZi { top:86px;left:591px;width:173px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MIkgPWogdUg4TTVNiq1do7Qe7QeOir8H { top:86px;left:509.98611450195px;width:172px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo { display:none; }#O86nQZ3SiCTonDSCTIPuBRVrcT2fupmo > .row .container { width:320px;height:575px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VxzlXLrIqSVAKkc3wgLR4yOcyJSL5nTX { width:238px;height:38px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #FfTkJ9UGl3KuL68s00ccxyT2STndZvA0 { width:200px;height:94px;top:78px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV { display:block; }#VNmQ4pupTSmQVzLtkaAd8pcv8wIiyikV > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLmtrVpEzWdeVWTqgeVQn3aWUJetJkG9 { top:0px;left:0px;width:320px;height:609px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN { display:block; }#QCVctVBQPcDLsgLz0sDuuDudRmrFrEgN > .row .container { width:320px;height:397px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAlruXIi0wklyPXHPCuZwTb3TxnPEzJT { width:320px;height:303px;top:52.578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T2iLSZ9aM4Xw9Nuz4FhOGo0SeH2IoqWA { width:320px;height:41.5938px;top:85.59375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #MvPN2KK2Bk3QsPRosHEXewNGWTMlbAO1 { width:320px;height:216.85106382979px;top:879px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DONEtxMbD6QCNQEFof9AgvsX0T2Z25T2 { width:278px;height:124px;top:159.78125px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd { display:block; }#GQROTKQ7AZPmqEKcOTmg1mB70TFt9SQd > .row .container { width:320px;height:1455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c12X5p84hSd2A2IBnIc3wFmsE7NEZsfn { width:318px;height:215px;top:256.637px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zr7bFOoz4UfHd3VQrGQ3GThynOAEinG1 { width:317px;height:216px;top:492.449px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W7AwRiVLMRlxibzxqSPZEdrArkueuKx9 { width:320px;height:217px;top:729.086px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tDNnnHT9JzJrX4VJKPh5KzHCuRNzwDwA { top:17.39999961853px;left:23px;width:272px;height:332px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aymkg6q93mn4i4FWmCGBe3PBcKqEBPJC { top:379.40002441406px;left:23px;width:273px;height:332px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JQeQhHM0VvuxBRTFNTAoU2wAGWl6iNFE { top:742.20001220703px;left:23.5px;width:272px;height:332px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mPgV1RT4e8r4UyHasXrS7iBWQ40UthvE { top:1105.9875183105px;left:23px;width:273px;height:332px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV { display:block; }#BrG1VErtXpKAeiTeNNqpzVclZgGvL6AV > .row .container { width:320px;height:176px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0Q6Dl4dFAxPWVTEM6BGOq71kVPubcs7 { width:320px;height:66px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #G3vCZPMzl1WhuSyLeri0JzzqVgx5u7Lp { top:0px;left:0px;width:318px;height:176px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC { display:block; }#HyLKc2VIaglTL1dVrZrzJs6wKyMR3LKC > .row .container { width:320px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uo1TkyZdFBfTREgyRD2xhDt58rG3FhDy { width:53px;height:53px;top:21px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #QbT4TfyaUpyTUKmxgX8GZMV89IEFC2ZX { width:53px;height:53px;top:21px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #V7bfWb9S16edHVKV68qZmC7qvqDEx10L { width:53px;height:53px;top:21px;left:193.80000305176px;display:block; }
 }@media only screen and (max-width: 763px) { #wmURpm5RL89cpygTOCLRnOhrT8CovtZi { width:173px;height:20.8px;top:149.88751220703px;left:73.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MIkgPWogdUg4TTVNiq1do7Qe7QeOir8H { width:173px;height:20.8px;top:105px;left:73.5px;font-size:16px;display:block; }
 }