.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JhEzOAIU/pg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88.adaptive-delivery-prevent-bg, #TinTJwTCloV2Q48ysBqPd6gKhEuFfI88.lazyload, #TinTJwTCloV2Q48ysBqPd6gKhEuFfI88.lazyloading { background-image: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { background-color: transparent; background-image: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container > .video-iframe-container { display: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container { display: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .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); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { border-width: 0; border-radius: 0; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { font-size:14px;font-family:arial;height:983px;width:1200px;position:relative;display:block; }#XGHs6hZLN53cNEsetMP9lMMVTND2olBA { color:#010f2e;display:block;width:430px;position:absolute;font-family:rubik;font-size:31px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:144px;left:63px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzgXDyfZkfD7Gy3n3UtqosE0HJJDV4dz { color:#010f2e;display:block;width:415px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:275px;left:63px;height:129.5625px;font-style:normal;display:block; }
#XKBXp3T7FLZFhL87NwbdR2lxJ8ngAPXi { 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;height:57px;width:279px;top:61px;left:70px;overflow:hidden;display:block; }
#OnHmAvQr7rFM1H574UlzRoxWHb5dU1qc { color:#010f2e;display:block;width:415px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:432px;left:63px;height:43.1875px;font-style:normal;display:block; }
#ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 { color:#010f2e;display:block;width:627px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:493px;left:63px;height:197.75px;font-style:normal;display:block; }#ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 li:before{  }
#ae6TksOeePoASkuHQRJ9i1sMcu4iAvK4 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:128px;width:320px;top:16px;left:518.5px;overflow:hidden;display:block; }
#QxDaMHcv0d2PhdBOM2NbzQOxW6S044UI { background-color:#ff733c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:431px;height:61px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:887px;left:384.5px;display:block; }
#U3FqlgDJOCDQHrr1rN0UzEEpFJ7mLWOf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bUKmwTcvJc93ts3peR5ervBw10zqCBJr { color:#010f2e;display:block;width:1088px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:718px;left:63px;height:129.5625px;font-style:normal;display:block; }
#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PjaWJAH3/pg_sec.jpg");background-position:top 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; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf.adaptive-delivery-prevent-bg, #Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf.lazyload, #Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf.lazyloading { background-image: none; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container { background-color: transparent; background-image: none; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container > .video-iframe-container { display: none; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row > .video-iframe-container { display: none; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .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); }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container { border-width: 0; border-radius: 0; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container { font-size:14px;font-family:arial;height:805px;width:1200px;position:relative;display:block; }#LAN5Z7uv9Qra5TdbB5TOA8IFf2yxNvUN { color:#010f2e;display:block;width:873px;position:absolute;font-family:rubik;font-size:26px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:37px;left:163.5px;height:;font-style:normal;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; }
#f0roiNJ6IoEAbolhOoq7tIsJIEGzoVhh { position:absolute;display:block;z-index:15010;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: 1px 1px 10px rgba(0,0,0,0.5) ;height:270px;width:202px;top:354px;left:30px;overflow:hidden;display:block; }
#hVh2ab2yPN88cmX0tz10pEcAqzENV29r { background-color:#ff733c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:514px;height:61px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:689px;left:343px;display:block; }
#O2UqkuzOTCuuNUEUcladDP378InlAFKy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut { color:#010f2e;display:block;width:917px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:179px;left:62px;height:101.375px;font-style:normal;display:block; }#vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut li:before{  }
#QHuphAJGw43ouI1NTcCOb3ewXpvv2tsG { color:#010f2e;display:block;width:746px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:133px;left:62px;height:21.5938px;font-style:normal;display:block; }
#R6RGZEmToHnTFnIzw8kFuogEUEuvmqnF { position:absolute;display:block;z-index:15011;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: 1px 1px 10px rgba(0,0,0,0.5) ;height:270px;width:189px;top:354px;left:292px;overflow:hidden;display:block; }
#FqmB1kS6PL7oOUKdHOcg631wppsbavuB { position:absolute;display:block;z-index:15012;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: 1px 1px 10px rgba(0,0,0,0.5) ;height:270px;width:202px;top:354px;left:551px;overflow:hidden;display:block; }
#a1n3m9QixZL2MpoiVex0rdvpua3pfzQH { position:absolute;display:block;z-index:15013;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: 1px 1px 10px rgba(0,0,0,0.5) ;height:184px;width:331px;top:397px;left:839px;overflow:hidden;display:block; }
#VPResRWttV16LrzfFlzZvZsfIKliAyhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container { background-color: transparent; background-image: none; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container > .video-iframe-container { display: none; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row > .video-iframe-container { display: none; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .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); }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container { border-width: 0; border-radius: 0; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container { font-size:14px;font-family:arial;height:444px;width:1200px;position:relative;display:block; }#JKoir7pMobX0ooMCBeEcGHZa6mzbqQ0o { color:#3c3c3c;display:block;width:520px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:47px;left:10px;height:65px;font-style:normal;display:block; }
#UOnNJpG8cW6URL34AI6kcVI94nyW4fMP { color:#3c3c3c;display:block;width:474px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:173px;left:246.5px;height:78px;display:block; }
#mQv332D8Lbp4lkhWkkoHcLqJT2CNfXNP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:163px;top:177px;left:10px;overflow:hidden;display:block; }
#Wc3l0U8rgs91ywOU0WX26VrqlhkkeTvn { 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;height:60px;width:150px;top:192px;left:770.5px;overflow:hidden;display:block; }
#PgaTqIZKNLGL8WXQBdKBqmTJzyM1CiVq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:58px;width:192px;top:307px;left:10px;overflow:hidden;display:block; }
#x7QpvUeIScaPGn3GcE1yaPoGRqAiEIo4 { 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;height:60px;width:216px;top:307px;left:246.5px;overflow:hidden;display:block; }
#U19HZ2Os5P6Na4nwcq9sGAQwdLJg49DZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:184px;top:307px;left:498.5px;overflow:hidden;display:block; }
#FAPeo85h02hU4IKO0WyxmUvMwvl9t80P { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:171px;top:307px;left:720.5px;overflow:hidden;display:block; }
#VxlFbTM17PWdKs4Ilw8gnJxlN3aBrhGN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:150px;top:192px;left:995px;overflow:hidden;display:block; }
#FzqzsOHHkTqJuh1QT4nGp17ei7S597ia { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:65px;width:210px;top:302px;left:936px;overflow:hidden;display:block; }
#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aa9f;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; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { background-color: transparent; background-image: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container > .video-iframe-container { display: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container { display: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .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); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { border-width: 0; border-radius: 0; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { font-size:14px;font-family:arial;height:934px;width:1200px;position:relative;display:block; }#VoLLTcfhbvih7MDfGNc7AdQq7stNRQE0 { position:absolute;z-index:15022;top:219px;left:671px;width:485px;height:183px;display:block; }
#BLv70xcwUIiUL1a0fHroN9K1rAyrQ6X6 { color:#f6f6f6;display:block;width:497px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:354px;left:0px;height:130px;display:block; }
#oMsKT5mgebKDDThZciLJV8NVmSqQR6oO { color:#f6f6f6;display:block;width:585px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:178.25px;left:0px;height:130px;display:block; }
#IMAK86U58STHPrP5tKIaMHaMCgH0BTgB { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:812px;width:556px;top:104px;left:635px;display:block; }
#oE9W5AGaLiysBa8btv8WoAaJFBf1o6xJ { color:#3c3c3c;display:block;width:311px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:137.640625px;left:757.5px;height:57.1876px;text-align:center;text-align-last:center;display:block; }
#IITwwWaieVGhZGWy7gGT5NwTi73wImoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container { background-color: transparent; background-image: none; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container > .video-iframe-container { display: none; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row > .video-iframe-container { display: none; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .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); }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container { border-width: 0; border-radius: 0; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container { font-size:14px;font-family:arial;height:340px;width:1200px;position:relative;display:block; }#nr5lJD6PTeJq1lsv9hG75ikywuQX7siu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:750px;top:20px;left:225px;overflow:hidden;display:block; }
#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jO3Rv5vF/pg_bot.jpg");background-position:bottom 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; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo.adaptive-delivery-prevent-bg, #qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo.lazyload, #qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo.lazyloading { background-image: none; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container { background-color: transparent; background-image: none; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container > .video-iframe-container { display: none; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row > .video-iframe-container { display: none; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .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); }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container { border-width: 0; border-radius: 0; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container { font-size:14px;font-family:arial;height:285px;width:1200px;position:relative;display:block; }#x4lXqKRlqZI419SMX82OGMlAgxnSQgIQ { color:#929292;display:block;width:939px;position:absolute;font-family:rubik;font-size:12px;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:41px;left:130.5px;height:100.781px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yr3QL7KO/pg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88.adaptive-delivery-prevent-bg, #TinTJwTCloV2Q48ysBqPd6gKhEuFfI88.lazyload, #TinTJwTCloV2Q48ysBqPd6gKhEuFfI88.lazyloading { background-image: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { background-color: transparent; background-image: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container > .video-iframe-container { display: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container { display: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .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); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { width:764px;height:1098px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XGHs6hZLN53cNEsetMP9lMMVTND2olBA { width:292px;height:223.125px;top:98px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 1199px) { #vzgXDyfZkfD7Gy3n3UtqosE0HJJDV4dz { width:294px;height:172.75px;top:341px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #XKBXp3T7FLZFhL87NwbdR2lxJ8ngAPXi { width:223px;height:47px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #OnHmAvQr7rFM1H574UlzRoxWHb5dU1qc { width:287px;height:43.1875px;top:533px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 { width:514px;height:219.344px;top:597px;left:0px;font-size:18px;display:block; }#ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 li:before{  }
 }@media only screen and (max-width: 1199px) { #ae6TksOeePoASkuHQRJ9i1sMcu4iAvK4 { width:320px;height:128px;top:16px;left:300.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #QxDaMHcv0d2PhdBOM2NbzQOxW6S044UI { width:464px;height:61px;top:1018.59375px;left:123.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #U3FqlgDJOCDQHrr1rN0UzEEpFJ7mLWOf { display:block; }
 }@media only screen and (max-width: 1199px) { #bUKmwTcvJc93ts3peR5ervBw10zqCBJr { width:711px;height:151.1563px;top:844.84375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf { display:block; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container { width:764px;height:757px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LAN5Z7uv9Qra5TdbB5TOA8IFf2yxNvUN { width:764px;height:62.375px;top:78px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #f0roiNJ6IoEAbolhOoq7tIsJIEGzoVhh { width:150px;height:200px;top:381px;left:2px;display:block; }
 }@media only screen and (max-width: 1199px) { #hVh2ab2yPN88cmX0tz10pEcAqzENV29r { width:460px;height:61px;top:631px;left:152px;display:block; }
 }@media only screen and (max-width: 1199px) { #O2UqkuzOTCuuNUEUcladDP378InlAFKy { display:block; }
 }@media only screen and (max-width: 1199px) { #vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut { width:741px;height:101.375px;top:221px;left:12px;font-size:18px;display:block; }#vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut li:before{  }
 }@media only screen and (max-width: 1199px) { #QHuphAJGw43ouI1NTcCOb3ewXpvv2tsG { width:485px;height:21.5938px;top:172px;left:12px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #R6RGZEmToHnTFnIzw8kFuogEUEuvmqnF { width:140px;height:200px;top:381px;left:190px;display:block; }
 }@media only screen and (max-width: 1199px) { #FqmB1kS6PL7oOUKdHOcg631wppsbavuB { width:150px;height:200px;top:381px;left:371px;display:block; }
 }@media only screen and (max-width: 1199px) { #a1n3m9QixZL2MpoiVex0rdvpua3pfzQH { width:206px;height:112px;top:429px;left:558px;display:block; }
 }@media only screen and (max-width: 1199px) { #VPResRWttV16LrzfFlzZvZsfIKliAyhr { display:block; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container { width:764px;height:662px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JKoir7pMobX0ooMCBeEcGHZa6mzbqQ0o { width:520px;height:52px;top:41px;left:10px;font-size:40px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #UOnNJpG8cW6URL34AI6kcVI94nyW4fMP { width:345px;height:104px;top:156px;left:209.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #mQv332D8Lbp4lkhWkkoHcLqJT2CNfXNP { width:163px;height:70px;top:173px;left:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #Wc3l0U8rgs91ywOU0WX26VrqlhkkeTvn { width:192px;height:78px;top:169px;left:572px;display:block; }
 }@media only screen and (max-width: 1199px) { #PgaTqIZKNLGL8WXQBdKBqmTJzyM1CiVq { width:241px;height:74px;top:432px;left:76px;display:block; }
 }@media only screen and (max-width: 1199px) { #x7QpvUeIScaPGn3GcE1yaPoGRqAiEIo4 { width:265px;height:75px;top:432px;left:423px;display:block; }
 }@media only screen and (max-width: 1199px) { #U19HZ2Os5P6Na4nwcq9sGAQwdLJg49DZ { width:231px;height:75px;top:529px;left:76px;display:block; }
 }@media only screen and (max-width: 1199px) { #FAPeo85h02hU4IKO0WyxmUvMwvl9t80P { width:200px;height:70px;top:529px;left:423px;display:block; }
 }@media only screen and (max-width: 1199px) { #VxlFbTM17PWdKs4Ilw8gnJxlN3aBrhGN { width:150px;height:60px;top:337px;left:76px;display:block; }
 }@media only screen and (max-width: 1199px) { #FzqzsOHHkTqJuh1QT4nGp17ei7S597ia { width:210px;height:65px;top:332px;left:423px;display:block; }
 }@media only screen and (max-width: 1199px) { #qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G { background-color:#00aa9f;background-image:none;display:block; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { background-color: transparent; background-image: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container > .video-iframe-container { display: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container { display: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .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); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { width:764px;height:1189px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VoLLTcfhbvih7MDfGNc7AdQq7stNRQE0 { width:471px;height:322px;top:373px;left:147px;display:block; }
 }@media only screen and (max-width: 1199px) { #BLv70xcwUIiUL1a0fHroN9K1rAyrQ6X6 { width:664px;height:93.5624px;top:100.984375px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #oMsKT5mgebKDDThZciLJV8NVmSqQR6oO { width:706px;height:35.0938px;top:43.984375px;left:20px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #IMAK86U58STHPrP5tKIaMHaMCgH0BTgB { width:556px;height:870px;top:237px;left:104px;display:block; }
 }@media only screen and (max-width: 1199px) { #oE9W5AGaLiysBa8btv8WoAaJFBf1o6xJ { width:311px;height:57.1875px;top:270px;left:240px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #IITwwWaieVGhZGWy7gGT5NwTi73wImoN { display:block; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nr5lJD6PTeJq1lsv9hG75ikywuQX7siu { width:750px;height:300px;top:20px;left:7px;display:block; }
 }@media only screen and (max-width: 1199px) { #qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo { display:block; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container { width:764px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x4lXqKRlqZI419SMX82OGMlAgxnSQgIQ { width:764px;height:100.781px;top:32.200012207031px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 { background-color:rgba(241,241,241,0.85);background-image:none;display:block; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { background-color: transparent; background-image: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container > .video-iframe-container { display: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row > .video-iframe-container { display: none; }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .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); }#TinTJwTCloV2Q48ysBqPd6gKhEuFfI88 > .row .container { width:320px;height:1521px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGHs6hZLN53cNEsetMP9lMMVTND2olBA { width:320px;height:230.344px;top:238px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzgXDyfZkfD7Gy3n3UtqosE0HJJDV4dz { width:320px;height:129.5625px;top:497px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKBXp3T7FLZFhL87NwbdR2lxJ8ngAPXi { width:223px;height:47px;top:175px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OnHmAvQr7rFM1H574UlzRoxWHb5dU1qc { width:320px;height:43.1875px;top:650px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 { width:320px;height:348.906px;top:713px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }#ZQDroD30O3WM0bFEhv2cCuwvRIo6z5g9 li:before{  }
 }@media only screen and (max-width: 763px) { #ae6TksOeePoASkuHQRJ9i1sMcu4iAvK4 { width:300px;height:120px;top:30px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QxDaMHcv0d2PhdBOM2NbzQOxW6S044UI { width:299px;height:61px;top:1413px;left:11px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #U3FqlgDJOCDQHrr1rN0UzEEpFJ7mLWOf { display:block; }
 }@media only screen and (max-width: 763px) { #bUKmwTcvJc93ts3peR5ervBw10zqCBJr { width:320px;height:302.3128px;top:1082px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf { display:block; }#Xz5etG28t1G0DxQcBX3ysADdKp1PR4bf > .row .container { width:320px;height:1845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAN5Z7uv9Qra5TdbB5TOA8IFf2yxNvUN { width:320px;height:187.125px;top:20px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #f0roiNJ6IoEAbolhOoq7tIsJIEGzoVhh { width:200px;height:265px;top:583px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #hVh2ab2yPN88cmX0tz10pEcAqzENV29r { width:304px;height:61px;top:1754px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O2UqkuzOTCuuNUEUcladDP378InlAFKy { display:block; }
 }@media only screen and (max-width: 763px) { #vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut { width:320px;height:230.938px;top:310px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }#vmtDf7kOCsFA3Cr3OFKJa9Kv1qCfPbut li:before{  }
 }@media only screen and (max-width: 763px) { #QHuphAJGw43ouI1NTcCOb3ewXpvv2tsG { width:320px;height:43.1875px;top:247px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6RGZEmToHnTFnIzw8kFuogEUEuvmqnF { width:200px;height:285px;top:1188.453125px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FqmB1kS6PL7oOUKdHOcg631wppsbavuB { width:200px;height:266px;top:886.125px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #a1n3m9QixZL2MpoiVex0rdvpua3pfzQH { width:320px;height:177.062px;top:1521.453125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VPResRWttV16LrzfFlzZvZsfIKliAyhr { display:block; }#VPResRWttV16LrzfFlzZvZsfIKliAyhr > .row .container { width:320px;height:974px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKoir7pMobX0ooMCBeEcGHZa6mzbqQ0o { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOnNJpG8cW6URL34AI6kcVI94nyW4fMP { width:320px;height:66.2812px;top:186.59375px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQv332D8Lbp4lkhWkkoHcLqJT2CNfXNP { width:163px;height:70px;top:81.5938px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3l0U8rgs91ywOU0WX26VrqlhkkeTvn { width:192px;height:78px;top:285.59375px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #PgaTqIZKNLGL8WXQBdKBqmTJzyM1CiVq { width:241px;height:74px;top:393.5938px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #x7QpvUeIScaPGn3GcE1yaPoGRqAiEIo4 { width:265px;height:75px;top:488.5938px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #U19HZ2Os5P6Na4nwcq9sGAQwdLJg49DZ { width:231px;height:75px;top:583.5938px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #FAPeo85h02hU4IKO0WyxmUvMwvl9t80P { width:200px;height:70px;top:678.5938px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #VxlFbTM17PWdKs4Ilw8gnJxlN3aBrhGN { width:150px;height:60px;top:774.59375px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #FzqzsOHHkTqJuh1QT4nGp17ei7S597ia { width:210px;height:65px;top:854.59375px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G { background-color:#00aa9f;background-image:none;display:block; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { background-color: transparent; background-image: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container > .video-iframe-container { display: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row > .video-iframe-container { display: none; }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .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); }#qoo4nrlGILIh3OuF4u0WFyn8lt6Ark3G > .row .container { width:320px;height:1120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLLTcfhbvih7MDfGNc7AdQq7stNRQE0 { width:281px;height:466px;top:492px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BLv70xcwUIiUL1a0fHroN9K1rAyrQ6X6 { width:232px;height:176.7503px;top:158px;left:44px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMsKT5mgebKDDThZciLJV8NVmSqQR6oO { width:285px;height:97.5px;top:26.984375px;left:17.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMAK86U58STHPrP5tKIaMHaMCgH0BTgB { width:320px;height:674px;top:372px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oE9W5AGaLiysBa8btv8WoAaJFBf1o6xJ { width:298px;height:57.1875px;top:404px;left:11px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IITwwWaieVGhZGWy7gGT5NwTi73wImoN { display:block; }#IITwwWaieVGhZGWy7gGT5NwTi73wImoN > .row .container { width:320px;height:163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr5lJD6PTeJq1lsv9hG75ikywuQX7siu { width:320px;height:128px;top:17.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo { display:block; }#qi5XTTIxUARDtLBNgaogUBM0f8GK5ODo > .row .container { width:320px;height:191px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4lXqKRlqZI419SMX82OGMlAgxnSQgIQ { width:320px;height:134.375px;top:20px;left:0px;font-size:12px;display:block; }
 }