.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #bacbea, #9a9ab7);background-image: -moz-linear-gradient(207deg, #bacbea, #9a9ab7);background-image: -ms-linear-gradient(207deg, #bacbea, #9a9ab7);background-image: -o-linear-gradient(207deg, #bacbea, #9a9ab7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbea', endColorstr='#9a9ab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbea', endColorstr='#9a9ab7' );";background-image: linear-gradient(207deg, #bacbea, #9a9ab7);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf { position:relative;display:block; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf { background-color: transparent; background-image: none; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container > .video-iframe-container { display: none; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row > .video-iframe-container { display: none; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .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); }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf { border-width: 0; border-radius: 0; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa21e135-b3a9-4a31-b029-d1b1c1351424/claudepichrH9qGKY1lYUphoto15611607676bbd75de51b8.crop_1200x725_0,0.preview.enhance_72.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container.adaptive-delivery-prevent-bg, #cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container.lazyload, #cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container.lazyloading { background-image: none; }#cWbNJHteX0IV6XxvdgNKTNdKp4e84o5o { color:#efbb28;display:block;width:23.75rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.0625rem;height:4.0625rem;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; }
#UCy5C4iIZnvrAp57Zib9klct8xUa9Vuk { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 { position:relative;display:block; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 { background-color: transparent; background-image: none; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row .container > .video-iframe-container { display: none; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row > .video-iframe-container { display: none; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .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); }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 { border-width: 0; border-radius: 0; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #dadac1, #ffffff);background-image: -moz-linear-gradient(150deg, #dadac1, #ffffff);background-image: -ms-linear-gradient(150deg, #dadac1, #ffffff);background-image: -o-linear-gradient(150deg, #dadac1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadac1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadac1', endColorstr='#ffffff' );";background-image: linear-gradient(150deg, #dadac1, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TsMuIykZOHJqyKESeAqACVpu6sf2iR0c { color:#284d42;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.640625rem;left:31.875rem;height:12.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BUX9sMWLyODcIgifKyAPdPnwep3iGnr4 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(16,60,84,0.54);border-left:0.0625rem solid rgba(16,60,84,0.54);border-right:0.0625rem solid rgba(16,60,84,0.54);border-bottom:0.0625rem solid rgba(16,60,84,0.54);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.25rem;width:30.625rem;top:0.96875rem;left:0.5625rem;overflow:hidden;display:block; }
#CS6Wayb9HPiet7tkUgWRWWr6DMLE0Qp5 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.71875rem;left:34.1875rem;height:1.70661875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu { position:relative;display:block; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu { background-color: transparent; background-image: none; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row .container > .video-iframe-container { display: none; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row > .video-iframe-container { display: none; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .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); }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu { border-width: 0; border-radius: 0; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .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; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4ec;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dnTTlusPLSPJSL6gdn7ndgK5sdz1NlKP { color:rgba(213,0,0,0.99);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.359375rem;left:30.118751525879rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-form-header { font-size:0.875rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:16.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #888888;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5rem;box-sizing:border-box;height:2.3125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-text {padding-top: 0; padding-bottom: 0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #888888;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-select {padding-top: 0; padding-bottom: 0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0f9ae5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:16.5rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .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.5;font-size:0.75rem;font-weight:700;color:rgba(0,0,0,0.5);vertical-align:top;width:15.25rem;overflow:hidden;font-style:normal;float:none; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-container:first-of-type{padding-top:0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-container:last-of-type{padding-bottom:0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeab3, #f8f5e6);background-image: -moz-linear-gradient(180deg, #eaeab3, #f8f5e6);background-image: -ms-linear-gradient(180deg, #eaeab3, #f8f5e6);background-image: -o-linear-gradient(180deg, #eaeab3, #f8f5e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeab3', endColorstr='#f8f5e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeab3', endColorstr='#f8f5e6' );";background-image: linear-gradient(180deg, #eaeab3, #f8f5e6);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:1.0301170349121rem;left:8.5622482299806rem;font-size:0.875rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.5rem;display:block;vertical-align:top; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF {display:block;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeab3, #f8f5e6);background-image: -moz-linear-gradient(180deg, #eaeab3, #f8f5e6);background-image: -ms-linear-gradient(180deg, #eaeab3, #f8f5e6);background-image: -o-linear-gradient(180deg, #eaeab3, #f8f5e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeab3', endColorstr='#f8f5e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeab3', endColorstr='#f8f5e6' );";background-image: linear-gradient(180deg, #eaeab3, #f8f5e6);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:1.0301170349121rem;left:8.5622482299806rem;font-size:0.875rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #Eesv2v1iQoU758EhqdaBumy0UOTzkyfE { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #RxDl5geWB6vFdUnMTN5eLIZ01FtQvkQr { position:relative;display:block; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #JTJKoRnVtatnPswRiuSWdDdT7sJRwJHK { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #HMXViGcTfSgPHh690kyUAvNZuEtwAwM4 { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #y9fPnDKzPWoiNuaNscKrFt06EcNUZKzi { position:relative;display:block; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #WnAGCkT5hGuKVCWpwcm2S3ynxQ4eVoGi { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #yzpVpenUPrZUfcIakTB3ntBkAWyRpoqq { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #ECpwW3m5QTJGvIJhh711i603yrx9D1ul { position:relative;z-index:2; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #LdgKPEcHX0QfwwtEQMDytQweBWJeMnV5 { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #D4wfCFixUpRzDm8dyctJxTWGXZZr9xDl { position:relative; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #HnTBbHSaBaSITIFy2pnZkKF4c376tMQM { position:relative; }
#iqmkT6DvWe7LtU4hF905tbK6BgnnvG9o { box-sizing:content-box;height:6.25rem;width:23.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeab3, #ffffff);background-image: -moz-linear-gradient(180deg, #eaeab3, #ffffff);background-image: -ms-linear-gradient(180deg, #eaeab3, #ffffff);background-image: -o-linear-gradient(180deg, #eaeab3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeab3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeab3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eaeab3, #ffffff);background-size:auto !important;top:8.0625rem;left:29.400001525879rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Kdkb7etnfLfB2nO5E2c3PS0qT4W2cdLh { box-sizing:content-box;height:20.0625rem;width:45.375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Md6_qA-BMis/unsplash/alex-lvrs-Md6_qA-BMis-photo-1560780552-ba54683cb263.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:1.09375rem;left:8.625rem;display:block; }#Kdkb7etnfLfB2nO5E2c3PS0qT4W2cdLh.adaptive-delivery-prevent-bg, #Kdkb7etnfLfB2nO5E2c3PS0qT4W2cdLh.lazyload, #Kdkb7etnfLfB2nO5E2c3PS0qT4W2cdLh.lazyloading { background-image: none; }
#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { position:relative;display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color: transparent; background-image: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6aff4, #ffffff);background-image: -moz-linear-gradient(180deg, #c6aff4, #ffffff);background-image: -ms-linear-gradient(180deg, #c6aff4, #ffffff);background-image: -o-linear-gradient(180deg, #c6aff4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6aff4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6aff4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #c6aff4, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { color:#e5416b;display:block;width:36.1875rem;position:absolute;font-family:comfortaa;font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:1.4624996185302rem;left:11.90625rem;height:3.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { position:relative;display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { background-color: transparent; background-image: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .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); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { border-width: 0; border-radius: 0; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0fa;background-image:url("https://images.assets-landingi.com/LW6x6eM2/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container.adaptive-delivery-prevent-bg, #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container.lazyload, #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container.lazyloading { background-image: none; }#Wnhb6cDg7iP6L4vQQ7VaTyDapGWRFoWg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:17.9375rem;width:16.75rem;top:1.5625rem;left:21.625rem;display:block; }
#l8cOM699ivK4t3RrlZf1UywhC7QFneCB { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:6.125rem;width:6.125rem;top:4rem;left:46.9375rem;display:block; }
#nGBBTvgSQsMUCSnvkwfVZDMuX51V5et4 { 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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:6.125rem;width:6.125rem;top:4rem;left:6.9375rem;display:block; }
#n5DT4TDCDauwkFm2XGEQWHc6Tm29TTxq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.831249237061rem;left:4.375rem;height:1.70661875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AEvZT57JPlTtTnOKkPp2OnPs3TTrO2R8 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.831249237061rem;left:23.375rem;height:1.70661875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTnS87i9RE3qrKG0tepPvUocznLzlnLg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.831249237061rem;left:43.75rem;height:1.70661875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TneZIysAHZZBiQBzE6aDtRAxQROZPzb1 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:14.250000953674rem;left:3.8125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#xkRwJfkr6glOg5iWpcpkPGFFi3GRpxIT { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:14.250000953674rem;left:23.1875rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#RJ65PIqII9LH0ZdenqeqPK42HUFONmZi { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14rem;left:43.1875rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#sbedlegDOQXwMzDvEVRMUebTL3rxq0GE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.5rem;left:8.4375rem; }
#GivylIOByygQpZWkqfzdcPauoub7Udkl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:5.5rem;left:28.4375rem; }
#zLIVXtBfZCn66Tf3eKBiGnlE4Z31vTEH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:5.59375rem;left:48.53125rem; }
#grBIRbwSpCIP3cBnCEI5qmXKzaAPVThZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:18rem;width:16.75rem;top:1.5625rem;left:2.25rem;display:block; }
#cazgKEeXJK9U6y0K6OByFGRM06qatkzQ { 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: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: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:17.9375rem;width:16.75rem;top:1.5625rem;left:41.625rem;display:block; }
#piHGiLXMW5cfvKSkPLlzAWzGTtqxmUbE { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:6.125rem;width:6.125rem;top:4rem;left:46.9375rem;display:block; }
#h7TfHqfvKkSOpRrgcN1fQAkBJ24IQi6a { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:6.125rem;width:6.125rem;top:4rem;left:26.9375rem;display:block; }
#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { position:relative;display:block; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { background-color: transparent; background-image: none; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container > .video-iframe-container { display: none; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row > .video-iframe-container { display: none; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .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); }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { border-width: 0; border-radius: 0; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(232,224,250,0.9);background-image:url("https://images.assets-landingi.com/LW6x6eM2/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container.adaptive-delivery-prevent-bg, #MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container.lazyload, #MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container.lazyloading { background-image: none; }#pCuOl2H0I2eaJTCWmTT9nuGsxpciCtyX { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:17.5rem;width:16.75rem;top:0.81249904632569rem;left:21.625rem;display:block; }
#F1b9AVV3H592724NRiTLx3uhA6ToUnTy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.606249809265rem;left:23.75rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tstk9m3ye9nXisiub1QrVkRSWqLsJvrN { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:5.875rem;width:5.875rem;top:1.5374984741211rem;left:27.0625rem;display:block; }
#IGfFPvOll8211egtk6CzAuA5MmseI2OL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:2.7874975204467rem;left:28.3125rem; }
#Eh2ahiq2fZVo02O17D49zkLJ3e4xdmEG { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.581248283386rem;left:23.1875rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I { position:relative;display:block; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I { background-color: transparent; background-image: none; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row .container > .video-iframe-container { display: none; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row > .video-iframe-container { display: none; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .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); }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I { border-width: 0; border-radius: 0; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .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; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6aff4, #ffffff);background-image: -moz-linear-gradient(180deg, #c6aff4, #ffffff);background-image: -ms-linear-gradient(180deg, #c6aff4, #ffffff);background-image: -o-linear-gradient(180deg, #c6aff4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6aff4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6aff4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #c6aff4, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bA6e8gusiIT0zDrDfTyA2nJsbaE9Rpuy { color:#e5416b;display:block;width:36.1875rem;position:absolute;font-family:comfortaa;font-size:2.6875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.4625015258789rem;left:11.90625rem;height:3.7625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh { position:relative;display:block; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh { background-color: transparent; background-image: none; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row .container > .video-iframe-container { display: none; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row > .video-iframe-container { display: none; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .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); }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh { border-width: 0; border-radius: 0; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ggKPcmIFkydzrd4QrG8o7uozLwn9a0kw { color:#3f4ea4;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5999984741211rem;left:5.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHETFEUrRgSZQXFiE4nGfGfy65OO1nxV { color:#3f4ea4;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.78125rem;left:22.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etSi5wxT6vBnnq1dG0fogdFReq55D3wz { color:#3f4ea4;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9906234741211rem;left:40.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhJvBaL9v6BQclyiHeZchInNZBmpyT2c { color:#3f4ea4;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5999984741211rem;left:21.40625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RbzleIlU25m9kuVC81zqwV1HrtStNPxp { box-sizing:content-box;height:3.875rem;width:12.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.8250007629394rem;left:5.0999984741211rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #e6000a;border-left:0.0625rem solid #e6000a;border-right:0.0625rem solid #e6000a;border-bottom:0.0625rem solid #e6000a;display:block; }
#qWGDXe8WrbaGgl3MshzJ6nDyUlHur7ue { box-sizing:content-box;height:3.125rem;width:15.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.3812484741213rem;left:21.224998474121rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #e6000a;border-left:0.0625rem solid #e6000a;border-right:0.0625rem solid #e6000a;border-bottom:0.0625rem solid #e6000a;display:block; }
#xvGoclJOJe98TEEhQDToIvpNaukDwzXs { box-sizing:content-box;height:3.875rem;width:17rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.8250007629394rem;left:20.443748474121rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #e6000a;border-left:0.0625rem solid #e6000a;border-right:0.0625rem solid #e6000a;border-bottom:0.0625rem solid #e6000a;display:block; }
#TT065i4xMtHwyo8b3aEuc8ThSuhPhXyl { box-sizing:content-box;height:4rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.7625007629394rem;left:39.506248474121rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #e6000a;border-left:0.0625rem solid #e6000a;border-right:0.0625rem solid #e6000a;border-bottom:0.0625rem solid #e6000a;display:block; }
#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { position:relative;display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { background-color: transparent; background-image: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { border-width: 0; border-radius: 0; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RW5V2laUJ7sznzkaCTg6rnBNVQIaX4qn { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:0.9375rem;left:1.375rem;height:3.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7CZo4dNBw8w8BtsdO738Zpgf8g4iVMF { z-index:15012;top:5.96875rem;left:21.625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oXEsKZzDumzR8OfW27nalhlrrKTFN0DS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf { display:block; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWbNJHteX0IV6XxvdgNKTNdKp4e84o5o { top:0.625rem;left:0rem;width:23.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCy5C4iIZnvrAp57Zib9klct8xUa9Vuk { top:5.5625rem;left:0rem;width:40.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 { display:block; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsMuIykZOHJqyKESeAqACVpu6sf2iR0c { top:7.625rem;left:20.4375rem;width:27.3125rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUX9sMWLyODcIgifKyAPdPnwep3iGnr4 { top:0.9375rem;left:0rem;width:30.625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6Wayb9HPiet7tkUgWRWWr6DMLE0Qp5 { top:3.6875rem;left:26.4375rem;width:21.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtvORzXDInsJaEc0RTT4t1Tr68foeQpu { display:block; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnTTlusPLSPJSL6gdn7ndgK5sdz1NlKP { top:9.3125rem;left:23.993751525879rem;width:22.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-text {padding-top: 0; padding-bottom: 0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-select {padding-top: 0; padding-bottom: 0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF  { width:16.5rem;height:auto;top:1rem;left:2.4372482299805rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF {display:block;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF { width:16.5rem;height:auto;top:1rem;left:2.4372482299805rem; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #Eesv2v1iQoU758EhqdaBumy0UOTzkyfE {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #RxDl5geWB6vFdUnMTN5eLIZ01FtQvkQr {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #JTJKoRnVtatnPswRiuSWdDdT7sJRwJHK {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #HMXViGcTfSgPHh690kyUAvNZuEtwAwM4 {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #y9fPnDKzPWoiNuaNscKrFt06EcNUZKzi { display:none; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #WnAGCkT5hGuKVCWpwcm2S3ynxQ4eVoGi {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #yzpVpenUPrZUfcIakTB3ntBkAWyRpoqq {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #ECpwW3m5QTJGvIJhh711i603yrx9D1ul {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #LdgKPEcHX0QfwwtEQMDytQweBWJeMnV5 {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #D4wfCFixUpRzDm8dyctJxTWGXZZr9xDl {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #HnTBbHSaBaSITIFy2pnZkKF4c376tMQM {  }
 }@media only screen and (max-width: 763px) { #iqmkT6DvWe7LtU4hF905tbK6BgnnvG9o { top:8.0625rem;left:23.275001525879rem;width:23.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdkb7etnfLfB2nO5E2c3PS0qT4W2cdLh { top:1.0625rem;left:2.375rem;width:45.375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { top:1.4375rem;left:5.78125rem;width:36.1875rem;height:3.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wnhb6cDg7iP6L4vQQ7VaTyDapGWRFoWg { top:1.5625rem;left:15rem;width:16.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8cOM699ivK4t3RrlZf1UywhC7QFneCB { top:4rem;left:36.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBBTvgSQsMUCSnvkwfVZDMuX51V5et4 { top:4rem;left:4.875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5DT4TDCDauwkFm2XGEQWHc6Tm29TTxq { top:11.8125rem;left:2.3125rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEvZT57JPlTtTnOKkPp2OnPs3TTrO2R8 { top:11.8125rem;left:17.1875rem;width:13.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnS87i9RE3qrKG0tepPvUocznLzlnLg { top:11.8125rem;left:33.4375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TneZIysAHZZBiQBzE6aDtRAxQROZPzb1 { top:14.25rem;left:1.75rem;width:13.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkRwJfkr6glOg5iWpcpkPGFFi3GRpxIT { top:14.25rem;left:17rem;width:13.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ65PIqII9LH0ZdenqeqPK42HUFONmZi { top:14rem;left:32.875rem;width:13.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbedlegDOQXwMzDvEVRMUebTL3rxq0GE { width:3.125rem;height:3.125rem;top:5.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GivylIOByygQpZWkqfzdcPauoub7Udkl { width:3.125rem;height:3.125rem;top:5.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIVXtBfZCn66Tf3eKBiGnlE4Z31vTEH { width:2.9375rem;height:2.9375rem;top:5.5625rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grBIRbwSpCIP3cBnCEI5qmXKzaAPVThZ { top:1.5625rem;left:0rem;width:16.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #cazgKEeXJK9U6y0K6OByFGRM06qatkzQ { top:1.5625rem;left:30.875rem;width:16.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHGiLXMW5cfvKSkPLlzAWzGTtqxmUbE { top:4rem;left:36.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7TfHqfvKkSOpRrgcN1fQAkBJ24IQi6a { top:4rem;left:20.75rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { display:block; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCuOl2H0I2eaJTCWmTT9nuGsxpciCtyX { top:0.75rem;left:15rem;width:16.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1b9AVV3H592724NRiTLx3uhA6ToUnTy { top:8.5625rem;left:17.5625rem;width:12.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tstk9m3ye9nXisiub1QrVkRSWqLsJvrN { top:1.5rem;left:20.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfFPvOll8211egtk6CzAuA5MmseI2OL { width:3.375rem;height:3.375rem;top:2.75rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh2ahiq2fZVo02O17D49zkLJ3e4xdmEG { top:12.5625rem;left:17rem;width:13.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I { display:block; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA6e8gusiIT0zDrDfTyA2nJsbaE9Rpuy { top:1.4375rem;left:5.78125rem;width:36.1875rem;height:3.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVT5yqGvTEt5tynoaXXurvb2GVItPLGh { display:block; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggKPcmIFkydzrd4QrG8o7uozLwn9a0kw { top:2.5625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHETFEUrRgSZQXFiE4nGfGfy65OO1nxV { top:7.75rem;left:16.625rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etSi5wxT6vBnnq1dG0fogdFReq55D3wz { top:1.9375rem;left:33.3125rem;width:14.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhJvBaL9v6BQclyiHeZchInNZBmpyT2c { top:2.5625rem;left:15.28125rem;width:15.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbzleIlU25m9kuVC81zqwV1HrtStNPxp { top:1.8125rem;left:0rem;width:12.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWGDXe8WrbaGgl3MshzJ6nDyUlHur7ue { top:7.375rem;left:15.099998474121rem;width:15.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGoclJOJe98TEEhQDToIvpNaukDwzXs { top:1.8125rem;left:14.318748474121rem;width:17rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT065i4xMtHwyo8b3aEuc8ThSuhPhXyl { top:1.75rem;left:30.4375rem;width:17.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW5V2laUJ7sznzkaCTg6rnBNVQIaX4qn { top:0.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7CZo4dNBw8w8BtsdO738Zpgf8g4iVMF { top:5.9375rem;left:15.5rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXEsKZzDumzR8OfW27nalhlrrKTFN0DS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf { display:block; }#cxEd7fh68eyvgQgxuLk9F3dsSnPbhFxf > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWbNJHteX0IV6XxvdgNKTNdKp4e84o5o { width:19.0625rem;height:2.6rem;top:1.0624997615814rem;left:0.46875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCy5C4iIZnvrAp57Zib9klct8xUa9Vuk { width:19.3125rem;height:2.6rem;top:4.7250003814697rem;left:0.34375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 { display:block; }#hPAPZM6owDqnPHqFW0SLTQbnWyZbLAa5 > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsMuIykZOHJqyKESeAqACVpu6sf2iR0c { width:18.625rem;height:15.84375rem;top:17.381250143051rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUX9sMWLyODcIgifKyAPdPnwep3iGnr4 { width:18.75rem;height:12.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6Wayb9HPiet7tkUgWRWWr6DMLE0Qp5 { width:20rem;height:1.70625rem;top:15.1125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtvORzXDInsJaEc0RTT4t1Tr68foeQpu { display:block; }#FtvORzXDInsJaEc0RTT4t1Tr68foeQpu > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnTTlusPLSPJSL6gdn7ndgK5sdz1NlKP { width:18.5625rem;height:3.4125rem;top:3.6937494277954rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(190,1,1,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-text {padding-top: 0; padding-bottom: 0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-select {padding-top: 0; padding-bottom: 0;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF  { width:16.5rem;height:auto;top:10.156250953674rem;left:0.5rem; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF {display:block;}#qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF { width:16.5rem;height:auto;top:10.156250953674rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #Eesv2v1iQoU758EhqdaBumy0UOTzkyfE {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #RxDl5geWB6vFdUnMTN5eLIZ01FtQvkQr { display:block; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #JTJKoRnVtatnPswRiuSWdDdT7sJRwJHK {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #HMXViGcTfSgPHh690kyUAvNZuEtwAwM4 {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #y9fPnDKzPWoiNuaNscKrFt06EcNUZKzi { display:block; }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #WnAGCkT5hGuKVCWpwcm2S3ynxQ4eVoGi {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #yzpVpenUPrZUfcIakTB3ntBkAWyRpoqq {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #ECpwW3m5QTJGvIJhh711i603yrx9D1ul {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #LdgKPEcHX0QfwwtEQMDytQweBWJeMnV5 {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #D4wfCFixUpRzDm8dyctJxTWGXZZr9xDl {  }
 }@media only screen and (max-width: 763px) { #qykxpDr3zlHLm4HVwWbaLq6mTOL4iEIF #HnTBbHSaBaSITIFy2pnZkKF4c376tMQM {  }
 }@media only screen and (max-width: 763px) { #iqmkT6DvWe7LtU4hF905tbK6BgnnvG9o { width:19.25rem;height:6.25rem;top:2.2750005722046rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdkb7etnfLfB2nO5E2c3PS0qT4W2cdLh { width:20rem;height:31.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { width:20rem;height:2.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { background-color: transparent; background-image: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3d1d1; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3d1d1; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { border-width: 0; border-radius: 0; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container::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; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { width:20rem;height:58.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/LW6x6eM2/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container.adaptive-delivery-prevent-bg, #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container.lazyload, #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Wnhb6cDg7iP6L4vQQ7VaTyDapGWRFoWg { width:16.75rem;height:17.5rem;top:20.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8cOM699ivK4t3RrlZf1UywhC7QFneCB { width:6.125rem;height:6.125rem;top:41.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBBTvgSQsMUCSnvkwfVZDMuX51V5et4 { width:6.125rem;height:6.125rem;top:3.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5DT4TDCDauwkFm2XGEQWHc6Tm29TTxq { width:12.5rem;height:1.86875rem;top:10.625rem;left:4.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEvZT57JPlTtTnOKkPp2OnPs3TTrO2R8 { width:12.5rem;height:3.7375rem;top:28.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnS87i9RE3qrKG0tepPvUocznLzlnLg { width:12.5rem;height:1.86875rem;top:47.8125rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TneZIysAHZZBiQBzE6aDtRAxQROZPzb1 { width:15.625rem;height:4.21875rem;top:13.4375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkRwJfkr6glOg5iWpcpkPGFFi3GRpxIT { width:15.875rem;height:2.8125rem;top:33.299999237061rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ65PIqII9LH0ZdenqeqPK42HUFONmZi { width:14.5625rem;height:4.21875rem;top:50.625rem;left:2.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbedlegDOQXwMzDvEVRMUebTL3rxq0GE { width:3.125rem;height:3.125rem;top:5.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GivylIOByygQpZWkqfzdcPauoub7Udkl { width:3.125rem;height:3.125rem;top:23.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIVXtBfZCn66Tf3eKBiGnlE4Z31vTEH { width:3.125rem;height:3.125rem;top:42.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grBIRbwSpCIP3cBnCEI5qmXKzaAPVThZ { width:16.75rem;height:18rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cazgKEeXJK9U6y0K6OByFGRM06qatkzQ { width:16.75rem;height:17.9375rem;top:39.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHGiLXMW5cfvKSkPLlzAWzGTtqxmUbE { width:6.125rem;height:6.125rem;top:40.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7TfHqfvKkSOpRrgcN1fQAkBJ24IQi6a { width:6.125rem;height:6.125rem;top:22.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { display:block; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { background-color: transparent; background-image: none; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3d1d1; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container > .video-iframe-container { display: none; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row > .video-iframe-container { display: none; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3d1d1; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF { border-width: 0; border-radius: 0; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container::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; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container { width:20rem;height:20rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/LW6x6eM2/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container.adaptive-delivery-prevent-bg, #MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container.lazyload, #MA9vPEK5OzuJZOlLgsQ26bO9Qy3LpQdF > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #pCuOl2H0I2eaJTCWmTT9nuGsxpciCtyX { width:16.75rem;height:17.5rem;top:0.56250381469726rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1b9AVV3H592724NRiTLx3uhA6ToUnTy { width:12.5rem;height:3.4125rem;top:9.0437469482425rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tstk9m3ye9nXisiub1QrVkRSWqLsJvrN { width:6.125rem;height:6.125rem;top:1.7249984741211rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfFPvOll8211egtk6CzAuA5MmseI2OL { width:3.125rem;height:3.125rem;top:3.2249984741211rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh2ahiq2fZVo02O17D49zkLJ3e4xdmEG { width:13.625rem;height:4.21875rem;top:13.018753051757rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I { display:block; }#TFvRna3Sa9SHMQ8Xk7R3sVVzKIqMyJ5I > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA6e8gusiIT0zDrDfTyA2nJsbaE9Rpuy { width:18.75rem;height:2.8rem;top:1.25rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVT5yqGvTEt5tynoaXXurvb2GVItPLGh { display:block; }#wVT5yqGvTEt5tynoaXXurvb2GVItPLGh > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggKPcmIFkydzrd4QrG8o7uozLwn9a0kw { width:12.5rem;height:2.4375rem;top:2.0562515258789rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHETFEUrRgSZQXFiE4nGfGfy65OO1nxV { width:12.5rem;height:2.4375rem;top:19.268745422363rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etSi5wxT6vBnnq1dG0fogdFReq55D3wz { width:12.5rem;height:3.65625rem;top:12.953125rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhJvBaL9v6BQclyiHeZchInNZBmpyT2c { width:12.5rem;height:2.4375rem;top:7.4500007629394rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbzleIlU25m9kuVC81zqwV1HrtStNPxp { width:13.25rem;height:3.9375rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWGDXe8WrbaGgl3MshzJ6nDyUlHur7ue { width:13.4375rem;height:3.3125rem;top:18.775rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGoclJOJe98TEEhQDToIvpNaukDwzXs { width:13.375rem;height:4.125rem;top:6.55rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT065i4xMtHwyo8b3aEuc8ThSuhPhXyl { width:13.3125rem;height:5.375rem;top:12.0375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW5V2laUJ7sznzkaCTg6rnBNVQIaX4qn { width:18.0625rem;height:6.3rem;top:1.25rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7CZo4dNBw8w8BtsdO738Zpgf8g4iVMF { top:8.375rem;left:2.84375rem;width:14.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXEsKZzDumzR8OfW27nalhlrrKTFN0DS { display:block; }
 }