.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:233,231,244;--color-primary-1:188,184,221;--color-primary-2:143,136,199;--color-primary-3:84,69,163;--color-primary-4:68,57,162;--color-secondary-0:245,226,233;--color-secondary-1:223,157,182;--color-secondary-2:190,59,109;--color-secondary-3:95,30,55;--color-secondary-4:29,9,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { background-color: transparent; background-image: none; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container > .video-iframe-container { display: none; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row > .video-iframe-container { display: none; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .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); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { border-width: 0; border-radius: 0; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.5625rem;width:60rem;position:relative;display:block; }#g6Qnqg9TM1gIS9Hzg4oMbWgMRC1Q21de { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:1.65625rem;left:26.65625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#14467c;background-image:url("https://images.assets-landingi.com/uc/6ccc7f00-19fb-436f-b9a3-bb6d6728f23a/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;overflow:visible;position:relative;display:block; }#v25wOxSw7Z1Ca6DOpfMSN1TkQg6ggJfL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.436358451843rem;left:0.68684959411619rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZRzCLtMzc3MR8hzyio8sc6pxyLAFJ6B { position:absolute;display:block;z-index:14996;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:32rem;width:37.6875rem;top:33.894360779785rem;left:22.233090299369rem;overflow:hidden;display:block; }
#Pyzh5v2OC9k2r55JpSRlIzfE1I9dbPRz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:4.0625rem;left:23.75rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hX5FU0cyRWuzXgTd0UumgbOOrHhKdUbc { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.6875rem;top:1.625rem;left:20.625rem;overflow:hidden;display:block; }
#WHvPu2eME0mohlM5vL8sfFZ8vHoUWw7g { 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:4.375rem;width:15.4996875rem;top:51.311033248901rem;left:10.06103515625rem;overflow:hidden;display:block; }
#fIsmdT83c5LITFCRNuTuE3xtX6qCHpQA { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11.0625rem;top:40.6875rem;left:1.375rem;overflow:hidden;display:block; }
#o8QZgSxpaVdZCaDxRI167XfGVMqwWfIN { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:38.8125rem;left:0.6875rem;height:1.94905625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#chpx7So714gxtRs0Rr1NPdhE4AT50GXh { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:15.122069835663rem;left:0.93668556213381rem;height:16.0913125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { background-color: transparent; background-image: none; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container > .video-iframe-container { display: none; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row > .video-iframe-container { display: none; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .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); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { border-width: 0; border-radius: 0; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.1875rem;width:60rem;position:relative;display:block; }#cTCE03Iw5dNVaeoRocJKLtF4pwWBRX0t { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:2.96875rem;left:3.0625rem;overflow:hidden;display:block; }
#L3BaD4XnD8bO9sJZCXGTT7G3ZhqHUcZz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.119140625rem;left:35.375rem;height:1.94986875rem;text-align:right;text-align-last:right;display:block; }
#XLGKrOp6XZs65T49Av9Q1ZAv3GuTAMwC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:2.96875rem;left:54.125rem;display:block; }
#hiTr0aApw9QaIPfZqCGS4r5T1KPTAsvr { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:2.96875rem;left:50.8125rem;display:block; }
#xDSGW8NTV8nKSuP4FdQAkBoprdESWnRQ { position:absolute;display:block;z-index:15069;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:1.5625rem;width:1.5625rem;top:3.4375rem;left:57.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr { display:block; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6Qnqg9TM1gIS9Hzg4oMbWgMRC1Q21de { width:6.6875rem;height:2.25rem;top:1.625rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:31.25rem;width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v25wOxSw7Z1Ca6DOpfMSN1TkQg6ggJfL { width:47.75rem;height:2rem;top:11.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRzCLtMzc3MR8hzyio8sc6pxyLAFJ6B { width:37.6875rem;height:32rem;top:33.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyzh5v2OC9k2r55JpSRlIzfE1I9dbPRz { width:12.5rem;height:2.3125rem;top:4.0625rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX5FU0cyRWuzXgTd0UumgbOOrHhKdUbc { width:18.625rem;height:7.2252020923287rem;top:1.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHvPu2eME0mohlM5vL8sfFZ8vHoUWw7g { width:15.4375rem;height:4.3574467227162rem;top:51.25rem;left:3.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIsmdT83c5LITFCRNuTuE3xtX6qCHpQA { width:11rem;height:2.98286250226rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8QZgSxpaVdZCaDxRI167XfGVMqwWfIN { width:6.625rem;height:1.9375rem;top:38.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chpx7So714gxtRs0Rr1NPdhE4AT50GXh { width:47.75rem;height:16.0625rem;top:15.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT { display:block; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCE03Iw5dNVaeoRocJKLtF4pwWBRX0t { width:6.6875rem;height:2.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3BaD4XnD8bO9sJZCXGTT7G3ZhqHUcZz { width:11.6875rem;height:1.9375rem;top:3.0625rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGKrOp6XZs65T49Av9Q1ZAv3GuTAMwC { width:2.5rem;height:2.5rem;top:2.9375rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTr0aApw9QaIPfZqCGS4r5T1KPTAsvr { width:2.5rem;height:2.5rem;top:2.9375rem;left:44.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSGW8NTV8nKSuP4FdQAkBoprdESWnRQ { width:1.5625rem;height:1.5625rem;top:3.4375rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr { display:block; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6Qnqg9TM1gIS9Hzg4oMbWgMRC1Q21de { width:7.5rem;height:2.5625rem;top:1.873046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#cc7ca5;background-image:url("https://images.assets-landingi.com/uc/6ccc7f00-19fb-436f-b9a3-bb6d6728f23a/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:68.125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v25wOxSw7Z1Ca6DOpfMSN1TkQg6ggJfL { width:20rem;height:4.62890625rem;top:6.6243486404419rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRzCLtMzc3MR8hzyio8sc6pxyLAFJ6B { width:20rem;height:16.936875rem;top:51.187335968017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyzh5v2OC9k2r55JpSRlIzfE1I9dbPRz { width:12.5rem;height:1.62435rem;top:3.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX5FU0cyRWuzXgTd0UumgbOOrHhKdUbc { width:13.1875rem;height:5.0625rem;top:1.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHvPu2eME0mohlM5vL8sfFZ8vHoUWw7g { width:8.499375rem;height:2.1875rem;top:13.675128936767rem;left:5.7495115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIsmdT83c5LITFCRNuTuE3xtX6qCHpQA { width:8.75rem;height:2.375rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8QZgSxpaVdZCaDxRI167XfGVMqwWfIN { width:6.6861875rem;height:1.13688125rem;top:54.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chpx7So714gxtRs0Rr1NPdhE4AT50GXh { width:20rem;height:30.8626rem;top:16.674803733826rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT { display:block; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCE03Iw5dNVaeoRocJKLtF4pwWBRX0t { width:7.5rem;height:2.5625rem;top:1.873046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3BaD4XnD8bO9sJZCXGTT7G3ZhqHUcZz { width:14.8125rem;height:1.94986875rem;top:11.3125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGKrOp6XZs65T49Av9Q1ZAv3GuTAMwC { width:2.5rem;height:2.5rem;top:7.5rem;left:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTr0aApw9QaIPfZqCGS4r5T1KPTAsvr { width:2.5rem;height:2.5rem;top:7.5rem;left:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSGW8NTV8nKSuP4FdQAkBoprdESWnRQ { width:1.5625rem;height:1.5625rem;top:8rem;left:12.3125rem;display:block; }
 }