.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:223,242,238;--color-primary-1:160,217,205;--color-primary-2:96,191,172;--color-primary-3:45,129,111;--color-primary-4:0,83,77;--color-secondary-0:222,220,227;--color-secondary-1:144,139,163;--color-secondary-2:33,23,71;--color-secondary-3:17,12,36;--color-secondary-4:5,3,11;--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:Lora;--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: 1199px) {
    html {
        width: 1200px;
    }
}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;top:0rem;left:0rem;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); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e26d1946-0dd3-4fda-a5a4-64ac864e47ae/back2top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo.adaptive-delivery-prevent-bg, #teRy4UG83vwMNETIEpkBCPkRUTL8DTQo.lazyload, #teRy4UG83vwMNETIEpkBCPkRUTL8DTQo.lazyloading { background-image: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container { background-color: transparent; background-image: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container > .video-iframe-container { display: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row > .video-iframe-container { display: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .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); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container { border-width: 0; border-radius: 0; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#MFDCOq642slhNkHxwkhTxWPTV47Tfg2b { position:absolute;display:block;z-index:15078;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.1875rem;width:16.25rem;top:1.6875rem;left:2.9375rem;overflow:hidden;display:block; }
#QuyU265FknHnWLNyzA6tONTAi0yQgldO { color:rgba(var(--color-primary-3),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:11.5625rem;left:2.9375rem;height:5.625rem;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; }
#T1LQKKXSJsv7UdPdsdgpVUdn2ol8cPTE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.75rem;left:2.9375rem;display:block; }
#qu198bT5EW7ClIzqcNdlcIXlcieBR9Cf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDy1uhoBw816DhQyaJdlz9z9MmT9M0oz { position:absolute;display:block;z-index:15079;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:34.5rem;top:13.1875rem;left:29.5625rem;overflow:hidden;display:block; }
#mt2rzngPxqIVWNSnPIcfDTRI2FweSUVL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:22.25rem;display:none; }
#lL8VV7qapwItEc8DFuyhVXayKqO6VMaT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:18.625rem;left:2.9375rem;height:4.72411875rem;display:block; }
#VBWLf5z11ghnRleoo9gApQu9EaHhUT1b { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:24.5rem;left:2.9375rem;height:4.72411875rem;display:block; }
#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { background-color: transparent; background-image: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container > .video-iframe-container { display: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container { display: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .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); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { border-width: 0; border-radius: 0; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#BNrfuP9aV3y8hC6pcwtv8P9G0IS9TAmQ { color:rgba(var(--color-primary-3),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:1.625rem;left:21.1875rem;height:3.09375rem;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;text-align:center;text-align-last:center;display:block; }
#WSL3bDAK6HfWhohLwapTNgERRAnha0Mm { color:rgba(var(--color-tertiary-4),1);display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.75rem;left:13.84375rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#uGKrJ5fkUN0InlmCXf8up3XdBiUXv1Mn { color:#bfa960;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.4248046875rem;left:21.28125rem;height:3.4121125rem;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;text-align:center;text-align-last:center;display:block; }
#UDpFrAxOG5l9As3CxAK7K42Q5w29XzIO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:13.8125rem;left:20.84375rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#G5fbTK3Lqu4WqCh5PZbwqnllZMRIFscg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.9375rem;left:30.8125rem;display:block; }
#VF7dOKmcaM0J9r72A5CQq8HbR8BHof0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk { position:relative;display:block; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk { background-color: transparent; background-image: none; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row .container > .video-iframe-container { display: none; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row > .video-iframe-container { display: none; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .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); }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk { border-width: 0; border-radius: 0; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .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; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP { box-sizing:content-box;height:21.875rem;width:15.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/837f591f-99f6-44c7-9982-86a879dd1fcf/destgrenadine.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1875rem;left:11.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.adaptive-delivery-prevent-bg, #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.lazyload, #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.lazyloading { background-image: none; }
#ltlh5Fcnxwqz8WIuhZ8mSx6ZbizTlCZp { box-sizing:content-box;height:10.9375rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-size:cover !important;top:13.1875rem;left:11.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#I1XTdD9V8eoMeVSq9ftHM4gABpG0I07W { box-sizing:content-box;height:1.5625rem;width:5rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5rem;left:21rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#AHni81sZ3PQPTPM5iJ8tlJOdnCs6zpWO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:3.625rem;left:21.3125rem; }
#iufTOWe1FBI66Hwmg9AqPph2IzlxbpTo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:15.9375rem;left:12.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#n61XGssEOF2EqW19x7mERkV3hNkJ2U51 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:18.5rem;left:12.875rem;height:3.65625rem;font-style:normal;display:block; }
#HFCmZyRx0WozlHo739NdOKIisJ2i7Kwp { color:rgba(var(--color-primary-3),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.5625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI { box-sizing:content-box;height:21.875rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/3a8debc4-56ab-489d-9254-e2b0d4e1f919/destthailandia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.25rem;left:29.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.adaptive-delivery-prevent-bg, #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.lazyload, #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.lazyloading { background-image: none; }
#CA6pTyA8SCfhBHrqnMlgM5M9VcKhpMm9 { box-sizing:content-box;height:10.9375rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-size:cover !important;top:13.1875rem;left:29.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ts8FrHlZZeBBfz6hPamf37FhSSx7dod0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:15.875rem;left:31.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#xwvC3EmEWfPhVnJrBy0mGKTQRUOTIUNT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:18.75rem;left:31rem;height:3.65625rem;font-style:normal;display:block; }
#iUCwQ5OwTdTk5wzrBemo5iV5ZxqVn3lU { box-sizing:content-box;height:1.5625rem;width:3.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.4375rem;left:40.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#FAShNTFpcb3S0anicKINEorXkcfuIAyb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:3.5625rem;left:40.875rem; }
#aF1g3I1M0Box1nkJvGgnHS33wQlUt04s { color:rgba(var(--color-primary-3),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:3.625rem;left:42.25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH { box-sizing:content-box;height:21.875rem;width:15.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/c767e9b8-bd29-4c1a-9e44-92926b957a82/deststmartin.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.25rem;left:47.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.adaptive-delivery-prevent-bg, #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.lazyload, #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.lazyloading { background-image: none; }
#wDFuysogTB2XUOMGvTtDzmC6C8RlT0v6 { box-sizing:content-box;height:10.9375rem;width:15.625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-size:cover !important;top:13.1875rem;left:47.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#q4rmwDmLOmRHdoTPZzSHUn3z9DSIUSaF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:15.875rem;left:49.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#imBiTWzxwxeSSplMKF6aZh7TzDx8OO9y { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:18.75rem;left:49.125rem;height:3.65625rem;font-style:normal;display:block; }
#g5xUECsh3JadkKRqBq8xCvH4bi8QCUgJ { box-sizing:content-box;height:1.5625rem;width:5rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5rem;left:57.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#uuU5JGGPLWV1yf4wMLdIpbfEZrHOsFX5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:3.625rem;left:57.5625rem; }
#uH46mnqtx20VzhhuiIqIA9UAMBomtMzD { color:rgba(var(--color-primary-3),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:3.6875rem;left:58.9375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILABqbBh27lKqil4J3n0pgpm0DUZkuDL { box-sizing:content-box;height:21.875rem;width:15.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/da3c888c-99a8-467d-a8b7-da7551b356c8/destseychelles.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.375rem;left:19.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.adaptive-delivery-prevent-bg, #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.lazyload, #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.lazyloading { background-image: none; }
#F4boaaWQtZwU6qDJgsOdxCAKNTRCr717 { box-sizing:content-box;height:10.9375rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-size:cover !important;top:37.25rem;left:19.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OD9BSLdTcAaHZT4BhWxt1vaxVRmL9TUW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:39.9375rem;left:21.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#dfthKUKbuwzZN8hTxULwwCKchmOXOOVk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:42.8125rem;left:21rem;height:3.65625rem;font-style:normal;display:block; }
#lL4LHq9fknRGMLMzWFo9SI7o19Emtqpv { box-sizing:content-box;height:1.5625rem;width:8.5rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.5625rem;left:25.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#IQnfvbXccUGZanc6oLnCM0wrcdLh3OP5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.6875rem;left:25.875rem; }
#IawR9r5mTvf6zfWKctTJ1M09yTZ68R99 { color:rgba(var(--color-primary-3),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:27.75rem;left:27.25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x { box-sizing:content-box;height:21.875rem;width:15.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/e5d4b2ab-8758-4ca1-881a-d4964255d2ea/destmartinica.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.375rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.adaptive-delivery-prevent-bg, #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.lazyload, #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.lazyloading { background-image: none; }
#UzdSlw5eIu7wyy4EAHvDClKeRsH30VqW { box-sizing:content-box;height:10.9375rem;width:15.625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-size:cover !important;top:37.25rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UztAWPBO4vu8LlWLdln7R3FfAz0kM8oS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:41.1875rem;left:39.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#BefZOo4AtyTo39m7w20qyQPrnN7wkcHF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:44.0625rem;left:39.375rem;height:2.4375rem;font-style:normal;display:block; }
#sCQQ7DTEKo0lZeRKxxldXDgJXzuL6opy { box-sizing:content-box;height:1.5625rem;width:5rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.5625rem;left:47.5625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#DXNWDaA3gcaxFlR10oQAuX4z24AqoCR4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:27.6875rem;left:47.75rem; }
#znvy9GVHTun0bDqxmvtqHM9QZDDlCxWW { color:rgba(var(--color-primary-3),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:27.75rem;left:49.125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMAtEh4CFQ0q8rECieZEkHThSV4JV91M { box-sizing:content-box;height:10.9375rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-tertiary-4),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-tertiary-4),0.7));background-size:cover !important;top:13.1875rem;left:29.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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;display:block; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { background-color: transparent; background-image: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container > .video-iframe-container { display: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container { display: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .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); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { border-width: 0; border-radius: 0; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#TIFuTgalcyaoZny9IX712uE1lLmT75ow { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.25rem;width:31.25rem;top:3.0625rem;left:39.53125rem;overflow:hidden;display:block; }
#xsXpFciTDqmTUKUbzmcirTCtKV3GVZ57 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:18.375rem;left:3.875rem;height:6.2988125rem;display:block; }
#mATxCvGEJf2Iewsv4A3JEXxXd2JPSKlq { color:rgba(var(--color-primary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.875rem;height:3.4121125rem;font-style:normal;display:block; }
#ZhRk0x8hXtZmKCkDfwvdTPRUnVnlLZUP { color:#bfa960;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.5rem;left:3.875rem;height:9.28125rem;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;text-align:left;text-align-last:left;display:block; }
#xcoPiULn637pnmDDrdc344fGhU3GLuGF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.625rem;left:3.875rem;display:block; }
#hWz6ZuQAP4FRonvp88ptSb91qPShMq3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7zLE1KSsuuD3RbRyzEDFFW8GTfiJ9dt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:25.3125rem;left:3.875rem;height:6.298825rem;display:block; }
#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC { position:relative;display:block; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC { background-color: transparent; background-image: none; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row .container > .video-iframe-container { display: none; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row > .video-iframe-container { display: none; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .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); }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC { border-width: 0; border-radius: 0; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .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; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XHkSytlDniUTpvraRTAk6dneCXCZPpQn { box-sizing:content-box;height:13.75rem;width:20rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/a1552aa7-1c8a-4d30-93d9-c3e4b4d5f545/catamarano01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.96875rem;left:2.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#XHkSytlDniUTpvraRTAk6dneCXCZPpQn.adaptive-delivery-prevent-bg, #XHkSytlDniUTpvraRTAk6dneCXCZPpQn.lazyload, #XHkSytlDniUTpvraRTAk6dneCXCZPpQn.lazyloading { background-image: none; }
#pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS { box-sizing:content-box;height:13.75rem;width:20rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/88f09df7-f08b-4ad6-b95d-760b2eaa2345/catamarano04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.96875rem;left:27.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.adaptive-delivery-prevent-bg, #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.lazyload, #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.lazyloading { background-image: none; }
#aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS { box-sizing:content-box;height:13.75rem;width:20rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/cd79ff17-6a52-414e-9508-292ae5ced38a/catamarano03.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.96875rem;left:52.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.adaptive-delivery-prevent-bg, #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.lazyload, #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.lazyloading { background-image: none; }
#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { background-color: transparent; background-image: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container > .video-iframe-container { display: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container { display: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .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); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { border-width: 0; border-radius: 0; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#gvrSCt6GWF0ezPhTzTepEwxxTTem9FuR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.75rem;left:37.4375rem;height:6.2988125rem;text-align:left;text-align-last:left;display:block; }
#RQAlZTQI6zL3QdTL1fvpTM8uskLuNSc6 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:28.875rem;left:37.6875rem; }
#qRZ5XqPLpoFnVJ4yNtPCfibNuyVPe3wt { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(191,169,96,0.5);background-image:none;top:28.625rem;left:37.4375rem;display:block; }
#Zz2GvEgc5BV9gzHQMcgs3we9uqPEcy9n { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;top:28.8125rem;left:57.1875rem; }
#EUO11HIxdk7duXSG5s94Ze8TkNbCv2Hd { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(191,169,96,0.5);background-image:none;top:28.3125rem;left:56.6875rem;display:block; }
#Mw6COKyCBJ13FxKcUtDDmSNtRUP6C8zc { 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:15059;top:34.9375rem;left:56.9375rem; }
#NhlbR4MthAcTm3ZbyUgZHZhoWFdDUZdA { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(191,169,96,0.5);background-image:none;top:34.9375rem;left:56.9375rem;display:block; }
#Kfry6ERiJMDwqJWbyq1MBnn1AEWADtXc { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(191,169,96,0.5);background-image:none;top:34.9375rem;left:37.4375rem;display:block; }
#zd3aIfB9CUt5XKGGTQ1CWUm8Qs6D8AqE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;top:35.5rem;left:38rem; }
#WbT2h1PclylszX9M5PeWXGcDH0eGcrfP { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.5rem;width:32.5rem;top:4.90625rem;left:2.435546875rem;overflow:hidden;display:block; }
#DoBzZgTJ7W9H3DROLULOqw836aJJa7Cu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:17.625rem;left:37.4375rem;height:4.72411875rem;text-align:left;text-align-last:left;display:block; }
#hHDTolpWfZWpi5AUqtDtAEzGMgyKzhQE { color:#bfa960;display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.25rem;left:37.4375rem;height:6.1875rem;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;text-align:left;text-align-last:left;display:block; }
#Zv1ynPXiex1dJFCefUMnxfDMTbzJwIUx { color:#bfa960;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:34.75rem;left:60.8125rem;height:3.59911875rem;text-align:left;text-align-last:left;display:block; }
#qpqmtUhbNHqK9T5CyITbxrA8PpJpgmnK { color:#bfa960;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:28.125rem;left:60.8125rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#Ty6TaXJRfpkOPIQGyUrAtiTSDFe1vhOy { color:#bfa960;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:28.5rem;left:41.4375rem;height:3.59911875rem;text-align:left;text-align-last:left;display:block; }
#D4Fq8wih6I92unTGeq8U2paPdFGkRicn { color:#bfa960;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:34.875rem;left:41.25rem;height:3.59911875rem;text-align:left;text-align-last:left;display:block; }
#UHEGEPrmVPzRm6d0GlS1pxrXsQ8gbKFe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:23.4375rem;left:37.4375rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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;display:block; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { background-color: transparent; background-image: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container > .video-iframe-container { display: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container { display: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .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); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { border-width: 0; border-radius: 0; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#vz5Sc0qanoBFg2p1gOE229wJliLwhIFR { color:rgba(var(--color-tertiary-0),0.81);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:26.3125rem;left:6rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-form-header { font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:31.1875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3;font-style:normal; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;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:31.1875rem;box-sizing:border-box;height:2.25rem;color:#919095;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-text {padding-top: 0; padding-bottom: 0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;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:31.1875rem;box-sizing:border-box;height:3.75rem;color:#919095;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;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:31.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-select {padding-top: 0; padding-bottom: 0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .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:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.8125rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.375rem;height:3.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]:-moz-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]::-moz-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]:-ms-input-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]::-webkit-input-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0b0919;vertical-align:top;width:30rem;overflow:hidden;font-style:normal;float:none; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .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; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-container:first-of-type{padding-top:0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-container:last-of-type{padding-bottom:0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !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:31.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(11,9,25,0.15) ;left:26rem;top:4.666015625rem;z-index:15024;position:absolute;font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.1875rem;display:block;vertical-align:top; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP {display:block;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !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:31.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(11,9,25,0.15) ;left:26rem;top:4.666015625rem;z-index:15024;position:absolute;font-size:0.875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #y4su42VgxeqqaTIBq7sa7JaHdXeZf1tI { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #TeQvqoTcB8qxuGPVAqBh8NTeCNwpuHkm { position:relative;display:block; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #MzGKglOwKFKbtENGWE1MKVx2r0qc5RsB { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #TFgdrcemGa18qnMVMhQ6D1po9p63vHEs { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #lAgPiaiAnct6OST4TGx7SwchKb8rRmVv { position:relative;display:block; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #DQi9PpRQvm7bT7hNpJcuUQhreULGXoc7 { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #pObpRIK5U99s2UKquevvvKOo3TzwDuaS { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #z7PQXJ8l9UTUupl6SCztDL3IgUJyG6ko { position:relative;display:block; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #ZuwVAyE8pE5mKaq7MqXzSQyRrvZ39pF8 { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #ekcEbUgpAOdD7iazHFEkyTn32TmcQSvo { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #Bs7IGX38dqrrUPURMcoNqzpmLPQZ3QaO { position:relative;display:block; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #pcKcm2KzPNEUOLifNFDeCTHgQmuyMe9A { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #qiLMgJkwPcAnykyCybzymCCNRzUA38Iu { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #wklSmfDQAQPUmgiGkbZQJ2B3H0N3szbw { position:relative;z-index:2; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #IrIHWQRu3A9Ibyo0Tz0ohc9N2k2OuCtw { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #IzGlWI1xIaWSMWBiKxBbLANlEPNdTcBQ { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #OMGQEsqbxAFUKDWoyxgb3JdT02XGmioS { position:relative;z-index:2; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #DWG9UExertoNWqlBMxlLatMCNxNXepWH { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #WxyalDZpfLxkFeCMuZtJXJ6qtLxM3H11 { position:relative; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #C7mIH6W3Gs8JEOV8vXx7sqcgRb7lXRqx { position:relative; }
#xDEbi3MesMcLq6gbz62waPqHSuDfa5uk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:10.375rem;left:6rem;height:6rem;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; }
#ydmZrqzoW1v9eVBCKsiPvGm2G7g2XF6M { box-sizing:content-box;height:27.75rem;width:43.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.25rem;left:2.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#lXtXwcKBQG44uH6Qni7P7RUh8PpDJ6BV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:18.0625rem;left:5.84375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6LZ4JLnaNFusT6yJsIcnPsOMPc4IsMz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:17.0625rem;top:8.25rem;left:56.75rem;overflow:hidden;display:block; }
#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv { position:relative;display:block; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv { background-color: transparent; background-image: none; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row .container > .video-iframe-container { display: none; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row > .video-iframe-container { display: none; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .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); }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv { border-width: 0; border-radius: 0; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .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; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qyPNXMeZ5UBE7gN3iTvgW3dRTQAg6Mqg { color:rgba(var(--color-primary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:0.52783203125rem;left:14.90625rem;height:1.4433625rem;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; }
#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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;display:block; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { background-color: transparent; background-image: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container > .video-iframe-container { display: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container { display: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .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); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { border-width: 0; border-radius: 0; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#xSilieUkXNooebm2xkKoOfruuMQh3VDN { position:absolute;display:block;z-index:15000;height:25rem;width:75rem;top:1rem;left:0rem;display:block; }
#nPGukpeABBvdfSKHWPWB04B6pCggi4eW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c03b0d17-ad7f-4527-8858-e9a8621489b2/back.jpg");background-position:bottom 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;display:block; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW.adaptive-delivery-prevent-bg, #nPGukpeABBvdfSKHWPWB04B6pCggi4eW.lazyload, #nPGukpeABBvdfSKHWPWB04B6pCggi4eW.lazyloading { background-image: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { background-color: transparent; background-image: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container > .video-iframe-container { display: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row > .video-iframe-container { display: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .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); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { border-width: 0; border-radius: 0; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#EoPup9PlMDM3dmzkEt0st5aVe6s1qehd { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #039fc3;top:1.974609375rem;left:14.90625rem;height:2.61230625rem;font-style:italic;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; }
#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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;display:block; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { background-color: transparent; background-image: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container > .video-iframe-container { display: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container { display: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .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); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { border-width: 0; border-radius: 0; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#MAGxdTpWN6i6Cy2OoiTcwgGrRpVteAHp { position:absolute;display:block;z-index:15079;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:14.375rem;top:0.90625rem;left:30.3125rem;overflow:hidden;display:block; }
#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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;display:block; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container { background-color: transparent; background-image: none; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container > .video-iframe-container { display: none; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row > .video-iframe-container { display: none; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .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); }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container { border-width: 0; border-radius: 0; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#ObwgbzCh5oZuG8qTUvvDhZg53czP9W8S { position:absolute;display:block;z-index:15000;height:3.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #teRy4UG83vwMNETIEpkBCPkRUTL8DTQo { display:block; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFDCOq642slhNkHxwkhTxWPTV47Tfg2b { top:1.6875rem;left:0rem;width:16.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuyU265FknHnWLNyzA6tONTAi0yQgldO { top:11.5625rem;left:0rem;width:22.0625rem;height:5.625rem;font-size:2.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T1LQKKXSJsv7UdPdsdgpVUdn2ol8cPTE { width:14.9375rem;height:3.25rem;top:32.75rem;left:0rem;background-color:#6f5cff;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qu198bT5EW7ClIzqcNdlcIXlcieBR9Cf { display:block; }
 }@media only screen and (max-width: 763px) { #dDy1uhoBw816DhQyaJdlz9z9MmT9M0oz { top:13.1875rem;left:13.25rem;width:34.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2rzngPxqIVWNSnPIcfDTRI2FweSUVL { width:22.25rem;height:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lL8VV7qapwItEc8DFuyhVXayKqO6VMaT { top:18.625rem;left:0rem;width:26.625rem;height:4.6875rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #VBWLf5z11ghnRleoo9gApQu9EaHhUT1b { top:24.5rem;left:0rem;width:28.6875rem;height:4.6875rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a65cef1-592f-4a59-9d7e-bc4b969447b2/hero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta.adaptive-delivery-prevent-bg, #hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta.lazyload, #hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta.lazyloading { background-image: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { background-color: transparent; background-image: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container > .video-iframe-container { display: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container { display: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .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); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { border-width: 0; border-radius: 0; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNrfuP9aV3y8hC6pcwtv8P9G0IS9TAmQ { top:1.625rem;left:7.5625rem;width:32.625rem;height:3.0625rem;font-size:2.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WSL3bDAK6HfWhohLwapTNgERRAnha0Mm { top:9.75rem;left:0.21875rem;width:47.3125rem;height:3.125rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #uGKrJ5fkUN0InlmCXf8up3XdBiUXv1Mn { top:5.375rem;left:7.65625rem;width:32.4375rem;height:3.375rem;font-size:1.3125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #UDpFrAxOG5l9As3CxAK7K42Q5w29XzIO { top:13.8125rem;left:7.21875rem;width:33.3125rem;height:4.6875rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #G5fbTK3Lqu4WqCh5PZbwqnllZMRIFscg { width:14.8125rem;height:3.25rem;top:19.9375rem;left:17.1875rem;background-color:#6f5cff;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VF7dOKmcaM0J9r72A5CQq8HbR8BHof0v { display:block; }
 }@media only screen and (max-width: 763px) { #U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk { display:block; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP { width:15.625rem;height:21.875rem;top:2.1875rem;left:0rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.adaptive-delivery-prevent-bg, #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.lazyload, #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ltlh5Fcnxwqz8WIuhZ8mSx6ZbizTlCZp { width:15.625rem;height:10.9375rem;top:13.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #I1XTdD9V8eoMeVSq9ftHM4gABpG0I07W { top:3.5rem;left:7.375rem;width:5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHni81sZ3PQPTPM5iJ8tlJOdnCs6zpWO { width:1.25rem;height:1.25rem;top:3.625rem;left:7.6875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #iufTOWe1FBI66Hwmg9AqPph2IzlxbpTo { top:15.9375rem;left:0rem;width:11.3125rem;height:2.5625rem;font-size:2rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #n61XGssEOF2EqW19x7mERkV3hNkJ2U51 { top:18.5rem;left:0rem;width:11.4375rem;height:3.625rem;font-size:1rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #HFCmZyRx0WozlHo739NdOKIisJ2i7Kwp { top:3.6875rem;left:8.9375rem;width:4rem;height:1.125rem;font-size:0.875rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI { width:15.625rem;height:21.875rem;top:2.25rem;left:16.125rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.adaptive-delivery-prevent-bg, #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.lazyload, #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CA6pTyA8SCfhBHrqnMlgM5M9VcKhpMm9 { width:15.625rem;height:10.9375rem;top:13.1875rem;left:16.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #ts8FrHlZZeBBfz6hPamf37FhSSx7dod0 { top:15.875rem;left:17.4375rem;width:11.3125rem;height:2.5625rem;font-size:2rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #xwvC3EmEWfPhVnJrBy0mGKTQRUOTIUNT { top:18.75rem;left:17.375rem;width:11.4375rem;height:3.625rem;font-size:1rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #iUCwQ5OwTdTk5wzrBemo5iV5ZxqVn3lU { top:3.4375rem;left:27.0625rem;width:3.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAShNTFpcb3S0anicKINEorXkcfuIAyb { width:1.25rem;height:1.25rem;top:3.5625rem;left:27.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #aF1g3I1M0Box1nkJvGgnHS33wQlUt04s { top:3.625rem;left:28.625rem;width:4rem;height:1.125rem;font-size:0.875rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH { width:15.625rem;height:21.875rem;top:2.25rem;left:32.125rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.adaptive-delivery-prevent-bg, #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.lazyload, #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wDFuysogTB2XUOMGvTtDzmC6C8RlT0v6 { width:15.625rem;height:10.9375rem;top:13.1875rem;left:32.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #q4rmwDmLOmRHdoTPZzSHUn3z9DSIUSaF { top:15.875rem;left:35.5625rem;width:11.3125rem;height:2.5625rem;font-size:2rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #imBiTWzxwxeSSplMKF6aZh7TzDx8OO9y { top:18.75rem;left:35.5rem;width:11.4375rem;height:3.625rem;font-size:1rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #g5xUECsh3JadkKRqBq8xCvH4bi8QCUgJ { top:3.5rem;left:42.75rem;width:5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuU5JGGPLWV1yf4wMLdIpbfEZrHOsFX5 { width:1.25rem;height:1.25rem;top:3.625rem;left:43.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #uH46mnqtx20VzhhuiIqIA9UAMBomtMzD { top:3.6875rem;left:43.75rem;width:4rem;height:1.125rem;font-size:0.875rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL { width:15.625rem;height:21.875rem;top:26.375rem;left:6.125rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.adaptive-delivery-prevent-bg, #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.lazyload, #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F4boaaWQtZwU6qDJgsOdxCAKNTRCr717 { width:15.625rem;height:10.9375rem;top:37.25rem;left:6.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #OD9BSLdTcAaHZT4BhWxt1vaxVRmL9TUW { top:39.9375rem;left:7.4375rem;width:11.3125rem;height:2.5625rem;font-size:2rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #dfthKUKbuwzZN8hTxULwwCKchmOXOOVk { top:42.8125rem;left:7.375rem;width:11.4375rem;height:3.625rem;font-size:1rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #lL4LHq9fknRGMLMzWFo9SI7o19Emtqpv { top:27.5625rem;left:12.0625rem;width:8.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQnfvbXccUGZanc6oLnCM0wrcdLh3OP5 { width:1.25rem;height:1.25rem;top:27.6875rem;left:12.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #IawR9r5mTvf6zfWKctTJ1M09yTZ68R99 { top:27.75rem;left:13.625rem;width:7rem;height:1.125rem;font-size:0.875rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x { width:15.625rem;height:21.875rem;top:26.375rem;left:24.5rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.adaptive-delivery-prevent-bg, #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.lazyload, #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UzdSlw5eIu7wyy4EAHvDClKeRsH30VqW { width:15.625rem;height:10.9375rem;top:37.25rem;left:24.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #UztAWPBO4vu8LlWLdln7R3FfAz0kM8oS { top:41.1875rem;left:25.8125rem;width:11.3125rem;height:2.5625rem;font-size:2rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #BefZOo4AtyTo39m7w20qyQPrnN7wkcHF { top:44.0625rem;left:25.75rem;width:11.4375rem;height:2.4375rem;font-size:1rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #sCQQ7DTEKo0lZeRKxxldXDgJXzuL6opy { top:27.5625rem;left:33.9375rem;width:5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXNWDaA3gcaxFlR10oQAuX4z24AqoCR4 { width:1.25rem;height:1.25rem;top:27.6875rem;left:34.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #znvy9GVHTun0bDqxmvtqHM9QZDDlCxWW { top:27.75rem;left:35.5rem;width:4rem;height:1.125rem;font-size:0.875rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #tMAtEh4CFQ0q8rECieZEkHThSV4JV91M { width:15.625rem;height:10.9375rem;top:13.1875rem;left:16.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2117477f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(33,23,71,0.5));background-size:cover !important;display:none; }
 }@media only screen and (max-width: 763px) { #XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { background-color: transparent; background-image: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container > .video-iframe-container { display: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container { display: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .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); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { border-width: 0; border-radius: 0; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIFuTgalcyaoZny9IX712uE1lLmT75ow { top:3.0625rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXpFciTDqmTUKUbzmcirTCtKV3GVZ57 { top:18.375rem;left:0rem;width:26.25rem;height:6.25rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #mATxCvGEJf2Iewsv4A3JEXxXd2JPSKlq { top:13.125rem;left:0rem;width:21.3125rem;height:3.375rem;font-size:1.3125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #ZhRk0x8hXtZmKCkDfwvdTPRUnVnlLZUP { top:2.5rem;left:0rem;width:26.5625rem;height:9.25rem;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xcoPiULn637pnmDDrdc344fGhU3GLuGF { width:14.8125rem;height:3.25rem;top:31.625rem;left:0rem;background-color:#6f5cff;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hWz6ZuQAP4FRonvp88ptSb91qPShMq3u { display:block; }
 }@media only screen and (max-width: 763px) { #w7zLE1KSsuuD3RbRyzEDFFW8GTfiJ9dt { top:25.3125rem;left:0rem;width:26.25rem;height:6.25rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC { display:block; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHkSytlDniUTpvraRTAk6dneCXCZPpQn { width:20rem;height:13.75rem;top:1.9375rem;left:0rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#XHkSytlDniUTpvraRTAk6dneCXCZPpQn.adaptive-delivery-prevent-bg, #XHkSytlDniUTpvraRTAk6dneCXCZPpQn.lazyload, #XHkSytlDniUTpvraRTAk6dneCXCZPpQn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS { width:20rem;height:13.75rem;top:1.9375rem;left:11.75rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.adaptive-delivery-prevent-bg, #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.lazyload, #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS { width:20rem;height:13.75rem;top:1.9375rem;left:27.625rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/6be0b3fc-00dc-4827-86cd-18201394d47c/75693_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.adaptive-delivery-prevent-bg, #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.lazyload, #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { background-color: transparent; background-image: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container > .video-iframe-container { display: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container { display: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .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); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { border-width: 0; border-radius: 0; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvrSCt6GWF0ezPhTzTepEwxxTTem9FuR { top:10.75rem;left:16rem;width:31.75rem;height:6.3125rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #RQAlZTQI6zL3QdTL1fvpTM8uskLuNSc6 { width:2.6875rem;height:2.6875rem;top:28.875rem;left:24.0625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qRZ5XqPLpoFnVJ4yNtPCfibNuyVPe3wt { width:3.125rem;height:3.125rem;top:28.625rem;left:23.8125rem;background-color:rgba(169,157,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2GvEgc5BV9gzHQMcgs3we9uqPEcy9n { width:2.0625rem;height:2.0625rem;top:28.8125rem;left:43.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #EUO11HIxdk7duXSG5s94Ze8TkNbCv2Hd { width:3.125rem;height:3.125rem;top:28.3125rem;left:43.0625rem;background-color:rgba(169,157,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6COKyCBJ13FxKcUtDDmSNtRUP6C8zc { width:3.125rem;height:3.125rem;top:34.9375rem;left:43.3125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #NhlbR4MthAcTm3ZbyUgZHZhoWFdDUZdA { width:3.125rem;height:3.125rem;top:34.9375rem;left:43.3125rem;background-color:rgba(169,157,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kfry6ERiJMDwqJWbyq1MBnn1AEWADtXc { width:3.125rem;height:3.125rem;top:34.9375rem;left:23.8125rem;background-color:rgba(169,157,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zd3aIfB9CUt5XKGGTQ1CWUm8Qs6D8AqE { width:2.0625rem;height:2.0625rem;top:35.5rem;left:24.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #WbT2h1PclylszX9M5PeWXGcDH0eGcrfP { width:32.5rem;height:32.5rem;top:4.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DoBzZgTJ7W9H3DROLULOqw836aJJa7Cu { top:17.625rem;left:16.5625rem;width:31.1875rem;height:4.75rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #hHDTolpWfZWpi5AUqtDtAEzGMgyKzhQE { top:3.25rem;left:16.5625rem;width:31.1875rem;height:6.1875rem;font-size:2.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zv1ynPXiex1dJFCefUMnxfDMTbzJwIUx { top:34.75rem;left:35.5rem;width:12.25rem;height:3.5625rem;font-size:1rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #qpqmtUhbNHqK9T5CyITbxrA8PpJpgmnK { top:28.125rem;left:36.25rem;width:11.5rem;height:4.75rem;font-size:1rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6TaXJRfpkOPIQGyUrAtiTSDFe1vhOy { top:28.5rem;left:27.8125rem;width:13.6875rem;height:3.5625rem;font-size:1rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #D4Fq8wih6I92unTGeq8U2paPdFGkRicn { top:34.875rem;left:27.625rem;width:10.8125rem;height:3.5625rem;font-size:1rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #UHEGEPrmVPzRm6d0GlS1pxrXsQ8gbKFe { top:23.4375rem;left:16.5625rem;width:31.1875rem;height:3.125rem;font-size:1.125rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { background-color: transparent; background-image: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container > .video-iframe-container { display: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container { display: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .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); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { border-width: 0; border-radius: 0; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz5Sc0qanoBFg2p1gOE229wJliLwhIFR { top:26.3125rem;left:0rem;width:18.5625rem;height:3rem;font-size:1rem;color:rgba(255,255,255,0.81);display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-regular-label { width:31.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#211747; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-text { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;color:#382e80; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-text {padding-top: 0; padding-bottom: 0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-textarea { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;color:#382e80; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-select { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;color:#211747; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-select {padding-top: 0; padding-bottom: 0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.875rem;background-color:#6f5cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]:-moz-placeholder { color:#d4ceff; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]::-moz-placeholder { color:#d4ceff; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]:-ms-input-placeholder { color:#d4ceff; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]::-webkit-input-placeholder { color:#d4ceff; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-checkbox-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0b0919; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-radio-label { color:#161616; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP  { width:31.1875rem;height:30.1875rem;top:4.625rem;left:12.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(11,9,25,0.15) ; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .radio-container { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-info-text { color:#909090; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP {display:block;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP { width:31.1875rem;height:30.1875rem;top:4.625rem;left:12.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(11,9,25,0.15) ; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #y4su42VgxeqqaTIBq7sa7JaHdXeZf1tI {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #TeQvqoTcB8qxuGPVAqBh8NTeCNwpuHkm { display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #MzGKglOwKFKbtENGWE1MKVx2r0qc5RsB {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #TFgdrcemGa18qnMVMhQ6D1po9p63vHEs {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #lAgPiaiAnct6OST4TGx7SwchKb8rRmVv {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #DQi9PpRQvm7bT7hNpJcuUQhreULGXoc7 {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #pObpRIK5U99s2UKquevvvKOo3TzwDuaS {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #z7PQXJ8l9UTUupl6SCztDL3IgUJyG6ko { display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #ZuwVAyE8pE5mKaq7MqXzSQyRrvZ39pF8 {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #ekcEbUgpAOdD7iazHFEkyTn32TmcQSvo {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #Bs7IGX38dqrrUPURMcoNqzpmLPQZ3QaO {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #pcKcm2KzPNEUOLifNFDeCTHgQmuyMe9A {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #qiLMgJkwPcAnykyCybzymCCNRzUA38Iu {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #wklSmfDQAQPUmgiGkbZQJ2B3H0N3szbw {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #IrIHWQRu3A9Ibyo0Tz0ohc9N2k2OuCtw {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #IzGlWI1xIaWSMWBiKxBbLANlEPNdTcBQ {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #OMGQEsqbxAFUKDWoyxgb3JdT02XGmioS {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #DWG9UExertoNWqlBMxlLatMCNxNXepWH {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #WxyalDZpfLxkFeCMuZtJXJ6qtLxM3H11 {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #C7mIH6W3Gs8JEOV8vXx7sqcgRb7lXRqx {  }
 }@media only screen and (max-width: 763px) { #xDEbi3MesMcLq6gbz62waPqHSuDfa5uk { top:10.375rem;left:0rem;width:16.8125rem;height:;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ydmZrqzoW1v9eVBCKsiPvGm2G7g2XF6M { width:43.75rem;height:27.75rem;top:6.25rem;left:0rem;background-color:#6f5cff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lXtXwcKBQG44uH6Qni7P7RUh8PpDJ6BV { top:18.0625rem;left:0rem;width:18.875rem;height:6.75rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e6LZ4JLnaNFusT6yJsIcnPsOMPc4IsMz { width:17.0625rem;height:33.8125rem;top:8.25rem;left:30.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv { display:block; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyPNXMeZ5UBE7gN3iTvgW3dRTQAg6Mqg { top:0.5rem;left:1.28125rem;width:45.1875rem;height:1.4375rem;font-size:1.1875rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { background-color: transparent; background-image: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container > .video-iframe-container { display: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container { display: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .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); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { border-width: 0; border-radius: 0; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSilieUkXNooebm2xkKoOfruuMQh3VDN { top:1rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPGukpeABBvdfSKHWPWB04B6pCggi4eW { display:block; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoPup9PlMDM3dmzkEt0st5aVe6s1qehd { top:1.9375rem;left:1.28125rem;width:45.1875rem;height:2.5625rem;font-size:1.625rem;color:#382e80;display:block; }
 }@media only screen and (max-width: 763px) { #xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { background-color: transparent; background-image: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container > .video-iframe-container { display: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container { display: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .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); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { border-width: 0; border-radius: 0; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAGxdTpWN6i6Cy2OoiTcwgGrRpVteAHp { top:0.875rem;left:16.6875rem;width:14.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 { display:block; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObwgbzCh5oZuG8qTUvvDhZg53czP9W8S { top:0rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #teRy4UG83vwMNETIEpkBCPkRUTL8DTQo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/843de8be-5683-4d01-956c-5c82ccfd8097/backtopmobile.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo.adaptive-delivery-prevent-bg, #teRy4UG83vwMNETIEpkBCPkRUTL8DTQo.lazyload, #teRy4UG83vwMNETIEpkBCPkRUTL8DTQo.lazyloading { background-image: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container { background-color: transparent; background-image: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container > .video-iframe-container { display: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row > .video-iframe-container { display: none; }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .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); }#teRy4UG83vwMNETIEpkBCPkRUTL8DTQo > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFDCOq642slhNkHxwkhTxWPTV47Tfg2b { width:14.375rem;height:5.375rem;top:1.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuyU265FknHnWLNyzA6tONTAi0yQgldO { width:20rem;height:4.75rem;top:7.75rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #T1LQKKXSJsv7UdPdsdgpVUdn2ol8cPTE { width:17rem;height:3.1875rem;top:32.1875rem;left:1.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #60bfac, #00534d);background-image: -moz-linear-gradient(180deg, #60bfac, #00534d);background-image: -ms-linear-gradient(180deg, #60bfac, #00534d);background-image: -o-linear-gradient(180deg, #60bfac, #00534d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );";background-image: linear-gradient(180deg, #60bfac, #00534d);background-size:auto !important;border-top:0.0625rem solid #00534d;border-left:0.0625rem solid #00534d;border-right:0.0625rem solid #00534d;border-bottom:0.0625rem solid #00534d;box-shadow: none;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu198bT5EW7ClIzqcNdlcIXlcieBR9Cf { display:block; }
 }@media only screen and (max-width: 763px) { #dDy1uhoBw816DhQyaJdlz9z9MmT9M0oz { width:13rem;height:8.3125rem;top:39.42333984375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mt2rzngPxqIVWNSnPIcfDTRI2FweSUVL { top:37.5625rem;left:0rem;width:13.625rem;height:14.8125rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lL8VV7qapwItEc8DFuyhVXayKqO6VMaT { width:20rem;height:6.2988125rem;top:14.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VBWLf5z11ghnRleoo9gApQu9EaHhUT1b { width:20rem;height:7.8735625rem;top:21.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { background-color: transparent; background-image: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container > .video-iframe-container { display: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container { display: none; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .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); }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { border-width: 0; border-radius: 0; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#hP0Ru5T8phJSwsNEnuQVaFvWNIywd5Ta > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNrfuP9aV3y8hC6pcwtv8P9G0IS9TAmQ { width:15.0625rem;height:4.5rem;top:1.5rem;left:2.46875rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #WSL3bDAK6HfWhohLwapTNgERRAnha0Mm { width:20rem;height:9.44825rem;top:15rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uGKrJ5fkUN0InlmCXf8up3XdBiUXv1Mn { width:20rem;height:6.82425rem;top:6.9375rem;left:0.03125rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#bfa960;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UDpFrAxOG5l9As3CxAK7K42Q5w29XzIO { width:20rem;height:6.2988125rem;top:25.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G5fbTK3Lqu4WqCh5PZbwqnllZMRIFscg { width:16.125rem;height:3.1875rem;top:33.5625rem;left:1.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #60bfac, #00534d);background-image: -moz-linear-gradient(180deg, #60bfac, #00534d);background-image: -ms-linear-gradient(180deg, #60bfac, #00534d);background-image: -o-linear-gradient(180deg, #60bfac, #00534d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );";background-image: linear-gradient(180deg, #60bfac, #00534d);background-size:auto !important;border-top:0.0625rem solid #00534d;border-left:0.0625rem solid #00534d;border-right:0.0625rem solid #00534d;border-bottom:0.0625rem solid #00534d;box-shadow: none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7dOKmcaM0J9r72A5CQq8HbR8BHof0v { display:block; }
 }@media only screen and (max-width: 763px) { #U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk { display:block; }#U6PT0RBuh9DSJTVEZHBB4SrqmRCgsfRk > .row .container { width:20rem;height:123.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP { width:15.625rem;height:21.875rem;top:2.9873046875rem;left:2.1875rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/837f591f-99f6-44c7-9982-86a879dd1fcf/destgrenadine.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.adaptive-delivery-prevent-bg, #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.lazyload, #iKWwnVDgHkA1niZlZRQQtpvq39IUQkVP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ltlh5Fcnxwqz8WIuhZ8mSx6ZbizTlCZp { width:15.625rem;height:9.5625rem;top:15.2998046875rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #I1XTdD9V8eoMeVSq9ftHM4gABpG0I07W { width:5rem;height:1.5625rem;top:4.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHni81sZ3PQPTPM5iJ8tlJOdnCs6zpWO { display:flex;width:1.1875rem;height:1.1875rem;top:4.4375rem;left:11.9375rem;color:#5d92ff;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #iufTOWe1FBI66Hwmg9AqPph2IzlxbpTo { width:8.125rem;height:2.5996125rem;top:16.1875rem;left:3.34375rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n61XGssEOF2EqW19x7mERkV3hNkJ2U51 { width:12.0625rem;height:3.59911875rem;top:19.375rem;left:3.34375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HFCmZyRx0WozlHo739NdOKIisJ2i7Kwp { width:3rem;height:1.29980625rem;top:4.3125rem;left:13.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI { width:15.625rem;height:21.875rem;top:26.5rem;left:2.1875rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/3a8debc4-56ab-489d-9254-e2b0d4e1f919/destthailandia.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.adaptive-delivery-prevent-bg, #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.lazyload, #Z6WLEGwsz69hfMeQHt2BUPJGE90NXbsI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CA6pTyA8SCfhBHrqnMlgM5M9VcKhpMm9 { width:15.625rem;height:10.9375rem;top:37.4375rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #ts8FrHlZZeBBfz6hPamf37FhSSx7dod0 { width:11.3125rem;height:2.5996125rem;top:40.1875rem;left:3.5rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xwvC3EmEWfPhVnJrBy0mGKTQRUOTIUNT { width:11.4375rem;height:3.59911875rem;top:43.0625rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iUCwQ5OwTdTk5wzrBemo5iV5ZxqVn3lU { width:3.5625rem;height:1.5625rem;top:27.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAShNTFpcb3S0anicKINEorXkcfuIAyb { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:13.3125rem;color:#5d92ff;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #aF1g3I1M0Box1nkJvGgnHS33wQlUt04s { width:4rem;height:1.29980625rem;top:27.9375rem;left:14.6875rem;font-size:1rem;text-align:left;text-align-last:left;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH { width:15.625rem;height:21.875rem;top:50.6875rem;left:2.1875rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/c767e9b8-bd29-4c1a-9e44-92926b957a82/deststmartin.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.adaptive-delivery-prevent-bg, #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.lazyload, #C4VSAi8HwBrHmlHJA0kXvbVQXytbqIvH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wDFuysogTB2XUOMGvTtDzmC6C8RlT0v6 { width:15.625rem;height:10.9375rem;top:61.6875rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #q4rmwDmLOmRHdoTPZzSHUn3z9DSIUSaF { width:11.3125rem;height:2.5996125rem;top:63.375rem;left:3.4375rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #imBiTWzxwxeSSplMKF6aZh7TzDx8OO9y { width:11.4375rem;height:4.798825rem;top:66.25rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g5xUECsh3JadkKRqBq8xCvH4bi8QCUgJ { width:5rem;height:1.5625rem;top:52rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuU5JGGPLWV1yf4wMLdIpbfEZrHOsFX5 { display:flex;width:1.25rem;height:1.25rem;top:52.125rem;left:11.875rem;color:#5d92ff;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #uH46mnqtx20VzhhuiIqIA9UAMBomtMzD { width:4rem;height:1.29980625rem;top:52.1875rem;left:13.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL { width:15.625rem;height:21.875rem;top:74.875rem;left:2.1875rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/da3c888c-99a8-467d-a8b7-da7551b356c8/destseychelles.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.adaptive-delivery-prevent-bg, #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.lazyload, #ILABqbBh27lKqil4J3n0pgpm0DUZkuDL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F4boaaWQtZwU6qDJgsOdxCAKNTRCr717 { width:15.625rem;height:10.9375rem;top:85.8125rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #OD9BSLdTcAaHZT4BhWxt1vaxVRmL9TUW { width:11.3125rem;height:2.5996125rem;top:88.5rem;left:3.5rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dfthKUKbuwzZN8hTxULwwCKchmOXOOVk { width:11.4375rem;height:3.59911875rem;top:91.375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lL4LHq9fknRGMLMzWFo9SI7o19Emtqpv { width:9.375rem;height:1.5625rem;top:76.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQnfvbXccUGZanc6oLnCM0wrcdLh3OP5 { display:flex;width:1.25rem;height:1.25rem;top:76.4375rem;left:7.625rem;color:#5d92ff;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #IawR9r5mTvf6zfWKctTJ1M09yTZ68R99 { width:7.5625rem;height:1.29980625rem;top:76.5rem;left:9rem;font-size:1rem;text-align:left;text-align-last:left;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x { width:15.625rem;height:21.875rem;top:98.9375rem;left:2.1875rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/e5d4b2ab-8758-4ca1-881a-d4964255d2ea/destmartinica.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.adaptive-delivery-prevent-bg, #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.lazyload, #u2cTaSfZ3xm70QHMIJEr4kSCOKkRIW0x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UzdSlw5eIu7wyy4EAHvDClKeRsH30VqW { width:15.625rem;height:10.9375rem;top:109.875rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #UztAWPBO4vu8LlWLdln7R3FfAz0kM8oS { width:11.3125rem;height:2.5996125rem;top:112.875rem;left:3.5rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BefZOo4AtyTo39m7w20qyQPrnN7wkcHF { width:11.4375rem;height:3.59911875rem;top:115.375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sCQQ7DTEKo0lZeRKxxldXDgJXzuL6opy { width:5rem;height:1.5625rem;top:100.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXNWDaA3gcaxFlR10oQAuX4z24AqoCR4 { display:flex;width:1.25rem;height:1.25rem;top:100.25rem;left:11.8125rem;color:#5d92ff;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #znvy9GVHTun0bDqxmvtqHM9QZDDlCxWW { width:4rem;height:1.29980625rem;top:100.3125rem;left:13.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #tMAtEh4CFQ0q8rECieZEkHThSV4JV91M { width:15.625rem;height:4.75rem;top:26.5rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-size:cover !important;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { background-color: transparent; background-image: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container > .video-iframe-container { display: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row > .video-iframe-container { display: none; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .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); }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { border-width: 0; border-radius: 0; }#XN1GlFUUfaioNOUzEQR6i6STfZT0AJoh > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIFuTgalcyaoZny9IX712uE1lLmT75ow { width:20rem;height:20rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXpFciTDqmTUKUbzmcirTCtKV3GVZ57 { width:20rem;height:7.8735625rem;top:36.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mATxCvGEJf2Iewsv4A3JEXxXd2JPSKlq { width:16.5rem;height:3.4121125rem;top:8.6875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#2d816f;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZhRk0x8hXtZmKCkDfwvdTPRUnVnlLZUP { width:20rem;height:6.75rem;top:0.9375rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1;color:#bfa960;display:block; }
 }@media only screen and (max-width: 763px) { #xcoPiULn637pnmDDrdc344fGhU3GLuGF { width:14.8125rem;height:3.25rem;top:51.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #60bfac, #00534d);background-image: -moz-linear-gradient(180deg, #60bfac, #00534d);background-image: -ms-linear-gradient(180deg, #60bfac, #00534d);background-image: -o-linear-gradient(180deg, #60bfac, #00534d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );";background-image: linear-gradient(180deg, #60bfac, #00534d);background-size:auto !important;border-top:0.0625rem solid #00534d;border-left:0.0625rem solid #00534d;border-right:0.0625rem solid #00534d;border-bottom:0.0625rem solid #00534d;box-shadow: none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWz6ZuQAP4FRonvp88ptSb91qPShMq3u { display:block; }
 }@media only screen and (max-width: 763px) { #w7zLE1KSsuuD3RbRyzEDFFW8GTfiJ9dt { width:20rem;height:6.298825rem;top:45rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC { display:block; }#ZiMFxZ3TE4ySEgzXXpQOATdgirG6VfeC > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHkSytlDniUTpvraRTAk6dneCXCZPpQn { width:20rem;height:13.75rem;top:1.8125rem;left:0rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/a1552aa7-1c8a-4d30-93d9-c3e4b4d5f545/catamarano01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#XHkSytlDniUTpvraRTAk6dneCXCZPpQn.adaptive-delivery-prevent-bg, #XHkSytlDniUTpvraRTAk6dneCXCZPpQn.lazyload, #XHkSytlDniUTpvraRTAk6dneCXCZPpQn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS { width:20rem;height:13.75rem;top:16.8125rem;left:0rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/88f09df7-f08b-4ad6-b95d-760b2eaa2345/catamarano04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.adaptive-delivery-prevent-bg, #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.lazyload, #pHG6ttwgpJAWHRfECmiIuf7flw1PfrIS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS { width:20rem;height:13.75rem;top:31.8125rem;left:0rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/cd79ff17-6a52-414e-9508-292ae5ced38a/catamarano03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.adaptive-delivery-prevent-bg, #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.lazyload, #aIvV1DFIctGQe3pXv1RHJ3Zvo1yO7pBS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { background-color: transparent; background-image: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container > .video-iframe-container { display: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row > .video-iframe-container { display: none; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .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); }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { border-width: 0; border-radius: 0; }#iAe2cDWyWy9MftCEoROFM9DtyLIDzFN6 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvrSCt6GWF0ezPhTzTepEwxxTTem9FuR { width:20rem;height:9.44825rem;top:6.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RQAlZTQI6zL3QdTL1fvpTM8uskLuNSc6 { width:2.5rem;height:2.5rem;top:52.8125rem;left:1.375rem;font-size:1.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qRZ5XqPLpoFnVJ4yNtPCfibNuyVPe3wt { width:3.125rem;height:3.125rem;top:52.6875rem;left:1rem;background-color:rgba(191,169,96,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2GvEgc5BV9gzHQMcgs3we9uqPEcy9n { width:2rem;height:2rem;top:59.5625rem;left:1.5625rem;font-size:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #EUO11HIxdk7duXSG5s94Ze8TkNbCv2Hd { width:3.125rem;height:3.125rem;top:59.1875rem;left:1.0625rem;background-color:rgba(191,169,96,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6COKyCBJ13FxKcUtDDmSNtRUP6C8zc { width:2.8125rem;height:2.8125rem;top:72.3125rem;left:1.1875rem;font-size:1.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #NhlbR4MthAcTm3ZbyUgZHZhoWFdDUZdA { width:3.125rem;height:3.125rem;top:72.25rem;left:1.0625rem;background-color:rgba(191,169,96,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kfry6ERiJMDwqJWbyq1MBnn1AEWADtXc { width:3.125rem;height:3.125rem;top:65.75rem;left:1.0625rem;background-color:rgba(191,169,96,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zd3aIfB9CUt5XKGGTQ1CWUm8Qs6D8AqE { width:2.0625rem;height:2.0625rem;top:66.25rem;left:1.5625rem;font-size:1.4375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #WbT2h1PclylszX9M5PeWXGcDH0eGcrfP { width:18.8125rem;height:18.8125rem;top:31.5rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DoBzZgTJ7W9H3DROLULOqw836aJJa7Cu { width:20rem;height:7.8735625rem;top:17.39892578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#070709;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hHDTolpWfZWpi5AUqtDtAEzGMgyKzhQE { width:20rem;height:4.5rem;top:1rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1;color:#bfa960;display:block; }
 }@media only screen and (max-width: 763px) { #Zv1ynPXiex1dJFCefUMnxfDMTbzJwIUx { width:14.375rem;height:4.72411875rem;top:71.75rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#988856;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qpqmtUhbNHqK9T5CyITbxrA8PpJpgmnK { width:14.625rem;height:4.72411875rem;top:58.9375rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#988856;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6TaXJRfpkOPIQGyUrAtiTSDFe1vhOy { width:14.5rem;height:4.72411875rem;top:52.4375rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#988856;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D4Fq8wih6I92unTGeq8U2paPdFGkRicn { width:14.375rem;height:4.72411875rem;top:65.3125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#988856;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UHEGEPrmVPzRm6d0GlS1pxrXsQ8gbKFe { width:20rem;height:3.1494125rem;top:26.0224609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#070709;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { background-color: transparent; background-image: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container > .video-iframe-container { display: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row > .video-iframe-container { display: none; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .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); }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { border-width: 0; border-radius: 0; }#dA8n3BsBmPrwqu1M7BNLZCSOotrwASq2 > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz5Sc0qanoBFg2p1gOE229wJliLwhIFR { width:10.375rem;height:3.8994125rem;top:18.375rem;left:1.71875rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.81);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#211747;font-size:0.9375rem;overflow:hidden;height:auto; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;color:#382e80;height:2.1875rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-text {padding-top: 0; padding-bottom: 0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;color:#382e80;height:5rem; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;color:#211747; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-select {padding-top: 0; padding-bottom: 0;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #60bfac, #00534d);background-image: -moz-linear-gradient(180deg, #60bfac, #00534d);background-image: -ms-linear-gradient(180deg, #60bfac, #00534d);background-image: -o-linear-gradient(180deg, #60bfac, #00534d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bfac', endColorstr='#00534d' );";background-image: linear-gradient(180deg, #60bfac, #00534d);background-size:initial !important;border-top:0.0625rem solid #00534d;border-left:0.0625rem solid #00534d;border-right:0.0625rem solid #00534d;border-bottom:0.0625rem solid #00534d;color:#ffffff;line-height:1;overflow:hidden; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]:-moz-placeholder { color:#8b8b8b; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]::-moz-placeholder { color:#8b8b8b; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]:-ms-input-placeholder { color:#8b8b8b; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP [class*="-text"]::-webkit-input-placeholder { color:#8b8b8b; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0b0919;font-size:0.8125rem;overflow:hidden;height:auto;font-weight:400;font-style:normal;font-family:"open sans";line-height:1.4; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-radio-label { color:#161616; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP  { width:17.5rem;height:auto;top:26.6259765625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(11,9,25,0.15) ;z-index:15026; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP .widget-info-text { color:#909090; }
#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP {display:block;}#gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP { width:17.5rem;height:auto;top:26.6259765625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(11,9,25,0.15) ;z-index:15026; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #y4su42VgxeqqaTIBq7sa7JaHdXeZf1tI {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #TeQvqoTcB8qxuGPVAqBh8NTeCNwpuHkm { display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #MzGKglOwKFKbtENGWE1MKVx2r0qc5RsB {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #TFgdrcemGa18qnMVMhQ6D1po9p63vHEs {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #lAgPiaiAnct6OST4TGx7SwchKb8rRmVv { display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #DQi9PpRQvm7bT7hNpJcuUQhreULGXoc7 {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #pObpRIK5U99s2UKquevvvKOo3TzwDuaS {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #z7PQXJ8l9UTUupl6SCztDL3IgUJyG6ko { display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #ZuwVAyE8pE5mKaq7MqXzSQyRrvZ39pF8 {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #ekcEbUgpAOdD7iazHFEkyTn32TmcQSvo {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #Bs7IGX38dqrrUPURMcoNqzpmLPQZ3QaO { display:block; }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #pcKcm2KzPNEUOLifNFDeCTHgQmuyMe9A {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #qiLMgJkwPcAnykyCybzymCCNRzUA38Iu {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #wklSmfDQAQPUmgiGkbZQJ2B3H0N3szbw {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #IrIHWQRu3A9Ibyo0Tz0ohc9N2k2OuCtw {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #IzGlWI1xIaWSMWBiKxBbLANlEPNdTcBQ {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #OMGQEsqbxAFUKDWoyxgb3JdT02XGmioS {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #DWG9UExertoNWqlBMxlLatMCNxNXepWH {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #WxyalDZpfLxkFeCMuZtJXJ6qtLxM3H11 {  }
 }@media only screen and (max-width: 763px) { #gVfQ49ATfqiM0QkVxqFvZGllV8e3oPOP #C7mIH6W3Gs8JEOV8vXx7sqcgRb7lXRqx {  }
 }@media only screen and (max-width: 763px) { #xDEbi3MesMcLq6gbz62waPqHSuDfa5uk { width:16.5625rem;height:4.94921875rem;top:4.2265625rem;left:1.71875rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ydmZrqzoW1v9eVBCKsiPvGm2G7g2XF6M { width:20rem;height:34.125rem;top:2.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #64ccb8, #00534d);background-image: -moz-linear-gradient(180deg, #64ccb8, #00534d);background-image: -ms-linear-gradient(180deg, #64ccb8, #00534d);background-image: -o-linear-gradient(180deg, #64ccb8, #00534d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#64ccb8', endColorstr='#00534d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#64ccb8', endColorstr='#00534d' );";background-image: linear-gradient(180deg, #64ccb8, #00534d);background-size:cover !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lXtXwcKBQG44uH6Qni7P7RUh8PpDJ6BV { width:16.375rem;height:6.2988125rem;top:10.0625rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e6LZ4JLnaNFusT6yJsIcnPsOMPc4IsMz { width:8.3125rem;height:16.75rem;top:14.875rem;left:11.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv { display:block; }#lEEm6Bx4QXrvNgCJhke4npk6ouq1iNIv > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyPNXMeZ5UBE7gN3iTvgW3dRTQAg6Mqg { width:20rem;height:1.54345625rem;top:0.5234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;color:#2d816f;display:block; }
 }@media only screen and (max-width: 763px) { #UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { background-color: transparent; background-image: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container > .video-iframe-container { display: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row > .video-iframe-container { display: none; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .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); }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { border-width: 0; border-radius: 0; }#UlDKZW6KlxeemUdeqmxRdFVP9S9J6aUB > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSilieUkXNooebm2xkKoOfruuMQh3VDN { width:20rem;height:25rem;top:0.8173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPGukpeABBvdfSKHWPWB04B6pCggi4eW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efddac7b-4c72-4bc0-b5cb-bc2bdc1caef9/backmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW.adaptive-delivery-prevent-bg, #nPGukpeABBvdfSKHWPWB04B6pCggi4eW.lazyload, #nPGukpeABBvdfSKHWPWB04B6pCggi4eW.lazyloading { background-image: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { background-color: transparent; background-image: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container > .video-iframe-container { display: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row > .video-iframe-container { display: none; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .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); }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { border-width: 0; border-radius: 0; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPGukpeABBvdfSKHWPWB04B6pCggi4eW > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoPup9PlMDM3dmzkEt0st5aVe6s1qehd { width:18.125rem;height:3.57421875rem;top:1.119140625rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.0625rem #005879;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { background-color: transparent; background-image: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container > .video-iframe-container { display: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row > .video-iframe-container { display: none; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .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); }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { border-width: 0; border-radius: 0; }#xLbRvl9cGTwHk54cZF2qhvgzJkmg7uVQ > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAGxdTpWN6i6Cy2OoiTcwgGrRpVteAHp { width:14.375rem;height:3.8125rem;top:0.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 { display:block; }#Rch002WRN0FOIll7xmRyeAwt9Pl0yh30 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObwgbzCh5oZuG8qTUvvDhZg53czP9W8S { width:20rem;height:8.125rem;top:1.25rem;left:0rem;display:block; }
 }