.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[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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG > .row > .video-iframe-container { display: none; }#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG > .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); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs { background-color:#ffffff;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; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container { background-color: transparent; background-image: none; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container > .video-iframe-container { display: none; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row > .video-iframe-container { display: none; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .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); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container { border-width: 0; border-radius: 0; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container { width:1200px;height:669px;font-size:14px;font-family:"open sans";position:relative;display:block; }#CootTqpVbBKqqeXwmk0Bn2AEQ73ofAUz { position:absolute;display:block;z-index:15012;height:425px;width:355px;top:187.41320800781px;left:822.36116027832px;display:block; }
#MBnlHtnZTHvrvyZydMsQal9QiZrTUMml { position:absolute;display:block;z-index:15012;height:461px;width:419px;top:75px;left:648px;display:none; }
#ASJAKtW4EFWH5rxce25DM06nkFTTNXkE { position:absolute;display:block;z-index:15011;background-color:#ffede8;background-image:none;border-top:1px solid #fbaf43;border-left:1px solid #fbaf43;border-right:1px solid #fbaf43;border-bottom:1px solid #fbaf43;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 5px rgba(0,0,0,0.98) ;height:525px;width:392px;top:123.80208587646px;left:802.76045227051px;display:block; }
#OFTkapSRDWElMxV0ApOuTIXuSJLBFZAL { position:absolute;display:block;z-index:15027;background-color:#ffede8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:519px;width:768px;top:123.83681488037px;left:0px;display:block; }
#cZoIzfIL8n16uw9eGvDyD4mpU8ukH3Ml { color:#f15a2e;display:block;width:726.997px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:188.07292175293px;left:20.486114501953px;height:144.271px;display:block; }
#TKV5r09SAtAEH6cODU10wr5iM8DoZwXq { position:absolute;display:block;z-index:15033;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:92px;width:256px;top:6.9791669845581px;left:0px;overflow:hidden;display:block; }
#c7iZEh5RGJLOUx4NPEovMO8tyvHAzTU9 { color:#f15a2e;display:block;width:210px;position:absolute;font-family:poppins;font-size:26px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:139.07986450195px;left:907.86463928223px;height:33.8021px;display:block; }
#uMVd1ZWpAFGkDl9S90ipgz1TlLenhcRe { position:absolute;display:block;z-index:15034;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:107px;width:717px;top:369.96528625488px;left:20.486114501953px;display:block; }
#KMClV62ma30XsXOgko78CKJBZnwVnI1f { 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:15035;opacity:1;top:382.08334350586px;left:44.0625px; }
#NWvSQF2AJwcAoEWnWzBfK1MaLSIUSWxn { color:#000000;display:block;width:146.997px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:394.07989501953px;left:125.05207824707px;height:26px;display:block; }
#nAJ3vm3yqF3qxEdFH7SLZ2JzFEez0k8u { color:#000000;display:block;width:585.99px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:432.08334350586px;left:125.00001525879px;height:26px;display:block; }
#P7TX6Hz2hD7XtdOgWW1lUwsacgFoEwlG { position:absolute;display:block;z-index:15035;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:96px;width:305px;top:489.96530151367px;left:25.46875px;display:block; }
#SIRl2zKAzTtP0llTwbg3LVHQG4wuZoTJ { position:absolute;display:block;z-index:15036;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:98px;width:384px;top:489.96530151367px;left:352.58680725098px;display:block; }
#MVXb7bUm0WE8wJrW0c7GXkGrgaquK2UQ { color:#000000;display:block;width:177.986px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:508.09030151367px;left:125.00001525879px;height:26px;display:block; }
#EbzraRvdqwzviWC1V9KL1cuN5Pevb1UR { color:#000000;display:block;width:60.9896px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:543.03820800781px;left:125.00001525879px;height:26px;display:block; }
#vBRvvHl0OM2NSMQHocCVTxktPPTNe1by { 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:15036;opacity:1;top:508.09030151367px;left:53.055557250977px; }
#ZNzx7oRUpCSNiRb1pq169EToOCOHTRzT { color:#000000;display:block;width:177.986px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:508.09030151367px;left:425.60768127441px;height:26px;display:block; }
#t35XgMg3DdkozPHfrSC8pMkRe2XPdv4f { color:#000000;display:block;width:312.986px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:543.03820800781px;left:425.60768127441px;height:26px;display:block; }
#yPzkkJArw0yppxIdB6HO19ZPlcXvPt9e { 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:15037;opacity:1;top:508.09030151367px;left:358.97569274902px; }
#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR.adaptive-delivery-prevent-bg, #WwSWAVG4JzvZJQTDExGGRnxQinnts2JR.lazyload, #WwSWAVG4JzvZJQTDExGGRnxQinnts2JR.lazyloading { background-image: none; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container { background-color: transparent; background-image: none; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container > .video-iframe-container { display: none; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row > .video-iframe-container { display: none; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .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); }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container { border-width: 0; border-radius: 0; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container { font-size:14px;font-family:arial;height:229px;width:1200px;position:relative;display:block; }#ucao8Z8nX0HfPH41NsIQcVemOqxU4Lxw { color:#1f1f56;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:44px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.986099243164px;left:0px;height:57.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AW8k32xb4uqG3x2aRvIVNXVQr6R4ioBQ { position:absolute;display:block;z-index:15037;background-color:#f15a2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:73px;width:366px;top:105px;left:0px;display:block; }
#BHZLPsbUvZqaAafHgRcPrLVdGVXExoLS { color:#ffffff;display:block;width:323.993px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:129.60070800781px;left:15.572906494141px;height:26px;display:block; }
#VHfFVX2qHT3Ok1v61idxTJac1nBhxvrp { position:absolute;display:block;z-index:15038;background-color:#f15a2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:72.9861px;width:402.986px;top:107px;left:399px;display:block; }
#kQ9gH81pZTPnUSCOVGPvAktUVXKoUzXf { color:#ffffff;display:block;width:365px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:116.30000305176px;left:417.50003051758px;height:51.9792px;text-align:center;text-align-last:center;display:block; }
#flC8a84yOsz09EUSQipTkxcDwyqnR3Cr { position:absolute;display:block;z-index:15039;background-color:#f15a2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:73px;width:360px;top:105px;left:836px;display:block; }
#VN74WMhaE6wpTcJWK9q01AckdnyrgulQ { color:#ffffff;display:block;width:273.993px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:129.60070800781px;left:902.96876525879px;height:26px;display:block; }
#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;display:block; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container { background-color: transparent; background-image: none; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container > .video-iframe-container { display: none; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row > .video-iframe-container { display: none; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .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); }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container { border-width: 0; border-radius: 0; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row > .video-iframe-container { border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container { font-size:14px;font-family:arial;height:204px;width:1200px;position:relative;display:block; }#LvTl47PtTRGqS6iCKeBVO3LMkeLH1Dgw { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:131px;width:1059px;top:37.951385498047px;left:72px;display:block; }
#Qd4FnGOteJIz12OdkkbTVHszmxhO0rCh { color:#000000;display:block;width:598px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:51.892456054688px;left:116.07640075684px;height:27.309px;display:block; }
#pyTVMDZVX1h6zv2PnsJ1P75KeK6raUVm { color:#000000;display:block;width:940px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:96.892364501953px;left:116.07640075684px;height:54.6181px;display:block; }
#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;display:block; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container { background-color: transparent; background-image: none; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container > .video-iframe-container { display: none; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row > .video-iframe-container { display: none; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .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); }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container { border-width: 0; border-radius: 0; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row > .video-iframe-container { border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container { font-size:14px;font-family:arial;height:496px;width:1200px;position:relative;display:block; }#r3a8i0TiX3L5Gqsu6NWlp5r3ovSQWEJI { color:#f15a2e;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:44px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.979125976562px;left:0px;height:57.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTwecDOrW3ryEfzo5L2DUxQWalKUrWwb { position:absolute;display:block;z-index:15035;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:375px;width:576px;top:101.25001525879px;left:0px;display:block; }
#EmFkeFRpbP2ExZDBlo1oQZvttdzH358X { color:#000000;display:block;width:300.99px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:122.34375px;left:237.95140075684px;height:332.778px;text-align:right;text-align-last:right;display:block; }
#VT6Ut6xfNS2PNLlUnVeKCd2yXhJSQkHC { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:331.44097900391px;left:13.072906494141px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#T6e5na9p54siVTGL4zODJOAhURf8qFD6 { position:absolute;display:block;z-index:15036;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:375px;width:573px;top:101.25px;left:626.02430725098px;display:block; }
#TbrdosgdR8iaBXfeHdzwmOixDuKt65s3 { color:#000000;display:block;width:300.99px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:122.34375px;left:870.93751525879px;height:311.979px;text-align:right;text-align-last:right;display:block; }
#GpGgN0JGnDfDqOa0i22hcTEXZAJp15XI { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:331.44097900391px;left:640.0347442627px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#sru71KqsRaPXPHWcSAohiZGUuE7hKuLa { position:absolute;display:block;z-index:15039;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:130.99px;width:120.99px;top:153.97570800781px;left:38.02082824707px;overflow:hidden;display:block; }
#yunhDcaVGtDNHS7imziLuWcOnUWSslvi { position:absolute;display:block;z-index:15040;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:130px;width:108px;top:169.46182250977px;left:674.02778625488px;overflow:hidden;display:block; }
#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 { position:relative;display:block; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 { background-color: transparent; background-image: none; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row .container > .video-iframe-container { display: none; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row > .video-iframe-container { display: none; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .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); }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 { border-width: 0; border-radius: 0; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1309px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w6v189BmxXd4uW6zRLkOeW7bqcczCywI { background-color:#1f1f56;background-image:none;background-position:top left !important;background-repeat: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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 20px #000000 ;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:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295.972px;height:68.9757px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1223.2985839844px;left:452.01393127441px;display:block; }
#UA2RccaD9JUQ0kzBgZ03TqhrWlRODLvl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#z7PRTnONbskE1gRWE2uQT0t1ehlA89ef { 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;height:1200px;width:1200px;top:9.6875152587891px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs { display:block; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CootTqpVbBKqqeXwmk0Bn2AEQ73ofAUz { top:187px;left:409px;width:355px;height:425px;display:block; }
 }@media only screen and (max-width: 763px) { #MBnlHtnZTHvrvyZydMsQal9QiZrTUMml { top:75px;left:345px;width:419px;height:461px;display:none; }
 }@media only screen and (max-width: 763px) { #ASJAKtW4EFWH5rxce25DM06nkFTTNXkE { width:392px;height:525px;top:123px;left:370px;display:block; }
 }@media only screen and (max-width: 763px) { #OFTkapSRDWElMxV0ApOuTIXuSJLBFZAL { top:123px;left:0px;width:764px;height:519px;display:block; }
 }@media only screen and (max-width: 763px) { #cZoIzfIL8n16uw9eGvDyD4mpU8ukH3Ml { top:188px;left:0px;width:726px;height:144px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #TKV5r09SAtAEH6cODU10wr5iM8DoZwXq { top:6px;left:0px;width:256px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #c7iZEh5RGJLOUx4NPEovMO8tyvHAzTU9 { top:139px;left:554px;width:210px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uMVd1ZWpAFGkDl9S90ipgz1TlLenhcRe { top:369px;left:0px;width:717px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #KMClV62ma30XsXOgko78CKJBZnwVnI1f { top:382px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #NWvSQF2AJwcAoEWnWzBfK1MaLSIUSWxn { top:394px;left:0px;width:146px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nAJ3vm3yqF3qxEdFH7SLZ2JzFEez0k8u { top:432px;left:0px;width:585px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P7TX6Hz2hD7XtdOgWW1lUwsacgFoEwlG { top:489px;left:0px;width:305px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #SIRl2zKAzTtP0llTwbg3LVHQG4wuZoTJ { top:489px;left:134.58680725098px;width:384px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #MVXb7bUm0WE8wJrW0c7GXkGrgaquK2UQ { top:508px;left:0px;width:177px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EbzraRvdqwzviWC1V9KL1cuN5Pevb1UR { top:543px;left:0px;width:60px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vBRvvHl0OM2NSMQHocCVTxktPPTNe1by { top:508px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzx7oRUpCSNiRb1pq169EToOCOHTRzT { top:508px;left:207.60768127441px;width:177px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #t35XgMg3DdkozPHfrSC8pMkRe2XPdv4f { top:543px;left:207.60768127441px;width:312px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yPzkkJArw0yppxIdB6HO19ZPlcXvPt9e { top:508px;left:140.97569274902px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #WwSWAVG4JzvZJQTDExGGRnxQinnts2JR { display:block; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucao8Z8nX0HfPH41NsIQcVemOqxU4Lxw { width:764px;height:57px;top:17px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AW8k32xb4uqG3x2aRvIVNXVQr6R4ioBQ { top:105px;left:0px;width:366px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #BHZLPsbUvZqaAafHgRcPrLVdGVXExoLS { top:129px;left:0px;width:323px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VHfFVX2qHT3Ok1v61idxTJac1nBhxvrp { top:107px;left:181px;width:402px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9gH81pZTPnUSCOVGPvAktUVXKoUzXf { top:116px;left:199.50003051758px;width:365px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #flC8a84yOsz09EUSQipTkxcDwyqnR3Cr { top:105px;left:394px;width:360px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #VN74WMhaE6wpTcJWK9q01AckdnyrgulQ { top:129px;left:491px;width:273px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BrMayug6nOzNWNi1IUaydOIvpX1EVt9V { display:block; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvTl47PtTRGqS6iCKeBVO3LMkeLH1Dgw { top:38px;left:0px;width:764px;height:131px;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4FnGOteJIz12OdkkbTVHszmxhO0rCh { top:51px;left:0px;width:597px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pyTVMDZVX1h6zv2PnsJ1P75KeK6raUVm { top:96px;left:0px;width:764px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 { display:block; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3a8i0TiX3L5Gqsu6NWlp5r3ovSQWEJI { width:764px;height:57px;top:21px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UTwecDOrW3ryEfzo5L2DUxQWalKUrWwb { top:101px;left:0px;width:576px;height:375px;display:block; }
 }@media only screen and (max-width: 763px) { #EmFkeFRpbP2ExZDBlo1oQZvttdzH358X { top:122px;left:19.951400756836px;width:300px;height:332px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VT6Ut6xfNS2PNLlUnVeKCd2yXhJSQkHC { top:331px;left:0px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T6e5na9p54siVTGL4zODJOAhURf8qFD6 { top:101px;left:191px;width:573px;height:375px;display:block; }
 }@media only screen and (max-width: 763px) { #TbrdosgdR8iaBXfeHdzwmOixDuKt65s3 { top:122px;left:464px;width:300px;height:311px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GpGgN0JGnDfDqOa0i22hcTEXZAJp15XI { top:331px;left:422.0347442627px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sru71KqsRaPXPHWcSAohiZGUuE7hKuLa { top:153px;left:0px;width:120px;height:129.91817505579px;display:block; }
 }@media only screen and (max-width: 763px) { #yunhDcaVGtDNHS7imziLuWcOnUWSslvi { top:169px;left:456.02778625488px;width:108px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 { display:block; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6v189BmxXd4uW6zRLkOeW7bqcczCywI { width:295px;height:68px;top:1223px;left:234.01393127441px;display:block; }
 }@media only screen and (max-width: 763px) { #UA2RccaD9JUQ0kzBgZ03TqhrWlRODLvl { display:block; }
 }@media only screen and (max-width: 763px) { #z7PRTnONbskE1gRWE2uQT0t1ehlA89ef { top:9px;left:0px;width:764px;height:764px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs { background-color:#ffffff;background-image:none;display:block; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container { background-color: transparent; background-image: none; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container > .video-iframe-container { display: none; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row > .video-iframe-container { display: none; }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .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); }#TBDTRgCJqIzBDEZVNfm3TMnNtWCgMxPs > .row .container { width:320px;height:1217px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CootTqpVbBKqqeXwmk0Bn2AEQ73ofAUz { width:320px;height:461px;top:316.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MBnlHtnZTHvrvyZydMsQal9QiZrTUMml { width:311px;height:402px;top:296px;left:4px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ASJAKtW4EFWH5rxce25DM06nkFTTNXkE { width:320px;height:492.986px;top:249px;left:0px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;display:block; }
 }@media only screen and (max-width: 763px) { #OFTkapSRDWElMxV0ApOuTIXuSJLBFZAL { width:320px;height:148px;top:77px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cZoIzfIL8n16uw9eGvDyD4mpU8ukH3Ml { width:311.997px;height:142.969px;top:83.090286254883px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKV5r09SAtAEH6cODU10wr5iM8DoZwXq { width:166.997px;height:57.9688px;top:10.989583969116px;left:76.493058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #c7iZEh5RGJLOUx4NPEovMO8tyvHAzTU9 { width:165px;height:28.5938px;top:258px;left:77px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMVd1ZWpAFGkDl9S90ipgz1TlLenhcRe { width:320px;height:147px;top:780px;left:0px;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #KMClV62ma30XsXOgko78CKJBZnwVnI1f { display:flex;width:50px;height:50px;top:783px;left:27px; }
 }@media only screen and (max-width: 763px) { #NWvSQF2AJwcAoEWnWzBfK1MaLSIUSWxn { width:145.99px;height:25.9896px;top:792px;left:122px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nAJ3vm3yqF3qxEdFH7SLZ2JzFEez0k8u { width:308.993px;height:77.9688px;top:839px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7TX6Hz2hD7XtdOgWW1lUwsacgFoEwlG { width:305px;height:89px;top:950px;left:6px;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #SIRl2zKAzTtP0llTwbg3LVHQG4wuZoTJ { width:320px;height:114px;top:1061px;left:0px;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #MVXb7bUm0WE8wJrW0c7GXkGrgaquK2UQ { width:176.997px;height:25.9896px;top:958px;left:107px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EbzraRvdqwzviWC1V9KL1cuN5Pevb1UR { width:60px;height:25.9896px;top:993px;left:107px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vBRvvHl0OM2NSMQHocCVTxktPPTNe1by { display:flex;width:50px;height:50px;top:958px;left:27px; }
 }@media only screen and (max-width: 763px) { #ZNzx7oRUpCSNiRb1pq169EToOCOHTRzT { width:108.993px;height:25.9896px;top:1076px;left:122px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #t35XgMg3DdkozPHfrSC8pMkRe2XPdv4f { width:183.993px;height:51.9792px;top:1112px;left:76px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPzkkJArw0yppxIdB6HO19ZPlcXvPt9e { display:flex;width:50px;height:50px;top:1072px;left:27px; }
 }@media only screen and (max-width: 763px) { #WwSWAVG4JzvZJQTDExGGRnxQinnts2JR { display:block; }#WwSWAVG4JzvZJQTDExGGRnxQinnts2JR > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucao8Z8nX0HfPH41NsIQcVemOqxU4Lxw { width:320px;height:36.3889px;top:16px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AW8k32xb4uqG3x2aRvIVNXVQr6R4ioBQ { width:318px;height:73px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BHZLPsbUvZqaAafHgRcPrLVdGVXExoLS { width:320px;height:25.9896px;top:97px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHfFVX2qHT3Ok1v61idxTJac1nBhxvrp { width:318px;height:72px;top:168px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9gH81pZTPnUSCOVGPvAktUVXKoUzXf { width:320px;height:51.9792px;top:178.00006103516px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flC8a84yOsz09EUSQipTkxcDwyqnR3Cr { width:318px;height:73px;top:262px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VN74WMhaE6wpTcJWK9q01AckdnyrgulQ { width:272.969px;height:25.9896px;top:286.59725952148px;left:23.489583015442px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrMayug6nOzNWNi1IUaydOIvpX1EVt9V { display:block; }#BrMayug6nOzNWNi1IUaydOIvpX1EVt9V > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvTl47PtTRGqS6iCKeBVO3LMkeLH1Dgw { width:318px;height:174px;top:92px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4FnGOteJIz12OdkkbTVHszmxhO0rCh { width:270px;height:54.6181px;top:17.899291992188px;left:25.000000953674px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pyTVMDZVX1h6zv2PnsJ1P75KeK6raUVm { width:320px;height:136.545px;top:110.20835876465px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 { display:block; }#mG83ykTthwEzLcxQI2pOu0Uv43xAEHp9 > .row .container { width:320px;height:1273px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3a8i0TiX3L5Gqsu6NWlp5r3ovSQWEJI { width:320px;height:36.3889px;top:16.527633666992px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UTwecDOrW3ryEfzo5L2DUxQWalKUrWwb { width:320px;height:599px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EmFkeFRpbP2ExZDBlo1oQZvttdzH358X { width:300px;height:332.778px;top:83.992874145508px;left:10.000000953674px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VT6Ut6xfNS2PNLlUnVeKCd2yXhJSQkHC { width:200px;height:41.5972px;top:598.9757232666px;left:60.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T6e5na9p54siVTGL4zODJOAhURf8qFD6 { width:320px;height:557px;top:705px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TbrdosgdR8iaBXfeHdzwmOixDuKt65s3 { width:300px;height:311.979px;top:716.97927856445px;left:10.000000953674px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpGgN0JGnDfDqOa0i22hcTEXZAJp15XI { width:200px;height:41.5972px;top:1198.9931335449px;left:60.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sru71KqsRaPXPHWcSAohiZGUuE7hKuLa { width:120px;height:129.91817505579px;top:440.78126525879px;left:86.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #yunhDcaVGtDNHS7imziLuWcOnUWSslvi { width:108px;height:130px;top:1042.9340209961px;left:105.98958683014px;display:block; }
 }@media only screen and (max-width: 763px) { #I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 { display:block; }#I1T2WNlTSyMtsBQkv4xtgDndPHnNqBM7 > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6v189BmxXd4uW6zRLkOeW7bqcczCywI { width:295px;height:67.9688px;top:347.5px;left:12.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #UA2RccaD9JUQ0kzBgZ03TqhrWlRODLvl { display:block; }
 }@media only screen and (max-width: 763px) { #z7PRTnONbskE1gRWE2uQT0t1ehlA89ef { width:320px;height:320px;top:8.6007919311523px;left:0px;display:block; }
 }