.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/bee39085-f22e-41c5-a13d-2d16329a2066/BGdesktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:700px;width:1200px;overflow:visible;position:relative;display:block; }#IiGKzMis642zVZ3mzLgJKTwu6bIfbZfD { color:#eff60a;display:block;width:802px;position:absolute;font-family:poppins;font-size:44px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:4px 4px 0 #000000;top:180px;left:200px;height:57.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nn2DHbq4Bh0NTLrGhN5I4OQaXrQeZ4o8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:130px;top:52px;left:535px;overflow:hidden;display:block; }
#QkXkGyf16p9ilAp0A4B0IfW8b1cfmV3m { color:#ffffff;display:block;width:658px;position:absolute;font-family:poppins;font-size:65px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:4px 4px 0 #2a2c32;top:248px;left:271px;height:214.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twom0cKTQZIlifFtEQt5zT0LHOimsIDA { color:#ffffff;display:block;width:460px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:509px;left:370px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgxZyaZ6NooFAqO4USF88TmLzyuL3WUF { box-sizing:content-box;height:45px;width:763px;position:absolute;display:block;z-index:15001;background-color:#ff3cc8;background-image:none;top:505px;left:220px;display:block; }
#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #2a2c32);background-image: -moz-linear-gradient(180deg, #0ba3ad, #2a2c32);background-image: -ms-linear-gradient(180deg, #0ba3ad, #2a2c32);background-image: -o-linear-gradient(180deg, #0ba3ad, #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#2a2c32' );";background-image: linear-gradient(180deg, #0ba3ad, #2a2c32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container { background-color: transparent; background-image: none; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container > .video-iframe-container { display: none; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row > .video-iframe-container { display: none; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .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); }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container { border-width: 0; border-radius: 0; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container { font-size:14px;font-family:arial;height:679px;width:1200px;position:relative;display:block; }#QoCe6PhzKF1bkAXX8ETpa9IX2X4nBhNZ { background-color:#ababab;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:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;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:poppins2;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:480px;left:100px;display:block; }
#TWnGVNsq7qW1WzfWZaQbdwgv08Gatw3z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OZtRxH3Ti6RFIQykSBLdWBAkN6hG3rqa { color:#ffffff;display:block;width:520px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:4px 4px 0 #2a2c32;top:80px;left:40px;height:176px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwKeVzgltopZ3A4vROUcSLT800pdpHMk { color:#ffffff;display:block;width:460px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:300px;left:100px;height:135px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I59et7fUtoMJrIWAqPmuWOUVIQ5FwP7o { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:602px;width:584px;top:10px;left:616px;overflow:hidden;display:block; }
#IfpKwRCPmVpBS1BrmJLHCGoShye5TvF1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1215px;width:1179px;display:none; }
#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container { background-color: transparent; background-image: none; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container > .video-iframe-container { display: none; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row > .video-iframe-container { display: none; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .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); }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container { border-width: 0; border-radius: 0; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container { font-size:14px;font-family:arial;height:410px;width:1200px;position:relative;display:block; }#RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK { box-sizing:content-box;height:330px;width:1200px;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0cdeee0-e2ab-4da0-a080-17d2b342408b/AdobeStock_146193007.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0px;left:0px;display:block; }#RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK.adaptive-delivery-prevent-bg, #RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK.lazyload, #RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK.lazyloading { background-image: none; }
#RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#ri51CVDboNHldeVr2IVKXgQlabhOmQQN { color:#ffffff;display:block;width:773px;position:absolute;font-family:poppins;font-size:80px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:4px 4px 0 #2a2c32;top:194px;left:213.5px;height:176px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -moz-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -ms-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -o-linear-gradient(180deg, #2a2c32, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );";background-image: linear-gradient(180deg, #2a2c32, #0ba3ad);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP > .row .container { border-width: 0; border-radius: 0; }#xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP > .row .container { font-size:14px;font-family:arial;height:1561px;width:1200px;position:relative;display:none; }#mqp56eeGsJebandnAwR6h5SM1vs4uyqB { box-sizing:content-box;height:330px;width:1200px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0cdeee0-e2ab-4da0-a080-17d2b342408b/AdobeStock_146193007.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0px;left:0px;display:block; }#mqp56eeGsJebandnAwR6h5SM1vs4uyqB.adaptive-delivery-prevent-bg, #mqp56eeGsJebandnAwR6h5SM1vs4uyqB.lazyload, #mqp56eeGsJebandnAwR6h5SM1vs4uyqB.lazyloading { background-image: none; }
#mqp56eeGsJebandnAwR6h5SM1vs4uyqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#iRVfLJvSLLZTXaapulqTdBC3dps9qIn8 { color:#ffffff;display:block;width:773px;position:absolute;font-family:poppins;font-size:80px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:4px 4px 0 #2a2c32;top:190px;left:213.5px;height:176px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-form-header {  }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:14px;font-weight:bold;color:#2a2c32;width:400px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:40px;color:#2a2c32;font-size:14px;overflow:hidden;font-family:poppins; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:70px;color:#2a2c32;font-size:14px;overflow:hidden;font-family:poppins; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:40px;color:#929191;font-family:poppins;font-size:14px;overflow:hidden; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:400px;height:55px;font-family:poppins;overflow:hidden; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]:-moz-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]::-moz-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:12px;font-weight:300;color:#2a2c32;vertical-align:top;width:377px;overflow:hidden;font-style:normal; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:poppins;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-container { padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-container:first-of-type{padding-top:0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-container:last-of-type{padding-bottom:0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-shadow: 0 0 80px #0ba3ad ;position:absolute;top:470.953125px;left:380px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:400px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-info-text { display:block;height:auto;font-family:poppins;font-size:12px;line-height:1.3;font-weight:400;color:#2a2c32;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 {display:block;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-shadow: 0 0 80px #0ba3ad ;position:absolute;top:470.953125px;left:380px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #VGvqnEcA0KXHEJH28P0AyP9ZZEO8RW79 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #KiU9K1Tmib3tTp5iTEoUbkNaVyKdEe7Q { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Tnhdu5xTH2s1TisdxTPmTGD11VhvnQnq { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ncxmNwLlJCiJ50NTntI5ZxTyUkAkoZ74 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #HSriqVPprnLeWvGCVZTxcTcLZTiQhhmI { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #mDsXKIn5n4o5sZcZMIATRpvISe7Xmswq { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #pC32yVF9ByNM1f1DBOrBObGNPn9B2W61 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #acd5PE22bo2aLb7EAhtvkorsTkvyx4QT { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #wOEWSWbMH9fxVz9x1Tx43gLGuF1ydDFI { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #LmpED46FD8C5KnwiuonqoR20RpkNWGHu { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ikAvbbnRpaTaFSovwr8edGS5oSCUwUBr { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #msAX8wyT1pNPvfHEwmzdTIENeUpotgUk { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #vSOd6R78JTq5dKTUItlx09VtlcMPsCZQ { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #mfufW54fdsoyrAFHpDVWdvA9EQpTDeCG { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #L9aWwTKCddbNfQxf9sOTk4nC8HeH2CzA { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Gkszmo3XNdGLaD0TERyvlUikC27zAKes { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NmE617qg5Na2azuo7SrLs7pT7ire76br { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ehlEhowQx1xsXBL3czLITyosokrtevaK { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #WTmAWIZOrC3cCH2CQvg4LtHdIlBQHVXL { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #WTmAWIZOrC3cCH2CQvg4LtHdIlBQHVXL .container-column{width:50%;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #B2ORswfmQbOLE1soTTTAmirCVyEQMroN { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #tdSivblOX0aqCCUD12z877rmCrXwsyGU { position:relative;z-index:2; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NTOMDb7FIX9wo0TQP3cAIItfFuuIRwiG { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #VEWh00wzfSByeBBagMWiZBZcuy2edNax { position:relative;z-index:2; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #xdePPhy0hAxVGygknbMCMCBLVmxeGQN1 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #R9p9totbamZOCMoHL45sDf57HJBMoAbu { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #SsHzM6UZ0iTm4OwWtTLQ3y4Tng7lTM1R { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #MdZvaT7kb35vmwMNBtGI7oxzhbiJacq0 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #K3MnOgquhPHByPnt8IECTPAL2T5SBnPm { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #OWC9MK5GTfRqBGCDZShpyEq2BU0QcXO7 { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #A2zApxKaGDOynbbHRGuMLXvaPvrF5IR6 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #DgPOh0ambqA7wnAVvoQ6HSuxXMfb70WG { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #DgPOh0ambqA7wnAVvoQ6HSuxXMfb70WG .container-column{width:50%;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #AvtmZSryBfEIDcioL7X4P7XHD5LAEr1C { position:relative;display:block; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #V0ItOEcSEhR4b9L68mk6tTUypLoOq24P { position:relative;z-index:2; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #C7HbuANuJCXHrx9dhCCfegBJehM31OPP { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Phq7Gb8TgDpT9dLrn8tIBeEPkA2k4XcS { position:relative;z-index:2; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NPMHrMZGTWyJPGMbJE3nOgz3mlgwhnpD { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #GgFsxfqHigKPcoe5NUOLuIRtWXoCrLT6 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #AAv8eTSeXWgsfWkLsgUQ7PHT7z6OC9Iw { position:relative;z-index:2; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #e2eOlbwIeGT9pLpnWJ5OBH9MOcVvSIA4 { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #TFw1KH41gPUfwGfypyGQG0rTQBtAlBcx { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #uphQTlsDQvl3oskksJclLTBNwSCKibLc { position:relative;z-index:2; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ZDSav17egL8S51DtxnUkpX0SbWx7xows { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #KdHfSFyKTB4555UKR18f3owIrGEIl2qh { position:relative; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #RhZG8nsPk168PPn1UWF6PZTWfgBAsWTv { position:relative; }
#nVJs5crO34da3ccoTDq6GEURO7vfOcBo { color:#ffffff;display:block;width:437px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:403px;left:381.5px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hJgz06aAoPG5EXfdrl6ScpMHM9tIMHTG { 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:240px;width:466px;top:484.21875px;left:734px;overflow:hidden;display:none; }
#rlDUhazbmra0TQChlppRyCJALAHf1bHs { position:absolute;display:block;z-index:14998;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:472px;width:502px;top:510.21875px;left:0px;overflow:hidden;display:none; }
#Ue9VIUcr1zp8A8qsGCEUUf4GfwCKMEsR { 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:437px;width:465px;top:190px;left:735px;overflow:hidden;display:none; }
#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container { background-color: transparent; background-image: none; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container > .video-iframe-container { display: none; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row > .video-iframe-container { display: none; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .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); }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container { border-width: 0; border-radius: 0; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#LyLshQrtlW7XG9fqrtzmF2hM6rv2ooGL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30px;left:960px; }
#ECsopCPzOtZVUkbbQ40zJNvraSqMfJNN { position:absolute;display:block;z-index:15009;background-color:#0ba3ad;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:1px;width:840px;top:99px;left:180px;display:block; }
#znOJk0hQIBSvM2cUIqaz8wvK8c7e9xQr { color:#ffffff;display:block;width:719px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:38.40625px;left:199px;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#464546;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; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { background-color: transparent; background-image: none; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container > .video-iframe-container { display: none; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row > .video-iframe-container { display: none; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .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); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { border-width: 0; border-radius: 0; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { font-size:14px;font-family:arial;height:102px;width:1200px;position:relative;display:block; }#IfVhPeP9UlNUTohWEVBWECg0SgN2UHQt { color:#ffffff;display:block;width:796px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24px;left:200px;height:24px;display:block; }
#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container { background-color: transparent; background-image: none; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container > .video-iframe-container { display: none; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row > .video-iframe-container { display: none; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .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); }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container { border-width: 0; border-radius: 0; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#CKou05TtaT6AWoX5zO0Npz2UDADcovdC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30px;left:960px; }
#GdrNuVuQ4PQQpSexrMNaTQyh1BhIZkOT { position:absolute;display:block;z-index:15009;background-color:#0ba3ad;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:1px;width:840px;top:99px;left:180px;display:block; }
#euWZBWKEfevKemT9G30axmEikudzM50q { color:#ffffff;display:block;width:719px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:38.40625px;left:199px;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#464546;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; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { background-color: transparent; background-image: none; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container > .video-iframe-container { display: none; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row > .video-iframe-container { display: none; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .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); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { border-width: 0; border-radius: 0; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { font-size:14px;font-family:arial;height:102px;width:1200px;position:relative;display:block; }#QWgWivpmbnGp2cCOpygF35RvtXTdbOnu { color:#ffffff;display:block;width:796px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24px;left:200px;height:24px;display:block; }
#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container { background-color: transparent; background-image: none; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container > .video-iframe-container { display: none; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row > .video-iframe-container { display: none; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .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); }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container { border-width: 0; border-radius: 0; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#mNfnl2vkGmqiI6XkBrZAB8otOO5Ss96o { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30px;left:960px; }
#dK0HEMT87wMiT1t834AXBQ72UyiJLwTt { position:absolute;display:block;z-index:15009;background-color:#0ba3ad;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:1px;width:840px;top:99px;left:180px;display:block; }
#TWTdWTSUhSyf11Bq57XdqfZyP6KqMvpU { color:#ffffff;display:block;width:719px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:38.40625px;left:199px;height:30.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#464546;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; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { background-color: transparent; background-image: none; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container > .video-iframe-container { display: none; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row > .video-iframe-container { display: none; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .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); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { border-width: 0; border-radius: 0; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { font-size:14px;font-family:arial;height:245px;width:1200px;position:relative;display:block; }#wRArVk8NfczNwlsX9RrkECUVvZv9TfAx { color:#ffffff;display:block;width:796px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24px;left:200px;height:164px;display:block; }#wRArVk8NfczNwlsX9RrkECUVvZv9TfAx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wRArVk8NfczNwlsX9RrkECUVvZv9TfAx li:before{  }
#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container { background-color: transparent; background-image: none; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container > .video-iframe-container { display: none; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row > .video-iframe-container { display: none; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .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); }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container { border-width: 0; border-radius: 0; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#Bu6nH5pVhWeppetDqahwTWkk1r5uoupa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30px;left:960px; }
#CJHui5lTpcdrw3g62frI8pT3ya5fPkml { position:absolute;display:block;z-index:15009;background-color:#0ba3ad;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:1px;width:840px;top:99px;left:180px;display:block; }
#bx5oZFCl90E743DUBtKTWkoGGcuviCnc { color:#ffffff;display:block;width:719px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:38.40625px;left:199px;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQBPIt0mH8TTViphaIQtyZU09euibgXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#464546;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; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { background-color: transparent; background-image: none; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container > .video-iframe-container { display: none; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row > .video-iframe-container { display: none; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .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); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { border-width: 0; border-radius: 0; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#dPcE5EaEJOie49g8B3qeMyRPWvM3iPZU { color:#ffffff;display:block;width:796px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24px;left:200px;height:24px;display:block; }
#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container { background-color: transparent; background-image: none; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container > .video-iframe-container { display: none; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row > .video-iframe-container { display: none; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .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); }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container { border-width: 0; border-radius: 0; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#WXDnfaTDxm36XiEgr5CzFeOJUt639OUh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30px;left:960px; }
#InHTUBnm5qsBVI92D1xTAl3Rx4IIdyus { position:absolute;display:block;z-index:15009;background-color:#0ba3ad;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:1px;width:840px;top:99px;left:180px;display:block; }
#dfahHTssf44i1QVzmA3C0MlQ7UdEHUzc { color:#ffffff;display:block;width:719px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:38.40625px;left:199px;height:30.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#464546;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; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { background-color: transparent; background-image: none; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container > .video-iframe-container { display: none; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row > .video-iframe-container { display: none; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .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); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { border-width: 0; border-radius: 0; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { font-size:14px;font-family:arial;height:187px;width:1200px;position:relative;display:block; }#QWczUiK91hlr1v0RzgCwke5mFqd0CToA { color:#ffffff;display:block;width:796px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24px;left:200px;height:120px;display:block; }
#skapooRXT7uye91QxCmZzdrbhN91QTpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container { background-color: transparent; background-image: none; }#skapooRXT7uye91QxCmZzdrbhN91QTpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container > .video-iframe-container { display: none; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row > .video-iframe-container { display: none; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .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); }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container { border-width: 0; border-radius: 0; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container { font-size:14px;font-family:arial;height:55px;width:1200px;position:relative;display:block; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container { background-color: transparent; background-image: none; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container > .video-iframe-container { display: none; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row > .video-iframe-container { display: none; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .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); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container { border-width: 0; border-radius: 0; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#miLgGPygXE2hZd2srTXTBTTBabFfGTxb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26px;width:115px;top:31px;left:25px;overflow:hidden;display:block; }
#cg6hn70lMNyrUpG4tw8DNw3nIFwiLC12 { color:#ffffff;display:block;width:357px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:32.1875px;left:184px;height:28.8px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXKasD3DmOtzI6HG06cHIUIc6NX8QvAo { 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 #2a2c32;border-left:1px solid #2a2c32;border-right:1px solid #2a2c32;border-bottom:1px solid #2a2c32;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#2a2c32;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:55px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14px;left:920px;display:block; }
#wbXWmwRCSGJA02KfQcJWsMz99CTogaRx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiGKzMis642zVZ3mzLgJKTwu6bIfbZfD { top:180px;left:0px;width:764px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Nn2DHbq4Bh0NTLrGhN5I4OQaXrQeZ4o8 { top:52px;left:317px;width:130px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #QkXkGyf16p9ilAp0A4B0IfW8b1cfmV3m { top:248px;left:53px;width:658px;height:214px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #twom0cKTQZIlifFtEQt5zT0LHOimsIDA { top:509px;left:152px;width:460px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KgxZyaZ6NooFAqO4USF88TmLzyuL3WUF { top:505px;left:1px;width:763px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT { display:block; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoCe6PhzKF1bkAXX8ETpa9IX2X4nBhNZ { width:280px;height:55px;top:480px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TWnGVNsq7qW1WzfWZaQbdwgv08Gatw3z { display:block; }
 }@media only screen and (max-width: 763px) { #OZtRxH3Ti6RFIQykSBLdWBAkN6hG3rqa { top:80px;left:0px;width:520px;height:176px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DwKeVzgltopZ3A4vROUcSLT800pdpHMk { top:300px;left:0px;width:460px;height:135px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I59et7fUtoMJrIWAqPmuWOUVIQ5FwP7o { top:10px;left:180px;width:584px;height:602px;display:block; }
 }@media only screen and (max-width: 763px) { #IfpKwRCPmVpBS1BrmJLHCGoShye5TvF1 { width:764px;height:787px;display:none; }
 }@media only screen and (max-width: 763px) { #y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 { display:block; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK { top:0px;left:0px;width:764px;height:330px;display:block; }
 }@media only screen and (max-width: 763px) { #ri51CVDboNHldeVr2IVKXgQlabhOmQQN { top:194px;left:0px;width:764px;height:176px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP { display:block; }#xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqp56eeGsJebandnAwR6h5SM1vs4uyqB { top:0px;left:0px;width:764px;height:330px;display:block; }
 }@media only screen and (max-width: 763px) { #iRVfLJvSLLZTXaapulqTdBC3dps9qIn8 { top:190px;left:0px;width:764px;height:176px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-regular-label { width:400px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-text { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-textarea { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-select { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-button { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-checkbox-label { width:378px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0  { width:400px;height:915px;top:470px;left:162px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .radio-container { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 {display:block;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 { width:400px;height:915px;top:470px;left:162px; }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #VGvqnEcA0KXHEJH28P0AyP9ZZEO8RW79 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #KiU9K1Tmib3tTp5iTEoUbkNaVyKdEe7Q {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Tnhdu5xTH2s1TisdxTPmTGD11VhvnQnq {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ncxmNwLlJCiJ50NTntI5ZxTyUkAkoZ74 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #HSriqVPprnLeWvGCVZTxcTcLZTiQhhmI {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #mDsXKIn5n4o5sZcZMIATRpvISe7Xmswq {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #pC32yVF9ByNM1f1DBOrBObGNPn9B2W61 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #acd5PE22bo2aLb7EAhtvkorsTkvyx4QT {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #wOEWSWbMH9fxVz9x1Tx43gLGuF1ydDFI {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #LmpED46FD8C5KnwiuonqoR20RpkNWGHu {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ikAvbbnRpaTaFSovwr8edGS5oSCUwUBr {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #msAX8wyT1pNPvfHEwmzdTIENeUpotgUk {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #vSOd6R78JTq5dKTUItlx09VtlcMPsCZQ {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #mfufW54fdsoyrAFHpDVWdvA9EQpTDeCG {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #L9aWwTKCddbNfQxf9sOTk4nC8HeH2CzA {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Gkszmo3XNdGLaD0TERyvlUikC27zAKes {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NmE617qg5Na2azuo7SrLs7pT7ire76br {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ehlEhowQx1xsXBL3czLITyosokrtevaK {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #WTmAWIZOrC3cCH2CQvg4LtHdIlBQHVXL {  }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #WTmAWIZOrC3cCH2CQvg4LtHdIlBQHVXL .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #B2ORswfmQbOLE1soTTTAmirCVyEQMroN {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #tdSivblOX0aqCCUD12z877rmCrXwsyGU {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NTOMDb7FIX9wo0TQP3cAIItfFuuIRwiG {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #VEWh00wzfSByeBBagMWiZBZcuy2edNax {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #xdePPhy0hAxVGygknbMCMCBLVmxeGQN1 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #R9p9totbamZOCMoHL45sDf57HJBMoAbu {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #SsHzM6UZ0iTm4OwWtTLQ3y4Tng7lTM1R {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #MdZvaT7kb35vmwMNBtGI7oxzhbiJacq0 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #K3MnOgquhPHByPnt8IECTPAL2T5SBnPm {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #OWC9MK5GTfRqBGCDZShpyEq2BU0QcXO7 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #A2zApxKaGDOynbbHRGuMLXvaPvrF5IR6 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #DgPOh0ambqA7wnAVvoQ6HSuxXMfb70WG {  }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #DgPOh0ambqA7wnAVvoQ6HSuxXMfb70WG .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #AvtmZSryBfEIDcioL7X4P7XHD5LAEr1C {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #V0ItOEcSEhR4b9L68mk6tTUypLoOq24P {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #C7HbuANuJCXHrx9dhCCfegBJehM31OPP {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Phq7Gb8TgDpT9dLrn8tIBeEPkA2k4XcS {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NPMHrMZGTWyJPGMbJE3nOgz3mlgwhnpD {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #GgFsxfqHigKPcoe5NUOLuIRtWXoCrLT6 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #AAv8eTSeXWgsfWkLsgUQ7PHT7z6OC9Iw {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #e2eOlbwIeGT9pLpnWJ5OBH9MOcVvSIA4 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #TFw1KH41gPUfwGfypyGQG0rTQBtAlBcx {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #uphQTlsDQvl3oskksJclLTBNwSCKibLc {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ZDSav17egL8S51DtxnUkpX0SbWx7xows {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #KdHfSFyKTB4555UKR18f3owIrGEIl2qh {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #RhZG8nsPk168PPn1UWF6PZTWfgBAsWTv {  }
 }@media only screen and (max-width: 763px) { #nVJs5crO34da3ccoTDq6GEURO7vfOcBo { top:403px;left:163.5px;width:437px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hJgz06aAoPG5EXfdrl6ScpMHM9tIMHTG { top:484px;left:298px;width:466px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #rlDUhazbmra0TQChlppRyCJALAHf1bHs { top:510px;left:0px;width:502px;height:472px;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9VIUcr1zp8A8qsGCEUUf4GfwCKMEsR { top:190px;left:299px;width:465px;height:437px;display:block; }
 }@media only screen and (max-width: 763px) { #q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 { display:block; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyLshQrtlW7XG9fqrtzmF2hM6rv2ooGL { top:30px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ECsopCPzOtZVUkbbQ40zJNvraSqMfJNN { top:99px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #znOJk0hQIBSvM2cUIqaz8wvK8c7e9xQr { top:38px;left:0px;width:719px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU { display:block; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfVhPeP9UlNUTohWEVBWECg0SgN2UHQt { top:24px;left:0px;width:764px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pPfK1pH7RTDtTNCikzfZhveqURT0c3pP { display:block; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKou05TtaT6AWoX5zO0Npz2UDADcovdC { top:30px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #GdrNuVuQ4PQQpSexrMNaTQyh1BhIZkOT { top:99px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #euWZBWKEfevKemT9G30axmEikudzM50q { top:38px;left:0px;width:719px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV { display:block; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWgWivpmbnGp2cCOpygF35RvtXTdbOnu { top:24px;left:0px;width:764px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW { display:block; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNfnl2vkGmqiI6XkBrZAB8otOO5Ss96o { top:30px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #dK0HEMT87wMiT1t834AXBQ72UyiJLwTt { top:99px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #TWTdWTSUhSyf11Bq57XdqfZyP6KqMvpU { top:38px;left:0px;width:719px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa { display:block; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRArVk8NfczNwlsX9RrkECUVvZv9TfAx { top:24px;left:0px;width:764px;height:;font-size:15px;display:block; }#wRArVk8NfczNwlsX9RrkECUVvZv9TfAx li:before{  }
 }@media only screen and (max-width: 763px) { #ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe { display:block; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu6nH5pVhWeppetDqahwTWkk1r5uoupa { top:30px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #CJHui5lTpcdrw3g62frI8pT3ya5fPkml { top:99px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #bx5oZFCl90E743DUBtKTWkoGGcuviCnc { top:38px;left:0px;width:719px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aQBPIt0mH8TTViphaIQtyZU09euibgXv { display:block; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPcE5EaEJOie49g8B3qeMyRPWvM3iPZU { top:24px;left:0px;width:764px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b { display:block; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXDnfaTDxm36XiEgr5CzFeOJUt639OUh { top:30px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #InHTUBnm5qsBVI92D1xTAl3Rx4IIdyus { top:99px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #dfahHTssf44i1QVzmA3C0MlQ7UdEHUzc { top:38px;left:0px;width:719px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RumkmCJRMgioCWV6GO2KeOanr1x6oD0I { display:block; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWczUiK91hlr1v0RzgCwke5mFqd0CToA { top:24px;left:0px;width:764px;height:120px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #skapooRXT7uye91QxCmZzdrbhN91QTpu { display:block; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVn1mK1DwT3hsBXGuslsELTzszlGhwNG { display:block; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miLgGPygXE2hZd2srTXTBTTBabFfGTxb { top:31px;left:0px;width:115px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cg6hn70lMNyrUpG4tw8DNw3nIFwiLC12 { top:32px;left:0px;width:357px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uXKasD3DmOtzI6HG06cHIUIc6NX8QvAo { width:240px;height:55px;top:14px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #wbXWmwRCSGJA02KfQcJWsMz99CTogaRx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/fbab4b91-048b-4ec7-8304-28327d60f765/mobBG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiGKzMis642zVZ3mzLgJKTwu6bIfbZfD { width:280px;height:57.1875px;top:102.8125px;left:20px;font-size:22px;text-shadow:3px 2px 0 #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Nn2DHbq4Bh0NTLrGhN5I4OQaXrQeZ4o8 { width:89px;height:46px;top:20px;left:116.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QkXkGyf16p9ilAp0A4B0IfW8b1cfmV3m { width:281px;height:99px;top:170.1875px;left:20px;font-size:30px;text-shadow:3px 3px 0 #2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #twom0cKTQZIlifFtEQt5zT0LHOimsIDA { width:239px;height:23.3906px;top:299.625px;left:41px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KgxZyaZ6NooFAqO4USF88TmLzyuL3WUF { width:279px;height:38px;top:292px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT { display:block; }#zNU89vMbD3kB5gr3AUfBPQUvD8PisQOT > .row .container { width:320px;height:867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoCe6PhzKF1bkAXX8ETpa9IX2X4nBhNZ { width:280px;height:50px;top:440px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TWnGVNsq7qW1WzfWZaQbdwgv08Gatw3z { display:block; }
 }@media only screen and (max-width: 763px) { #OZtRxH3Ti6RFIQykSBLdWBAkN6hG3rqa { width:284px;height:171.562px;top:40px;left:20px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DwKeVzgltopZ3A4vROUcSLT800pdpHMk { width:280px;height:168px;top:244px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I59et7fUtoMJrIWAqPmuWOUVIQ5FwP7o { width:308px;height:317px;top:520px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IfpKwRCPmVpBS1BrmJLHCGoShye5TvF1 { top:501px;left:0px;width:320px;height:330px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 { display:block; }#y7JdBxXFGTcN14qqAtJ0FrgHzpNmQbo8 > .row .container { width:320px;height:297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK { width:320px;height:179px;top:20px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0cdeee0-e2ab-4da0-a080-17d2b342408b/AdobeStock_146193007.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK.adaptive-delivery-prevent-bg, #RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK.lazyload, #RQTBNbg9zwgarXs4lTPFngPl1GAvRrsK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ri51CVDboNHldeVr2IVKXgQlabhOmQQN { width:320px;height:70.375px;top:182px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP { display:none; }#xsoWfODGf1UGaITZ37N8HWf6ti7g9hkP > .row .container { width:320px;height:1392px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqp56eeGsJebandnAwR6h5SM1vs4uyqB { width:320px;height:174px;top:20px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0cdeee0-e2ab-4da0-a080-17d2b342408b/AdobeStock_146193007.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mqp56eeGsJebandnAwR6h5SM1vs4uyqB.adaptive-delivery-prevent-bg, #mqp56eeGsJebandnAwR6h5SM1vs4uyqB.lazyload, #mqp56eeGsJebandnAwR6h5SM1vs4uyqB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iRVfLJvSLLZTXaapulqTdBC3dps9qIn8 { width:320px;height:90.1875px;top:141px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;overflow:hidden;height:auto; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:12px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:12px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:12px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:12px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0  { width:280px;height:auto;top:294px;left:0px; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 {display:block;}#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 { width:280px;height:auto;top:294px;left:0px; }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #VGvqnEcA0KXHEJH28P0AyP9ZZEO8RW79 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #KiU9K1Tmib3tTp5iTEoUbkNaVyKdEe7Q {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Tnhdu5xTH2s1TisdxTPmTGD11VhvnQnq {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ncxmNwLlJCiJ50NTntI5ZxTyUkAkoZ74 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #HSriqVPprnLeWvGCVZTxcTcLZTiQhhmI {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #mDsXKIn5n4o5sZcZMIATRpvISe7Xmswq {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #pC32yVF9ByNM1f1DBOrBObGNPn9B2W61 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #acd5PE22bo2aLb7EAhtvkorsTkvyx4QT {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #wOEWSWbMH9fxVz9x1Tx43gLGuF1ydDFI {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #LmpED46FD8C5KnwiuonqoR20RpkNWGHu {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ikAvbbnRpaTaFSovwr8edGS5oSCUwUBr {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #msAX8wyT1pNPvfHEwmzdTIENeUpotgUk {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #vSOd6R78JTq5dKTUItlx09VtlcMPsCZQ {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #mfufW54fdsoyrAFHpDVWdvA9EQpTDeCG {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #L9aWwTKCddbNfQxf9sOTk4nC8HeH2CzA {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Gkszmo3XNdGLaD0TERyvlUikC27zAKes {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NmE617qg5Na2azuo7SrLs7pT7ire76br {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ehlEhowQx1xsXBL3czLITyosokrtevaK {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #WTmAWIZOrC3cCH2CQvg4LtHdIlBQHVXL {  }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #WTmAWIZOrC3cCH2CQvg4LtHdIlBQHVXL .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #B2ORswfmQbOLE1soTTTAmirCVyEQMroN {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #tdSivblOX0aqCCUD12z877rmCrXwsyGU {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NTOMDb7FIX9wo0TQP3cAIItfFuuIRwiG {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #VEWh00wzfSByeBBagMWiZBZcuy2edNax {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #xdePPhy0hAxVGygknbMCMCBLVmxeGQN1 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #R9p9totbamZOCMoHL45sDf57HJBMoAbu {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #SsHzM6UZ0iTm4OwWtTLQ3y4Tng7lTM1R {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #MdZvaT7kb35vmwMNBtGI7oxzhbiJacq0 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #K3MnOgquhPHByPnt8IECTPAL2T5SBnPm {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #OWC9MK5GTfRqBGCDZShpyEq2BU0QcXO7 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #A2zApxKaGDOynbbHRGuMLXvaPvrF5IR6 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #DgPOh0ambqA7wnAVvoQ6HSuxXMfb70WG {  }
#NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #DgPOh0ambqA7wnAVvoQ6HSuxXMfb70WG .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #AvtmZSryBfEIDcioL7X4P7XHD5LAEr1C {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #V0ItOEcSEhR4b9L68mk6tTUypLoOq24P {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #C7HbuANuJCXHrx9dhCCfegBJehM31OPP {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #Phq7Gb8TgDpT9dLrn8tIBeEPkA2k4XcS {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #NPMHrMZGTWyJPGMbJE3nOgz3mlgwhnpD {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #GgFsxfqHigKPcoe5NUOLuIRtWXoCrLT6 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #AAv8eTSeXWgsfWkLsgUQ7PHT7z6OC9Iw {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #e2eOlbwIeGT9pLpnWJ5OBH9MOcVvSIA4 {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #TFw1KH41gPUfwGfypyGQG0rTQBtAlBcx {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #uphQTlsDQvl3oskksJclLTBNwSCKibLc {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #ZDSav17egL8S51DtxnUkpX0SbWx7xows {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #KdHfSFyKTB4555UKR18f3owIrGEIl2qh {  }
 }@media only screen and (max-width: 763px) { #NkhIBuTLTQZAAIQyEvbuUf09iy7ho0G0 #RhZG8nsPk168PPn1UWF6PZTWfgBAsWTv {  }
 }@media only screen and (max-width: 763px) { #nVJs5crO34da3ccoTDq6GEURO7vfOcBo { width:282px;height:0;top:253px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hJgz06aAoPG5EXfdrl6ScpMHM9tIMHTG { width:209px;height:107px;top:1386px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rlDUhazbmra0TQChlppRyCJALAHf1bHs { width:320px;height:300.875px;top:2013.096px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Ue9VIUcr1zp8A8qsGCEUUf4GfwCKMEsR { width:205px;height:193px;top:1373px;left:115px;display:none; }
 }@media only screen and (max-width: 763px) { #q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 { display:block; }#q4tEeSyie0Nxs2ogHlxGLqryQfLKLTI2 > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyLshQrtlW7XG9fqrtzmF2hM6rv2ooGL { display:flex;width:37px;height:37px;top:22px;left:264px;font-size:16px; }
 }@media only screen and (max-width: 763px) { #ECsopCPzOtZVUkbbQ40zJNvraSqMfJNN { width:320px;height:1px;top:80.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #znOJk0hQIBSvM2cUIqaz8wvK8c7e9xQr { width:227px;height:22.3906px;top:30px;left:22px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU { background-color:#3f3f3f;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; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { background-color: transparent; background-image: none; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container > .video-iframe-container { display: none; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row > .video-iframe-container { display: none; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .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); }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { border-width: 0; border-radius: 0; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIzT6cIgpZR0qLN2HFIuRrEyod0qU8rU > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfVhPeP9UlNUTohWEVBWECg0SgN2UHQt { width:280px;height:45px;top:20px;left:20px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPfK1pH7RTDtTNCikzfZhveqURT0c3pP { display:block; }#pPfK1pH7RTDtTNCikzfZhveqURT0c3pP > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKou05TtaT6AWoX5zO0Npz2UDADcovdC { display:flex;width:37px;height:37px;top:22px;left:264px;font-size:16px; }
 }@media only screen and (max-width: 763px) { #GdrNuVuQ4PQQpSexrMNaTQyh1BhIZkOT { width:320px;height:1px;top:80.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #euWZBWKEfevKemT9G30axmEikudzM50q { width:227px;height:22.3906px;top:30px;left:22px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV { background-color:#3f3f3f;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; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { background-color: transparent; background-image: none; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container > .video-iframe-container { display: none; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row > .video-iframe-container { display: none; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .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); }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { border-width: 0; border-radius: 0; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abrHTrnwZx48M6Pf5FLvgFhWKmKU80RV > .row .container { width:320px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWgWivpmbnGp2cCOpygF35RvtXTdbOnu { width:280px;height:67.5px;top:20px;left:20px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW { display:block; }#NM2MVDW6mybPHZX8kaWKMvpurvuNIsfW > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNfnl2vkGmqiI6XkBrZAB8otOO5Ss96o { display:flex;width:37px;height:37px;top:22px;left:264px;font-size:16px; }
 }@media only screen and (max-width: 763px) { #dK0HEMT87wMiT1t834AXBQ72UyiJLwTt { width:320px;height:1px;top:80.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TWTdWTSUhSyf11Bq57XdqfZyP6KqMvpU { width:227px;height:22.3906px;top:30px;left:22px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa { background-color:#3f3f3f;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; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { background-color: transparent; background-image: none; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container > .video-iframe-container { display: none; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row > .video-iframe-container { display: none; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .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); }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { border-width: 0; border-radius: 0; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbLa36tk2bDx1TDDZ8XtixK3GVpEKhHa > .row .container { width:320px;height:369px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRArVk8NfczNwlsX9RrkECUVvZv9TfAx { width:280px;height:312.5px;top:20px;left:20px;font-size:15px;text-align:left;text-align-last:left;display:block; }#wRArVk8NfczNwlsX9RrkECUVvZv9TfAx li:before{  }
 }@media only screen and (max-width: 763px) { #ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe { display:block; }#ZRkx0IVFcEJBy34CxHwVMPJCTu0s6OAe > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu6nH5pVhWeppetDqahwTWkk1r5uoupa { display:flex;width:37px;height:37px;top:22px;left:264px;font-size:16px; }
 }@media only screen and (max-width: 763px) { #CJHui5lTpcdrw3g62frI8pT3ya5fPkml { width:320px;height:1px;top:80.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bx5oZFCl90E743DUBtKTWkoGGcuviCnc { width:227px;height:22.3906px;top:30px;left:22px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQBPIt0mH8TTViphaIQtyZU09euibgXv { background-color:#3f3f3f;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; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { background-color: transparent; background-image: none; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container > .video-iframe-container { display: none; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row > .video-iframe-container { display: none; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .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); }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { border-width: 0; border-radius: 0; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQBPIt0mH8TTViphaIQtyZU09euibgXv > .row .container { width:320px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPcE5EaEJOie49g8B3qeMyRPWvM3iPZU { width:280px;height:67.5px;top:20px;left:20px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b { display:block; }#EcXoBq592RfZHZ9fpUab6zs9vx5qVT1b > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXDnfaTDxm36XiEgr5CzFeOJUt639OUh { display:flex;width:37px;height:37px;top:22px;left:264px;font-size:16px; }
 }@media only screen and (max-width: 763px) { #InHTUBnm5qsBVI92D1xTAl3Rx4IIdyus { width:320px;height:1px;top:80.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dfahHTssf44i1QVzmA3C0MlQ7UdEHUzc { width:227px;height:44.7812px;top:20px;left:22px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RumkmCJRMgioCWV6GO2KeOanr1x6oD0I { background-color:#3f3f3f;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; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { background-color: transparent; background-image: none; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container > .video-iframe-container { display: none; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row > .video-iframe-container { display: none; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .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); }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { border-width: 0; border-radius: 0; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RumkmCJRMgioCWV6GO2KeOanr1x6oD0I > .row .container { width:320px;height:236px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWczUiK91hlr1v0RzgCwke5mFqd0CToA { width:280px;height:180px;top:20px;left:20px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skapooRXT7uye91QxCmZzdrbhN91QTpu { display:block; }#skapooRXT7uye91QxCmZzdrbhN91QTpu > .row .container { width:320px;height:48px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVn1mK1DwT3hsBXGuslsELTzszlGhwNG { background-color:#2a2c32;background-image:none;display:block; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container { background-color: transparent; background-image: none; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container > .video-iframe-container { display: none; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row > .video-iframe-container { display: none; }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .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); }#eVn1mK1DwT3hsBXGuslsELTzszlGhwNG > .row .container { width:320px;height:232px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miLgGPygXE2hZd2srTXTBTTBabFfGTxb { width:108px;height:24px;top:21px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #cg6hn70lMNyrUpG4tw8DNw3nIFwiLC12 { width:241px;height:64.375px;top:60.625px;left:40px;font-size:23px;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;line-height:1.4;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #uXKasD3DmOtzI6HG06cHIUIc6NX8QvAo { width:280px;height:55px;top:145px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wbXWmwRCSGJA02KfQcJWsMz99CTogaRx { display:block; }
 }