.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:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;position:relative;z-index:auto;display:block; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.adaptive-delivery-prevent-bg, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyload, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyloading { background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { background-color: transparent; background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,0,0.4); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,0,0.4); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { border-width: 0; border-radius: 0; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:1200px;height:1058px;font-size:14px;font-family:"open sans";position:relative;display:block; }#Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.2);background-image:none;border-top:1px solid rgba(255,255,255,0.25);border-left:1px solid rgba(255,255,255,0.25);border-right:1px solid rgba(255,255,255,0.25);border-bottom:1px solid rgba(255,255,255,0.25);border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:025px;border-bottom-right-radius:025px;box-shadow: 1px 1px 40px rgba(0,0,0,0.33) ;height:739px;width:899px;top:240px;left:150px;display:block; }
#AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { color:#ffffff;display:block;width:729px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 3px #c0262d;top:119.390625px;left:236px;height:90.9944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -moz-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -ms-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -o-linear-gradient(180deg, #f6ef6c, #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, #f6ef6c, #f6f3b1);background-size:auto !important;top:621px;left:241px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(255,204,51,0.63);border-left:1px solid rgba(255,204,51,0.63);border-right:1px solid rgba(255,204,51,0.63);border-bottom:1px solid rgba(255,204,51,0.63);display:block; }
#D75h1gnDezDdOMKUohxA47zpkRNvzp6z { color:#000000;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:633px;left:264px;height:46.7898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { box-sizing:content-box;height:65px;width:208px;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:621px;left:242px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#glgvUJipNDR75EdxxgGUxQglaXNpLmUW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:147px;width:147px;top:691px;left:273px;overflow:hidden;display:block; }
#h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:48px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:845px;left:276px;display:block; }
#nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { color:#000000;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:633px;left:778px;height:46.7898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWDbHwoaIWadsJNahghCiamshWnDBZi2 { box-sizing:content-box;height:65px;width:208px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:621px;left:756px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -moz-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -ms-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -o-linear-gradient(180deg, #f6ef6c, #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, #f6ef6c, #f6f3b1);background-size:auto !important;top:621px;left:755px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(246,239,108,0.63);border-left:1px solid rgba(246,239,108,0.63);border-right:1px solid rgba(246,239,108,0.63);border-bottom:1px solid rgba(246,239,108,0.63);display:block; }
#H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { position:absolute;display:block;z-index:15015;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:147px;width:147px;top:691px;left:787px;overflow:hidden;display:block; }
#GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:48px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:845px;left:791px;display:block; }
#SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { color:#000000;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:310px;left:518px;height:46.7898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { box-sizing:content-box;height:65px;width:208px;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:298px;left:495px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { position:absolute;display:block;z-index:15020;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:147px;width:147px;top:368px;left:527px;overflow:hidden;display:block; }
#m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -moz-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -ms-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -o-linear-gradient(180deg, #f6ef6c, #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, #f6ef6c, #f6f3b1);background-size:auto !important;top:298px;left:495px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(255,204,51,0.63);border-left:1px solid rgba(255,204,51,0.63);border-right:1px solid rgba(255,204,51,0.63);border-bottom:1px solid rgba(255,204,51,0.63);display:block; }
#dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #686868, #000000);background-image: -moz-linear-gradient(180deg, #686868, #000000);background-image: -ms-linear-gradient(180deg, #686868, #000000);background-image: -o-linear-gradient(180deg, #686868, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#000000' );";background-image: linear-gradient(180deg, #686868, #000000);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:48px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:522px;left:531px;display:block; }
#Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { box-sizing:content-box;height:3px;width:208px;position:absolute;display:block;z-index:15032;background-color:rgba(217,208,119,0.35);background-image:none;top:868px;left:242px;display:block; }
#canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { box-sizing:content-box;height:3px;width:208px;position:absolute;display:block;z-index:15033;background-color:rgba(217,208,119,0.35);background-image:none;top:868px;left:756px;display:block; }
#MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { box-sizing:content-box;height:3px;width:208px;position:absolute;display:block;z-index:15034;background-color:rgba(217,208,119,0.35);background-image:none;top:545px;left:496px;display:block; }
#zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { color:#000000;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:310px;left:778px;height:46.7898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { box-sizing:content-box;height:65px;width:208px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:298px;left:756px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -moz-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -ms-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -o-linear-gradient(180deg, #f6ef6c, #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, #f6ef6c, #f6f3b1);background-size:auto !important;top:298px;left:755px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(255,204,51,0.63);border-left:1px solid rgba(255,204,51,0.63);border-right:1px solid rgba(255,204,51,0.63);border-bottom:1px solid rgba(255,204,51,0.63);display:block; }
#zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { 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:154px;width:154px;top:369px;left:782px;overflow:hidden;display:block; }
#mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:48px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:522px;left:790px;display:block; }
#usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { box-sizing:content-box;height:3px;width:208px;position:absolute;display:block;z-index:15038;background-color:rgba(217,208,119,0.35);background-image:none;top:545px;left:756px;display:block; }
#LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -moz-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -ms-linear-gradient(180deg, #f6ef6c, #f6f3b1);background-image: -o-linear-gradient(180deg, #f6ef6c, #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ef6c', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, #f6ef6c, #f6f3b1);background-size:auto !important;top:621px;left:496px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(255,204,51,0.63);border-left:1px solid rgba(255,204,51,0.63);border-right:1px solid rgba(255,204,51,0.63);border-bottom:1px solid rgba(255,204,51,0.63);display:block; }
#AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { color:#000000;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:633px;left:519px;height:46.7898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { box-sizing:content-box;height:65px;width:208px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5fbfffb', endColorstr='#3ad8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:621px;left:497px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { 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:162px;width:162px;top:686px;left:520px;overflow:hidden;display:block; }
#ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:48px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:845px;left:531px;display:block; }
#DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { box-sizing:content-box;height:3px;width:208px;position:absolute;display:block;z-index:15038;background-color:rgba(217,208,119,0.35);background-image:none;top:868px;left:497px;display:block; }
#J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c0262d, #c0262d);background-image: -moz-linear-gradient(180deg, #c0262d, #c0262d);background-image: -ms-linear-gradient(180deg, #c0262d, #c0262d);background-image: -o-linear-gradient(180deg, #c0262d, #c0262d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0262d', endColorstr='#c0262d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0262d', endColorstr='#c0262d' );";background-image: linear-gradient(180deg, #c0262d, #c0262d);background-size:auto !important;top:298px;left:241px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid #d97777;border-left:1px solid #d97777;border-right:1px solid #d97777;border-bottom:1px solid #d97777;display:block; }
#XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { color:#ffffff;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:310px;left:264px;height:46.7898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { box-sizing:content-box;height:65px;width:208px;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59fbfffb', endColorstr='#56d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59fbfffb', endColorstr='#56d8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-size:auto !important;top:298px;left:242px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffe8, #fef86f);background-image: -moz-linear-gradient(180deg, #ffffe8, #fef86f);background-image: -ms-linear-gradient(180deg, #ffffe8, #fef86f);background-image: -o-linear-gradient(180deg, #ffffe8, #fef86f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#fef86f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#fef86f' );";background-image: linear-gradient(180deg, #ffffe8, #fef86f);background-size:auto !important;border-top:1px solid #dfd600;border-left:1px solid #dfd600;border-right:1px solid #dfd600;border-bottom:1px solid #dfd600;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:48px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:522px;left:276px;display:block; }
#M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { box-sizing:content-box;height:3px;width:208px;position:absolute;display:block;z-index:15044;background-color:rgba(217,119,119,0.32);background-image:none;top:545px;left:242px;display:block; }
#MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { position:absolute;display:block;z-index:15046;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:47.9972px;width:168.991px;top:26.988636016846px;left:515.89489746094px;overflow:hidden;display:block; }
#cPxgWQ6vuuu68QTiZNwr3iz19L2hxvC0 { color:#febf00;display:block;width:200px;position:absolute;font-family:montserrat;font-size:62px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:423px;left:246px;height:80.5966px;text-align:center;text-align-last:center;display:block; }
#hfgdaXIBaBe4fuQyEamN2ZKxlyVPDBdK { color:#ffd66b;display:block;width:163px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:382px;left:264px;height:41.5625px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvHW2PO23yiv3vGnWu2Fr2JCWnwXyqbr { position:absolute;display:block;z-index:15049;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:34px;width:41px;top:520px;left:385px;display:block; }
#AGFCom26mS5ITVB3sLAwT81HTFlr0Z9I { color:#ffdf8d;display:block;width:417.983px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;height:18.196px;top:83.963066101074px;left:391.40625px;text-align:center;text-align-last:center;display:block; }
#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { background-color: transparent; background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .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); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { border-width: 0; border-radius: 0; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { font-size:14px;font-family:arial;height:772px;width:1200px;position:relative;display:block; }#uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { color:#ffffff;display:block;width:442px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:127px;left:148px;height:54.6023px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { position:absolute;display:block;z-index:15014;background-color:#ffcc33;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:6px;width:132px;top:192px;left:148px;display:block; }
#InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { color:#febf00;display:block;width:441px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:103.3125px;left:148.5px;height:24.7017px;font-style:normal;display:block; }
#pX09TTCQHH8eGup9Wdguylo6r0L6s59h { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(327deg, #fbac46, #feefa0);background-image: -moz-linear-gradient(327deg, #fbac46, #feefa0);background-image: -ms-linear-gradient(327deg, #fbac46, #feefa0);background-image: -o-linear-gradient(327deg, #fbac46, #feefa0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac46', endColorstr='#feefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac46', endColorstr='#feefa0' );";background-image: linear-gradient(327deg, #fbac46, #feefa0);background-size:auto !important;border-top:1px solid #fde883;border-left:1px solid #fde883;border-right:1px solid #fde883;border-bottom:1px solid #fde883;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:271px;width:402px;top:231px;left:148px;display:block; }
#IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { position:absolute;display:block;z-index:15001;background-color:rgba(9,9,9,0.79);background-image:none;border-top:1px solid rgba(81,81,81,0.73);border-left:1px solid rgba(81,81,81,0.73);border-right:1px solid rgba(81,81,81,0.73);border-bottom:1px solid rgba(81,81,81,0.73);border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:025px;border-bottom-right-radius:025px;box-shadow: 1px 1px 40px rgba(0,0,0,0.33) ;height:646px;width:1046px;top:34px;left:77px;display:block; }
#TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { color:#000000;display:block;width:262px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:246px;left:218px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { box-sizing:content-box;height:82px;width:404px;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#89fbfffb', endColorstr='#c9d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89fbfffb', endColorstr='#c9d8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-size:auto !important;top:231px;left:148px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { position:absolute;display:block;z-index:15007;background-color:#fae7c3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:342px;left:168px;display:block; }
#AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:353px;left:179px;height:20.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15033;background-color:#febf00;background-image:none;top:379px;left:169px;display:block; }
#kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:446px;left:179px;height:18.196px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:390px;left:199px; }
#rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { position:absolute;display:block;z-index:15012;background-color:#fdeed3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:342px;left:294px;display:block; }
#v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:353px;left:305px;height:20.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxXgbHU82x7T0gTTucphnUuT1RprFc1U { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15038;background-color:#febf00;background-image:none;top:379px;left:295px;display:block; }
#KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:386px;left:330px; }
#pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:431px;left:305px;height:33.608px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { position:absolute;display:block;z-index:15017;background-color:#fff4e1;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:342px;left:421px;display:block; }
#EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:353px;left:432px;height:20.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15043;background-color:#febf00;background-image:none;top:379px;left:422px;display:block; }
#nI9QM29buLslIdusB4WBRkP6HetUu4Ox { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:387px;left:457px; }
#isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:431px;left:432px;height:33.608px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHIedkpnHhXJKON66b2H2neg3qUIUnCD { color:#ffffff;display:block;width:372px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:518px;left:164px;height:20.7812px;font-style:italic;display:block; }
#d1fbCLgbhgDed0loR1xRl1xGPv0B2UPo { position:absolute;display:block;z-index:15017;height:440px;width:400px;top:103.3125px;left:648px;display:block; }
#wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection { background-color:#212121;background-image:none;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; } #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection *:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="text"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="email"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="tel"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection textarea:focus-visible { outline: none; } #UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container { background-color: transparent; background-image: none; }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container > .video-iframe-container { display: none; }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row > .video-iframe-container { display: none; }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .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); }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container { border-width: 0; border-radius: 0; }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container { font-size:14px;font-family:arial;height:357px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { display:block; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { width:762px;height:739px;top:240px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { top:119px;left:18px;width:729px;height:91px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { top:621px;left:23px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #D75h1gnDezDdOMKUohxA47zpkRNvzp6z { top:633px;left:46px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { top:621px;left:24px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #glgvUJipNDR75EdxxgGUxQglaXNpLmUW { top:691px;left:55px;width:147px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { width:138px;height:48px;top:845px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block; }
 }@media only screen and (max-width: 763px) { #Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { top:633px;left:560px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbHwoaIWadsJNahghCiamshWnDBZi2 { top:621px;left:538px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { top:621px;left:537px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { top:691px;left:569px;width:147px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { width:138px;height:48px;top:845px;left:573px;display:block; }
 }@media only screen and (max-width: 763px) { #SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block; }
 }@media only screen and (max-width: 763px) { #bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { top:310px;left:300px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { top:298px;left:277px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { top:368px;left:309px;width:147px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { top:298px;left:277px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { width:138px;height:48px;top:522px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block; }
 }@media only screen and (max-width: 763px) { #N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { top:868px;left:24px;width:208px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { top:868px;left:538px;width:208px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { top:545px;left:278px;width:208px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { top:310px;left:560px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { top:298px;left:538px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { top:298px;left:537px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { top:369px;left:564px;width:154px;height:154px;display:block; }
 }@media only screen and (max-width: 763px) { #mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { width:138px;height:48px;top:522px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { top:545px;left:538px;width:208px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { top:621px;left:278px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { top:633px;left:301px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { top:621px;left:279px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { top:686px;left:302px;width:162px;height:162px;display:block; }
 }@media only screen and (max-width: 763px) { #ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { width:138px;height:48px;top:845px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { top:868px;left:279px;width:208px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { top:298px;left:23px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { top:310px;left:46px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { top:298px;left:24px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { width:138px;height:48px;top:522px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block; }
 }@media only screen and (max-width: 763px) { #aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { top:545px;left:24px;width:208px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { top:26px;left:297.89489746094px;width:168px;height:47.715733973999px;display:block; }
 }@media only screen and (max-width: 763px) { #cPxgWQ6vuuu68QTiZNwr3iz19L2hxvC0 { top:423px;left:28px;width:200px;height:80px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #hfgdaXIBaBe4fuQyEamN2ZKxlyVPDBdK { top:382px;left:46px;width:163px;height:41px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WvHW2PO23yiv3vGnWu2Fr2JCWnwXyqbr { width:41px;height:34px;top:520px;left:167px;display:none; }
 }@media only screen and (max-width: 763px) { #AGFCom26mS5ITVB3sLAwT81HTFlr0Z9I { top:83px;left:173.40625px;width:417px;height:18px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { top:127px;left:0px;width:442px;height:54px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { top:192px;left:39px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { top:103px;left:0px;width:441px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pX09TTCQHH8eGup9Wdguylo6r0L6s59h { top:231px;left:0px;width:402px;height:271px;display:block; }
 }@media only screen and (max-width: 763px) { #IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { width:762px;height:646px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { top:246px;left:109px;width:262px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { top:231px;left:0px;width:404px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { top:342px;left:59px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { top:353px;left:70px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { top:379px;left:60px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { top:446px;left:70px;width:90px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { top:390px;left:90px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { top:342px;left:185px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { top:353px;left:196px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nxXgbHU82x7T0gTTucphnUuT1RprFc1U { top:379px;left:186px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { top:386px;left:221px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { top:431px;left:196px;width:90px;height:33px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { top:342px;left:270px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { top:353px;left:292px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { top:379px;left:272px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #nI9QM29buLslIdusB4WBRkP6HetUu4Ox { top:387px;left:342px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { top:431px;left:292px;width:90px;height:33px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #iHIedkpnHhXJKON66b2H2neg3qUIUnCD { top:518px;left:10px;width:372px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d1fbCLgbhgDed0loR1xRl1xGPv0B2UPo { top:103px;left:364px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection { display:block; } #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection *:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="text"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="email"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="tel"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection textarea:focus-visible { outline: none; } #UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); } }@media only screen and (max-width: 763px) { #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.adaptive-delivery-prevent-bg, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyload, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyloading { background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { background-color: transparent; background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { border-width: 0; border-radius: 0; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::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; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { width:318px;height:739px;top:272.7578125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { width:320px;height:71.9886px;top:108.984375px;left:0px;font-size:30px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { width:152px;height:217px;top:211px;left:166px;z-index:15000;border-top:1px solid rgba(243,243,243,0.6);border-left:1px solid rgba(243,243,243,0.6);border-right:1px solid rgba(243,243,243,0.6);border-bottom:1px solid rgba(243,243,243,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #D75h1gnDezDdOMKUohxA47zpkRNvzp6z { width:135px;height:36.392px;top:219px;left:176px;font-size:14px;color:#000000;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { width:152px;height:52px;top:211px;left:167px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #glgvUJipNDR75EdxxgGUxQglaXNpLmUW { width:110px;height:110px;top:266px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { width:112px;height:39px;top:378px;left:187px;box-shadow: none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block; }
 }@media only screen and (max-width: 763px) { #Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { width:135px;height:36.392px;top:712px;left:177px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbHwoaIWadsJNahghCiamshWnDBZi2 { width:152px;height:52px;top:704px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { width:152px;height:217px;top:704px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { width:118px;height:118px;top:756px;left:184px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { width:112px;height:39px;top:871px;left:189px;box-shadow: none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block; }
 }@media only screen and (max-width: 763px) { #bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { width:135px;height:36.392px;top:465px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { width:152px;height:52px;top:456px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { width:118px;height:118px;top:508px;left:19px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { width:152px;height:217px;top:456px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { width:112px;height:39px;top:623px;left:21px;box-shadow: none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block; }
 }@media only screen and (max-width: 763px) { #N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { width:152px;height:2px;top:397px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { width:152px;height:2px;top:890px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { width:152px;height:2px;top:641px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { width:135px;height:36.392px;top:465px;left:176px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { width:152px;height:52px;top:456px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { width:152px;height:217px;top:456px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { width:118px;height:118px;top:514px;left:184px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { width:112px;height:39px;top:623px;left:187px;box-shadow: none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { width:152px;height:2px;top:641px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { width:152px;height:217px;top:704px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { width:135px;height:36.392px;top:712px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { width:152px;height:52px;top:704px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { width:123px;height:123px;top:748px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { width:112px;height:39px;top:871px;left:22px;box-shadow: none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { width:152px;height:2px;top:890px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { width:152px;height:217px;top:211px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { width:135px;height:36.392px;top:220px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { width:152px;height:52px;top:211px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { width:112px;height:39px;top:378px;left:21px;box-shadow: none;font-size:14px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffe8, #ffcc33);background-image: -moz-linear-gradient(180deg, #ffffe8, #ffcc33);background-image: -ms-linear-gradient(180deg, #ffffe8, #ffcc33);background-image: -o-linear-gradient(180deg, #ffffe8, #ffcc33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#ffcc33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#ffcc33' );";background-image: linear-gradient(180deg, #ffffe8, #ffcc33);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block; }
 }@media only screen and (max-width: 763px) { #aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { width:152px;height:2px;top:397px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { width:140.994px;height:41.9886px;top:20.994318008423px;left:89.488632202148px;display:block; }
 }@media only screen and (max-width: 763px) { #cPxgWQ6vuuu68QTiZNwr3iz19L2hxvC0 { width:141px;height:54.6023px;top:313px;left:7px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #hfgdaXIBaBe4fuQyEamN2ZKxlyVPDBdK { width:116px;height:33.7812px;top:276px;left:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WvHW2PO23yiv3vGnWu2Fr2JCWnwXyqbr { top:378px;left:107px;width:35px;height:28px;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AGFCom26mS5ITVB3sLAwT81HTFlr0Z9I { top:71.789772033691px;left:0px;width:320px;height:15.5966px;z-index:15005;color:#fceb8f;font-family:montserrat;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c68dff42-a730-4295-980d-6b0c4a8b4055/Untitleddesign.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.adaptive-delivery-prevent-bg, #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.lazyload, #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.lazyloading { background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { background-color: transparent; background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .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); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { width:320px;height:955px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { width:320px;height:37.6989px;top:55.1875px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { width:132px;height:4px;top:100px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { width:320px;height:18.196px;top:32px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pX09TTCQHH8eGup9Wdguylo6r0L6s59h { width:318px;height:278px;top:127px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { width:318px;height:646px;top:34px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { width:262px;height:46.7898px;top:142px;left:29px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { width:320px;height:82px;top:127px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { width:90px;height:126px;top:232px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { width:90px;height:19.5px;top:242px;left:17px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { width:90px;height:1px;top:264px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { width:90px;height:18.196px;top:325px;left:17px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { display:flex;width:45px;height:45px;top:274px;left:39px;font-size:26px; }
 }@media only screen and (max-width: 763px) { #rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { width:90px;height:126px;top:232px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { width:90px;height:19.5px;top:242px;left:115px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxXgbHU82x7T0gTTucphnUuT1RprFc1U { width:90px;height:1px;top:264px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { display:flex;width:40px;height:40px;top:270px;left:140px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { width:90px;height:33.608px;top:317px;left:115px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { width:90px;height:126px;top:232px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { width:90px;height:19.5px;top:242px;left:215px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { width:90px;height:1px;top:264px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nI9QM29buLslIdusB4WBRkP6HetUu4Ox { display:flex;width:40px;height:40px;top:271px;left:240px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { width:90px;height:33.608px;top:317px;left:215px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHIedkpnHhXJKON66b2H2neg3qUIUnCD { width:320px;height:19.5px;top:373px;left:0px;font-size:15px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d1fbCLgbhgDed0loR1xRl1xGPv0B2UPo { width:320px;height:440px;top:444px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection { display:block; } #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection *:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="text"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="email"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection input[type="tel"]:focus-visible, #wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection textarea:focus-visible { outline: none; } #UyBzcgRM1PZMiUA5san482TvKGzptZ1P > .row .container { width:320px;height:892px;position:relative;display:block; } }