.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5299a113-7789-42b6-98fd-358b0074bd5a/bgblurs.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.adaptive-delivery-prevent-bg, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyload, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyloading { background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { background-color: transparent; background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { border-width: 0; border-radius: 0; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { font-size:14px;font-family:arial;height:581px;width:1200px;overflow:visible;position:relative;display:block; }#dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { color:#2a2c32;display:block;width:499px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:341.89999389648px;left:37px;height:86.3906px;text-align:left;text-align-last:left;display:block; }
#nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { color:#2a2c32;display:block;width:847px;position:absolute;font-family:poppins;font-size:73px;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:144.60000610352px;left:37px;height:175.188px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27px;width:121px;top:21.72500038147px;left:551.55000305176px;overflow:hidden;display:block; }
#HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { z-index:15002;top:484px;left:37px;background-color:#0ba3ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TgJTXMXDGFciuounAoC8cz0VpLpP3A99 { color:#0ba3ad;display:block;width:332.95px;position:absolute;font-family:besley;font-size:80px;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:204px;left:219.40000915527px;height:128px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#nQtBSnOrgywQfIvTF2zA05inf97TPNsz { color:#2a2c32;display:block;width:486px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:109.40000152588px;left:43.5px;height:35.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxASBHI0eLoerOQgXWQd2EyP5kqvPWmT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:467px;width:552px;top:109.40000152588px;left:648.00001525879px;overflow:hidden;display:block; }
#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { position:relative;display:block; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { background-color: transparent; background-image: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container > .video-iframe-container { display: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row > .video-iframe-container { display: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .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); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { border-width: 0; border-radius: 0; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:973px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZB3uwb8phdhn5IGkZE9GTR3neC51lU4O { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 8px 25px rgba(0,0,0,0.1) ;height:873px;width:523px;top:63px;left:640.00001525879px;display:block; }
#AmC1AOmMZoSN3t3iEoHfRo5vezSWgDmu { color:#2a2c32;display:block;width:438px;position:absolute;font-family:poppins;font-size:32px;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:98px;left:680px;height:38.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-form-header {  }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:14px;font-weight:bold;color:#2a2c32;width:440px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .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:440px;box-sizing:border-box;height:40px;color:#2a2c32;font-size:14px;overflow:hidden;font-family:poppins;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .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:440px;box-sizing:border-box;height:70px;color:#2a2c32;font-size:14px;overflow:hidden;font-family:poppins;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .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:440px;box-sizing:border-box;height:40px;color:#929191;font-family:poppins;font-size:14px;overflow:hidden;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:440px;height:55px;font-family:poppins;overflow:hidden; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-moz-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-moz-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:12px;font-weight:300;color:#6a6a6a;vertical-align:top;width:420px;overflow:hidden;font-style:normal;float:none; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .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; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:27px;vertical-align:middle;font-family:poppins;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2.2;float:none; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-container { padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-container:first-of-type{padding-top:0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-container:last-of-type{padding-bottom:0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:440px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:151px;left:660px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:440px;display:block;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-info-text { display:block;height:auto;font-family:poppins;font-size:12px;line-height:1.3;font-weight:400;color:#2a2c32;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp {display:block;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:440px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:151px;left:660px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yQD3gREnxRCkUv5CEAJkBCHVzOp06rT5 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #b4RKFAVhafu4nLrxXNTW9E66U0loafp0 { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #Cg198HTNZbb0Nk6ioFW1RNKSEcwuz48l { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nfvzLWbWO7yswrpIqDqWkigqQnDOZ6PL { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #ZzlO6oobsk14Amm6eHSTk0tPE5faxdJ6 { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nDyQPkonymQUEQ6qTASASpCHO7NlLhFR { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #S0b9wErG5p7rWviTMJtvsUTAdCn6TXwl { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #SvOoiOulOBS8aCBBkhCW35NvS78sTQpJ { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #dNS73KoT7aTnNV6zvghQCI36b61vpZdW { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #F6B86fGKGMhZ4QKwnNoEwl12SFIw0fgX { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #UkZtXJBaW1XI0AbdscS7Tnes7JipLUQr { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #VvZ81pbm1iB4HgSwtDHWGZEpAvvxVk1i { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #alp5E5v34LKuAbIMxCi2mw67hQOwXJaO { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #alp5E5v34LKuAbIMxCi2mw67hQOwXJaO .container-column{width:50%;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #PVJZeXakBaisv8zUkzVxqLRDgUFJJIvN { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yecNEIcpDxNtyS6of2AwmeBzBNygmTyV { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #I5o2qmfaC0sf8n2o3c9sKSBlRqFU3tCf { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #iyqNrre3g3liFqBpOfKri3zXMlkkeT5H { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #lHA5ZQHq4fnTFTVfbbllueWD7zS79KwJ { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #xoGLZEJUS4yJavqkf2s3Na25gqUavPL6 { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #LMc7vbvTu4Ni0C1rF0TpbyVWaMfMKhZl { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #uSfih27o09uIkuFp2mOFrpSWN1OaWicJ { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #zNCpRolqnSn6kPsP4Lpc4GVaxcmxrK93 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #P1MUqB86clzMgQAkBlaBE9mESBR3NCL7 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #E0AfOfJT00znfpVb9IZtTODJFBsRTvK6 { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #aMtKwEP7bWHgqUrV1nbZOO5JbGGe6sMT { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #G88vCBN3kAJqfXJDi5Ud2axSqwWrJyg1 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #vaVPJ9UmdPgHgowR2s5NcnzkXXFEiZQS { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #EELgyhLBThefZprMytX7OO3a8UET0WaT { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #H0POH2HTEeDUdXNHJZEQ3xENqLDAi6oH { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hWWNrM74PkvpZREKPLWq8TaWpVRNu9Fu { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #auaoKl3M29GnLgViUutOckXqA5SpIzMA { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #HOQdh3haHrdhUXcGUtUKuZcl2iqaOZRi { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hTmnlKC69sFWxP9BNvnnT2TEOITe6zcg { position:relative; }
#g49nTSsvUR0aDkp3y8aA8GobZnXHGylH { color:#0ba3ad;display:block;width:521px;position:absolute;font-family:poppins;font-size:55px;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:63.000007629395px;left:39.5px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZRv40gGmv3eQJqvVitlmlVWQDqmVq0T { color:#2a2c32;display:block;width:467px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:467.68752288818px;left:66.5px;height:35.2px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JR483FCpqWeUpy1vVAd7Z9FfVMMGIMAZ { position:absolute;display:block;z-index:15029;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:150px;width:300px;top:577.28748703003px;left:261.30000305176px;overflow:hidden;display:block; }
#ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c { color:#2a2c32;display:block;width:469px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:160.40000915527px;left:39.5px;height:191.984px;text-align:left;text-align-last:left;display:block; }#ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ed9177fbdb53eb8aabf0d639ebec1555923799.svg); }
#tHGt063m8XaklzaKzzDw9pP3Q9P532Sg { box-sizing:content-box;height:193px;width:427px;position:absolute;display:block;z-index:15001;background-color:rgba(249,201,196,0.46);background-image:none;top:443.98754882812px;left:40px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;display:block; }
#WJ3Ep31DyKTlxaKkQBQl26TlMr4O1oqu { color:#2a2c32;display:block;width:370px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:521.20007324219px;left:66.5px;height:86.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container { background-color: transparent; background-image: none; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container > .video-iframe-container { display: none; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row > .video-iframe-container { display: none; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .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); }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container { border-width: 0; border-radius: 0; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container { font-size:14px;font-family:arial;height:598px;width:1200px;position:relative;display:block; }#QH3xa0ZCOdiU3pgf8goRP9zPE14Oaz7T { position:absolute;display:block;z-index:14999;background-color:#0ba3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:378px;width:549px;top:176.97499084473px;left:25.5px;display:block; }
#vs16hHvB8LTr1JQyT75CXPKMRzFQiVu8 { color:#ffffff;display:block;width:276px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:261.98751068115px;left:268.48750305176px;height:127.5px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzl0rJuEZSxCilDad7lHb5nngk1xnEJh { position:absolute;display:block;z-index:15021;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:49px;width:63px;top:164.78750610352px;left:268.48750305176px;overflow:hidden;display:block; }
#kJ2lWU794SRvXZ4JidgMEGZmOTeodADx { color:#ffffff;display:block;width:197px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:450.76251983643px;left:268.48750305176px;height:45px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uCRMJ1CtCITIMXoNyJPDrx0r3DgfDTFc { color:#ffffff;display:block;width:847px;position:absolute;font-family:poppins;font-size:73px;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:59.187627792358px;left:40.5px;height:87.6px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#c1xkuu347B6qJsL4DLTlM11TP12NNAbs { position:absolute;display:block;z-index:15000;background-color:#0ba3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:380px;width:549px;top:175.96250152588px;left:651.00001525879px;display:block; }
#QmaSIGTmJPcW9fkwtc6tOhOIkQXTiOF1 { position:absolute;display:block;z-index:15022;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:49px;width:63px;top:164.78750610352px;left:894.00001525879px;overflow:hidden;display:block; }
#CmGWCHvTSssb4TizTCDhWetFWzAmVC1Z { color:#ffffff;display:block;width:284px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:227.98751068115px;left:895.30006408691px;height:204px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oXBTbsxTlLUHPfnxMprVaoLcyg5B0n3S { color:#ffffff;display:block;width:197px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:480.76251983643px;left:894.00001525879px;height:45px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lvJ4f8tFzkhfT8lAhWA31PE5QBaQKZaO { color:#f9c9c4;display:block;width:460px;position:absolute;font-family:besley;font-size:70px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:52.487503051758px;left:265.98750305176px;height:91px;font-style:italic;display:block; }
#dDa30FFE8wlxMX5TfL4ME4wIWNCHiIUz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:258px;width:258px;top:236.96250152588px;left:0px;overflow:hidden;display:block; }
#uAm1tsewxGns1qfK2WoThdSB29vfUJ5r { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:262px;width:262px;top:234.96250152588px;left:616.00001525879px;overflow:hidden;display:block; }
#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container { background-color: transparent; background-image: none; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container > .video-iframe-container { display: none; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row > .video-iframe-container { display: none; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .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); }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container { border-width: 0; border-radius: 0; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#CIgFq1D04PIkDsfvgHKQzmNm7pAnw87z { color:#ffffff;display:block;width:898px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:87.775009155273px;left:150.98750305176px;height:34.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XO6HCCmhndeygO02tqfwTDSVCLqfA6hq { color:#ffffff;display:block;width:847px;position:absolute;font-family:besley;font-size:26px;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:41.787490844727px;left:176.48750305176px;height:31.2px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lkyXUX4mnffzvXd0dsmzzqvAXnk1JO91 { z-index:15003;top:155.98750305176px;left:429.00001525879px;background-color:#0ba3ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:342px;height:68px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WpLOWAlhfl7lg7QWw5ong149zFBpCJiT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pLwuxRLqyhq24vTg536OrubDtr2TCRqc { border-top:2px solid #717171;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { background-color: transparent; background-image: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .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); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { border-width: 0; border-radius: 0; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { font-size:14px;font-family:arial;height:80px;width:1200px;position:relative;display:block; }#Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26px;width:115px;top:26px;left:25px;overflow:hidden;display:block; }
#w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { position:absolute;display:block;z-index:15024;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:32px;width:108px;top:21px;left:1052px;overflow:hidden;display:block; }
#cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { position:absolute;display:block;z-index:15025;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:32px;width:99px;top:23px;left:934px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { top:341px;left:0px;width:499px;height:115px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { top:144px;left:0px;width:764px;height:175px;font-size:73px;display:block; }
 }@media only screen and (max-width: 763px) { #qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { top:21px;left:333.55000305176px;width:121px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { top:484px;left:0px;width:270px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block; }
 }@media only screen and (max-width: 763px) { #TgJTXMXDGFciuounAoC8cz0VpLpP3A99 { top:204px;left:1.4000091552734px;width:332px;height:128px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #nQtBSnOrgywQfIvTF2zA05inf97TPNsz { top:109px;left:0px;width:486px;height:35px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VxASBHI0eLoerOQgXWQd2EyP5kqvPWmT { top:109px;left:212px;width:552px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { display:block; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB3uwb8phdhn5IGkZE9GTR3neC51lU4O { top:63px;left:239px;width:523px;height:873px;display:block; }
 }@media only screen and (max-width: 763px) { #AmC1AOmMZoSN3t3iEoHfRo5vezSWgDmu { top:97px;left:326px;width:438px;height:38px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-regular-label { width:440px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-textarea { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-button { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-checkbox-label { width:421px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp  { width:440px;height:auto;top:151px;left:284px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .radio-container { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp {display:block;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp { width:440px;height:auto;top:151px;left:284px; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yQD3gREnxRCkUv5CEAJkBCHVzOp06rT5 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #b4RKFAVhafu4nLrxXNTW9E66U0loafp0 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #Cg198HTNZbb0Nk6ioFW1RNKSEcwuz48l {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nfvzLWbWO7yswrpIqDqWkigqQnDOZ6PL {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #ZzlO6oobsk14Amm6eHSTk0tPE5faxdJ6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nDyQPkonymQUEQ6qTASASpCHO7NlLhFR {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #S0b9wErG5p7rWviTMJtvsUTAdCn6TXwl {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #SvOoiOulOBS8aCBBkhCW35NvS78sTQpJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #dNS73KoT7aTnNV6zvghQCI36b61vpZdW {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #F6B86fGKGMhZ4QKwnNoEwl12SFIw0fgX {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #UkZtXJBaW1XI0AbdscS7Tnes7JipLUQr {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #VvZ81pbm1iB4HgSwtDHWGZEpAvvxVk1i {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #alp5E5v34LKuAbIMxCi2mw67hQOwXJaO {  }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #alp5E5v34LKuAbIMxCi2mw67hQOwXJaO .container-column{width:50%;} }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #PVJZeXakBaisv8zUkzVxqLRDgUFJJIvN {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yecNEIcpDxNtyS6of2AwmeBzBNygmTyV {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #I5o2qmfaC0sf8n2o3c9sKSBlRqFU3tCf {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #iyqNrre3g3liFqBpOfKri3zXMlkkeT5H {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #lHA5ZQHq4fnTFTVfbbllueWD7zS79KwJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #xoGLZEJUS4yJavqkf2s3Na25gqUavPL6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #LMc7vbvTu4Ni0C1rF0TpbyVWaMfMKhZl {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #uSfih27o09uIkuFp2mOFrpSWN1OaWicJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #zNCpRolqnSn6kPsP4Lpc4GVaxcmxrK93 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #P1MUqB86clzMgQAkBlaBE9mESBR3NCL7 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #E0AfOfJT00znfpVb9IZtTODJFBsRTvK6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #aMtKwEP7bWHgqUrV1nbZOO5JbGGe6sMT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #G88vCBN3kAJqfXJDi5Ud2axSqwWrJyg1 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #vaVPJ9UmdPgHgowR2s5NcnzkXXFEiZQS {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #EELgyhLBThefZprMytX7OO3a8UET0WaT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #H0POH2HTEeDUdXNHJZEQ3xENqLDAi6oH {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hWWNrM74PkvpZREKPLWq8TaWpVRNu9Fu {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #auaoKl3M29GnLgViUutOckXqA5SpIzMA {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #HOQdh3haHrdhUXcGUtUKuZcl2iqaOZRi {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hTmnlKC69sFWxP9BNvnnT2TEOITe6zcg {  }
 }@media only screen and (max-width: 763px) { #g49nTSsvUR0aDkp3y8aA8GobZnXHGylH { top:63px;left:0px;width:521px;height:66px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #dZRv40gGmv3eQJqvVitlmlVWQDqmVq0T { top:467px;left:0px;width:467px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JR483FCpqWeUpy1vVAd7Z9FfVMMGIMAZ { top:577px;left:82px;width:300px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c { top:160px;left:0px;width:469px;height:;font-size:18px;display:block; }#ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ed9177fbdb53eb8aabf0d639ebec1555923799.svg); }
 }@media only screen and (max-width: 763px) { #tHGt063m8XaklzaKzzDw9pP3Q9P532Sg { top:443px;left:0px;width:427px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3Ep31DyKTlxaKkQBQl26TlMr4O1oqu { top:521px;left:0px;width:370px;height:86px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo { display:block; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH3xa0ZCOdiU3pgf8goRP9zPE14Oaz7T { top:176px;left:0px;width:549px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #vs16hHvB8LTr1JQyT75CXPKMRzFQiVu8 { top:261px;left:106px;width:276px;height:153px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vzl0rJuEZSxCilDad7lHb5nngk1xnEJh { top:164px;left:159.48750305176px;width:63px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #kJ2lWU794SRvXZ4JidgMEGZmOTeodADx { top:450px;left:159.48750305176px;width:197px;height:45px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uCRMJ1CtCITIMXoNyJPDrx0r3DgfDTFc { top:59px;left:0px;width:764px;height:87px;font-size:73px;display:block; }
 }@media only screen and (max-width: 763px) { #c1xkuu347B6qJsL4DLTlM11TP12NNAbs { top:175px;left:215px;width:549px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #QmaSIGTmJPcW9fkwtc6tOhOIkQXTiOF1 { top:164px;left:567.00001525879px;width:63px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #CmGWCHvTSssb4TizTCDhWetFWzAmVC1Z { top:227px;left:480px;width:284px;height:230px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oXBTbsxTlLUHPfnxMprVaoLcyg5B0n3S { top:480px;left:567px;width:197px;height:45px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lvJ4f8tFzkhfT8lAhWA31PE5QBaQKZaO { top:52px;left:0px;width:460px;height:91px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #dDa30FFE8wlxMX5TfL4ME4wIWNCHiIUz { top:236px;left:0px;width:258px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #uAm1tsewxGns1qfK2WoThdSB29vfUJ5r { top:234px;left:382px;width:262px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR { display:block; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIgFq1D04PIkDsfvgHKQzmNm7pAnw87z { top:87px;left:0px;width:764px;height:34px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #XO6HCCmhndeygO02tqfwTDSVCLqfA6hq { top:41px;left:0px;width:764px;height:31px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #lkyXUX4mnffzvXd0dsmzzqvAXnk1JO91 { top:155px;left:211.00001525879px;width:342px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #WpLOWAlhfl7lg7QWw5ong149zFBpCJiT { display:block; }
 }@media only screen and (max-width: 763px) { #pLwuxRLqyhq24vTg536OrubDtr2TCRqc { display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { top:26px;left:0px;width:115px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { top:21px;left:656px;width:108px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { top:23px;left:665px;width:99px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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) { #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/256ca9ea-cd0c-42de-8edc-1384600a3fcf/bgblurs2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.adaptive-delivery-prevent-bg, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyload, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyloading { background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { background-color: transparent; background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { width:320px;height:802px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { width:281px;height:153.6px;top:236.19999694824px;left:19.487500190735px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { width:280px;height:76.8px;top:142px;left:20.000000953674px;font-size:32px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { width:93px;height:21px;top:20px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { top:416.80001831055px;left:19.487500190735px;width:281px;height:54px;background-color:#0ba3ad;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block; }
 }@media only screen and (max-width: 763px) { #TgJTXMXDGFciuounAoC8cz0VpLpP3A99 { width:125px;height:51.2px;top:173.40000915527px;left:102.50000095367px;font-size:32px;line-height:1.6;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #nQtBSnOrgywQfIvTF2zA05inf97TPNsz { width:265px;height:28.8px;top:99px;left:19.487500190735px;font-size:18px;line-height:1.6;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #VxASBHI0eLoerOQgXWQd2EyP5kqvPWmT { width:297px;height:251px;top:517.80001068115px;left:11.487500190735px;display:block; }
 }@media only screen and (max-width: 763px) { #sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { display:block; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { width:320px;height:1438px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB3uwb8phdhn5IGkZE9GTR3neC51lU4O { width:320px;height:728px;top:564.6000213623px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AmC1AOmMZoSN3t3iEoHfRo5vezSWgDmu { width:281px;height:29.4px;top:593.98750305176px;left:19.487500190735px;font-size:21px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;overflow:hidden;height:auto; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:12px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:12px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:12px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:12px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp  { width:280px;height:auto;top:623.375px;left:0px; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp {display:block;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp { width:280px;height:auto;top:623.375px;left:0px; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yQD3gREnxRCkUv5CEAJkBCHVzOp06rT5 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #b4RKFAVhafu4nLrxXNTW9E66U0loafp0 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #Cg198HTNZbb0Nk6ioFW1RNKSEcwuz48l {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nfvzLWbWO7yswrpIqDqWkigqQnDOZ6PL {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #ZzlO6oobsk14Amm6eHSTk0tPE5faxdJ6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nDyQPkonymQUEQ6qTASASpCHO7NlLhFR {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #S0b9wErG5p7rWviTMJtvsUTAdCn6TXwl {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #SvOoiOulOBS8aCBBkhCW35NvS78sTQpJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #dNS73KoT7aTnNV6zvghQCI36b61vpZdW {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #F6B86fGKGMhZ4QKwnNoEwl12SFIw0fgX {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #UkZtXJBaW1XI0AbdscS7Tnes7JipLUQr {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #VvZ81pbm1iB4HgSwtDHWGZEpAvvxVk1i {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #alp5E5v34LKuAbIMxCi2mw67hQOwXJaO {  }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #alp5E5v34LKuAbIMxCi2mw67hQOwXJaO .container-column{width:50%;} }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #PVJZeXakBaisv8zUkzVxqLRDgUFJJIvN {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yecNEIcpDxNtyS6of2AwmeBzBNygmTyV {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #I5o2qmfaC0sf8n2o3c9sKSBlRqFU3tCf {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #iyqNrre3g3liFqBpOfKri3zXMlkkeT5H {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #lHA5ZQHq4fnTFTVfbbllueWD7zS79KwJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #xoGLZEJUS4yJavqkf2s3Na25gqUavPL6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #LMc7vbvTu4Ni0C1rF0TpbyVWaMfMKhZl {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #uSfih27o09uIkuFp2mOFrpSWN1OaWicJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #zNCpRolqnSn6kPsP4Lpc4GVaxcmxrK93 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #P1MUqB86clzMgQAkBlaBE9mESBR3NCL7 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #E0AfOfJT00znfpVb9IZtTODJFBsRTvK6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #aMtKwEP7bWHgqUrV1nbZOO5JbGGe6sMT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #G88vCBN3kAJqfXJDi5Ud2axSqwWrJyg1 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #vaVPJ9UmdPgHgowR2s5NcnzkXXFEiZQS {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #EELgyhLBThefZprMytX7OO3a8UET0WaT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #H0POH2HTEeDUdXNHJZEQ3xENqLDAi6oH {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hWWNrM74PkvpZREKPLWq8TaWpVRNu9Fu {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #auaoKl3M29GnLgViUutOckXqA5SpIzMA {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #HOQdh3haHrdhUXcGUtUKuZcl2iqaOZRi {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hTmnlKC69sFWxP9BNvnnT2TEOITe6zcg {  }
 }@media only screen and (max-width: 763px) { #g49nTSsvUR0aDkp3y8aA8GobZnXHGylH { width:320px;height:38.4px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dZRv40gGmv3eQJqvVitlmlVWQDqmVq0T { width:320px;height:28.8px;top:334.28745117187px;left:0px;font-size:18px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JR483FCpqWeUpy1vVAd7Z9FfVMMGIMAZ { width:170px;height:85px;top:480.38751220703px;left:19.487500190735px;display:none; }
 }@media only screen and (max-width: 763px) { #ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c { width:320px;height:212.2px;top:78.3875px;left:0px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }#ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c li:not(:first-child){ padding-top:11px;padding-right:0;padding-bottom:0;padding-left:0; }#ZKG4sVdo3xa9HEQZWCF0q2la6DGZ7V6c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ed9177fbdb53eb8aabf0d639ebec1555923799.svg); }
 }@media only screen and (max-width: 763px) { #tHGt063m8XaklzaKzzDw9pP3Q9P532Sg { width:320px;height:192px;top:310.5875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3Ep31DyKTlxaKkQBQl26TlMr4O1oqu { width:320px;height:76.8px;top:387.80002441406px;left:0px;font-size:16px;line-height:1.6;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo { display:block; }#gbzQuDVFI5dTeLqTfa1BVnlFpHuIvlRo > .row .container { width:320px;height:1479px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH3xa0ZCOdiU3pgf8goRP9zPE14Oaz7T { width:282px;height:630px;top:40.39990234375px;left:18.999999046326px;display:block; }
 }@media only screen and (max-width: 763px) { #vs16hHvB8LTr1JQyT75CXPKMRzFQiVu8 { width:227px;height:216px;top:100.93750762939px;left:46.500000953674px;font-size:18px;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vzl0rJuEZSxCilDad7lHb5nngk1xnEJh { width:63px;height:49px;top:24.400051116943px;left:128.50000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #kJ2lWU794SRvXZ4JidgMEGZmOTeodADx { width:197px;height:45px;top:342.89994049072px;left:46.500000953674px;font-size:15px;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uCRMJ1CtCITIMXoNyJPDrx0r3DgfDTFc { width:320px;height:0;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #c1xkuu347B6qJsL4DLTlM11TP12NNAbs { width:283px;height:691px;top:748.625px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QmaSIGTmJPcW9fkwtc6tOhOIkQXTiOF1 { width:63px;height:49px;top:728.625px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CmGWCHvTSssb4TizTCDhWetFWzAmVC1Z { width:233px;height:280.5px;top:795.625px;left:46.5px;font-size:17px;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oXBTbsxTlLUHPfnxMprVaoLcyg5B0n3S { width:197px;height:45px;top:1102.9375px;left:46.5px;font-size:15px;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lvJ4f8tFzkhfT8lAhWA31PE5QBaQKZaO { width:320px;height:0;top:96.800018310547px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dDa30FFE8wlxMX5TfL4ME4wIWNCHiIUz { width:258px;height:258px;top:399.671875px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #uAm1tsewxGns1qfK2WoThdSB29vfUJ5r { width:262px;height:262px;top:1165.25px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR { display:block; }#qPUyXneTfqZTGmGKh2uGOJZBtNOggmPR > .row .container { width:320px;height:318px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIgFq1D04PIkDsfvgHKQzmNm7pAnw87z { width:320px;height:139.2px;top:71.2px;left:0px;font-size:29px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XO6HCCmhndeygO02tqfwTDSVCLqfA6hq { width:320px;height:31.2px;top:20px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lkyXUX4mnffzvXd0dsmzzqvAXnk1JO91 { top:230.4px;left:8px;width:304px;height:68px;background-color:#0ba3ad;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WpLOWAlhfl7lg7QWw5ong149zFBpCJiT { display:block; }
 }@media only screen and (max-width: 763px) { #pLwuxRLqyhq24vTg536OrubDtr2TCRqc { background-color:#2a2c32;background-image:none;display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { background-color: transparent; background-image: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .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); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { width:320px;height:208px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { width:108px;height:24px;top:20px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { width:108px;height:32px;top:156.8px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { width:99px;height:32px;top:104.8px;left:110px;display:block; }
 }