.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:#140e38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140e38;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; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:18.375rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:#e6b767;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:42.6884765625rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;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:3.5rem;width:9.125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#wZ6VvSRMTy2bDL66yUqFgXbG3xTT2HEX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:30.6875rem;display:block; }
#IEDLJy1omn6Ubbt7SrpxeBx13s17cvfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51e8b6cf-b601-41be-aa23-922097ddc8ef/P1034169.preview.mirror.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:10.236325rem;font-style:normal;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.21240234375rem;left:1.5625rem;height:5.84765625rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:21.1875rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:#e6b767;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120e33;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; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.53125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#e6b767;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.34375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#e6b767;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#e6b767;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.562496185302rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.562496185302rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;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:6.25rem;width:6.25rem;top:1.3125rem;left:46.874996185302rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:1.65625rem;left:27.218746185302rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { 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:5.6875rem;width:5.6875rem;top:1.59375rem;left:6.875rem;overflow:hidden;display:block; }
#xNKW4PQkUurgFr29g72JfHszSPFCvA6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120e33;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; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container { background-color: transparent; background-image: none; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container > .video-iframe-container { display: none; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row > .video-iframe-container { display: none; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .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); }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container { border-width: 0; border-radius: 0; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:60rem;position:relative;display:block; }#zwHItod3MNRIWcZUNRrclqA80Mh3kgoW { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:11.0244375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fJTKhrclcliSeTWIMZMKC9fntdbFsw7v { color:#b5b5b5;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:18.6875rem;left:0rem;height:6.796875rem;display:block; }
#tKyXFl9vE6FSOSyGhseugpbeQGUOuUrL { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:17.0869140625rem;left:0rem;display:block; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(230,183,103,0.26), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(230,183,103,0.26), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(230,183,103,0.26), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(230,183,103,0.26), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42e6b767', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42e6b767', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(230,183,103,0.26), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:roboto;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:roboto;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_27350e0265d6f49d2e07a98e41b30765878ea8eb.svg");background-size:contain !important; }#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-trigger.adaptive-delivery-prevent-bg, #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-trigger.lazyload, #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-trigger.lazyloading { background-image: none; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:17.3125rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pMaGzQggxqk2XiAfcndtumbPNw1lynGg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #oQ8eqm6gw3bsO2kDnJNN3fVLH1PLQ2dp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #RtJwOXG2FybEOHsaolBVgGT1xJrsLRbT { display:block;position:relative; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #WUIuQaE8PL6zuQZBJ8fSzIfFTgyJsnZM {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #MkygLCFbT4wKt5zBQZLbv6k4EOtls1i9 {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #Gm5Vh4wI4PSPATmSThxdm3x68VRvSn3N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #bymKwvSThLlRwrD25qnHwZ5gJ2irKTS0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #EDZNltho1NF6z10KTTfcA9qLyWnPTwir { display:block;position:relative; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #TvbbKoBiIguFCaUGlzdzubfO3KnX5pQK {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #W5FZE3xXhu9IB8tFtGSAJXGsbwUhQXnZ { display:none; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #G4Q79tNuJz9hpB8ILQZhPaAWBU0KsebP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #v5Dsw2X6ppLGNJdu0boIZg59hU5Dyqyk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #iNuDVaPgMJUVfLmcCrUhdczLeU1pioZ9 { display:block;position:relative; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #P4cV71i2WCRm6RaDJG4Jk44QCOASXDVO {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #L7lr8ZTBZRPvVvuwE2dqHMBAsUJSsATT { display:none; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #RZybgNkJOyLR349bm2BMpS4fBG2pglWF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #XCupZx4KsT6cHKyIvFQsxkABfPxMsCR5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #brJ9vSv2AniBZOUTNNUgeHhIPNoJTPpm { display:block;position:relative; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #fqlaaPsDzdD4OBR5fQnRCAvdPdG4xUJ4 {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pSf2L0pqzM8DzoN87NmCk0J2wCmX7bPp { display:none; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #qDW30Z8lm26d8K9ha6DJkPm9CWcpkctu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #WiH13JMtv6Dm6TymwdQLETXKdlGSaPJk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #O32UB4WB4fgqmAxESIPMPdl4RkTAz9Eu { display:block;position:relative; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pmCq1ZAxcXISQHyErZTWgKqp661Myuhs {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #luWX1xtax50xZbIME29BkiHTuJR3JeRz { display:none; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #n1ECAPXbo573I39qEwAFWfV0tZP7kaPh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #AQ06s9AVWv6stOScFEPZQv9Dq8V9cAkK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #Ul4MC4p6QnSOk737f3LgxHaaz8R5Nqr6 { display:block;position:relative; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #XxVGcv6evmU1MHGabqbxbVm4mvEEiZTu {  }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #v5SOf64D8vaH7HFJnRQTplP0Zqad1sFT { display:none; }
#xCOoxWvTDLJuZTZTXt4mhh4iEmVoTCWL { background-color:#e6b767;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.625rem;left:0.28125rem;display:block; }
#wp2mmVFombV6AeKlfE185Evcb20W3OCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { position:relative;display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { background-color: transparent; background-image: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .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); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { border-width: 0; border-radius: 0; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .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; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(120deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(120deg, #0e245c, #0a204f);background-image: -o-linear-gradient(120deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(120deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:24.6875rem;width:20.0625rem;top:2.375rem;left:1.2412109375rem;display:block; }
#S2QHPiOS8suus1uTT67E84axhvrGx1MP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:21.0625rem;top:1.1875rem;left:19.3740234375rem;display:block; }
#xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(282deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(282deg, #0e245c, #0a204f);background-image: -o-linear-gradient(282deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(282deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:25rem;width:20.0625rem;top:2.34375rem;left:38.7119140625rem;display:block; }
#Rk74T2aTAiossEim599UTmpZZ8fnXTdb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.4375rem;top:2.8515739440918rem;left:35.0625rem;overflow:hidden;display:block; }
#QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2562494277954rem;left:37.08749961853rem;height:1.4619125rem;display:block; }
#L1h54zmwDDcl2mE91DevJcWILy12nst6 { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2624998092651rem;left:19.46249961853rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1249990463257rem;left:19.624998092651rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.687498092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { color:#e8f7ff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.437499046326rem;left:20.999998092651rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
#WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6281251907349rem;left:0.80416679382325rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3749990463256rem;left:0.99166679382325rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.546875rem;left:39.062498092651rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5781240463256rem;left:39.437498092651rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.9990234375rem;left:42.40625rem;height:11.9921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
#bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(115deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(115deg, #e6b767, #5f5135);background-image: -o-linear-gradient(115deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(115deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9677734375rem;left:23.6875rem;display:block; }
#qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#undGpH3gJCZ2H2sW67HOwa357rRT1qLa { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #e6b767;border-left:0.1875rem solid #e6b767;border-right:0.1875rem solid #e6b767;border-bottom:0.1875rem solid #e6b767;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.2802734375rem;left:3.6875rem;display:block; }
#JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #e6b767;border-left:0.1875rem solid #e6b767;border-right:0.1875rem solid #e6b767;border-bottom:0.1875rem solid #e6b767;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.57425rem;height:2.94921875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.2802734375rem;left:43.2421875rem;display:block; }
#tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgUyxTdOfZQD2h8n7eX11SidoILglWiC { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0390625rem;left:0.9912109375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#on990OisUWV0TqpWQJ7IIO4RpDZWauul { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:10.9990234375rem;left:2.40625rem;height:13.441375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:before{  }
#wyQa6THmWzr3sapDHONxr60NEeWteWle { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:21.0625rem;top:1.1875rem;left:19.3740234375rem;display:none; }
#t9gVrZc9MKMyeO8dFQZ5rt2F0THoluiR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:21.0625rem;top:1.1875rem;left:19.3740234375rem;display:none; }
#rgd5smTZZpcbXHutiJrn4Jfr77VKJOCa { position:absolute;display:block;z-index:15017;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:2.1875rem;width:5.4375rem;top:4.6875rem;left:14rem;overflow:hidden;display:block; }
#XpGOvBTRvB5rN1KNx3TMg7lcZ1umgGT1 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.125rem;left:16rem;height:1.4619125rem;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbipMHZuDKOBTEMTCC41o64vODrThdTZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13.1875rem;left:0rem;display:block; }
#uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-form-header {  }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:16.125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #8200ff;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.125rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #8200ff;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.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:transparent;background-image: -webkit-linear-gradient(117deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(117deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(117deg, #e6b767, #5f5135);background-image: -o-linear-gradient(117deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(117deg, #e6b767, #5f5135);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:16.125rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.875rem;overflow:hidden;font-style:normal;float:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:first-of-type{padding-top:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:last-of-type{padding-bottom:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:35.6240234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:35.6240234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { position:relative;display:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { position:relative;display:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UIqZpeXAHAE0TecUdyQymTIss0RL007O { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #WlmK6ziLL3Sni9k4J2iX1132u644phXP { position:relative;display:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #OELyJCbslSD5cxoX1tQelgyZcyepXZWi { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { position:relative;z-index:2; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM { position:relative; }
#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #122974, #0a204f);background-image: -moz-linear-gradient(345deg, #122974, #0a204f);background-image: -ms-linear-gradient(345deg, #122974, #0a204f);background-image: -o-linear-gradient(345deg, #122974, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974', endColorstr='#0a204f' );";background-image: linear-gradient(345deg, #122974, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26rem;width:22rem;top:3rem;left:33.875rem;display:block; }
#NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2734375rem;left:33.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { z-index:;position:relative;display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { background-color: transparent; background-image: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .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); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { border-width: 0; border-radius: 0; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .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; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/119d9f06-2112-48da-a49a-55d781263b14/P1035088.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:"open sans";height:40.0625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container.adaptive-delivery-prevent-bg, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container.lazyload, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container.lazyloading { background-image: none; }#Xu5hfsXcJOTF5BlXDfrH4wflOAXc8UIh { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.875rem;left:0rem;height:8.7734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { background-color: transparent; background-image: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .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); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { border-width: 0; border-radius: 0; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#IsTgLzm0l5AmsDPB0ypx0WJaJmeptgaD { position:absolute;display:block;z-index:15003;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:3.3125rem;width:9.375rem;top:1.875rem;left:25.3125rem;overflow:hidden;display:block; }
#dxRr1vRtIHXwDPHUgUNRoOA3LRlNL3x9 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.9375rem;left:18.4375rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#GZTTOy8KAnbesbotPhMiCMaWqo04k3zs { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:15.625rem;left:18.5rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:12.375rem;left:27rem; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:12.25rem;left:30.875rem; }
#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.5rem;height:2.1875rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:36.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.5625rem;left:0rem;width:9.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6VvSRMTy2bDL66yUqFgXbG3xTT2HEX { width:5.125rem;height:2.1875rem;top:1.1875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEDLJy1omn6Ubbt7SrpxeBx13s17cvfN { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:7.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:20.1875rem;left:0rem;width:36.375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:21.1875rem;left:0rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:8.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:10.3125rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:10.3125rem;left:12.3125rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:8.5rem;left:12.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:10.3125rem;left:28.1875rem;width:19.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:8.5rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.3125rem;left:36.562496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.625rem;left:21.031246185302rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.5625rem;left:4.8125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNKW4PQkUurgFr29g72JfHszSPFCvA6L { display:block; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwHItod3MNRIWcZUNRrclqA80Mh3kgoW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJTKhrclcliSeTWIMZMKC9fntdbFsw7v { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyXFl9vE6FSOSyGhseugpbeQGUOuUrL { width:25.625rem;height:0.5rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pMaGzQggxqk2XiAfcndtumbPNw1lynGg {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #oQ8eqm6gw3bsO2kDnJNN3fVLH1PLQ2dp {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #RtJwOXG2FybEOHsaolBVgGT1xJrsLRbT {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #WUIuQaE8PL6zuQZBJ8fSzIfFTgyJsnZM {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #MkygLCFbT4wKt5zBQZLbv6k4EOtls1i9 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #Gm5Vh4wI4PSPATmSThxdm3x68VRvSn3N {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #bymKwvSThLlRwrD25qnHwZ5gJ2irKTS0 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #EDZNltho1NF6z10KTTfcA9qLyWnPTwir {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #TvbbKoBiIguFCaUGlzdzubfO3KnX5pQK {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #W5FZE3xXhu9IB8tFtGSAJXGsbwUhQXnZ {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #G4Q79tNuJz9hpB8ILQZhPaAWBU0KsebP {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #v5Dsw2X6ppLGNJdu0boIZg59hU5Dyqyk {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #iNuDVaPgMJUVfLmcCrUhdczLeU1pioZ9 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #P4cV71i2WCRm6RaDJG4Jk44QCOASXDVO {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #L7lr8ZTBZRPvVvuwE2dqHMBAsUJSsATT {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #RZybgNkJOyLR349bm2BMpS4fBG2pglWF {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #XCupZx4KsT6cHKyIvFQsxkABfPxMsCR5 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #brJ9vSv2AniBZOUTNNUgeHhIPNoJTPpm {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #fqlaaPsDzdD4OBR5fQnRCAvdPdG4xUJ4 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pSf2L0pqzM8DzoN87NmCk0J2wCmX7bPp {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #qDW30Z8lm26d8K9ha6DJkPm9CWcpkctu {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #WiH13JMtv6Dm6TymwdQLETXKdlGSaPJk {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #O32UB4WB4fgqmAxESIPMPdl4RkTAz9Eu {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pmCq1ZAxcXISQHyErZTWgKqp661Myuhs {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #luWX1xtax50xZbIME29BkiHTuJR3JeRz {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #n1ECAPXbo573I39qEwAFWfV0tZP7kaPh {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #AQ06s9AVWv6stOScFEPZQv9Dq8V9cAkK {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #Ul4MC4p6QnSOk737f3LgxHaaz8R5Nqr6 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #XxVGcv6evmU1MHGabqbxbVm4mvEEiZTu {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #v5SOf64D8vaH7HFJnRQTplP0Zqad1sFT {  }
 }@media only screen and (max-width: 763px) { #xCOoxWvTDLJuZTZTXt4mhh4iEmVoTCWL { width:16.25rem;height:3.8125rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp2mmVFombV6AeKlfE185Evcb20W3OCK { display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { top:2.375rem;left:0rem;width:20.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { top:1.1875rem;left:0rem;width:21.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { top:2.3125rem;left:11.6875rem;width:20.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { top:2.8125rem;left:26.3125rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { top:3.25rem;left:28.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { top:2.25rem;left:0rem;width:20.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { top:6.0625rem;left:0rem;width:20.5625rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { top:4.4375rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { top:11.375rem;left:14.4375rem;width:17.3125rem;height:;font-size:1rem;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { top:3.625rem;left:0rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { top:6.3125rem;left:0rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { top:3.5rem;left:10.8125rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { top:6.5625rem;left:11.1875rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { top:10.9375rem;left:32.09375rem;width:15.1875rem;height:;font-size:1rem;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:23.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:24.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:24.25rem;left:32.9296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #lgUyxTdOfZQD2h8n7eX11SidoILglWiC { top:5rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on990OisUWV0TqpWQJ7IIO4RpDZWauul { top:10.9375rem;left:0.34375rem;width:15.1875rem;height:;font-size:1rem;display:block; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:before{  }
 }@media only screen and (max-width: 763px) { #wyQa6THmWzr3sapDHONxr60NEeWteWle { top:1.1875rem;left:0rem;width:21.0625rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9gVrZc9MKMyeO8dFQZ5rt2F0THoluiR { top:1.1875rem;left:0rem;width:21.0625rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgd5smTZZpcbXHutiJrn4Jfr77VKJOCa { top:4.6875rem;left:10.4375rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGOvBTRvB5rN1KNx3TMg7lcZ1umgGT1 { top:5.125rem;left:12.5625rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:8.6875rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { top:15rem;left:0rem;width:25.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { top:6.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:6.125rem;left:26.4365234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:6.125rem;left:26.4365234375rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UIqZpeXAHAE0TecUdyQymTIss0RL007O {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #WlmK6ziLL3Sni9k4J2iX1132u644phXP {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #OELyJCbslSD5cxoX1tQelgyZcyepXZWi {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:3rem;left:24.6875rem;width:22rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { top:4.25rem;left:24.75rem;width:22.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5hfsXcJOTF5BlXDfrH4wflOAXc8UIh { width:47.75rem;height:8.75rem;top:31.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS { display:block; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsTgLzm0l5AmsDPB0ypx0WJaJmeptgaD { width:9.375rem;height:3.3125rem;top:1.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRr1vRtIHXwDPHUgUNRoOA3LRlNL3x9 { top:6.9375rem;left:12.3125rem;width:23.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTOy8KAnbesbotPhMiCMaWqo04k3zs { top:15.625rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr { top:12.375rem;left:20.875rem;width:1.875rem;height:1.875rem;display:block; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp { top:12.25rem;left:24.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:7.5rem;height:2.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:5.625rem;height:2.125rem;top:4.46875rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:8.0625rem;height:3.0625rem;top:0.625rem;left:5.0312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6VvSRMTy2bDL66yUqFgXbG3xTT2HEX { width:5.125rem;height:2.1875rem;top:4.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEDLJy1omn6Ubbt7SrpxeBx13s17cvfN { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4768c0e6-24ea-47c7-8e8f-55b9e2b627a9/P1034676.JPG");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:4.7119125rem;top:4.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:8.285125rem;top:12.8125rem;left:0.37499994039536rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:10.8125rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:22.5625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.625rem;top:7.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:1.95rem;top:9.6875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.4375rem;height:1.95rem;top:23.3125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.625rem;top:21.4375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.4375rem;height:3.8994125rem;top:37.75rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.625rem;top:35.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:5.4375rem;height:5.4375rem;top:29.543402567506rem;left:7.2812498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4.9375rem;height:4.9375rem;top:15.293402567506rem;left:7.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.75rem;height:4.75rem;top:1.75rem;left:7.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNKW4PQkUurgFr29g72JfHszSPFCvA6L { display:block; }#xNKW4PQkUurgFr29g72JfHszSPFCvA6L > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwHItod3MNRIWcZUNRrclqA80Mh3kgoW { width:20rem;height:8.3994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJTKhrclcliSeTWIMZMKC9fntdbFsw7v { width:20rem;height:5.09911875rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyXFl9vE6FSOSyGhseugpbeQGUOuUrL { width:20rem;height:0.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX .accordion-desc-text { font-size:0.875rem;height:auto; }
#nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX { display:flex;height:auto;width:20rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pMaGzQggxqk2XiAfcndtumbPNw1lynGg {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #oQ8eqm6gw3bsO2kDnJNN3fVLH1PLQ2dp {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #RtJwOXG2FybEOHsaolBVgGT1xJrsLRbT {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #WUIuQaE8PL6zuQZBJ8fSzIfFTgyJsnZM {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #MkygLCFbT4wKt5zBQZLbv6k4EOtls1i9 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #Gm5Vh4wI4PSPATmSThxdm3x68VRvSn3N {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #bymKwvSThLlRwrD25qnHwZ5gJ2irKTS0 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #EDZNltho1NF6z10KTTfcA9qLyWnPTwir {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #TvbbKoBiIguFCaUGlzdzubfO3KnX5pQK {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #W5FZE3xXhu9IB8tFtGSAJXGsbwUhQXnZ {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #G4Q79tNuJz9hpB8ILQZhPaAWBU0KsebP {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #v5Dsw2X6ppLGNJdu0boIZg59hU5Dyqyk {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #iNuDVaPgMJUVfLmcCrUhdczLeU1pioZ9 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #P4cV71i2WCRm6RaDJG4Jk44QCOASXDVO {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #L7lr8ZTBZRPvVvuwE2dqHMBAsUJSsATT {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #RZybgNkJOyLR349bm2BMpS4fBG2pglWF {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #XCupZx4KsT6cHKyIvFQsxkABfPxMsCR5 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #brJ9vSv2AniBZOUTNNUgeHhIPNoJTPpm {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #fqlaaPsDzdD4OBR5fQnRCAvdPdG4xUJ4 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pSf2L0pqzM8DzoN87NmCk0J2wCmX7bPp {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #qDW30Z8lm26d8K9ha6DJkPm9CWcpkctu {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #WiH13JMtv6Dm6TymwdQLETXKdlGSaPJk {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #O32UB4WB4fgqmAxESIPMPdl4RkTAz9Eu {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #pmCq1ZAxcXISQHyErZTWgKqp661Myuhs {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #luWX1xtax50xZbIME29BkiHTuJR3JeRz {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #n1ECAPXbo573I39qEwAFWfV0tZP7kaPh {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #AQ06s9AVWv6stOScFEPZQv9Dq8V9cAkK {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #Ul4MC4p6QnSOk737f3LgxHaaz8R5Nqr6 {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #XxVGcv6evmU1MHGabqbxbVm4mvEEiZTu {  }
 }@media only screen and (max-width: 763px) { #nVzJX1wGRGHaby2t0pO3JHPTQFmULxsX #v5SOf64D8vaH7HFJnRQTplP0Zqad1sFT {  }
 }@media only screen and (max-width: 763px) { #xCOoxWvTDLJuZTZTXt4mhh4iEmVoTCWL { width:16.25rem;height:3.8125rem;top:71.9863125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp2mmVFombV6AeKlfE185Evcb20W3OCK { display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { width:20rem;height:25.3125rem;top:28.312492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { width:20rem;height:29.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { width:20rem;height:25.3125rem;top:55.701398849487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { width:5.4375rem;height:5.4375rem;top:0.9375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { width:3.3125rem;height:1.4625rem;top:2.9322814941406rem;left:16.686631500721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { width:20rem;height:1.38125rem;top:2.9887151718139rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { width:20rem;height:3.16875rem;top:6.3749904632569rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { width:20rem;height:1.38125rem;top:5.1024303436279rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { width:17.3125rem;height:15.235375rem;top:9.5419921875rem;left:1.34375rem;font-size:1rem;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { width:20rem;height:1.21875rem;top:33.0693359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { width:20rem;height:3.25rem;top:36.4814453125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { width:20rem;height:1.21875rem;top:64.466796875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { width:20rem;height:3.25rem;top:66.732421875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { width:17.125rem;height:13.6230625rem;top:70.154296875rem;left:1.4375rem;font-size:1rem;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:26.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:56.904296875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:86.373046875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #lgUyxTdOfZQD2h8n7eX11SidoILglWiC { width:20rem;height:1.3808625rem;top:35.1005859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on990OisUWV0TqpWQJ7IIO4RpDZWauul { width:15.1875rem;height:15.235375rem;top:40.52734375rem;left:2.40625rem;font-size:1rem;display:block; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:before{  }
 }@media only screen and (max-width: 763px) { #wyQa6THmWzr3sapDHONxr60NEeWteWle { width:20rem;height:29.75rem;top:31.4443359375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #t9gVrZc9MKMyeO8dFQZ5rt2F0THoluiR { width:20rem;height:29.75rem;top:62.091796875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rgd5smTZZpcbXHutiJrn4Jfr77VKJOCa { width:5.4375rem;height:2.1875rem;top:32.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGOvBTRvB5rN1KNx3TMg7lcZ1umgGT1 { width:3.3125rem;height:1.4624rem;top:33rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.6rem;top:3.9625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { width:8.25rem;height:0.375rem;top:7.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { width:20rem;height:2.5996125rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { width:20rem;height:1.4625rem;top:1.8750133514404rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:19.125rem;left:0.8125rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:19.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:none; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:none; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UIqZpeXAHAE0TecUdyQymTIss0RL007O {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #WlmK6ziLL3Sni9k4J2iX1132u644phXP { display:none; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #OELyJCbslSD5cxoX1tQelgyZcyepXZWi {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:26.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { width:20rem;height:4.875rem;top:15.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/119d9f06-2112-48da-a49a-55d781263b14/P1035088.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V.adaptive-delivery-prevent-bg, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V.lazyload, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V.lazyloading { background-image: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { background-color: transparent; background-image: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .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); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5hfsXcJOTF5BlXDfrH4wflOAXc8UIh { width:18.75rem;height:6.09375rem;top:24.015625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { background-color: transparent; background-image: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .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); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsTgLzm0l5AmsDPB0ypx0WJaJmeptgaD { width:9.75rem;height:3.4375rem;top:3.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRr1vRtIHXwDPHUgUNRoOA3LRlNL3x9 { width:20rem;height:4.7988375rem;top:8.130859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTOy8KAnbesbotPhMiCMaWqo04k3zs { width:20rem;height:1.3999rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr { width:1.875rem;height:1.875rem;top:13.75rem;left:7.6875rem;display:block; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp { width:2.1875rem;height:2.1875rem;top:13.625rem;left:10.1875rem;display:block; }
#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }