.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#252323;background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.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; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container { background-color: transparent; background-image: none; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container > .video-iframe-container { display: none; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row > .video-iframe-container { display: none; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .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); }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container { border-width: 0; border-radius: 0; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#dCdd0h7UMHfBFV72ww1naVSDDFadH4tG { z-index:15002;top:24px;left:700.00003051758px;background-color:transparent;background-image:none;border-top:2px solid #2b153b;border-left:2px solid #2b153b;border-right:2px solid #2b153b;border-bottom:2px solid #2b153b;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#2b153b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b2kdCqS49NeMZ7GT90tFidFQMFuQwLb6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pcKpTSXZl8PAEP0LReAgrAMOXhyu19Br { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:99px;top:0px;left:18px;overflow:hidden;display:block; }
#Rq3SdCyNRhJBb8wXtCfimERkQ5wPV0q1 { position:absolute;display:block;z-index:15004;background-color:#2b153b;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;height:70px;width:1px;top:16.5px;left:139px;display:block; }
#UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { color:#2b153b;display:block;width:427px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:38.5px;left:70px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/CydtgLzf/Depositphotos_182845300_L.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::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; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:960px;height:666px;font-size:14px;font-family:arial;position:relative;display:block; }#SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { color:#ffffff;display:block;width:770px;position:absolute;font-family:lato;font-size:70px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 30px rgba(245,225,200,0.5);top:197.77501833439px;left:95px;height:91px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8Uc4k27a1MoX7kJa0AnToSK1BAn2I50 { color:#ffffff;display:block;width:708px;position:absolute;font-family:lato;font-size:29px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:367.20000457764px;left:134px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvCrIQs0Vnl5BxZThsaXzzqhOaS8gkLt { box-sizing:content-box;color:#ffffff;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:block;z-index:15004;top:468.39999485016px;left:455.00003051758px;display:block; }
#T1XyUNIUR62RP7HkqBUpCR6Xqx5qEFRi { color:#f5e1c8;display:block;width:960px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:298.77501833439px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:#f3f3f3;background-image:none;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;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:960px;height:874px;font-size:14px;font-family:arial;position:relative;display:block; }#ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { color:#ffffff;display:block;width:316px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:53.925018310547px;left:332.50003051758px;height:51.9922px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATVyguD28q1H90MOKoWXJpMW7bfZcKgT { position:absolute;display:block;z-index:14999;background-color:#2b153b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:8px solid #f5e1c8;border-left:8px solid #f5e1c8;border-right:8px solid #f5e1c8;border-bottom:8px solid #f5e1c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:797px;width:508px;top:23.190124511719px;left:228.48959350586px;display:block; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-form-header {  }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:456px;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;overflow:hidden; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:456px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:456px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:456px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f5e1c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:160px;margin-bottom:4px;margin-left:114px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#000000;width:228px;height:55px;font-family:"open sans";overflow:hidden; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .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.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:434px;overflow:hidden;font-style:normal; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-container:first-of-type{padding-top:0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-container:last-of-type{padding-bottom:0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0  { background-color:#2b153b;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:456px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:105.91145324707px;left:239.98696899414px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:456px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 {display:block;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 { background-color:#2b153b;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:456px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:105.91145324707px;left:239.98696899414px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WKDZPOVaC4Bx6zCuST0qtRhTeEK2tpte { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WpWb8RoTdy6pHSTlMhx2MfPfeC2ghNNW { position:relative;display:block; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #BgiK7iPqEVV1AgIJVamoTKlTJKDH6GB0 { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #TmrLyQnvKG8D5whDgHtJxy6ukygv4P7f { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #sJsXn6h7slxeTKHghAFencWW6Nqkzb4P { position:relative;display:block; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #GlZgSHXqvqbI4IALznzGFAMbTvXsIkkA { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #BwMuCCmhcNU4zPLqATxvCwWJyrC8i4sN { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #bRdg9Ahi9EKkNmuM54IyvbeZxsBPH4rG { position:relative;display:block; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #R5k5ppVOi70EWfbXDpgM4NhwPCzqwbB1 { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #TkUJi2Xn9HSMrPupNCVThD6qtKhm7DrH { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #mEZDRiBgtfDNeXvix3uZC2iPC2SKAq5W { position:relative;display:block; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #ouR9iMyKIwTFzZaRiBIB0BMUcS1y7zcW { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #pS6Zxxee48aCqyzhHn1bN7UHZL5PkTTt { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #drJ5ptMDiA7vnIKpAW7fn44NTp11uTM2 { position:relative;display:block; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #mvDT9lXPuNqlrlskct7a6QqGNkbudEA9 { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WVskqOoBCpGq3tHq6yBvUIJocVt68JRm { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #RpubMOT09NDknCPrhumerbnVl0ALFXQq { position:relative;z-index:2; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #N8SlfH1tzzCGKRV6cFvyvTKhMAGpl4TV { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #U8KspVdBXTUPp8maw9u36TMgtstK5F57 { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #GPskRfEO46dGDuRaFdxkVQ7kQwM8AT9S { position:relative;z-index:2; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #lbdqVXzPOsbqEEc22TeoAnwZaX7lTDqk { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #AKXRuW4HPCumuSDlbFrc9OIk6zJmcUBx { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #OhVVvcJ7QMk3yH75gRFCdQizCOof08x6 { position:relative;z-index:2; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #tV9tDCpJhLSaisNXg6V5m1Id6xpTQcO8 { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #c5ZRzeTbO6dl16gsulpXMUlzu4ObeaiL { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #y7JKmuyctxdFKvAUosEGIWNmamVAcuCP { position:relative; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #QczvqH8x3VeHBmsX9A5VhkAp2s8NT6IC { position:relative;display:block;z-index:15000; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #sihTrOEkCZPOn5VEZcDK0HHt4tPgabHF { position:relative;display:block;z-index:15000; }
#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/o1n5GPQ2/Dodaj_nag_wek_5_.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.adaptive-delivery-prevent-bg, #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.lazyload, #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.lazyloading { background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::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; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { font-size:14px;font-family:arial;height:516px;width:960px;position:relative;display:block; }#dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { color:#ffffff;display:block;width:646px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:215.00000762939px;left:157px;height:227.8649px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:150px;top:172.00006103516px;left:405.00003051758px;display:block; }
#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:#f5e1c8;display:block;width:960px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(89,89,89,0.97);top:84.925048828125px;left:0px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { color:#ffffff;display:block;width:744px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:33.912551879883px;left:108px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#f3f3f3;background-image:none;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;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:960px;height:436px;font-size:14px;font-family:arial;position:relative;display:block; }#w2xOzlFcxVulAsu2fORX9gEsKRGQzNOG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:282px;width:504px;top:87.350006103516px;left:228.38751220703px;display:block; }
#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { 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; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { background-color: transparent; background-image: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .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); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { border-width: 0; border-radius: 0; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { font-size:14px;font-family:arial;height:672px;width:960px;position:relative;display:block; }#LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { color:#cfb176;display:block;width:530px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 30px rgba(255,255,255,0.5);top:34.950000762939px;left:215px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJRCg4dAEnrZm4vLqVOnVqOwX5tE1TNw { color:#ffffff;display:block;width:726px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:75.462497711182px;left:117px;height:129.531px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmBx2FV0iWJ6T9FugR6P5LEGhzsp0U7E { color:#cfb176;display:block;width:742px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:231.47500991821px;left:128px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZ2P4Xlg026nrC98Tg2tVwTobbkPZC6w { color:#ffffff;display:block;width:726px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:271.97500991821px;left:136px;height:107.943px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVblglKPkavnMmuCZfy9WQiLS0BrTJfV { color:#ffffff;display:block;width:726px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:462.47500991821px;left:117px;height:129.531px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgR0s2S6BrV5LyXg5pJCglkGL365dc4f { color:#cfb176;display:block;width:730px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:421.47500991821px;left:134px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCLBS33kAhTnWwbX9PcWI8gqRwkgGlpL { box-sizing:content-box;color:#f5e1c8;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:block;z-index:15013;top:604.00015640259px;left:474.00003051758px;display:block; }
#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { background-color:#ffffff;background-image:none;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;display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { background-color: transparent; background-image: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .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); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { border-width: 0; border-radius: 0; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:960px;height:123px;font-size:14px;font-family:arial;position:relative;display:block; }#GvW74nwIbHLT8Zqen8xXOzcGaEwzMuNo { z-index:15001;top:31px;left:197.38751220703px;background-color:#f5e1c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(255,255,255,0.46) ;box-sizing:border-box;color:#000000;text-shadow:1px 1px 3px rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:588px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZHCFZS1rTVqUToVxc0ELMKW104W04kVb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/gufj4fMD/2.png");background-position:bottom center !important;background-repeat: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;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9.adaptive-delivery-prevent-bg, #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9.lazyload, #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9.lazyloading { background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { border-width: 0; border-radius: 0; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::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; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:960px;height:520px;font-size:14px;font-family:arial;position:relative;display:block; }#TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { color:#f5e1c8;display:block;width:630px;position:absolute;font-family:lato;font-size:42px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:72.937507629395px;left:236.48751831055px;height:92.3958px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { color:#ffffff;display:block;width:550px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:204.98751068115px;left:317.48751831055px;height:143.984px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uSLHcU6Gq0J24iCsG9AmCnTMxqK4vhWJ { color:#ffffff;display:block;width:688px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:381.99999237061px;left:179.48748779297px;height:72px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 { background-color:#ffffff;background-image:none;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;display:block; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container { background-color: transparent; background-image: none; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container > .video-iframe-container { display: none; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row > .video-iframe-container { display: none; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .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); }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container { border-width: 0; border-radius: 0; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container { width:960px;height:510px;font-size:14px;font-family:arial;position:relative;display:block; }#XJbH8o91vCcrqMkINedOssTWtOi8Emth { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298px;width:570px;top:84.949996948242px;left:374.97500610352px;overflow:hidden;display:block; }
#LHSf9hr7DZ4kelo6J0GGTqpaLy7CbZBR { color:#ffffff;display:block;width:548px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:71.974838256836px;left:53.475006103516px;height:323.8276px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJ8IZA3WPeymPywR72UVN1x9QBwUeu7l { position:absolute;display:block;z-index:15000;background-color:#2b153b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:420px;width:433px;top:23.987335205078px;left:13px;display:block; }
#w60rSfeFttM7Q12DpqApgXNbXqXTdAlM { color:#ffffff;display:block;width:548px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:467.00001525879px;left:179.47500610352px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi { display:block; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCdd0h7UMHfBFV72ww1naVSDDFadH4tG { top:24px;left:539px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #b2kdCqS49NeMZ7GT90tFidFQMFuQwLb6 { display:block; }
 }@media only screen and (max-width: 763px) { #pcKpTSXZl8PAEP0LReAgrAMOXhyu19Br { top:0px;left:0px;width:99px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3SdCyNRhJBb8wXtCfimERkQ5wPV0q1 { top:16px;left:41px;width:1px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { width:427px;height:26px;top:38px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:764px;height:91px;top:197px;left:0px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #w8Uc4k27a1MoX7kJa0AnToSK1BAn2I50 { width:708px;height:75px;top:367px;left:36px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BvCrIQs0Vnl5BxZThsaXzzqhOaS8gkLt { top:468px;left:357.00003051758px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T1XyUNIUR62RP7HkqBUpCR6Xqx5qEFRi { width:764px;height:52px;top:298px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:764px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { width:316px;height:26px;top:198px;left:425px;display:block; }
 }@media only screen and (max-width: 763px) { #ATVyguD28q1H90MOKoWXJpMW7bfZcKgT { top:23px;left:130.48959350586px;width:508px;height:797px;display:block; }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-regular-label { width:456px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-text { width:456px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-textarea { width:456px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-select { width:456px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-button { width:228px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:114px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-checkbox-label { width:434px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0  { width:456px;height:auto;top:105px;left:141.98696899414px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .radio-container { width:456px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 {display:block;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 { width:456px;height:auto;top:105px;left:141.98696899414px; }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WKDZPOVaC4Bx6zCuST0qtRhTeEK2tpte {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WpWb8RoTdy6pHSTlMhx2MfPfeC2ghNNW {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #BgiK7iPqEVV1AgIJVamoTKlTJKDH6GB0 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #TmrLyQnvKG8D5whDgHtJxy6ukygv4P7f {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #sJsXn6h7slxeTKHghAFencWW6Nqkzb4P {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #GlZgSHXqvqbI4IALznzGFAMbTvXsIkkA {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #BwMuCCmhcNU4zPLqATxvCwWJyrC8i4sN {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #bRdg9Ahi9EKkNmuM54IyvbeZxsBPH4rG {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #R5k5ppVOi70EWfbXDpgM4NhwPCzqwbB1 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #TkUJi2Xn9HSMrPupNCVThD6qtKhm7DrH {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #mEZDRiBgtfDNeXvix3uZC2iPC2SKAq5W {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #ouR9iMyKIwTFzZaRiBIB0BMUcS1y7zcW {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #pS6Zxxee48aCqyzhHn1bN7UHZL5PkTTt {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #drJ5ptMDiA7vnIKpAW7fn44NTp11uTM2 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #mvDT9lXPuNqlrlskct7a6QqGNkbudEA9 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WVskqOoBCpGq3tHq6yBvUIJocVt68JRm {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #RpubMOT09NDknCPrhumerbnVl0ALFXQq {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #N8SlfH1tzzCGKRV6cFvyvTKhMAGpl4TV {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #U8KspVdBXTUPp8maw9u36TMgtstK5F57 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #GPskRfEO46dGDuRaFdxkVQ7kQwM8AT9S {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #lbdqVXzPOsbqEEc22TeoAnwZaX7lTDqk {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #AKXRuW4HPCumuSDlbFrc9OIk6zJmcUBx {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #OhVVvcJ7QMk3yH75gRFCdQizCOof08x6 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #tV9tDCpJhLSaisNXg6V5m1Id6xpTQcO8 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #c5ZRzeTbO6dl16gsulpXMUlzu4ObeaiL {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #y7JKmuyctxdFKvAUosEGIWNmamVAcuCP {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #QczvqH8x3VeHBmsX9A5VhkAp2s8NT6IC {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #sihTrOEkCZPOn5VEZcDK0HHt4tPgabHF {  }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:213px;height:112px;top:198px;left:275.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:150px;height:1px;top:172px;left:306.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:764px;height:78px;top:84px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:744px;height:52px;top:33px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2xOzlFcxVulAsu2fORX9gEsKRGQzNOG { top:87px;left:130.38751220703px;width:504px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:764px;height:378px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:530px;height:32px;top:34px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QJRCg4dAEnrZm4vLqVOnVqOwX5tE1TNw { width:213px;height:112px;top:198px;left:275.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mmBx2FV0iWJ6T9FugR6P5LEGhzsp0U7E { width:742px;height:32px;top:231px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lZ2P4Xlg026nrC98Tg2tVwTobbkPZC6w { width:213px;height:112px;top:198px;left:275.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cVblglKPkavnMmuCZfy9WQiLS0BrTJfV { width:213px;height:112px;top:198px;left:275.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kgR0s2S6BrV5LyXg5pJCglkGL365dc4f { width:730px;height:32px;top:421px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fCLBS33kAhTnWwbX9PcWI8gqRwkgGlpL { top:604px;left:375.00003051758px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvW74nwIbHLT8Zqen8xXOzcGaEwzMuNo { top:31px;left:99.387512207031px;width:588px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCFZS1rTVqUToVxc0ELMKW104W04kVb { display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:764px;height:913px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:490px;height:54px;top:115px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { #UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { width:490px;height:68px;top:208px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { #uSLHcU6Gq0J24iCsG9AmCnTMxqK4vhWJ { width:490px;height:68px;top:208px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { #cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 { display:block; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJbH8o91vCcrqMkINedOssTWtOi8Emth { width:570px;height:298px;top:84px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #LHSf9hr7DZ4kelo6J0GGTqpaLy7CbZBR { width:490px;height:68px;top:208px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { #KJ8IZA3WPeymPywR72UVN1x9QBwUeu7l { width:433px;height:420px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w60rSfeFttM7Q12DpqApgXNbXqXTdAlM { width:490px;height:68px;top:208px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi { display:block; }#z0yTZcV3cokfmSW6VT8UKoUWuWRnfERi > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCdd0h7UMHfBFV72ww1naVSDDFadH4tG { top:53px;left:133.50000572205px;width:154px;height:30px;font-weight:400;font-style:normal;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #b2kdCqS49NeMZ7GT90tFidFQMFuQwLb6 { display:block; }
 }@media only screen and (max-width: 763px) { #pcKpTSXZl8PAEP0LReAgrAMOXhyu19Br { width:94px;height:94px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3SdCyNRhJBb8wXtCfimERkQ5wPV0q1 { width:1px;height:70px;top:12px;left:101.97500419617px;display:block; }
 }@media only screen and (max-width: 763px) { #UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { width:219px;height:20.8px;top:21.60000038147px;left:100.99999809265px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/nRwkaLEs/Ovoria_website_5_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.5); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.5); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:320px;height:90px;top:154.48751831055px;left:0px;text-align:center;text-align-last:center;line-height:1;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #w8Uc4k27a1MoX7kJa0AnToSK1BAn2I50 { width:320px;height:62.3828px;top:317.10000610352px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BvCrIQs0Vnl5BxZThsaXzzqhOaS8gkLt { width:50px;height:50px;top:446.5px;left:135.00000572205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T1XyUNIUR62RP7HkqBUpCR6Xqx5qEFRi { width:320px;height:42.0052px;top:262.5px;left:0px;text-align:center;text-align-last:center;line-height:1;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:320px;height:916.7055416567325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { width:316px;height:39px;top:60.72500038147px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ATVyguD28q1H90MOKoWXJpMW7bfZcKgT { width:304px;height:780px;top:34.950012207031px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-input-button { width:140px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:70px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]:-moz-placeholder { font-size:12px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]::-moz-placeholder { font-size:12px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]:-ms-input-placeholder { font-size:12px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 [class*="-text"]::-webkit-input-placeholder { font-size:12px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto;line-height:1.5; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0  { width:280px;height:auto;top:112.84899902344px;left:0px; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 .widget-info-text { font-size:10px;overflow:hidden;height:auto;line-height:1.5; }
#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 {display:block;}#bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 { width:280px;height:auto;top:112.84899902344px;left:0px; }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WKDZPOVaC4Bx6zCuST0qtRhTeEK2tpte {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WpWb8RoTdy6pHSTlMhx2MfPfeC2ghNNW {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #BgiK7iPqEVV1AgIJVamoTKlTJKDH6GB0 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #TmrLyQnvKG8D5whDgHtJxy6ukygv4P7f {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #sJsXn6h7slxeTKHghAFencWW6Nqkzb4P {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #GlZgSHXqvqbI4IALznzGFAMbTvXsIkkA {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #BwMuCCmhcNU4zPLqATxvCwWJyrC8i4sN {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #bRdg9Ahi9EKkNmuM54IyvbeZxsBPH4rG {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #R5k5ppVOi70EWfbXDpgM4NhwPCzqwbB1 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #TkUJi2Xn9HSMrPupNCVThD6qtKhm7DrH {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #mEZDRiBgtfDNeXvix3uZC2iPC2SKAq5W {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #ouR9iMyKIwTFzZaRiBIB0BMUcS1y7zcW {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #pS6Zxxee48aCqyzhHn1bN7UHZL5PkTTt {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #drJ5ptMDiA7vnIKpAW7fn44NTp11uTM2 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #mvDT9lXPuNqlrlskct7a6QqGNkbudEA9 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #WVskqOoBCpGq3tHq6yBvUIJocVt68JRm {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #RpubMOT09NDknCPrhumerbnVl0ALFXQq {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #N8SlfH1tzzCGKRV6cFvyvTKhMAGpl4TV {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #U8KspVdBXTUPp8maw9u36TMgtstK5F57 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #GPskRfEO46dGDuRaFdxkVQ7kQwM8AT9S {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #lbdqVXzPOsbqEEc22TeoAnwZaX7lTDqk {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #AKXRuW4HPCumuSDlbFrc9OIk6zJmcUBx {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #OhVVvcJ7QMk3yH75gRFCdQizCOof08x6 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #tV9tDCpJhLSaisNXg6V5m1Id6xpTQcO8 {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #c5ZRzeTbO6dl16gsulpXMUlzu4ObeaiL {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #y7JKmuyctxdFKvAUosEGIWNmamVAcuCP {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #QczvqH8x3VeHBmsX9A5VhkAp2s8NT6IC {  }
 }@media only screen and (max-width: 763px) { #bbICymvJm3dq38mZhkKrq2nSZBgBg7P0 #sihTrOEkCZPOn5VEZcDK0HHt4tPgabHF {  }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { background-color:transparent;background-image:url("https://images.assets-landingi.com/o1n5GPQ2/Dodaj_nag_wek_5_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.adaptive-delivery-prevent-bg, #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.lazyload, #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.lazyloading { background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.45); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:320px;height:490px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:320px;height:269.922px;top:164.97500610352px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:130px;height:1px;top:130.97500610352px;left:94.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:320px;height:42.9px;top:75.387496948242px;left:0px;text-align:center;text-align-last:center;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:320px;height:49.3977px;top:25.974990844727px;left:0px;text-align:center;text-align-last:center;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2xOzlFcxVulAsu2fORX9gEsKRGQzNOG { height:179.038px;width:320px;top:21.000007629395px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:320px;height:1000px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:320px;height:59.7778px;top:26.987487792969px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QJRCg4dAEnrZm4vLqVOnVqOwX5tE1TNw { width:320px;height:215.937px;top:95.599998474121px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mmBx2FV0iWJ6T9FugR6P5LEGhzsp0U7E { width:320px;height:89.6484px;top:329.99999237061px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lZ2P4Xlg026nrC98Tg2tVwTobbkPZC6w { width:320px;height:179.948px;top:429.58756256104px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cVblglKPkavnMmuCZfy9WQiLS0BrTJfV { width:320px;height:197.943px;top:733.30023193359px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kgR0s2S6BrV5LyXg5pJCglkGL365dc4f { width:301px;height:89.6484px;top:632.60000610352px;left:9.5px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fCLBS33kAhTnWwbX9PcWI8gqRwkgGlpL { width:50px;height:50px;top:940.68753051758px;left:135.00000572205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvW74nwIbHLT8Zqen8xXOzcGaEwzMuNo { top:20.5px;left:0px;width:320px;height:54px;font-size:14px;text-shadow:1px 1px 9px rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ZHCFZS1rTVqUToVxc0ELMKW104W04kVb { display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/gufj4fMD/2.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9.adaptive-delivery-prevent-bg, #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9.lazyload, #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9.lazyloading { background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.5); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,21,59,0.5); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:320px;height:98.9844px;top:34.987503051758px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { width:320px;height:143.958px;top:166.00000762939px;left:0px;text-align:center;text-align-last:center;line-height:1.2;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uSLHcU6Gq0J24iCsG9AmCnTMxqK4vhWJ { width:320px;height:71.9792px;top:335.99978637695px;left:0px;text-align:center;text-align-last:center;line-height:1.2;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 { display:block; }#cSCRzryCnZ6ydOfiftvviGfcTcfzWmn7 > .row .container { width:320px;height:625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJbH8o91vCcrqMkINedOssTWtOi8Emth { width:300px;height:155px;top:423.00000572205px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LHSf9hr7DZ4kelo6J0GGTqpaLy7CbZBR { width:320px;height:331.2496px;top:50.737501144409px;left:0px;text-align:center;text-align-last:center;line-height:1.7;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KJ8IZA3WPeymPywR72UVN1x9QBwUeu7l { width:320px;height:378px;top:28.000001907349px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w60rSfeFttM7Q12DpqApgXNbXqXTdAlM { width:320px;height:25.5px;top:598.00001144409px;left:0px;text-align:center;text-align-last:center;line-height:1.7;font-size:15px;display:block; }
 }