.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f603d624-3d65-43b2-b970-0df7a5e1e71b/IMG_1540.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.9); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.9); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5625rem;left:4.0625rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#252525;display:block;width:39.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:22.625rem;left:10.1875rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:#ffe714;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.0625rem;left:16.78125rem;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhtn7WLLuyDbTgHvOBMmQT9Vnbu1aRG0 { color:#252525;display:block;width:47.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:29.625rem;left:6.0625rem;height:4.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmVoRugNvzTq5oMdZWdphvTcyUZJCLMd { box-sizing:content-box;height:14.5rem;width:50.5625rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:21.1875rem;left:4.625rem;border-top:0;border-left:0.3125rem solid #ffe714;border-right:0;border-bottom:0;display:block; }
#XdTybwXz76vfPo4ler9G5nlErpUCdPCH { background-color:#ffe714;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.625rem;left:26.6875rem;display:none; }
#enFLnKL5Lw6w5MuPbeFomGLpqzx9HGW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { background-color: transparent; background-image: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .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); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { border-width: 0; border-radius: 0; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { color:#252525;display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVgbAQ5MhdWlSlTZJVo57WXCc1xdcTuJ { color:#252525;display:block;width:25.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:8.0625rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToRciXIzls8MpaR5wiX9CFNGQZRmTOOA { position:absolute;display:block;z-index:15008;background-color:#252525;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:31.875rem;width:22.125rem;top:1.9375rem;left:33.9375rem;display:block; }
#Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 { color:#252525;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:14.6875rem;left:0rem;height:15.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_748d16f3e027a3196a4406e557c06039de09d126.svg); }
#wnm9w9Vxz3qCHkyTxmNKGXocg2N7miBm { position:absolute;display:block;z-index:15016;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:29.5625rem;width:19.5625rem;top:3.0625rem;left:35.25rem;overflow:hidden;display:block; }
#qdThidxhQpOi870z8y0K3bzX6uMp1tmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF.adaptive-delivery-prevent-bg, #qdThidxhQpOi870z8y0K3bzX6uMp1tmF.lazyload, #qdThidxhQpOi870z8y0K3bzX6uMp1tmF.lazyloading { background-image: none; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container { background-color: transparent; background-image: none; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #252525; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container > .video-iframe-container { display: none; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #252525; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row > .video-iframe-container { display: none; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .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); }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container { border-width: 0; border-radius: 0; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#Pv1VpFQIRmsRv3UIeIihMBNTy7TlgK6Z { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#aad15f;background-image:none;color:#252525;padding-top:0.920625rem;padding-right:0.816875rem;padding-bottom:0.920625rem;padding-left:0.816875rem;display:block;align-items:center;width:4.9rem;min-width:4.9rem;height:4.949375rem;position:relative;font-family:"open sans";font-size:3.683125rem;font-weight:700;line-height:79.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.575625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.533125rem;height:1.956875rem;position:relative;font-family:"open sans";font-size:1.38125rem;font-weight:400;line-height:31.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:30.125rem;height:9.323125rem;padding-top:1.15125rem;padding-right:1.166875rem;padding-bottom:1.15125rem;padding-left:1.166875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.875rem;left:13.75rem;z-index:15004; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #OghadqaDSb0yF1wg4eMUJuWHsgq6WyRh { display:flex;position:relative;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #Ar9SX9WMP1ovKfuBGGTvL55b2XuqSKGB { width:auto; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #HkIJ9zSqfUT2GTiUVV5oXQMz6Gc1zEf2 {  }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #hvbaIdJTBDepiHgTDETB7xGQQ24iJO4U { display:flex;position:relative;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #gxiwOVXh7fQARuHDqyJAkZUM23drr7Ar {  }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #URunOr1CN1xSrWcBpxeu4pNzTNJGMOnm {  }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #Qsr9EDa9dfvyNtAw0GeDcB4nVDOaycwv { display:flex;position:relative;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #oleGKuoVgpq6qGoMPO2LcaC8c41mGn4G {  }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #kIK6zhCpSMiA18gJcVKmUJ6p6lUOZumy {  }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #xhXxuyIRLz2zZkz6LTzQCgIww9HJGrd2 { display:flex;position:relative;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #ggJwxuCIzaDJW2ydor1bb5WbiCAanTTK {  }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #l6qB7clHky8tl6m4oxUB3lL1g7iHI4PD {  }
#BJrldddABbsPFT1G0T6PZLEGixZTM7Ts { background-color:#ffe714;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.7490234375rem;left:16.78125rem;display:block; }
#CW8FkiCIN3HydsrKXe4z0wozDCBq9xEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSKO0Laf4eFOnbJoe3EMtZfNJg3DPyi4 { background-color:#ffe714;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.125rem;left:16.8125rem;display:none; }
#Lulze7nBm16QUkUvAQ0Hek0JpOT0111w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmFUkARuGbmuSVLurqQvU715KeOVg2IV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container { background-color: transparent; background-image: none; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container > .video-iframe-container { display: none; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row > .video-iframe-container { display: none; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .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); }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container { border-width: 0; border-radius: 0; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#nrbMINalOOLwZO1PKMomuFMtkVvcDAvv { color:#252525;display:block;width:48.9375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:0.84375rem;height:2.3369125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WXKWkmmAmupTzBVZXWSBvtA6KgyH71Hc { position:absolute;display:block;z-index:15007;background-color:#ffe714;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:0.25rem;width:12.5rem;top:7.3359375rem;left:0.84375rem;display:block; }
#llA473N0LsLwVcQbckpXmuDu7mNXgPML { color:#252525;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.8359375rem;left:0.84375rem;height:30rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mLeQgdcSIgZgJhSszhvmckK3XETLhwQV { position:absolute;display:block;z-index:15014;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:30.0625rem;width:26rem;top:8.8359375rem;left:32rem;overflow:hidden;display:block; }
#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;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; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container { background-color: transparent; background-image: none; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container > .video-iframe-container { display: none; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row > .video-iframe-container { display: none; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .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); }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container { border-width: 0; border-radius: 0; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#c1XgRdnNUKZCTTz4D2bDkxOARE6G443C { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:1.9375rem;left:3.1875rem;height:2.5rem;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:center;text-align-last:center;display:block; }
#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33c3e676-14af-40d2-afec-f75835c91454/IMG_0169_wynik1.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC.adaptive-delivery-prevent-bg, #Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC.lazyload, #Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC.lazyloading { background-image: none; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container { background-color: transparent; background-image: none; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.4); }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container > .video-iframe-container { display: none; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.4); }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row > .video-iframe-container { display: none; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .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); }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container { border-width: 0; border-radius: 0; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#TuISgzvM8TaE1EVvEXnNoAd1PvpwlR9I { box-sizing:content-box;height:27.375rem;width:28.875rem;position:absolute;display:block;z-index:14999;background-color:#252525;background-image:none;top:2.9375rem;left:15.5625rem;border-top:0;border-left:0.3125rem solid #ffe714;border-right:0;border-bottom:0;display:block; }
#bEgz5v4PSicVFZESkrBC8OfFDvMe9spB { color:#ffffff;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.25rem;left:17.1875rem;height:24.375rem;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;display:block; }
#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container { background-color: transparent; background-image: none; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container > .video-iframe-container { display: none; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row > .video-iframe-container { display: none; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .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); }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container { border-width: 0; border-radius: 0; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#PGOPfETfoeWn1L1gVkgyKT29FCn9pcNT { color:#252525;display:block;width:53.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:3.25rem;left:3.1875rem;height:2.5rem;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:center;text-align-last:center;display:block; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-form-header {  }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:39.6875rem;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; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffe714;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#252525;width:39.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .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:"open sans";line-height:1.4;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:38.25rem;overflow:hidden;font-style:normal; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-container:first-of-type{padding-top:0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-container:last-of-type{padding-bottom:0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM  { background-color:#252525;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.625rem;left:8.9375rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.6875rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM {display:block;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM { background-color:#252525;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.625rem;left:8.9375rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #NCG4MdDthp16PxFXHcm2PO2aGzT2rDe4 { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #JUw1WW1hOe0ZNETnBkbp3wBaEiVzHrJ9 { position:relative;display:block; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #WAz80QqziTWgFmz4ukkArBQsaTJuiTRn { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #TUb4xv8IOkfWzw1MpEqnePCOoNSJng5l { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #ffRxiv0AAUIJIhOms4LZJmpO7mGT2q42 { position:relative;display:block; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #RSumNevFuzShPpuBMvDVy4mR7cH2nnBb { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #c6ccs16HySIWevRvn761C68MLvMvTlWM { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #EJbOnngBiM30lH8L5xdHSDtfBKRqRpto { position:relative;display:block; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #d8T0PEBe6PPVO5tTE2xWlf8gHf9qJ7Gd { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #nUavt4yIHE5J8W0LogGOoeCzNfL0rDKE { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #bQSemMQ0KmT887DAAzGdIeiSqHMWev5p { position:relative;z-index:2; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #eyn95f3R6WE02ggSzPwJwnkXA7SS3Gvc { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #OKXwQ0EVIcXT9phJkwAhwhmH0J5xOJnK { position:relative; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #zhLSZl76CWk9UWtsAghM5UJq9e8GdC7l { position:relative; }
#iMm9t3NIZ044cTxuox4y418zeHTvCvHt { background-color:#aad15f;background-image:none;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; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container { background-color: transparent; background-image: none; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container > .video-iframe-container { display: none; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row > .video-iframe-container { display: none; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .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); }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container { border-width: 0; border-radius: 0; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;overflow:visible;position:relative;display:block; }#zFQQUi02Wla1Vfs2lgXNTCfN4F7vlW5o { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.3125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#dOQh8ot4qgum0RHwQnI6TcxWi6x2fxNa { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1rem;left:2.3125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:6.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:22.625rem;left:4.0625rem;width:39.6875rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:26.4375rem;height:3.8125rem;top:38.0625rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #dhtn7WLLuyDbTgHvOBMmQT9Vnbu1aRG0 { top:29.625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVoRugNvzTq5oMdZWdphvTcyUZJCLMd { top:21.1875rem;left:0rem;width:47.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTybwXz76vfPo4ler9G5nlErpUCdPCH { width:26.4375rem;height:3.8125rem;top:43.625rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enFLnKL5Lw6w5MuPbeFomGLpqzx9HGW6 { display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { top:3.875rem;left:0rem;width:29.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVgbAQ5MhdWlSlTZJVo57WXCc1xdcTuJ { top:8.0625rem;left:0rem;width:25.8125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToRciXIzls8MpaR5wiX9CFNGQZRmTOOA { top:1.9375rem;left:24.75rem;width:22.125rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 { top:14.6875rem;left:0rem;width:27.25rem;height:15.3125rem;font-size:1rem;display:block; }#Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_748d16f3e027a3196a4406e557c06039de09d126.svg); }
 }@media only screen and (max-width: 763px) { #wnm9w9Vxz3qCHkyTxmNKGXocg2N7miBm { top:3.0625rem;left:26.0625rem;width:19.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdThidxhQpOi870z8y0K3bzX6uMp1tmF { display:block; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv1VpFQIRmsRv3UIeIihMBNTy7TlgK6Z { top:3.0625rem;left:2.4375rem;width:42.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 { display:flex;width:18rem;height:5.0625rem;top:7rem;left:5.96875rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #OghadqaDSb0yF1wg4eMUJuWHsgq6WyRh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #Ar9SX9WMP1ovKfuBGGTvL55b2XuqSKGB {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #HkIJ9zSqfUT2GTiUVV5oXQMz6Gc1zEf2 {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #hvbaIdJTBDepiHgTDETB7xGQQ24iJO4U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #gxiwOVXh7fQARuHDqyJAkZUM23drr7Ar {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #URunOr1CN1xSrWcBpxeu4pNzTNJGMOnm {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #Qsr9EDa9dfvyNtAw0GeDcB4nVDOaycwv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #oleGKuoVgpq6qGoMPO2LcaC8c41mGn4G {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #kIK6zhCpSMiA18gJcVKmUJ6p6lUOZumy {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #xhXxuyIRLz2zZkz6LTzQCgIww9HJGrd2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #ggJwxuCIzaDJW2ydor1bb5WbiCAanTTK {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #l6qB7clHky8tl6m4oxUB3lL1g7iHI4PD {  }
 }@media only screen and (max-width: 763px) { #BJrldddABbsPFT1G0T6PZLEGixZTM7Ts { width:26.4375rem;height:3.8125rem;top:19.6875rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW8FkiCIN3HydsrKXe4z0wozDCBq9xEq { display:block; }
 }@media only screen and (max-width: 763px) { #MSKO0Laf4eFOnbJoe3EMtZfNJg3DPyi4 { width:26.4375rem;height:3.8125rem;top:19.125rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lulze7nBm16QUkUvAQ0Hek0JpOT0111w { display:block; }
 }@media only screen and (max-width: 763px) { #XmFUkARuGbmuSVLurqQvU715KeOVg2IV { display:block; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrbMINalOOLwZO1PKMomuFMtkVvcDAvv { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXKWkmmAmupTzBVZXWSBvtA6KgyH71Hc { top:7.3125rem;left:0rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llA473N0LsLwVcQbckpXmuDu7mNXgPML { width:27.75rem;height:30rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLeQgdcSIgZgJhSszhvmckK3XETLhwQV { top:8.8125rem;left:21.75rem;width:26rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzhP0WkQis1V7utDITC7oCdKmdlbNyW { display:block; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1XgRdnNUKZCTTz4D2bDkxOARE6G443C { width:47.75rem;height:2.5rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC { display:block; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuISgzvM8TaE1EVvEXnNoAd1PvpwlR9I { top:2.9375rem;left:9.4375rem;width:28.875rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEgz5v4PSicVFZESkrBC8OfFDvMe9spB { width:26rem;height:24.375rem;top:4.25rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga { display:block; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGOPfETfoeWn1L1gVkgyKT29FCn9pcNT { width:47.75rem;height:2.5rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-regular-label { width:39.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-text { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-textarea { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-select { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-button { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-checkbox-label { width:38.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM  { width:39.6875rem;height:auto;top:7.625rem;left:2.8125rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .radio-container { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM {display:block;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM { width:39.6875rem;height:auto;top:7.625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #NCG4MdDthp16PxFXHcm2PO2aGzT2rDe4 {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #JUw1WW1hOe0ZNETnBkbp3wBaEiVzHrJ9 {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #WAz80QqziTWgFmz4ukkArBQsaTJuiTRn {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #TUb4xv8IOkfWzw1MpEqnePCOoNSJng5l {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #ffRxiv0AAUIJIhOms4LZJmpO7mGT2q42 { display:block; }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #RSumNevFuzShPpuBMvDVy4mR7cH2nnBb {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #c6ccs16HySIWevRvn761C68MLvMvTlWM {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #EJbOnngBiM30lH8L5xdHSDtfBKRqRpto {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #d8T0PEBe6PPVO5tTE2xWlf8gHf9qJ7Gd {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #nUavt4yIHE5J8W0LogGOoeCzNfL0rDKE {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #bQSemMQ0KmT887DAAzGdIeiSqHMWev5p {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #eyn95f3R6WE02ggSzPwJwnkXA7SS3Gvc {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #OKXwQ0EVIcXT9phJkwAhwhmH0J5xOJnK {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #zhLSZl76CWk9UWtsAghM5UJq9e8GdC7l {  }
 }@media only screen and (max-width: 763px) { #iMm9t3NIZ044cTxuox4y418zeHTvCvHt { display:block; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFQQUi02Wla1Vfs2lgXNTCfN4F7vlW5o { top:2.375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOQh8ot4qgum0RHwQnI6TcxWi6x2fxNa { top:1rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f603d624-3d65-43b2-b970-0df7a5e1e71b/IMG_1540.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.7); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.7); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:18.75rem;height:15.597625rem;top:2.5rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:16.25rem;height:6.375rem;top:21.3125rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:17.75rem;height:3.8125rem;top:45rem;left:1.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #dhtn7WLLuyDbTgHvOBMmQT9Vnbu1aRG0 { width:16.25rem;height:11.472625rem;top:28.9375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmVoRugNvzTq5oMdZWdphvTcyUZJCLMd { width:19.6875rem;height:21.6875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTybwXz76vfPo4ler9G5nlErpUCdPCH { width:17.75rem;height:5.0625rem;top:44.1875rem;left:1.125rem;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #enFLnKL5Lw6w5MuPbeFomGLpqzx9HGW6 { display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { width:18.75rem;height:5.19921875rem;top:2.5rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVgbAQ5MhdWlSlTZJVo57WXCc1xdcTuJ { width:17.5rem;height:7.19925rem;top:8.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ToRciXIzls8MpaR5wiX9CFNGQZRmTOOA { width:20rem;height:29.3125rem;top:41.4345703125rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 { width:17.5rem;height:20.735375rem;top:17.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#Zxw1AVEDVxX3LgUswlCUP78KxfTJgNK8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_748d16f3e027a3196a4406e557c06039de09d126.svg); }
 }@media only screen and (max-width: 763px) { #wnm9w9Vxz3qCHkyTxmNKGXocg2N7miBm { width:17.5rem;height:26.4375rem;top:40.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdThidxhQpOi870z8y0K3bzX6uMp1tmF { display:block; }#qdThidxhQpOi870z8y0K3bzX6uMp1tmF > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv1VpFQIRmsRv3UIeIihMBNTy7TlgK6Z { width:20rem;height:5.19921875rem;top:2.125rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 { display:flex;width:18rem;height:5.0625rem;top:8rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #OghadqaDSb0yF1wg4eMUJuWHsgq6WyRh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #Ar9SX9WMP1ovKfuBGGTvL55b2XuqSKGB {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #HkIJ9zSqfUT2GTiUVV5oXQMz6Gc1zEf2 {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #hvbaIdJTBDepiHgTDETB7xGQQ24iJO4U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #gxiwOVXh7fQARuHDqyJAkZUM23drr7Ar {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #URunOr1CN1xSrWcBpxeu4pNzTNJGMOnm {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #Qsr9EDa9dfvyNtAw0GeDcB4nVDOaycwv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #oleGKuoVgpq6qGoMPO2LcaC8c41mGn4G {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #kIK6zhCpSMiA18gJcVKmUJ6p6lUOZumy {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #xhXxuyIRLz2zZkz6LTzQCgIww9HJGrd2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #ggJwxuCIzaDJW2ydor1bb5WbiCAanTTK {  }
 }@media only screen and (max-width: 763px) { #bpHt8aUyBLrTT7vtVQM1ZMfxnrIx2tK7 #l6qB7clHky8tl6m4oxUB3lL1g7iHI4PD {  }
 }@media only screen and (max-width: 763px) { #BJrldddABbsPFT1G0T6PZLEGixZTM7Ts { width:19rem;height:3.8125rem;top:15.615rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CW8FkiCIN3HydsrKXe4z0wozDCBq9xEq { display:block; }
 }@media only screen and (max-width: 763px) { #MSKO0Laf4eFOnbJoe3EMtZfNJg3DPyi4 { width:19rem;height:5.375rem;top:16.625rem;left:0.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Lulze7nBm16QUkUvAQ0Hek0JpOT0111w { display:block; }
 }@media only screen and (max-width: 763px) { #XmFUkARuGbmuSVLurqQvU715KeOVg2IV { display:block; }#XmFUkARuGbmuSVLurqQvU715KeOVg2IV > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrbMINalOOLwZO1PKMomuFMtkVvcDAvv { width:18.5625rem;height:4.125rem;top:1.9375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXKWkmmAmupTzBVZXWSBvtA6KgyH71Hc { width:12.5rem;height:0.25rem;top:7.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llA473N0LsLwVcQbckpXmuDu7mNXgPML { width:17.5rem;height:38.8125rem;top:30.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLeQgdcSIgZgJhSszhvmckK3XETLhwQV { width:16.6875rem;height:19.3125rem;top:9.375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzhP0WkQis1V7utDITC7oCdKmdlbNyW { display:block; }#uEzhP0WkQis1V7utDITC7oCdKmdlbNyW > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1XgRdnNUKZCTTz4D2bDkxOARE6G443C { width:17.5rem;height:8.3994375rem;top:1.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC { display:block; }#Qo2t7x7zhWzSEGZmB9uUW76pXF1CBRHC > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuISgzvM8TaE1EVvEXnNoAd1PvpwlR9I { width:19.6875rem;height:29.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEgz5v4PSicVFZESkrBC8OfFDvMe9spB { width:16.25rem;height:27rem;top:3.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga { display:block; }#wb5h1eLzVV8dUyNqUVxW7Kb3JmOaABga > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGOPfETfoeWn1L1gVkgyKT29FCn9pcNT { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM  { width:17.5rem;height:auto;top:7.296875rem;left:0rem; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM {display:block;}#qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM { width:17.5rem;height:auto;top:7.296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #NCG4MdDthp16PxFXHcm2PO2aGzT2rDe4 {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #JUw1WW1hOe0ZNETnBkbp3wBaEiVzHrJ9 {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #WAz80QqziTWgFmz4ukkArBQsaTJuiTRn {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #TUb4xv8IOkfWzw1MpEqnePCOoNSJng5l {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #ffRxiv0AAUIJIhOms4LZJmpO7mGT2q42 { display:block; }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #RSumNevFuzShPpuBMvDVy4mR7cH2nnBb {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #c6ccs16HySIWevRvn761C68MLvMvTlWM {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #EJbOnngBiM30lH8L5xdHSDtfBKRqRpto {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #d8T0PEBe6PPVO5tTE2xWlf8gHf9qJ7Gd {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #nUavt4yIHE5J8W0LogGOoeCzNfL0rDKE {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #bQSemMQ0KmT887DAAzGdIeiSqHMWev5p {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #eyn95f3R6WE02ggSzPwJwnkXA7SS3Gvc {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #OKXwQ0EVIcXT9phJkwAhwhmH0J5xOJnK {  }
 }@media only screen and (max-width: 763px) { #qHoIMs2UC36xRaePLBGVSBNdMxA7bcWM #zhLSZl76CWk9UWtsAghM5UJq9e8GdC7l {  }
 }@media only screen and (max-width: 763px) { #iMm9t3NIZ044cTxuox4y418zeHTvCvHt { display:block; }#iMm9t3NIZ044cTxuox4y418zeHTvCvHt > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFQQUi02Wla1Vfs2lgXNTCfN4F7vlW5o { width:20rem;height:1.29980625rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOQh8ot4qgum0RHwQnI6TcxWi6x2fxNa { width:20rem;height:2.111325rem;top:0.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }