.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1dcd0;background-image:url("https://images.assets-landingi.com/uc/27896812-65b3-49d4-b510-632b2f613bcb/shutterstock_2243881257.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q.adaptive-delivery-prevent-bg, #qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q.lazyload, #qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q.lazyloading { background-image: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container { background-color: transparent; background-image: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container > .video-iframe-container { display: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row > .video-iframe-container { display: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .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); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container { border-width: 0; border-radius: 0; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#S2eaDBF92CK6vEZE1UoLty89HQTQqWd1 { background-color:#000000;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5625rem;left:49.6875rem;display:block; }
#KrbDr2OVBql1AkgnBPC9pVGE2OLJSOEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2p5M7gHTC37Uip1klgqRkrwRKGZndoz { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.124025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.59375rem;left:17.25rem;display:block; }
#eRm6WZGtlVLh2k1fRWS9uwnBDmfhfoZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCGXxP9kbrBZ0Waw4piKrcWBiylfqAR6 { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.15625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.578125rem;left:24.1875rem;display:block; }
#ytiOo0gq8NkgkqN0s0EKu7PtUKRtkmr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UuHKxfShHaFlmTdVe11eKFHelLzhCrAn { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5625rem;left:38.75rem;display:block; }
#STQlWZnmRUQpBvUQnEuk7UaiJgyuLn52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWAD6AsoZTcMnCaD0kf9asLWVPSEa64o { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.625rem;left:1rem;display:block; }
#MHIK2GTdQUvFWtT3Gqu3TA0WBhbEghwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbyTK3arBywE2zoy06u6vAlHyyatOJmR { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:10.0625rem;display:block; }
#uPoLThaxm9kQzpHRktCzXUZVrPtUpQhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICAP2CrJbw0GVRe9PldrAWlHLKnQ7fMJ { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.15625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.578125rem;left:31.25rem;display:block; }
#St09IfQX8SuylXJrPGV7kIoL4Oy4xUJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container { background-color: transparent; background-image: none; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container > .video-iframe-container { display: none; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row > .video-iframe-container { display: none; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .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); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container { border-width: 0; border-radius: 0; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27896812-65b3-49d4-b510-632b2f613bcb/shutterstock_2243881257.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6.adaptive-delivery-prevent-bg, #XEaZITH9A2PXAbczKMvUGEAlArcTDHT6.lazyload, #XEaZITH9A2PXAbczKMvUGEAlArcTDHT6.lazyloading { background-image: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container { background-color: transparent; background-image: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container > .video-iframe-container { display: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row > .video-iframe-container { display: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .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); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container { border-width: 0; border-radius: 0; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#zyBk50PorquZrMNewkUgTOLf8ntlyVlo { color:#f1f1f1;display:block;width:34.8125rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75625038147rem;left:2.1875rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#XTsnzXX8r7NfpDQCqWa8hIHgGKNOo48k { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2.1875rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#qZqZwizRT5RdCpP1Rtsz7zqvrmhAcfmd { position:absolute;display:block;z-index:15005;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.125rem;width:7.8125rem;top:1.5rem;left:2.9375rem;overflow:hidden;display:block; }
#dxCgK135wE5LRkqy6L13wsEG0tWfZTPV { color:#f1f1f1;display:block;width:47.5rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.14453125rem;left:2.9375rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#KE9RQbdPIl1o1XBKENvriStw7s0arNwZ { background-color:#1a1814;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.25rem;left:1.4375rem;display:block; }
#hsskyGrHST20SSWeUUIvrQWf04bHZbEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhbLybyJV3TMmTWldFAeOZzNqzPV58wn { position:absolute;display:block;z-index:15006;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:4.3125rem;width:14.125rem;top:32.16796875rem;left:45.125rem;overflow:hidden;display:block; }
#OuWaSL5oJpy8Q9IkspZ8PtMlrI6xCbA4 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.978125572204rem;left:2.9375rem;height:2.275rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O { position:relative;display:block; }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O { background-color: transparent; background-image: none; }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .row .container > .video-iframe-container { display: none; }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .row > .video-iframe-container { display: none; }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .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); }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O { border-width: 0; border-radius: 0; }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#siXvgSKS2HcvSFF3NRlTAf568I2MqD2O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NqMvw4JwK73o6KeAP6Zp6TQ7XC4lBTgv { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:4.8739375rem;text-align:right;text-align-last:right;display:block; }
#NwW4QapIruKPbm39SPdSbFq5fIKwTwNm { color:#f1f1f1;display:block;width:59.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.0625004768369rem;left:0rem;height:1.75rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#MFCApowzvBiZM778kWvDf5ThozEQXmTV { box-sizing:content-box;height:11.875rem;width:15.6875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.0625rem;left:3rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#vdU54TW8KkqmD4TtiShKx2TAfEZFTswy { color:#f1f1f1;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:18.599985122681rem;left:4.25rem;height:2.79829375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#al6FWVxflTlpkXFFl7WK8MMRPAEmE0Fo { box-sizing:content-box;height:12.25rem;width:15.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:13.875rem;left:21.8125rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#FTvHaTtAMq2p3nvk9Mhthk5oTHeV72pT { color:#f1f1f1;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:17.9375rem;left:23.1875rem;height:5.248575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0J8Mo8tcXw37IbqTP5NM4ZCgDZA9rsF { box-sizing:content-box;height:12.25rem;width:15.6875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:13.75rem;left:41rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#Q1iFc69AJx12GJBkB7SKyLnJ2uOtotZu { color:#f1f1f1;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.875rem;left:40.75rem;height:2.6242875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFVx07IoTfKnUzIzrduxdXpOaH9m9kKu { box-sizing:content-box;height:12.25rem;width:15.6875rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:28.375000834465rem;left:12rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#HXTUsKg73NwZlKpxxcbIJvpP5OCD45xy { color:#f1f1f1;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:32.906250953674rem;left:12.46875rem;height:5.24858125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RxiEPKlT2HkMH8zagNJp9eNoMwoPtiKy { box-sizing:content-box;height:12.25rem;width:15.6875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:28.375rem;left:32.5625rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#lzXA7DmOWzirhvKSbCszybPCov0Ge5r1 { color:#f1f1f1;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.9375rem;left:33.5rem;height:3.9364375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bzni0RczfG1tmqmuWTagVihWr6DNWNEN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.062486648559rem;left:8.6875rem; }
#JPFpZpDpxOTPobvCHmzzb1JN94QCPGmC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.675000071526rem;left:27.843751907349rem; }
#eGer86nbAGyIVAtlXxwp40pmhwy4bJK9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.675000071526rem;left:46.687501907349rem; }
#vhPuArGF16CdCd6xZ06uELeU433f34T8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.375000834465rem;left:17.437501907349rem; }
#ms3iEbJzFFd5k2nsBXVzw96fDmGWM26z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.375000834465rem;left:38.250001907349rem; }
#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row .container { background-color: transparent; background-image: none; }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row .container > .video-iframe-container { display: none; }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row > .video-iframe-container { display: none; }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .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); }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row .container { border-width: 0; border-radius: 0; }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtlLQscahTl0uWhMu3DTTekHsH4pLEf9 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg { position:relative;display:block; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg { background-color: transparent; background-image: none; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .row .container > .video-iframe-container { display: none; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .row > .video-iframe-container { display: none; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .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); }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg { border-width: 0; border-radius: 0; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SXBR7XbSttI3C5Q8zuVQeQeryWpUvAZg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KfRTGb3f55EZiH7QqcKRJqwndPDB7UPy { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:5.68715rem;text-align:left;text-align-last:left;display:block; }
#qSP19SZUEKwCkhxnNqENb7fFQK8T3sT3 { color:#f1f1f1;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:10.1875rem;left:0rem;height:6.56071875rem;text-align:left;text-align-last:left;display:block; }
#ekmX7hCOlmWtGSsKSgoyBKnkTLDmLuJh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:16.5625rem;width:24.8125rem;top:21.765625rem;left:31.375rem;overflow:hidden;display:block; }
#zwW2nrQN5GL0MsWVf3DOI1Ww7uzuIcwd { color:#f1f1f1;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:20.984375rem;left:0rem;height:15.74576875rem;text-align:left;text-align-last:left;display:block; }
#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row .container { background-color: transparent; background-image: none; }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row .container > .video-iframe-container { display: none; }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row > .video-iframe-container { display: none; }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .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); }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row .container { border-width: 0; border-radius: 0; }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTEGVppdvZboQGBk4EGWgsGlFLOVOoE2 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row .container { background-color: transparent; background-image: none; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row .container > .video-iframe-container { display: none; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row > .video-iframe-container { display: none; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .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); }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row .container { border-width: 0; border-radius: 0; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6nCEC92nOsiuP3JSnghodNbKATx7soo > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:60rem;position:relative;display:block; }#iz0q4LixuVMvKvctEVKcnhlPzrT9eS1T { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0.625rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zR93G56MxhqkSRXA5TDnZTR2K8Sb7DuD { color:#f9f9f9;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26.4443359375rem;left:0.78125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zR93G56MxhqkSRXA5TDnZTR2K8Sb7DuD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zR93G56MxhqkSRXA5TDnZTR2K8Sb7DuD li:before{  }
#Gb7tM2SwVeurKJdIc3vBA8nkkhJxIaJV { color:#585858;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:26.4443359375rem;left:20.28125rem;height:7.9945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Gb7tM2SwVeurKJdIc3vBA8nkkhJxIaJV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gb7tM2SwVeurKJdIc3vBA8nkkhJxIaJV li:before{  }
#Qg8VK8ZRTnVbBB10pwwtG5pk2vTS3WEz { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8PHCd9sez2NhHWcWwqltTMHuZWlzocd { color:#f9f9f9;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.4443359375rem;left:41.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T8PHCd9sez2NhHWcWwqltTMHuZWlzocd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8PHCd9sez2NhHWcWwqltTMHuZWlzocd li:before{  }
#zSCmIpn27qlWNmgdvWrZ1z96WsD9VRpN { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5625rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epuEcExwF6TB66nleXMZTEfcQzn9lVZD { color:#585858;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.75rem;left:8.25rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xoPPpkEsC6OwEaFRcoDsqAhSqBRHXluB { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:20rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xHDgcpa5yhCL31xSS7Z2AB7760ycg4OZ { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:20rem;top:11.3125rem;left:0rem;display:block; }
#XXGmQ2Qz361LT3exZCWD5dFVEV3flsTW { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:20.8125rem;top:11.3125rem;left:20rem;display:block; }
#Skxn4eNWUUkDzUFrStJ1nlcRf7W00aE5 { position:absolute;display:block;z-index:15001;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:18.9375rem;top:11.3125rem;left:41.0625rem;display:block; }
#h557epob0K5t5krAgKFLUTrT9OrMzSp8 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:60rem;top:41.4375rem;left:0rem;display:block; }
#psWQzqIyW4TKIeq01LDyRSxtTRwzFIfy { color:#585858;display:block;width:39.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.4375rem;left:10.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgGnrkFw35wCqLXbs4XJ9c6TVD5mxpcm { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:53.3798828125rem;left:3.5625rem;height:4.7967rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ypQhQZlsAxzQ2VevzbTAIm8LVOTxyhdb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.9375rem;left:7.40625rem; }
#BNIMkX8mUs8wWeXM9WnSE2vyTyySnhRq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.9375rem;left:27.8125rem; }
#QxpA1LMNl0Go6P2mCObw218pGka9T2wU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.9375rem;left:48.03125rem; }
#vNTXfu2WgPdZiULgXTTcvntryD2Ot32P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.3125rem;left:27.40625rem; }
#LV929XQrV3RuuaQLlTrUeL23KReReiF9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#bb2649;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.953125rem;left:1.25rem;display:block; }
#GGIsx6XprvGX64A3eAvcfGiapHvVTGGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6gfqgTvcikDLMgicwu3T88vuPFflGIL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:59.203125rem;left:22.28125rem;display:block; }
#z5S7qy4sTNDA9kK5lmwJuxrnmQDPT5vy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row .container { background-color: transparent; background-image: none; }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row .container > .video-iframe-container { display: none; }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row > .video-iframe-container { display: none; }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .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); }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row .container { border-width: 0; border-radius: 0; }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3RFvD2ga5fi2ysLZ7QMzQPtdB1mRLru > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row .container { background-color: transparent; background-image: none; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row .container > .video-iframe-container { display: none; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row > .video-iframe-container { display: none; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .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); }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row .container { border-width: 0; border-radius: 0; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ux1TrK0Td6lJ0ZWH1nlhRJRxO0i3TGHB > .row .container { font-size:0.875rem;font-family:arial;height:79.8125rem;width:60rem;position:relative;display:block; }#sr31xbFtXOd7iX4GDJ18BVGhXfQP0TXE { color:#f1f1f1;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5498046875rem;left:30.03125rem;height:8.52625rem;text-align:left;text-align-last:left;display:block; }
#VPvt9EtD7qeX9nBBazJpD1UmT5gVHVTz { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#LSQqecgICC0aS1NzrXfH3pVQl0lIRc31 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:15.5rem;width:24.8125rem;top:9.375rem;left:2.65625rem;overflow:hidden;display:block; }
#BpZpvaMmB4m1UNNsDT0FLLPwUasBwFmQ { box-sizing:content-box;height:21rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:7.8125rem;left:0rem;display:block; }
#X2yogLd1mTMZKtFtzidVa2viTPZfdoBg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:15.5rem;width:24.8125rem;top:31.625rem;left:33.59375rem;overflow:hidden;display:block; }
#JByOvT8GRzyfAlutBzzbF5yE2nPX9rBF { box-sizing:content-box;height:21rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:30rem;left:0rem;display:block; }
#PucxivME9uUglM9Qn1NBBHTfK4V3sVpu { color:#f1f1f1;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.890625rem;left:2.65625rem;height:12.180375rem;text-align:left;text-align-last:left;display:block; }
#oralnZpGCmtzsZHwBet23BqAGqPEDMUN { color:#f1f1f1;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:55.0625rem;left:30.0625rem;height:8.52625rem;text-align:left;text-align-last:left;display:block; }
#Uyy3BClbFTi41hR6mdDTKKybOL40702K { box-sizing:content-box;height:21rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:52.3125rem;left:0rem;display:block; }
#v8A9TbyTNC33zKngxNzhUmyJwTWNXU3Q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:15.375rem;width:24.8125rem;top:53.875rem;left:2.6875rem;overflow:hidden;display:block; }
#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row .container { background-color: transparent; background-image: none; }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row .container > .video-iframe-container { display: none; }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row > .video-iframe-container { display: none; }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .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); }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row .container { border-width: 0; border-radius: 0; }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHxIk35w8WzTU2lS7hxCUrEPvGT0G9Ux > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row .container { background-color: transparent; background-image: none; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row .container > .video-iframe-container { display: none; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row > .video-iframe-container { display: none; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .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); }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row .container { border-width: 0; border-radius: 0; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D80HlrwiHTzxaQnmylEoHvLZy5xqxDaG > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:60rem;position:relative;display:block; }#vcDfoAZlEPb4iNqddIFTsXdvT4gx9QIM { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:11.03125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ouOTEDyqvZ2yLvnFy8ucW0tThky7z5t7 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:60rem;top:7.1875rem;left:0rem;display:block; }
#fMvZ9qOvWaDu5DZPc4tr4JaCpTh0JaHi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.75rem;width:51.1875rem;top:11.5rem;left:4.40625rem;display:block; }
#lex9k1lRXFtKDfVBxwC1cF5QsG0HVNTC { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:47.75rem;left:41.9375rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XHNxWe1MedH5pHTHXciruhEOJOXQ01wX { position:absolute;display:block;z-index:15040;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.9375rem;width:15.375rem;top:50rem;left:42.3125rem;overflow:hidden;display:block; }
#RLvgaBt4LHu87USrHni6aTMEKppI2DNJ { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:47.75rem;left:21.875rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#wLK8WMxXkAKx1NJ29KQHKPoatxMIp6OZ { position:absolute;display:block;z-index:15038;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.8125rem;width:13.4375rem;top:50.656251907349rem;left:23.281251907349rem;overflow:hidden;display:block; }
#y4CQiydbvheLmlOOL3oWxUlrtuRNlh1h { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:47.75rem;left:1.9375rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yfI2QPVZW7KJsuTr7ctnxmaTg4uhRzQN { position:absolute;display:block;z-index:15036;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.8125rem;width:14rem;top:50.6875rem;left:3rem;overflow:hidden;display:block; }
#awgfTSo7fpRXuhEAvha0CA6bAkn1HaOf { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:57.900001525879rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ueRX8HRmwrrFhSMuixTzMIO0beCsbuko { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:57.900001525879rem;left:20.656251907349rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lgymN4ygnFZyD6iJoE04Ze9TssfUy5ru { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:57.900001525879rem;left:41.312501907349rem;height:4.387075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row .container { background-color: transparent; background-image: none; }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row .container > .video-iframe-container { display: none; }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row > .video-iframe-container { display: none; }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .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); }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row .container { border-width: 0; border-radius: 0; }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lp0sldmwsIaUDHmvM2b0O473BJ1tZZta > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7747aae-a7b3-47d1-927a-15602286fef8/shutterstock_2100169447.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG.adaptive-delivery-prevent-bg, #G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG.lazyload, #G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG.lazyloading { background-image: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container { background-color: transparent; background-image: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container > .video-iframe-container { display: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row > .video-iframe-container { display: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .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); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container { border-width: 0; border-radius: 0; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container { font-size:0.875rem;font-family:arial;height:89.6875rem;width:60rem;position:relative;display:block; }#LfIPuG67nciiQRBPu0sp5BUoGpxXcmbn { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.125rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#vLpDibQXbGOnmKHKXqwg4oATKLIQWarJ { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.1875rem;border-top-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.5rem;width:13.5rem;top:8.625rem;left:3.25rem;overflow:hidden;display:block; }
#TiUzMX3QARRKS82bNcqoZU06vmGpdvh6 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5234375rem;left:4.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEdZFv1bah7uykOzswwLsRfaXdnWqmT3 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.837890625rem;left:4.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcAozuLvBl0Z4HCgduZJqlk2W5akwtPC { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:7.6875rem;left:1.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#TubKO2Rs8riT7saUQraVRLqaU2HJU4am { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.5234375rem;left:24.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqkuRQETihHFSsss6GLS1TEbnsLeKNdV { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.837890625rem;left:22.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKZagwMCnAF7P4Tm9fROhlMToQOxzTXi { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.375rem;width:13.5rem;top:9.0625rem;left:23.25rem;overflow:hidden;display:block; }
#lWachhuCVBaStiLDRHiogVoPTaJIlaJk { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:7.6875rem;left:21.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#QzgAWWr9AviQpXMfN4C4mxmsucUPMh1x { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(97,97,96,0.28), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(97,97,96,0.28), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(97,97,96,0.28), #ffffff);background-image: -o-linear-gradient(180deg, rgba(97,97,96,0.28), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47616160', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47616160', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(97,97,96,0.28), #ffffff);background-size:auto !important;top:7.6875rem;left:41.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#raD0B0PyTafcBpcpySzGxhcnwJL5z6rm { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.8125rem;left:42.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myTaziJJJcmIl0dp2UykQ5wTDnTANAah { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5rem;left:44.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vz3FhTOV90QHq99I1gH4OVhFDBOIB8aG { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.375rem;width:13.375rem;top:9.0625rem;left:43.25rem;overflow:hidden;display:block; }
#DuygLeO5LUmqpEpeiWmPt7cFUMU9gsx1 { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:34.5rem;left:1.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#N4P5HV1bsyqmSW4VReltPgZWAzqpMLKs { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.1875rem;border-top-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.5rem;width:13.5rem;top:35.4375rem;left:3.25rem;overflow:hidden;display:block; }
#BnBstZXokvBcTvr9ZNBGgQTsoNi4GvIy { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:50.3125rem;left:4.0625rem;height:1.46218125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vq1rtW57ABKe4fU4mNDe8C3RTDAxR7rD { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:52.625rem;left:4.0625rem;height:1.46218125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVEUmMh8FSUDR0OvWOAw8W5UFZZpRSrp { 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.624825rem;width:12.7494375rem;top:85.1243057251rem;left:47.250532150269rem;overflow:hidden;display:block; }
#vJkftMp88EwKrB7BuMgOLmWloJ5UtxrZ { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:34.5rem;left:21.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#sFNcNECUL2peucOGeDxnLxiN9BuFHc4D { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:52.625rem;left:24.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nv0SAUNVei3wFHfl8sEPFUvRKpZWy674 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:50.3125rem;left:24.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xT4XXSXDaiU7yT0bg92ty9yXJPRlCFMC { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.1875rem;border-top-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.5rem;width:13.5rem;top:35.4375rem;left:23.25rem;overflow:hidden;display:block; }
#Dsw3DeDnf4k2rs3h3rD01ho95N0mwd8k { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:34.5rem;left:41.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#l2ZgUTLOi7NFll5Fhqlp7TW9roOhFLnv { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:52.625rem;left:44.0625rem;height:2.92471875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubcTSc3qW7b1122pnrSzAbc1sgM37MzS { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:50.3125rem;left:44.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QgOXpAgmi6Mbo6XTLsCcCRunzeqNnoH1 { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.1875rem;border-top-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.5rem;width:13.5rem;top:35.4375rem;left:43.25rem;overflow:hidden;display:block; }
#JpZLvwC5XPX7b0QEafITsQ0KuTDZR830 { box-sizing:content-box;height:25.9375rem;width:17.75rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:61.5rem;left:1.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#QAJNLP9QLTuA95BtgQCMDZWh1zqbbq4c { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:79.625rem;left:4.0625rem;height:1.46218125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3VftDiyN8mT835pv1DbzAU4nsa2VpQn { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:77.3125rem;left:4.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6GrM6ZXQt1NwT1WDwTvJhtnRFJw1NO4 { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.1875rem;border-top-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:13.4375rem;width:13.4375rem;top:62.4375rem;left:3.25rem;overflow:hidden;display:block; }
#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row .container { background-color: transparent; background-image: none; }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row .container > .video-iframe-container { display: none; }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row > .video-iframe-container { display: none; }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .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); }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row .container { border-width: 0; border-radius: 0; }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1lQ0r61Brth1DzztorqiNXEPoRTCHU2 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container { background-color: transparent; background-image: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container > .video-iframe-container { display: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row > .video-iframe-container { display: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .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); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container { border-width: 0; border-radius: 0; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#OgLA8H6GwxqiTbMpOTuENvMqhd9wiywS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #1a2025);background-image: -moz-linear-gradient(180deg, #616160, #1a2025);background-image: -ms-linear-gradient(180deg, #616160, #1a2025);background-image: -o-linear-gradient(180deg, #616160, #1a2025);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#1a2025' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#1a2025' );";background-image: linear-gradient(180deg, #616160, #1a2025);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.1875rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:29.3125rem;left:27rem;display:block; }
#E9yKyKSzo77mHMrQFeCBhBuVB6rOn8IA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#At5z1KH7ZzVTR0ObJEApJycIuJ4ReKpu { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:5.904296875rem;left:9.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ra4tlRQbIwazIiwZDOxJB6MA4UebXJy0 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:3.1171875rem;left:19.4375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmAnaPP2HmnN9WciRKIANaez0QhXwUE6 { box-sizing:content-box;height:32.125rem;width:56.3125rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #e6e6e6);background-image: -moz-linear-gradient(180deg, #616160, #e6e6e6);background-image: -ms-linear-gradient(180deg, #616160, #e6e6e6);background-image: -o-linear-gradient(180deg, #616160, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #616160, #e6e6e6);background-size:auto !important;top:1.4375rem;left:2.625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#k5UKsxzGMUboxx1BeICMgc4p3ndORnAX { position:absolute;display:block;z-index:15192;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:19.25rem;width:32.875rem;top:8.3125rem;left:15.375rem;overflow:hidden;display:block; }
#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616160, #021120);background-image: -moz-linear-gradient(180deg, #616160, #021120);background-image: -ms-linear-gradient(180deg, #616160, #021120);background-image: -o-linear-gradient(180deg, #616160, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#021120' );";background-image: linear-gradient(180deg, #616160, #021120);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row .container { background-color: transparent; background-image: none; }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row .container > .video-iframe-container { display: none; }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row > .video-iframe-container { display: none; }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .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); }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row .container { border-width: 0; border-radius: 0; }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUSTdbHpwByBck20IOwoIE4spiS6HTK4 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container { background-color: transparent; background-image: none; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container > .video-iframe-container { display: none; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row > .video-iframe-container { display: none; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .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); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container { border-width: 0; border-radius: 0; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#La6aRI2iK1OgDat56vzNk2r3Tk0NQvBO { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.34375rem;height:2.51846875rem;text-align:left;text-align-last:left;display:block; }
#D0dMFcPZNQq4cBvgevBhudphRHmcmcCe { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.6875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#a3MNX2mB1KeeDlugKywWB6cfxPVKUavM { position:absolute;display:block;z-index:15032;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:4.625rem;width:12rem;top:8.1875rem;left:2.25rem;overflow:hidden;display:block; }
#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row .container { background-color: transparent; background-image: none; }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row .container > .video-iframe-container { display: none; }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row > .video-iframe-container { display: none; }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .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); }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row .container { border-width: 0; border-radius: 0; }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxCm6E2G6TxZDmIfA0UTcnq5UTyqsOzR > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#dZ3IUw7DstTNfBFPqI4vGRzuXT9Sp0gQ { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.34375rem;height:2.51775625rem;text-align:left;text-align-last:left;display:block; }
#TsbodclE0wk3h7OH8ybb1gTvApVqDs2i { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.6875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kE3tc9vpWX9Gt7AKL8G5xHRmDXMhh03B { position:absolute;display:block;z-index:15032;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:4rem;width:11.9375rem;top:8.1875rem;left:2.25rem;overflow:hidden;display:block; }
#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row .container { background-color: transparent; background-image: none; }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row .container > .video-iframe-container { display: none; }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row > .video-iframe-container { display: none; }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .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); }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row .container { border-width: 0; border-radius: 0; }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmsG7dgxmV5wbUURlxh6quXcviX2NyBh > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#T0aICFlVOt9WoDv8bXZQrIf9NFT9F7lf { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.34375rem;height:2.51846875rem;text-align:left;text-align-last:left;display:block; }
#zEMyr70fHbWt3dSvNodP3WwlloNnRtvr { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:7.1875rem;left:43.75rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Uf5auA0PrVpJyVLe72qEMGZSlQVBCNgJ { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.1875rem;left:21.8125rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xe1mh8FZuVCNWUb2CiRLmdxPrR7aIbRe { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:7.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#vqyH6z4wG6SkcSsumPzIk3EpxZ8v0TaC { position:absolute;display:block;z-index:15030;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:11.375rem;top:9.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#RVK9eaDXnHN9nnzoZmDuvm2wm6re71v3 { position:absolute;display:block;z-index:15032;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:4.8125rem;width:12.5rem;top:9.59375rem;left:23.75rem;overflow:hidden;display:block; }
#D7mKNtVTcO2XS6dix455qpWJiRCMDTFq { position:absolute;display:block;z-index:15034;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.5rem;width:12.3125rem;top:10.75rem;left:45.6875rem;overflow:hidden;display:block; }
#FNGOBFBAWWrEDvaUVhtAmU4A5UdP8DDz { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:19.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#W5z0D6g0yC97KW8ai6RVAd53JpVJXS9M { position:absolute;display:block;z-index:15032;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:11.375rem;top:21.0625rem;left:2.375rem;overflow:hidden;display:block; }
#no2G6T0mlAma17FTiRsbNaCnJifbcLnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row .container { background-color: transparent; background-image: none; }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row .container > .video-iframe-container { display: none; }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row > .video-iframe-container { display: none; }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .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); }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row .container { border-width: 0; border-radius: 0; }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#no2G6T0mlAma17FTiRsbNaCnJifbcLnl > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#Puyd9Rkc4zJv28aOkB8sehCAK9HOPwZt { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.34375rem;height:2.51775625rem;text-align:left;text-align-last:left;display:block; }
#pgctBWVLH9RuAnJF0pLodk0es6fzWypP { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:7.1875rem;left:43.75rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#S6J2aKuSIeNOzBdgEtMZSKxFOGsVkA69 { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.1875rem;left:21.8125rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eGGreaiQSRMCLqsqHrsavHO6iCIRxryk { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:7.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DBXTUCy7nsPUr7MO0TCGDakO080goVeO { position:absolute;display:block;z-index:15030;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:11.5rem;top:9.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#ic3bwIDcFnTL6I3oRbRKlpB5Q7sxOZeG { position:absolute;display:block;z-index:15032;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:12.5rem;top:8.875rem;left:23.75rem;overflow:hidden;display:block; }
#V6WNTIpATkrwALN4spbSKw8xDWORIgqz { position:absolute;display:block;z-index:15034;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:12.5rem;top:8.875rem;left:45.59375rem;overflow:hidden;display:block; }
#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn.adaptive-delivery-prevent-bg, #OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn.lazyload, #OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn.lazyloading { background-image: none; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn > .row .container { border-width: 0; border-radius: 0; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:none; }#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-form-header { font-size:0.875rem; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.0625rem;font-weight:bold;color:#000000;width:32.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;vertical-align:top;text-align:left;text-align-last:left;line-height:0;overflow:hidden; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:32.125rem;box-sizing:border-box;height:1.75rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:poppins;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal;line-height:1.1; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:32.125rem;box-sizing:border-box;height:4rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:poppins;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal;line-height:1.1; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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;border-left:0;border-right:0;border-bottom:0;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:32.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:raleway;font-size:0.8125rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.25) ; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.4375rem;margin-bottom:0.25rem;margin-left:10.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:11.1875rem;height:2.8125rem;font-family:poppins;overflow:hidden;box-shadow: none;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]:-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]::-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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:raleway;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:31.0625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none;text-align:justify;text-align-last:initial; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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:comfortaa;font-size:0.625rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-container:first-of-type{padding-top:0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-container:last-of-type{padding-bottom:0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe  { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e854225f-715b-4d5c-bde8-27fae729c2c4/shutterstock_1556456375.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.125rem;height:auto;border-top:0.25rem solid #ff8823;border-left:0.25rem solid #ff8823;border-right:0.25rem solid #ff8823;border-bottom:0.25rem solid #ff8823;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:11.06093788147rem;left:12.4375rem;font-size:0.875rem; }#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .adaptive-delivery-prevent-bg, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe .lazyload, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe .lazyloading { background-image: none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.125rem;display:block;vertical-align:top; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe {display:block;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e854225f-715b-4d5c-bde8-27fae729c2c4/shutterstock_1556456375.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.125rem;height:auto;border-top:0.25rem solid #ff8823;border-left:0.25rem solid #ff8823;border-right:0.25rem solid #ff8823;border-bottom:0.25rem solid #ff8823;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:11.06093788147rem;left:12.4375rem;font-size:0.875rem; }#nnDO0HvyvSS6heG2xzCDtsWZveK17STe.adaptive-delivery-prevent-bg, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe.lazyload, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe.lazyloading { background-image: none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #coVuITuqHxNeN6Tw7OvN8BGeJQ1t22gZ { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #ltFuzouxach7wVrgZR6QGoeNDE2f5tp8 { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #BuOzaiRTWITRFdndzlGXlSzxJhWi43LR { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #S5LDB5iG3S9UC2GVLTPhW1LHyVdFxOJt { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #fpKsEJzlXD0CcFcEbGHCMSUESfS1KE0Z { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #Jgg3Hk5LWEAq2XoMp7ThDAh5AHHWB8iM { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #d7KwwPDCui0x0842waWM2c6NeSiWLnDP { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #PxUx7lOSN9MkFl1mH1H3CpbntGMpQ00q { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #XPrJgfTrUus6i2cZ6mzTDteoL2zSAFAW { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #hHpzJvBOxgDMmAc01ovS3OApSaq97okr { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #x2EavvR2GDhyKhua4GmLHBmPekov1hD5 { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #d8Dv7OcibTTXZKw6ORs1KHtWh5qOoMc0 { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #KK0oDeIHOzZDARzed4lzZhX7P7wUPxWH { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #Pe7b3NP5LzfxVCcWRpZmrfUKKTcuPuKN { position:relative;z-index:2; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #kEi15h8LKeNDuLpVciKhq87rwLNSCi9H { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #ECC6p2xTTDBh4LVrgDdGpLXpq0tW8Rdt { position:relative;display:block;z-index:15000; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #Op5yMbP3hnvHU2pK2FTQA5p8TlIdHeTg { position:relative;display:block;z-index:15000; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #aiPQeSfOzhQzo3puOIBsdNG3T9domD9W { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #T3MrvOiXL6Ix0vpITi7Nq5xBUWJt9lsZ { position:relative;z-index:2; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #kdnTN6qVmQkdhTrQBGxpleB2yZdQ88o2 { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #KV8Qg8moamJi38xoOQQPE9XiRLaeZgwq { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #XcqF7qxvGpSp6iX7cLRgkouxT0DrWvPI { position:relative; }
#rPJRsMI7f87dz6crhHg7lDTTw0bpg4BT { box-sizing:content-box;height:7.875rem;width:35.625rem;position:absolute;display:block;z-index:15002;background-color:#ff8823;background-image:none;top:1.859375rem;left:12.1875rem;display:block; }
#tGCnNBVZL3uo2il9T43zODBhMWdWI4SR { color:#f1f1f1;display:block;width:31.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1390625238419rem;left:14.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/b7747aae-a7b3-47d1-927a-15602286fef8/shutterstock_2100169447.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9.adaptive-delivery-prevent-bg, #LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9.lazyload, #LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9.lazyloading { background-image: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container { background-color: transparent; background-image: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container > .video-iframe-container { display: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row > .video-iframe-container { display: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .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); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container { border-width: 0; border-radius: 0; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#EWoeNDKTmpGpL0swf388gcxT02b9cFfP { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:averta;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.125rem;left:1.9375rem;height:2.2745rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsqSbxoONt2DUgqohcMdmgAOhRu4km3b { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:14.25rem;left:22rem;display:block; }
#fFS5WvME0P29sQ0tKi2RQmeRWhJa7tfn { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:14.25rem;left:28.0625rem;display:block; }
#S6CU0BWhcyWK5So5dw9KgbyhT1t275PB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:14.25rem;left:34.1875rem;display:block; }
#St7xdiV4Tx7HdfzpbfQPxvr9bV8RHk8T { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:14.875rem;left:22.625rem; }
#St7xdiV4Tx7HdfzpbfQPxvr9bV8RHk8T > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#r85dTlcuShq4EbXM9oSlPQ7N1U9uwoRN { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:14.625rem;left:28.5rem; }
#r85dTlcuShq4EbXM9oSlPQ7N1U9uwoRN > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#aGS0QOSVTXRv8gJ2cgWwQmlKDc5nlTbb { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.875rem;left:34.8125rem; }
#aGS0QOSVTXRv8gJ2cgWwQmlKDc5nlTbb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#PpgoqSmRl9cDuLJccHgqBgJRi5HfMxJE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.125rem;top:3.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050b2f;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB.adaptive-delivery-prevent-bg, #yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB.lazyload, #yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB.lazyloading { background-image: none; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB > .row .container { border-width: 0; border-radius: 0; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:none; }#Qyx6ctSgJDzDPOTiLWzuSpXkozImlKKR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3241875rem;height:2.45rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1800765991211rem;left:37.190620422363rem;display:block; }
#NgPHOsEEgO9AszvQ5nuGT0TFPy6pNyS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nE7g4rTAtdviotSZVt1i6eA1fkDZTdyp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.2793006896973rem;left:14.712501525879rem; }
#smKwm92r03m9H4VhpWtTlvfqbDXk7sa2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3241875rem;height:2.448825rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1800765991211rem;left:48.697257995606rem;display:block; }
#loeGDGcApB30AsT2sg5wVqkAM8Mxgwsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZBzPpAixtewWM8q56X7GKht1Rh9Nifa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3241875rem;height:2.45rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.1800765991211rem;left:25.338279724121rem;display:block; }
#dUcVTlzLP52wCKpCQW4eRNRX7k869iaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zeK9MXG8xehR4OQPm1k7OcLxezQJURJw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3241875rem;height:2.448825rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.1800765991211rem;left:13.364059448243rem;display:block; }
#XoeXmbl0TTkV1teWVhRmaWEiOk1SLBvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BwqedhOBdTIdsgWNqiTLIwh628LJzelr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3241875rem;height:2.45rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.1800765991211rem;left:1.7496070861816rem;display:block; }
#Wos7pIWn1bT9aEn3Ky8oNkkEQRmnJhtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
