.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXCkypZdclZN0APtOQOIrri4QNZ2AMIC { 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:none; }#uXCkypZdclZN0APtOQOIrri4QNZ2AMIC > .row .container { border-width: 0; border-radius: 0; }#uXCkypZdclZN0APtOQOIrri4QNZ2AMIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXCkypZdclZN0APtOQOIrri4QNZ2AMIC > .row .container { font-size:14px;font-family:arial;height:79px;width:1200px;position:relative;display:none; }#pdFiivGLZFd1giRtvk8Sr8upvfJyGnqL { color:#ffffff;display:block;width:494px;position:absolute;font-family:caveat;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.171295166016px;left:81.46875px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#W2hfGapcU2G3xP7tkNbvBXmlotZR1VN0 { color:#000000;display:block;width:255px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.994213104248px;left:931.99884033203px;height:36.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HtVVBsvD7XUcQqnm6hT6uwQp1uWWaUzU { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:43.9959px;width:43.9959px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.491319656372px;left:867.98321533203px; }
#KmiSdbyTEVRO6spT69mt2WTuTqiLwf2D { position:absolute;display:block;z-index:15000;background-color:#0c3317;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:507px;top:14.988425254822px;left:76.982055664062px;display:block; }
#Plr5CusCTVoL3wGppLsTJifs3dq58ZVs { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.48205947876px;left:14.887145996094px; }
#d27f2be0abc8a72875fca09af628ae81 { 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; }#d27f2be0abc8a72875fca09af628ae81 > .row .container { background-color: transparent; background-image: none; }#d27f2be0abc8a72875fca09af628ae81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d27f2be0abc8a72875fca09af628ae81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d27f2be0abc8a72875fca09af628ae81 > .row .container > .video-iframe-container { display: none; }#d27f2be0abc8a72875fca09af628ae81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d27f2be0abc8a72875fca09af628ae81 > .row > .video-iframe-container { display: none; }#d27f2be0abc8a72875fca09af628ae81 > .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); }#d27f2be0abc8a72875fca09af628ae81 > .row .container { border-width: 0; border-radius: 0; }#d27f2be0abc8a72875fca09af628ae81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d27f2be0abc8a72875fca09af628ae81 > .row .container { font-size:14px;font-family:arial;height:483px;width:1200px;position:relative;display:block; }#c1f7f17bd9043e0982544ab070c05c5f { color:#020000;display:block;width:861px;position:absolute;font-family:gilroyeb;font-size:34px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:163px;left:195px;height:88.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uadac565389484f6d333f4d681041338 { color:#0090ff;display:block;width:1017px;position:absolute;font-family:gilroyeb;font-size:44px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:37.625px;left:100.484375px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gb1ce845b0419a41440955569717ced3 .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Gb1ce845b0419a41440955569717ced3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:"open sans";font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:361px;left:446px;z-index:15002; }
#Gb1ce845b0419a41440955569717ced3 #a09a963c6949f56c4277c33c0fbf0eaf { display:flex;position:relative;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 #b2e0b467b6d7528a8ebfbeb036207828 { width:auto; }
#Gb1ce845b0419a41440955569717ced3 #b25e2fd71bd48201700199deb32e9b5a {  }
#Gb1ce845b0419a41440955569717ced3 #c2ed7c7cbbb5a7839e6687528068a55d { display:flex;position:relative;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 #T0c60666c32973ff353b0f118f912eca {  }
#Gb1ce845b0419a41440955569717ced3 #M6da9b6c82ee1d5601353a1b42450c30 {  }
#Gb1ce845b0419a41440955569717ced3 #B4f795d001d90e835db886af75e86085 { display:flex;position:relative;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 #o0ed1e4e3f1057a77972db1e188b9f6d {  }
#Gb1ce845b0419a41440955569717ced3 #a97620cdccd1c3824d6e049431ee282a {  }
#Gb1ce845b0419a41440955569717ced3 #dbedcdcf1014742dac91763e1a814f76 { display:flex;position:relative;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 #Pa409b74dcc526948a46c0bfd59e8bc1 {  }
#Gb1ce845b0419a41440955569717ced3 #G3902cd6544a788761b4f27ea346396e {  }
#Ef10e42453e5986b2e6775360fd36d76 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:74px;width:76px;top:310px;left:1009.5px;overflow:hidden;display:block; }
#a41d2c2143302641cbd78274dc5967c7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:74px;width:76px;top:310px;left:162px;overflow:hidden;display:block; }
#d46a7ed3089d1e7aa02dc4e9e8a32422 { color:#ee0000;display:block;width:727px;position:absolute;font-family:gilroyeb;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:337px;left:237px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f0462801edfa7a2bc8179bdcc4858838 { color:#ff0000;display:block;width:810px;position:absolute;font-family:gilroyeb;font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:251.375px;left:195px;height:88.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD { 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; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container { background-color: transparent; background-image: none; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container > .video-iframe-container { display: none; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row > .video-iframe-container { display: none; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .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); }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container { border-width: 0; border-radius: 0; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container { font-size:14px;font-family:arial;height:185px;width:1200px;position:relative;display:block; }#MFpGQR9OT4FcluTVnVx4WlNqBCTT0Mk6 { background-color:#fd8100;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:748px;height:100px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18px;left:226px;display:block; }
#a0xKTdh65hLTkUfmwVvKQMvAlwJOcUat { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { background-color: transparent; background-image: none; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container > .video-iframe-container { display: none; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row > .video-iframe-container { display: none; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .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); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { border-width: 0; border-radius: 0; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { font-size:14px;font-family:arial;height:247px;width:1200px;position:relative;display:block; }#bmoqMrb38xdiPBv1VAmgVI37nfH91TsU { color:#ffffff;display:block;width:899px;position:absolute;font-family:"open sans";font-size:40px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:40.5px;left:150.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/7zHTep49/t_o2.jpg");background-position:bottom 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; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R.adaptive-delivery-prevent-bg, #kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R.lazyload, #kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R.lazyloading { background-image: none; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container { background-color: transparent; background-image: none; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container > .video-iframe-container { display: none; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row > .video-iframe-container { display: none; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .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); }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container { border-width: 0; border-radius: 0; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container { font-size:14px;font-family:arial;height:818px;width:1200px;position:relative;display:block; }#eTinURTTlMSJW3HLrILUD1NOXrfb620G { color:#e8f7ff;display:block;width:455px;position:absolute;font-family:roboto;font-size:42px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:138.390625px;left:51.5px;height:109.193px;font-style:normal;display:block; }
#JEkGeNyKEQaxu2hLEmRhTywHgAmASz26 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:6px;width:132px;top:294px;left:51.5px;display:block; }
#QTmolMq5KigRV1iESAEaXdk6taA8w5E2 { color:#e8f7ff;display:block;width:491px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:333px;left:51.5px;height:353.5469px;font-style:normal;display:block; }
#MEUwPaNPdPFLabwzv5CRkBkNATMGki9s { 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;box-shadow: none;height:729px;width:484px;top:85.5px;left:679.875px;overflow:hidden;display:block; }
#XhXGLoiTqnB0ufpwoJet2vv2vF0zEM2S { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:68px;width:68px;top:159px;left:514px;display:block; }
#HdHpEnI5MkSn9BkJcneLmM0vnWUW26x2 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:68px;width:68px;top:19px;left:1058px;display:block; }
#hGG7m9GJPKp4o7yAK2OcnsRbOnd4Pyda { position:absolute;display:block;z-index:15026;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:48px;width:48px;top:28px;left:1069px;overflow:hidden;display:block; }
#JDrBWz9WUW5XzcvcO2oHIGVTHnEnwrma { position:absolute;display:block;z-index:15027;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:47px;width:47px;top:172px;left:524px;overflow:hidden;display:block; }
#cJp277PoLTBhZsX2T18ghNUtaCbhPNrv { color:#000000;display:block;width:216px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:67px;left:68px;height:36.3932px;font-style:normal;display:block; }
#JFf09toA4Ik7mJWb3kcwA7SaTBgdZmgo { position:absolute;display:block;z-index:15001;background-color:#fffd00;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47px;width:228px;top:62px;left:52px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uXCkypZdclZN0APtOQOIrri4QNZ2AMIC { display:block; }#uXCkypZdclZN0APtOQOIrri4QNZ2AMIC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdFiivGLZFd1giRtvk8Sr8upvfJyGnqL { top:18px;left:0px;width:494px;height:39px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W2hfGapcU2G3xP7tkNbvBXmlotZR1VN0 { top:19px;left:509px;width:255px;height:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HtVVBsvD7XUcQqnm6hT6uwQp1uWWaUzU { top:17px;left:649.98321533203px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #KmiSdbyTEVRO6spT69mt2WTuTqiLwf2D { top:14px;left:0px;width:507px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #Plr5CusCTVoL3wGppLsTJifs3dq58ZVs { top:12px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #d27f2be0abc8a72875fca09af628ae81 { display:block; }#d27f2be0abc8a72875fca09af628ae81 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1f7f17bd9043e0982544ab070c05c5f { top:163px;left:0px;width:764px;height:88px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uadac565389484f6d333f4d681041338 { top:37px;left:0px;width:764px;height:;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gb1ce845b0419a41440955569717ced3 .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#Gb1ce845b0419a41440955569717ced3 { display:flex;width:288px;height:81px;top:382px;left:359.5px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #a09a963c6949f56c4277c33c0fbf0eaf { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #b2e0b467b6d7528a8ebfbeb036207828 {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #b25e2fd71bd48201700199deb32e9b5a {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #c2ed7c7cbbb5a7839e6687528068a55d { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #T0c60666c32973ff353b0f118f912eca {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #M6da9b6c82ee1d5601353a1b42450c30 {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #B4f795d001d90e835db886af75e86085 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #o0ed1e4e3f1057a77972db1e188b9f6d {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #a97620cdccd1c3824d6e049431ee282a {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #dbedcdcf1014742dac91763e1a814f76 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #Pa409b74dcc526948a46c0bfd59e8bc1 {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #G3902cd6544a788761b4f27ea346396e {  }
 }@media only screen and (max-width: 763px) { #Ef10e42453e5986b2e6775360fd36d76 { top:310px;left:688px;width:76px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #a41d2c2143302641cbd78274dc5967c7 { top:310px;left:0px;width:76px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #d46a7ed3089d1e7aa02dc4e9e8a32422 { top:337px;left:19px;width:727px;height:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f0462801edfa7a2bc8179bdcc4858838 { top:251px;left:0px;width:764px;height:88px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD { display:block; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFpGQR9OT4FcluTVnVx4WlNqBCTT0Mk6 { width:748px;height:100px;top:18px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #a0xKTdh65hLTkUfmwVvKQMvAlwJOcUat { display:block; }
 }@media only screen and (max-width: 763px) { #GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 { display:block; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmoqMrb38xdiPBv1VAmgVI37nfH91TsU { top:40px;left:0px;width:764px;height:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R { display:block; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTinURTTlMSJW3HLrILUD1NOXrfb620G { top:138px;left:0px;width:455px;height:109px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JEkGeNyKEQaxu2hLEmRhTywHgAmASz26 { top:294px;left:0px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #QTmolMq5KigRV1iESAEaXdk6taA8w5E2 { top:333px;left:0px;width:491px;height:353px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MEUwPaNPdPFLabwzv5CRkBkNATMGki9s { top:85px;left:280px;width:484px;height:729px;display:block; }
 }@media only screen and (max-width: 763px) { #XhXGLoiTqnB0ufpwoJet2vv2vF0zEM2S { top:159px;left:314px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #HdHpEnI5MkSn9BkJcneLmM0vnWUW26x2 { top:19px;left:696px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #hGG7m9GJPKp4o7yAK2OcnsRbOnd4Pyda { top:28px;left:716px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #JDrBWz9WUW5XzcvcO2oHIGVTHnEnwrma { top:172px;left:335px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #cJp277PoLTBhZsX2T18ghNUtaCbhPNrv { top:67px;left:0px;width:216px;height:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JFf09toA4Ik7mJWb3kcwA7SaTBgdZmgo { top:62px;left:0px;width:228px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uXCkypZdclZN0APtOQOIrri4QNZ2AMIC { display:none; }#uXCkypZdclZN0APtOQOIrri4QNZ2AMIC > .row .container { width:320px;height:110px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pdFiivGLZFd1giRtvk8Sr8upvfJyGnqL { width:317px;height:24.6875px;top:23.171875px;left:3px;font-size:19px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #W2hfGapcU2G3xP7tkNbvBXmlotZR1VN0 { width:167px;height:23.3906px;top:69.3125px;left:86px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtVVBsvD7XUcQqnm6hT6uwQp1uWWaUzU { display:flex;width:24px;height:24px;top:69px;left:73px;font-size:16px; }
 }@media only screen and (max-width: 763px) { #KmiSdbyTEVRO6spT69mt2WTuTqiLwf2D { width:320px;height:35px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Plr5CusCTVoL3wGppLsTJifs3dq58ZVs { display:flex;width:50px;height:50px;top:117.97456654053px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #d27f2be0abc8a72875fca09af628ae81 { display:block; }#d27f2be0abc8a72875fca09af628ae81 > .row .container { width:320px;height:341px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1f7f17bd9043e0982544ab070c05c5f { width:320px;height:62.3906px;top:115px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uadac565389484f6d333f4d681041338 { width:320px;height:74.0625px;top:29.421875px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Gb1ce845b0419a41440955569717ced3 .widget-text.counter-number { padding-top:4.75px;padding-right:4.31px;padding-bottom:4.75px;padding-left:4.31px;width:25.83px;min-width:25.83px;height:25.53px;font-size:19px;line-height:25.53px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Gb1ce845b0419a41440955569717ced3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:2.97px;margin-right:0;margin-bottom:0;margin-left:0;width:34.45px;height:10.09px;font-size:7.13px;line-height:10.09px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Gb1ce845b0419a41440955569717ced3 { display:flex;width:202px;height:48.09px;top:264px;left:52.828125px;padding-top:5.94px;padding-right:6.15px;padding-bottom:5.94px;padding-left:6.15px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #a09a963c6949f56c4277c33c0fbf0eaf { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #b2e0b467b6d7528a8ebfbeb036207828 {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #b25e2fd71bd48201700199deb32e9b5a {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #c2ed7c7cbbb5a7839e6687528068a55d { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #T0c60666c32973ff353b0f118f912eca {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #M6da9b6c82ee1d5601353a1b42450c30 {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #B4f795d001d90e835db886af75e86085 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #o0ed1e4e3f1057a77972db1e188b9f6d {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #a97620cdccd1c3824d6e049431ee282a {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #dbedcdcf1014742dac91763e1a814f76 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #Pa409b74dcc526948a46c0bfd59e8bc1 {  }
 }@media only screen and (max-width: 763px) { #Gb1ce845b0419a41440955569717ced3 #G3902cd6544a788761b4f27ea346396e {  }
 }@media only screen and (max-width: 763px) { #Ef10e42453e5986b2e6775360fd36d76 { width:76px;height:74px;top:310px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #a41d2c2143302641cbd78274dc5967c7 { width:76px;height:74px;top:310px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #d46a7ed3089d1e7aa02dc4e9e8a32422 { width:297px;height:0;top:223px;left:12px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f0462801edfa7a2bc8179bdcc4858838 { width:309px;height:62.3906px;top:191.8125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD { display:block; }#uKfb03nP6u7CglGDiOiRMEgBy5V5J9nD > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFpGQR9OT4FcluTVnVx4WlNqBCTT0Mk6 { width:240px;height:58px;top:7px;left:40.000001907349px;font-size:20px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #a0xKTdh65hLTkUfmwVvKQMvAlwJOcUat { display:block; }
 }@media only screen and (max-width: 763px) { #GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { background-color: transparent; background-image: none; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container > .video-iframe-container { display: none; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row > .video-iframe-container { display: none; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .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); }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { border-width: 0; border-radius: 0; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqlL2mTcoNZcdZ9oKIMzg4CTxXcSClW5 > .row .container { width:320px;height:264px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmoqMrb38xdiPBv1VAmgVI37nfH91TsU { width:298px;height:218.344px;top:30.21875px;left:11px;font-size:26px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R { display:block; }#kCNxlX53Q6ShvfNDAmaL7rlMEF7SyG9R > .row .container { width:320px;height:996px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTinURTTlMSJW3HLrILUD1NOXrfb620G { width:297px;height:67.5938px;top:93.390625px;left:11.5px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEkGeNyKEQaxu2hLEmRhTywHgAmASz26 { width:132px;height:6px;top:465px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #QTmolMq5KigRV1iESAEaXdk6taA8w5E2 { width:320px;height:457.5309px;top:503.671875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEUwPaNPdPFLabwzv5CRkBkNATMGki9s { width:182px;height:274px;top:162px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #XhXGLoiTqnB0ufpwoJet2vv2vF0zEM2S { width:68px;height:68px;top:198.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HdHpEnI5MkSn9BkJcneLmM0vnWUW26x2 { width:68px;height:68px;top:369px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #hGG7m9GJPKp4o7yAK2OcnsRbOnd4Pyda { width:48px;height:48px;top:379px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #JDrBWz9WUW5XzcvcO2oHIGVTHnEnwrma { width:47px;height:47px;top:209px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cJp277PoLTBhZsX2T18ghNUtaCbhPNrv { width:216px;height:23.3906px;top:27.71875px;left:52px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFf09toA4Ik7mJWb3kcwA7SaTBgdZmgo { width:228px;height:47px;top:15.90625px;left:46px;display:block; }
 }