.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:254,245,218;--color-primary-1:253,222,130;--color-primary-2:251,188,5;--color-primary-3:126,94,3;--color-primary-4:38,28,1;--color-secondary-0:223,227,238;--color-secondary-1:160,170,205;--color-secondary-2:96,113,172;--color-secondary-3:56,78,151;--color-secondary-4:31,40,51;--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:"Lato";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,91,171,0.41); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,91,171,0.41); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:57.75rem;width:60rem;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { 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:2.75rem;width:11.875rem;top:1.280517578125rem;left:0rem;overflow:hidden;display:none; }
#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1.55078125rem;left:3.9375rem;height:2.7749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGVfO7As96S846e8UiphwhFx94peUQFO { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6543125rem;height:3.2793rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:50.9375rem;left:24.671875rem;display:block; }
#bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIzSSBQ1S7ySKMVd0f8wFCqJbMdOvZBX { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:41.2119140625rem;left:3.9375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dib9ItTlOa9GJWQv0fNLsqaibmGIuofx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.9375rem;width:49.9375rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.25rem;left:5.03125rem;overflow:hidden;display:block; }
#WbVT5U8rgILgh26pPdVGK2eBdBRzypba { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.75rem;width:43.1875rem;top:15.193359375rem;left:8.2529296875rem;display:block; }
#q45phGGEyJnwoscT0WAtl29i7RKlJkDi { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.8896484375rem;left:3.9375rem;height:2.7749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4lou5E1BEOBxwMRFDGZRT7ins6DkRos { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:44.4375rem;left:1.75rem;height:3.67480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e33d6e13-239e-46d6-9099-ce73d1032b8d/fitpeoplestandingtogetherandformingahurdle20231127045721utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,27,76,0.88); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,27,76,0.88); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;position:relative;display:block; }#oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { color:#060292;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.951171875rem;left:0rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.853515625rem;left:0rem;height:4.72411875rem;font-style:normal;display:block; }
#w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:16.451171875rem;left:0rem;height:20.396475rem;font-style:normal;display:block; }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.02) ;height:35.875rem;width:60rem;top:4.951171875rem;left:0rem;display:block; }
#TnuWwJSPv1Xfl14A5lgoBh3zPPeLgX5n { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.451171875rem;left:0rem;display:block; }
#tZ2L8dqFUoEdAnVNoltwksTmmIOD1Kbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGM2nv50DCLClq74Pvr03J8SdyArynqb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:15rem;top:4.951171875rem;left:30rem;overflow:hidden;display:block; }
#usG96qCWpiTRx40mQbOtmw4yRAI4g54l { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:18.0625rem;top:14.57666015625rem;left:40.9375rem;overflow:hidden;display:block; }
#vvMNd4XPPbZTXm9LHhgmuxhmZXl48K8I { position:absolute;display:block;z-index:14998;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:11.0625rem;width:20.125rem;top:27.54638671875rem;left:30rem;overflow:hidden;display:block; }
#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;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; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container { background-color: transparent; background-image: none; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container > .video-iframe-container { display: none; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row > .video-iframe-container { display: none; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .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); }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container { border-width: 0; border-radius: 0; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#CCWEXwZOJnh6TK6TgsiyXAyRZmH8mp8l { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:8.9375rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMX9NQaBcBdLJC0Qhwuxgn1ZBuAlaUNH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.125rem;left:9.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#HCzVZ4FTq59EavTk0XI4Z9bXW5SvMTGM { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:23.8125rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWs2ZMxWAzQG0CN2zNyJmocthA5IK3PU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.9375rem;left:25.5rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#rUm7sxhr7aLFqnnaTGTF1TXwkJlD0WCN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:39.6875rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#bzVWB9rBNPCeZguZVMrlN5V0fNATM0hG { position:absolute;display:block;z-index:15008;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.6875rem;width:7.5rem;top:3.9375rem;left:41.3125rem;overflow:hidden;display:block; }
#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35e3d459-b7eb-4a4f-9281-993e0da718c2/aerialshotofayachtsailingontheseaatdayti20231127051722utc.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR.adaptive-delivery-prevent-bg, #pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR.lazyload, #pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR.lazyloading { background-image: none; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container { background-color: transparent; background-image: none; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,27,76,0.86); }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container > .video-iframe-container { display: none; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,27,76,0.86); }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row > .video-iframe-container { display: none; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .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); }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container { border-width: 0; border-radius: 0; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container { font-size:0.875rem;font-family:arial;height:113.625rem;width:60rem;position:relative;display:block; }#tA5LQ7Tep5AqJ7TkgbqPNDWeQANHXS3F { color:#060292;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.6875rem;left:1.9375rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14rem;left:1.84375rem;height:;font-style:normal;display:block; }#CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#r8ebT0kEzTUhgKrmsq4PNyq81JeGwz4l { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.02) ;height:98.25rem;width:60rem;top:4.951171875rem;left:0rem;display:block; }
#SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:14rem;left:32.5rem;height:;font-style:normal;display:block; }#SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#DmVzO7hBZX4o9hQCAyB1P5oq1ieen9dQ { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:106.8115234375rem;left:19.65625rem;display:block; }
#JDesMTkHIzUTgvO0TiAHwu0LFNd1HI2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:rgba(var(--color-tertiary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1572265625rem;left:1.6875rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0Gp7ai2TfWIBu36eCud6HMmZzOrR4JF { color:#060292;display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:26.7890625rem;left:7.40625rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGHfsTAawpfUffmecIBxeRRqcwWg5Dt8 { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.7490234375rem;left:18.78125rem;display:block; }
#pbudTzCLFZ83xi7zFUhFKomygPhoT6TW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oh2X2ScNIcfOCsCluiLeERBtXvb03XCe { color:rgba(var(--color-tertiary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3447265625rem;left:1.6875rem;height:9.2607375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/cnbmkpne/a_man_lying_in_a_hammock_overlooking_the_ocean_th_2022_02_18_17_52_37_utc.jpg");background-position: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; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB.adaptive-delivery-prevent-bg, #Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB.lazyload, #Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB.lazyloading { background-image: none; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container { background-color: transparent; background-image: none; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.94); }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container > .video-iframe-container { display: none; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.94); }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row > .video-iframe-container { display: none; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .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); }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container { border-width: 0; border-radius: 0; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#HOdG6Pl15K7dk8wBRGWmJzuMBwWBZUDA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),0.41);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.9375rem;left:0rem;display:block; }
#DS69iMVszkMafd1Srd3vo7kavU8olgIQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:5.9140625rem;left:3.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iJa0FU1HgTzakaIgdsUCkOPr2Xc2L0y3 { position:absolute;display:block;z-index:15002;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:29.875rem;width:16.75rem;top:9.875rem;left:39rem;overflow:hidden;display:block; }
#nzyL0LGJz2ZMa0PotR7fWDUBpLHZf3AI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.3125rem 0.375rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:14.9375rem;width:19.9375rem;top:26.625rem;left:18.4375rem;overflow:hidden;display:block; }
#o7pesPhC1QF7bk7PK2m2ulCbrxabn3ri { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:17.90625rem;left:0rem;overflow:hidden;display:block; }
#E32grdQuEtq9DNWViVAnZHnnhT9FgN7q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem -0.5625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:19.25rem;width:14.4375rem;top:29.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#Eqq3MUIh4RedaX2nhdKcCrEmzHgv7X5S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem -0.75rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:16.3125rem;width:21.375rem;top:33rem;left:36.15625rem;overflow:hidden;display:block; }
#v2sqxGUUq23XGvCJefIyX36BbqKTC52l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:14.4375rem;top:8.4375rem;left:22.75rem;overflow:hidden;display:block; }
#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container { background-color: transparent; background-image: none; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container > .video-iframe-container { display: none; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row > .video-iframe-container { display: none; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .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); }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container { border-width: 0; border-radius: 0; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#hauCDJZHrF6uO7WRHQXN8PahuBEWILnr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { background-color: transparent; background-image: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .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); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { border-width: 0; border-radius: 0; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0ad7fdd2-fad3-4672-85db-8480d5c5542c/yachtsailingontheseaunderaclearbluesky20231127045550utc.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(238,248,253,0.29);border-left:0.0625rem solid rgba(238,248,253,0.29);border-right:0.0625rem solid rgba(238,248,253,0.29);border-bottom:0.0625rem solid rgba(238,248,253,0.29);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:1.28125rem;display:block; }#T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O.adaptive-delivery-prevent-bg, #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O.lazyload, #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O.lazyloading { background-image: none; }
#saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.2578125rem;left:12.9384765625rem;height:3.1494125rem;font-style:normal;display:block; }
#wr1q05NQgEfwX6DyUX4AWOB1rowK7esS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:42.1875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c94a61b-003e-4552-8b62-d25c2334222c/jumpingoverthesunsetashotoftwomotocrossr20231127050525utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #e5ebed;border-left:0.0625rem solid #e5ebed;border-right:0.0625rem solid #e5ebed;border-bottom:0.0625rem solid #e5ebed;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }#RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3.adaptive-delivery-prevent-bg, #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3.lazyload, #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3.lazyloading { background-image: none; }
#Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:2.2578125rem;left:42.1875rem;height:4.72411875rem;font-style:normal;display:block; }
#TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0rem;left:30rem;display:block; }
#cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:9.8125rem;left:12.9404296875rem;height:;font-style:normal;display:block; }
#XM0yD33wdUGrcAVFgxlP9cucIJ0TmOPv { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzM3AIqIyq4QTotyHS5bziBtu9LgUSeG { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:30rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwC2Ty79agpr6hRSl0UXHry13OMn7f9c { 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:31.25rem;width:31.25rem;display:none; }
#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container { background-color: transparent; background-image: none; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container > .video-iframe-container { display: none; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row > .video-iframe-container { display: none; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .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); }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container { border-width: 0; border-radius: 0; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#S3gxzhI8n17sxn3aqRouf9c8bQW7X8EO { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cfc1d1be-b49d-4aea-82ce-2443b7842f47/aguyliesrelaxedinahammockrestingandrelaxi20240122163916utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #eaf3f8;border-left:0.0625rem solid #eaf3f8;border-right:0.0625rem solid #eaf3f8;border-bottom:0.0625rem solid #eaf3f8;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:1.0908203125rem;display:block; }#S3gxzhI8n17sxn3aqRouf9c8bQW7X8EO.adaptive-delivery-prevent-bg, #S3gxzhI8n17sxn3aqRouf9c8bQW7X8EO.lazyload, #S3gxzhI8n17sxn3aqRouf9c8bQW7X8EO.lazyloading { background-image: none; }
#FTBPSXAy4t9K8uh7C3g7Fb3STsZKbkUW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:0rem;display:block; }
#NuZANE53tKlehkIQ0TSthcH1CABDwP7H { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ek0U2nG148ayH47Xt8hgsifmi3DFgwrX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.9931640625rem;left:12.9384765625rem;height:1.75rem;font-style:normal;display:block; }
#yF5D9OByGpUvlEKcw9Cns4NxXagTk1nn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:5.96484375rem;left:42.9375rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fUIOCbFziENC8WHTFRDZmnCUq9yMzwZl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b8bf8096-e076-461c-bcd1-54b8c07bd51e/lookatthatgirloverthere20231127045838utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #eaeff1;border-left:0.0625rem solid #eaeff1;border-right:0.0625rem solid #eaeff1;border-bottom:0.0625rem solid #eaeff1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:31.4375rem;display:block; }#fUIOCbFziENC8WHTFRDZmnCUq9yMzwZl.adaptive-delivery-prevent-bg, #fUIOCbFziENC8WHTFRDZmnCUq9yMzwZl.lazyload, #fUIOCbFziENC8WHTFRDZmnCUq9yMzwZl.lazyloading { background-image: none; }
#bTXU7mxOllapT4IIXaVkJeCfnbbRAz5Q { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:2.1240234375rem;left:42.8759765625rem;height:1.48730625rem;font-style:normal;display:block; }
#zC8TZKKky9zaEQaREQ8rs54HIBidWbJf { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:30rem;display:block; }
#v8I5MwV4l6AGDTpuqikBq3TMPL8tFe2U { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V5LD9ugRkmFtH9aD3QIT1BOvmerDgCBc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.86328125rem;left:12.9404296875rem;height:;font-style:normal;display:block; }
#raMECwMO3TPrkvIi8G91pT7LnSaazwup { position:absolute;display:block;z-index:15021;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:13.1875rem;width:13.1875rem;top:15.3125rem;left:0.5625rem;overflow:hidden;display:none; }
#SCEPu19I7foTzkK5LGRxavyREGi7p3US { 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:31.25rem;width:31.25rem;display:none; }
#XaUa0hsVzEee0nZtLnZUuMk1KD47pkUn { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WqxSZ0ZxJVhAlB3ocs0TLubtZxUqTPxP { 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:31.25rem;width:31.25rem;display:none; }
#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container { background-color: transparent; background-image: none; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container > .video-iframe-container { display: none; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row > .video-iframe-container { display: none; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .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); }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container { border-width: 0; border-radius: 0; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#UKzQSnhxhIxSqIioUJLeN0RalI2Q1vdm { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c6fd823a-0ca0-4925-8ad6-8ad049643e8f/rearviewofaudienceintheconferencehallorse20240223050418utc1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f1f7fa;border-left:0.0625rem solid #f1f7fa;border-right:0.0625rem solid #f1f7fa;border-bottom:0.0625rem solid #f1f7fa;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:1.34375rem;display:block; }#UKzQSnhxhIxSqIioUJLeN0RalI2Q1vdm.adaptive-delivery-prevent-bg, #UKzQSnhxhIxSqIioUJLeN0RalI2Q1vdm.lazyload, #UKzQSnhxhIxSqIioUJLeN0RalI2Q1vdm.lazyloading { background-image: none; }
#ceCG9wpN9vNGQnMqV9xyhbQq9Xaqp6LS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#CTAAXTInHqFENNObgPk5JfbMqOCosTl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.767578125rem;left:12.9384765625rem;height:3.1494125rem;font-style:normal;display:block; }
#JMMtE2Td6J1FAd8H2o9J6Ak01sgNnTN1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea1e2bcb-b0a3-47f8-b254-2b6b1387faf9/professionaldiversebusinesshavingcollaboration20240313194756utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }#JMMtE2Td6J1FAd8H2o9J6Ak01sgNnTN1.adaptive-delivery-prevent-bg, #JMMtE2Td6J1FAd8H2o9J6Ak01sgNnTN1.lazyload, #JMMtE2Td6J1FAd8H2o9J6Ak01sgNnTN1.lazyloading { background-image: none; }
#WW2m2Tfm7Cvamdq3Ap0epKfTCJ14a49T { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0rem;left:30rem;display:block; }
#kg7NonPOwH6HIOtKuLvaTgM1ngnbGa0r { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:6.95703125rem;left:42.8759765625rem;height:8.57225rem;font-style:normal;display:block; }
#TAlK5PeaPLZ6ruqk9NqLpqD0DJWsf73w { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:7.40625rem;left:12.9384765625rem;height:;font-style:normal;display:block; }
#xCL3q66IEtT19ogNUFFGvur7OmG59fw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:2.767578125rem;left:42.8759765625rem;height:1.57470625rem;font-style:normal;display:block; }
#AbLzLNLzkTHtBAS5mrc4okKUJBQUO4FS { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#peEUWs37dtl9TNzsB5Tx6iSdTeSiTddE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.94140625rem;left:1.46875rem;height:1.86865rem;display:block; }
#OcPpgXU50sqXpdnPDQJWVilLsnLJTWXI { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0.94140625rem;left:31.4375rem;height:1.86865rem;display:block; }
#Qbn4UhvFDdxzp7vlb1vr7O32nLrKQ0mQ { 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:31.25rem;width:31.25rem;display:none; }
#GiFR59d08TnusBPMImX501TRyeDIVA02 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.94140625rem;left:1.34375rem;height:1.8681625rem;display:none; }
#dvdTNicvOdCvavuRcozfgUNrvscw37HH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container { background-color: transparent; background-image: none; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container > .video-iframe-container { display: none; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row > .video-iframe-container { display: none; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .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); }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container { border-width: 0; border-radius: 0; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#LebUTrMilxFvnqC0uilkGGTn0PpmyDL0 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/22c1cadd-6af2-4ee9-9d64-5a507de33a5b/1x12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f3f8fb;border-left:0.0625rem solid #f3f8fb;border-right:0.0625rem solid #f3f8fb;border-bottom:0.0625rem solid #f3f8fb;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:1rem;display:block; }#LebUTrMilxFvnqC0uilkGGTn0PpmyDL0.adaptive-delivery-prevent-bg, #LebUTrMilxFvnqC0uilkGGTn0PpmyDL0.lazyload, #LebUTrMilxFvnqC0uilkGGTn0PpmyDL0.lazyloading { background-image: none; }
#qD7P0OOfuDuzk5W8Hqe5M2SltuK84dLL { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:0rem;display:block; }
#szVI1QyVmdcCM3fw8Bwi0H4SlPUESlwk { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IaXaJEHtQdpGvr1pPSe90fLJtpzXaC9p { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.140625rem;left:12.9384765625rem;height:1.75rem;font-style:normal;display:block; }
#ARCgH5rgOQ7dCCWzP1koFya0IpV6ryur { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fe279c12-f392-4ea0-a0ca-3348fd43bcb8/malebusinessexecutiveatconferencecenter20231127045938utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f1f9fd;border-left:0.0625rem solid #f1f9fd;border-right:0.0625rem solid #f1f9fd;border-bottom:0.0625rem solid #f1f9fd;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }#ARCgH5rgOQ7dCCWzP1koFya0IpV6ryur.adaptive-delivery-prevent-bg, #ARCgH5rgOQ7dCCWzP1koFya0IpV6ryur.lazyload, #ARCgH5rgOQ7dCCWzP1koFya0IpV6ryur.lazyloading { background-image: none; }
#P8wuo7odKuCMTs0Gt3LRJBsF1iOeXrkM { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:30rem;display:block; }
#tCQiKVuubGcX8WuS5F1oRQ9KvQwqkKC7 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WveX3u4t1rTvWD8SRXmTowdgO3AcISID { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.55859375rem;left:42.8759765625rem;height:7.347625rem;font-style:normal;display:block; }
#NLrG6U1wBiWTK8MCdmslvD5xdU0wrQh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.55859375rem;left:12.9404296875rem;height:7.347625rem;font-style:normal;display:block; }
#mufxQ8utQooVPrmokvoMc3vkBuamSDII { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:2.140625rem;left:42.8759765625rem;height:1.75rem;font-style:normal;display:block; }
#tCLiQAelZsTGHGLK9RUxPQV1SiDDHmKo { 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:31.25rem;width:31.25rem;display:none; }
#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/591424ed-8905-4d90-8503-663d48e70b3b/vibrantlandscapeonthewestcoastofpacificoce20231127052747utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT.adaptive-delivery-prevent-bg, #T18Zr33hBuxtgUsHILKuU9SN45eLHAfT.lazyload, #T18Zr33hBuxtgUsHILKuU9SN45eLHAfT.lazyloading { background-image: none; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container { background-color: transparent; background-image: none; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container > .video-iframe-container { display: none; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row > .video-iframe-container { display: none; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .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); }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container { border-width: 0; border-radius: 0; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#g1JXevTsZuguHcW3ddNuXtgsN8vhEzTK { color:#060292;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.318359375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcbhmRmNrFTvQ8V4AsGNXvrcTh4d3LWi { color:rgba(var(--color-tertiary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:2.3125rem;height:6.82425rem;text-align:left;text-align-last:left;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; }
#nZS5pPetQBWie8epE7wS5uFTMQlPhRnE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.24609375rem;left:1.6875rem;height:8.530275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSMHJrwtdue1a7hch1AP5Px9HPTRsugI { position:relative;display:none; }#zSMHJrwtdue1a7hch1AP5Px9HPTRsugI { border-width: 0; border-radius: 0; }#zSMHJrwtdue1a7hch1AP5Px9HPTRsugI > .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; }#zSMHJrwtdue1a7hch1AP5Px9HPTRsugI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:100rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xpBcZLMivR3FyEM2PAhJrtoXTX12GkXl { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8623046875rem;left:8.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5.9075527191162rem;left:0rem;height:90.961875rem;font-style:normal;display:block; }#VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:5.9072265625rem;left:20.09375rem;height:54.577125rem;font-style:normal;display:block; }#E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:5.9072265625rem;left:40.1875rem;height:;font-style:normal;display:block; }#OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container { background-color: transparent; background-image: none; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container > .video-iframe-container { display: none; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row > .video-iframe-container { display: none; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .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); }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container { border-width: 0; border-radius: 0; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#q9VAoXO6Um7D9FPAsaiQnD1bbSJ5rDxn { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5498046875rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#OUBEKTMfkAmJJHmvwGs1MJIUXsFz1nNN { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }
#X5HvtPl0potkTFvK7tXmTM1JA6vX2CoJ { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.1748046875rem;left:32.78125rem;display:block; }
#h9mHKD9FboCs92ILW8abwaTuoky3T1eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWpSsqpOVdIp8lr7r5fZE4Nh6pn7vXJZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:11.1123046875rem;left:20.09375rem;overflow:hidden;display:block; }
#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.adaptive-delivery-prevent-bg, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyload, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyloading { background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { border-width: 0; border-radius: 0; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#CrJbOLAOb7vPPt6TsHpSfSm96AcIMmA5 { position:absolute;display:block;z-index:14994;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:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.375rem;top:0rem;left:0.8125rem;display:block; }
#q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { position:absolute;display:block;z-index:14995;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7.03125rem;display:block; }
#pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.6875rem;left:2.4375rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { color:rgba(var(--color-secondary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.25rem;left:2.4375rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MHoocEeef13TzzvV71s98dRCUhCeT9M1 { position:absolute;display:block;z-index:15000;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:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.375rem;top:0rem;left:20.25rem;display:block; }
#q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { color:rgba(var(--color-secondary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.25rem;left:21.625rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:11.6875rem;left:21.875rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { position:absolute;display:block;z-index:15001;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:26.5rem;display:block; }
#rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { position:absolute;display:block;z-index:15006;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:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.375rem;top:0rem;left:39.6875rem;display:block; }
#zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { color:rgba(var(--color-secondary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.25rem;left:41.3125rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:11.6875rem;left:41.3125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { position:absolute;display:block;z-index:15007;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:45.9375rem;display:block; }
#Oq0Lm4STiVhTZH6R5krTBsGW7NubbQoi { box-sizing:content-box;color:#f5494f;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:block;z-index:15001;top:4.53125rem;left:9rem;display:block; }
#yTqfsz4VTBz349GlqfX52thWF7dhyHIS { box-sizing:content-box;color:#f5494f;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:block;z-index:15002;top:4.591796875rem;left:28.4375rem;display:block; }
#Z7a1I0OFyN1Ba2AIE32nB6dx98Bv2EQo { box-sizing:content-box;color:#f5494f;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:block;z-index:15020;top:4.53125rem;left:48.4375rem;display:block; }
#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);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;z-index:auto;display:block; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container { background-color: transparent; background-image: none; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container > .video-iframe-container { display: none; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row > .video-iframe-container { display: none; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .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); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container { border-width: 0; border-radius: 0; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#BXGWoZxvf5TXdyEHLWGOAyppd85oM4iC { color:#322c60;display:block;width:26.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:0.6875rem;height:1.13720625rem;display:block; }
#zh8d6JyQEtJcplfqOF9UvT0lVC0hx3ay { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:42.53125rem;display:block; }
#EmhOn4oBxd2umsBJeFoOvapTpFz6muEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMC21XDdiabGiDTDeTDEpWRT0eGo0oAJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:1.625rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:1.375rem;left:52.96875rem;display:block; }
#uPvUOaMOU0n1JvUbzvZor1Qi3KqKTM1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:11.875rem;height:2.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:47.75rem;height:2.75rem;top:1.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:10.625rem;height:3.25rem;top:50.9375rem;left:18.546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #aIzSSBQ1S7ySKMVd0f8wFCqJbMdOvZBX { width:47.75rem;height:2.4375rem;top:41.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dib9ItTlOa9GJWQv0fNLsqaibmGIuofx { width:29.125rem;height:17.25rem;top:20.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbVT5U8rgILgh26pPdVGK2eBdBRzypba { top:15.1875rem;left:2.1279296875rem;width:43.1875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q45phGGEyJnwoscT0WAtl29i7RKlJkDi { width:47.75rem;height:2.75rem;top:4.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4lou5E1BEOBxwMRFDGZRT7ins6DkRos { width:47.75rem;height:3.625rem;top:44.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:17.1875rem;height:2.6875rem;top:4.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { width:27.375rem;height:4.6875rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { width:27.375rem;height:22.0625rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:4.9375rem;left:0rem;width:47.75rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnuWwJSPv1Xfl14A5lgoBh3zPPeLgX5n { width:21.1875rem;height:3.3125rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ2L8dqFUoEdAnVNoltwksTmmIOD1Kbm { display:block; }
 }@media only screen and (max-width: 763px) { #TGM2nv50DCLClq74Pvr03J8SdyArynqb { top:4.9375rem;left:23.875rem;width:15rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usG96qCWpiTRx40mQbOtmw4yRAI4g54l { top:14.5625rem;left:29.6875rem;width:18.0625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMNd4XPPbZTXm9LHhgmuxhmZXl48K8I { top:27.5rem;left:23.875rem;width:20.125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ { display:block; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCWEXwZOJnh6TK6TgsiyXAyRZmH8mp8l { width:12.5rem;height:5.0625rem;top:3rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMX9NQaBcBdLJC0Qhwuxgn1ZBuAlaUNH { width:11.25rem;height:6rem;top:9.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzVZ4FTq59EavTk0XI4Z9bXW5SvMTGM { width:12.5rem;height:5.0625rem;top:3rem;left:11.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWs2ZMxWAzQG0CN2zNyJmocthA5IK3PU { width:9.0625rem;height:3.375rem;top:8.9375rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUm7sxhr7aLFqnnaTGTF1TXwkJlD0WCN { width:10.75rem;height:6.75rem;top:9.1875rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzVWB9rBNPCeZguZVMrlN5V0fNATM0hG { top:3.9375rem;left:28.3125rem;width:7.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR { display:block; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA5LQ7Tep5AqJ7TkgbqPNDWeQANHXS3F { width:23.6875rem;height:5.375rem;top:6.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ { width:26.3125rem;height:;top:14rem;left:0rem;font-size:0.875rem;display:block; }#CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #r8ebT0kEzTUhgKrmsq4PNyq81JeGwz4l { top:4.9375rem;left:0rem;width:47.75rem;height:98.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G { width:25rem;height:;top:14rem;left:22.75rem;font-size:0.875rem;display:block; }#SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #DmVzO7hBZX4o9hQCAyB1P5oq1ieen9dQ { width:20.6875rem;height:3.3125rem;top:106.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDesMTkHIzUTgvO0TiAHwu0LFNd1HI2k { display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:47.75rem;height:6.125rem;top:3.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Gp7ai2TfWIBu36eCud6HMmZzOrR4JF { width:45.1875rem;height:4.1875rem;top:26.75rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHfsTAawpfUffmecIBxeRRqcwWg5Dt8 { width:20.6875rem;height:3.3125rem;top:33.6875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbudTzCLFZ83xi7zFUhFKomygPhoT6TW { display:block; }
 }@media only screen and (max-width: 763px) { #oh2X2ScNIcfOCsCluiLeERBtXvb03XCe { width:47.75rem;height:9.25rem;top:13.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB { display:block; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOdG6Pl15K7dk8wBRGWmJzuMBwWBZUDA { width:9.25rem;height:10.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS69iMVszkMafd1Srd3vo7kavU8olgIQ { width:19.9375rem;height:7.375rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJa0FU1HgTzakaIgdsUCkOPr2Xc2L0y3 { width:16.75rem;height:29.875rem;top:9.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzyL0LGJz2ZMa0PotR7fWDUBpLHZf3AI { width:19.9375rem;height:14.9375rem;top:26.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7pesPhC1QF7bk7PK2m2ulCbrxabn3ri { width:21.3125rem;height:15.9375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32grdQuEtq9DNWViVAnZHnnhT9FgN7q { width:14.4375rem;height:19.25rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqq3MUIh4RedaX2nhdKcCrEmzHgv7X5S { width:21.375rem;height:16.3125rem;top:33rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2sqxGUUq23XGvCJefIyX36BbqKTC52l { width:14.4375rem;height:19.3125rem;top:8.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ { display:block; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hauCDJZHrF6uO7WRHQXN8PahuBEWILnr { width:47.75rem;height:2.875rem;top:4.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:17.0625rem;height:4.6875rem;top:2.25rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1q05NQgEfwX6DyUX4AWOB1rowK7esS { top:9.8125rem;left:29.9375rem;width:17.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { width:10.75rem;height:10.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:4.6875rem;top:2.25rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { width:3.75rem;height:3.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.0625rem;height:6.0625rem;top:9.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM0yD33wdUGrcAVFgxlP9cucIJ0TmOPv { width:3.75rem;height:1.75rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM3AIqIyq4QTotyHS5bziBtu9LgUSeG { width:3.75rem;height:1.75rem;top:0.9375rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwC2Ty79agpr6hRSl0UXHry13OMn7f9c { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S { display:block; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3gxzhI8n17sxn3aqRouf9c8bQW7X8EO { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBPSXAy4t9K8uh7C3g7Fb3STsZKbkUW { width:3.75rem;height:3.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZANE53tKlehkIQ0TSthcH1CABDwP7H { width:3.75rem;height:1.6875rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek0U2nG148ayH47Xt8hgsifmi3DFgwrX { width:17.0625rem;height:1.75rem;top:1.9375rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF5D9OByGpUvlEKcw9Cns4NxXagTk1nn { top:5.9375rem;left:30.6875rem;width:17.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUIOCbFziENC8WHTFRDZmnCUq9yMzwZl { width:10.8125rem;height:10.8125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXU7mxOllapT4IIXaVkJeCfnbbRAz5Q { width:17.0625rem;height:1.4375rem;top:2.0625rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC8TZKKky9zaEQaREQ8rs54HIBidWbJf { width:3.75rem;height:3.75rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8I5MwV4l6AGDTpuqikBq3TMPL8tFe2U { width:3.75rem;height:1.6875rem;top:9.3125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5LD9ugRkmFtH9aD3QIT1BOvmerDgCBc { width:17.0625rem;height:2.4375rem;top:5.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMECwMO3TPrkvIi8G91pT7LnSaazwup { top:15.3125rem;left:0rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCEPu19I7foTzkK5LGRxavyREGi7p3US { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaUa0hsVzEee0nZtLnZUuMk1KD47pkUn { width:3.75rem;height:1.75rem;top:2.375rem;left:1.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqxSZ0ZxJVhAlB3ocs0TLubtZxUqTPxP { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W { display:block; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKzQSnhxhIxSqIioUJLeN0RalI2Q1vdm { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceCG9wpN9vNGQnMqV9xyhbQq9Xaqp6LS { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTAAXTInHqFENNObgPk5JfbMqOCosTl7 { width:17.0625rem;height:3.125rem;top:2.75rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMMtE2Td6J1FAd8H2o9J6Ak01sgNnTN1 { width:10.75rem;height:10.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW2m2Tfm7Cvamdq3Ap0epKfTCJ14a49T { width:3.75rem;height:3.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg7NonPOwH6HIOtKuLvaTgM1ngnbGa0r { width:16.5625rem;height:9.75rem;top:6.9375rem;left:31.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAlK5PeaPLZ6ruqk9NqLpqD0DJWsf73w { width:16.3125rem;height:6.0625rem;top:7.375rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCL3q66IEtT19ogNUFFGvur7OmG59fw3 { width:17.0625rem;height:1.5625rem;top:2.75rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLzLNLzkTHtBAS5mrc4okKUJBQUO4FS { width:3.75rem;height:1.75rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peEUWs37dtl9TNzsB5Tx6iSdTeSiTddE { top:0.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPpgXU50sqXpdnPDQJWVilLsnLJTWXI { top:0.9375rem;left:23.875rem;width:1.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbn4UhvFDdxzp7vlb1vr7O32nLrKQ0mQ { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiFR59d08TnusBPMImX501TRyeDIVA02 { top:27.3125rem;left:2.875rem;width:1.125rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvdTNicvOdCvavuRcozfgUNrvscw37HH { display:block; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LebUTrMilxFvnqC0uilkGGTn0PpmyDL0 { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD7P0OOfuDuzk5W8Hqe5M2SltuK84dLL { width:3.75rem;height:3.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szVI1QyVmdcCM3fw8Bwi0H4SlPUESlwk { width:3.75rem;height:1.75rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaXaJEHtQdpGvr1pPSe90fLJtpzXaC9p { width:17.0625rem;height:1.75rem;top:2.125rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCgH5rgOQ7dCCWzP1koFya0IpV6ryur { width:10.75rem;height:10.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8wuo7odKuCMTs0Gt3LRJBsF1iOeXrkM { width:3.75rem;height:3.75rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQiKVuubGcX8WuS5F1oRQ9KvQwqkKC7 { width:3.75rem;height:1.75rem;top:9.3125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveX3u4t1rTvWD8SRXmTowdgO3AcISID { width:16.5625rem;height:7.3125rem;top:5.5rem;left:31.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLrG6U1wBiWTK8MCdmslvD5xdU0wrQh9 { width:14.875rem;height:8.5625rem;top:5.5rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mufxQ8utQooVPrmokvoMc3vkBuamSDII { width:17.0625rem;height:1.75rem;top:2.125rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCLiQAelZsTGHGLK9RUxPQV1SiDDHmKo { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T18Zr33hBuxtgUsHILKuU9SN45eLHAfT { display:block; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1JXevTsZuguHcW3ddNuXtgsN8vhEzTK { width:47.75rem;height:2.875rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcbhmRmNrFTvQ8V4AsGNXvrcTh4d3LWi { width:47.75rem;height:8.5rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZS5pPetQBWie8epE7wS5uFTMQlPhRnE { width:47.75rem;height:10.1875rem;top:25.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMHJrwtdue1a7hch1AP5Px9HPTRsugI { display:block; }#zSMHJrwtdue1a7hch1AP5Px9HPTRsugI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpBcZLMivR3FyEM2PAhJrtoXTX12GkXl { width:43.5rem;height:;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO { width:19.8125rem;height:90.9375rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }#VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC { width:19.8125rem;height:;top:5.875rem;left:11.9375rem;font-size:0.875rem;display:block; }#E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M { width:19.8125rem;height:;top:5.875rem;left:27.8125rem;font-size:0.875rem;display:block; }#OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ { display:block; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9VAoXO6Um7D9FPAsaiQnD1bbSJ5rDxn { width:43.5rem;height:5.8125rem;top:3.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUBEKTMfkAmJJHmvwGs1MJIUXsFz1nNN { width:36.5625rem;height:3.5625rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HvtPl0potkTFvK7tXmTM1JA6vX2CoJ { width:25.4375rem;height:3.3125rem;top:17.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mHKD9FboCs92ILW8abwaTuoky3T1eo { display:block; }
 }@media only screen and (max-width: 763px) { #KWpSsqpOVdIp8lr7r5fZE4Nh6pn7vXJZ { top:11.0625rem;left:13.96875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrJbOLAOb7vPPt6TsHpSfSm96AcIMmA5 { width:19.375rem;height:23.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:5.0625rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.75rem;height:2.5rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHoocEeef13TzzvV71s98dRCUhCeT9M1 { width:19.375rem;height:23.8125rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { width:16.75rem;height:2.5rem;top:19.25rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.75rem;height:5.0625rem;top:11.6875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.5rem;top:19.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { width:16.75rem;height:5.0625rem;top:11.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0Lm4STiVhTZH6R5krTBsGW7NubbQoi { top:4.5rem;left:6.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTqfsz4VTBz349GlqfX52thWF7dhyHIS { top:4.5625rem;left:22.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7a1I0OFyN1Ba2AIE32nB6dx98Bv2EQo { top:4.5rem;left:38.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 { display:block; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXGWoZxvf5TXdyEHLWGOAyppd85oM4iC { width:26.875rem;height:1.125rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh8d6JyQEtJcplfqOF9UvT0lVC0hx3ay { width:8.875rem;height:1.625rem;top:1.375rem;left:36.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhOn4oBxd2umsBJeFoOvapTpFz6muEV { display:block; }
 }@media only screen and (max-width: 763px) { #wMC21XDdiabGiDTDeTDEpWRT0eGo0oAJ { width:4.125rem;height:1.625rem;top:1.375rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvUOaMOU0n1JvUbzvZor1Qi3KqKTM1y { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6fd823a-0ca0-4925-8ad6-8ad049643e8f/rearviewofaudienceintheconferencehallorse20240223050418utc1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,91,171,0.8); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,91,171,0.8); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:10.8125rem;height:2.5rem;top:1.312255859375rem;left:4.99755859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:19.9375rem;height:3.29980625rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:8.0625rem;height:2.5rem;top:32.59375rem;left:5.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #aIzSSBQ1S7ySKMVd0f8wFCqJbMdOvZBX { width:20rem;height:1.19970625rem;top:25.01953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #Dib9ItTlOa9GJWQv0fNLsqaibmGIuofx { width:20rem;height:11.216022889843rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbVT5U8rgILgh26pPdVGK2eBdBRzypba { height:8.75rem;width:15.9375rem;top:14.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q45phGGEyJnwoscT0WAtl29i7RKlJkDi { width:20rem;height:3.82470625rem;top:7.3583984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #O4lou5E1BEOBxwMRFDGZRT7ins6DkRos { width:20rem;height:3.673825rem;top:27.69384765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#f9f3ff;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:17.1875rem;height:1.79980625rem;top:3.25rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { width:18.9355625rem;height:5.5996125rem;top:6.9375rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { width:18.75rem;height:20.7129125rem;top:13.75rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:32.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnuWwJSPv1Xfl14A5lgoBh3zPPeLgX5n { width:12.8125rem;height:3.249025rem;top:60.5rem;left:3.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ2L8dqFUoEdAnVNoltwksTmmIOD1Kbm { display:block; }
 }@media only screen and (max-width: 763px) { #TGM2nv50DCLClq74Pvr03J8SdyArynqb { width:12.4375rem;height:9.3125rem;top:35.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #usG96qCWpiTRx40mQbOtmw4yRAI4g54l { width:11.75rem;height:8.8125rem;top:40.5029296875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMNd4XPPbZTXm9LHhgmuxhmZXl48K8I { width:15.75rem;height:8.75rem;top:48.1904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ { display:block; }#FRTGd9JWSMlrrCwBlFvz3NBSV3q6UWxZ > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCWEXwZOJnh6TK6TgsiyXAyRZmH8mp8l { width:9rem;height:2.76220625rem;top:1.9375rem;left:5.5625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMX9NQaBcBdLJC0Qhwuxgn1ZBuAlaUNH { width:9.0625rem;height:4.875rem;top:5.25rem;left:5.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCzVZ4FTq59EavTk0XI4Z9bXW5SvMTGM { width:8.25rem;height:2.76220625rem;top:11.65625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWs2ZMxWAzQG0CN2zNyJmocthA5IK3PU { width:9.0625rem;height:2.44921875rem;top:15.82421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rUm7sxhr7aLFqnnaTGTF1TXwkJlD0WCN { width:9.0625rem;height:5.25rem;top:15.82421875rem;left:10.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzVWB9rBNPCeZguZVMrlN5V0fNATM0hG { width:5.4375rem;height:2.625rem;top:11.71875rem;left:12.940789473684rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR { display:block; }#pfFEc6LyieZfrQuHgWTGr5sSB4OhZ3TR > .row .container { width:20rem;height:173.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA5LQ7Tep5AqJ7TkgbqPNDWeQANHXS3F { width:20rem;height:1.42480625rem;top:1.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ { width:20rem;height:89.234375rem;top:4.54296875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#CEUfS9xqhXZVVbVGN89U1ITrFWgebESQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #r8ebT0kEzTUhgKrmsq4PNyq81JeGwz4l { width:20rem;height:44.3125rem;top:2.37548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G { width:20rem;height:70.055rem;top:94.9111328125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#SDZXCn1lxpf3UMxGqPn3iUA7I2xgtZ3G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #DmVzO7hBZX4o9hQCAyB1P5oq1ieen9dQ { width:12.8125rem;height:3.25rem;top:167.015625rem;left:3.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDesMTkHIzUTgvO0TiAHwu0LFNd1HI2k { display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:9.75rem;top:1.280517578125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0Gp7ai2TfWIBu36eCud6HMmZzOrR4JF { width:20rem;height:4.048825rem;top:28.873046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGHfsTAawpfUffmecIBxeRRqcwWg5Dt8 { width:19rem;height:3.3125rem;top:35.5078125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbudTzCLFZ83xi7zFUhFKomygPhoT6TW { display:block; }
 }@media only screen and (max-width: 763px) { #oh2X2ScNIcfOCsCluiLeERBtXvb03XCe { width:20rem;height:13.40625rem;top:12.6328125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB { display:block; }#Vp3k6PXSuSgcaUw8vLKS0diebHR8DpzB > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOdG6Pl15K7dk8wBRGWmJzuMBwWBZUDA { width:5.0625rem;height:5.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS69iMVszkMafd1Srd3vo7kavU8olgIQ { width:12.4375rem;height:4.125rem;top:3.15625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJa0FU1HgTzakaIgdsUCkOPr2Xc2L0y3 { width:9.25rem;height:16.5rem;top:4.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzyL0LGJz2ZMa0PotR7fWDUBpLHZf3AI { width:12.8125rem;height:9.375rem;top:11.3125rem;left:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.3125rem 0.375rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #o7pesPhC1QF7bk7PK2m2ulCbrxabn3ri { width:11.1875rem;height:8.375rem;top:34.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32grdQuEtq9DNWViVAnZHnnhT9FgN7q { width:9.4375rem;height:12.625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqq3MUIh4RedaX2nhdKcCrEmzHgv7X5S { width:11.8125rem;height:8.9375rem;top:20.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem -0.75rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #v2sqxGUUq23XGvCJefIyX36BbqKTC52l { width:9.9375rem;height:13.3125rem;top:21.625rem;left:10.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ { display:block; }#BT3E5SBlw3oIPkKCQDSMKfzwBSJcBTaJ > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hauCDJZHrF6uO7WRHQXN8PahuBEWILnr { width:20rem;height:1.94970625rem;top:1.280517578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:17.125rem;height:2.9746125rem;top:12.6875rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wr1q05NQgEfwX6DyUX4AWOB1rowK7esS { width:17.8125rem;height:5.6860375rem;top:42.5rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { width:10.75rem;height:10.75rem;top:25.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:4.4619125rem;top:37.3125rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { width:3.75rem;height:3.75rem;top:25.1240234375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.0605625rem;height:6.12305rem;top:16.9375rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XM0yD33wdUGrcAVFgxlP9cucIJ0TmOPv { width:3.75rem;height:1.7871125rem;top:2.23046875rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzM3AIqIyq4QTotyHS5bziBtu9LgUSeG { width:3.75rem;height:1.7871125rem;top:26.10546875rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwC2Ty79agpr6hRSl0UXHry13OMn7f9c { top:26.10546875rem;left:0rem;width:13.3125rem;height:13.3125rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S { display:block; }#eWcVE0mBR7Pa6QAxqW4zmZLuvALdsu6S > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3gxzhI8n17sxn3aqRouf9c8bQW7X8EO { width:10.8125rem;height:10.8125rem;top:1.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBPSXAy4t9K8uh7C3g7Fb3STsZKbkUW { width:3.75rem;height:3.75rem;top:2rem;left:4.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NuZANE53tKlehkIQ0TSthcH1CABDwP7H { width:3.75rem;height:1.7871125rem;top:3rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ek0U2nG148ayH47Xt8hgsifmi3DFgwrX { width:17.125rem;height:1.48730625rem;top:13.25rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yF5D9OByGpUvlEKcw9Cns4NxXagTk1nn { width:17.8125rem;height:3.41161875rem;top:34.125rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUIOCbFziENC8WHTFRDZmnCUq9yMzwZl { width:10.75rem;height:10.75rem;top:20.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXU7mxOllapT4IIXaVkJeCfnbbRAz5Q { width:17.0625rem;height:1.48730625rem;top:31.9375rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zC8TZKKky9zaEQaREQ8rs54HIBidWbJf { width:3.75rem;height:3.75rem;top:20.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8I5MwV4l6AGDTpuqikBq3TMPL8tFe2U { width:3.75rem;height:1.7871125rem;top:21.125rem;left:4.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5LD9ugRkmFtH9aD3QIT1BOvmerDgCBc { width:17.0615rem;height:2.44921875rem;top:15.5625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raMECwMO3TPrkvIi8G91pT7LnSaazwup { width:13.625rem;height:13.625rem;top:0rem;left:3.40625rem;overflow:hidden;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #SCEPu19I7foTzkK5LGRxavyREGi7p3US { top:0rem;left:3.28125rem;width:13.4375rem;height:13.4375rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XaUa0hsVzEee0nZtLnZUuMk1KD47pkUn { width:3.75rem;height:1.7871125rem;top:3rem;left:4.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WqxSZ0ZxJVhAlB3ocs0TLubtZxUqTPxP { top:21.28125rem;left:3.625rem;width:12.75rem;height:12.75rem;z-index:15031;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W { display:block; }#zi8m0TA45rVMMDOKEikeLUUWr6sSdG0W > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKzQSnhxhIxSqIioUJLeN0RalI2Q1vdm { width:10.8125rem;height:10.8125rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceCG9wpN9vNGQnMqV9xyhbQq9Xaqp6LS { width:3.75rem;height:3.75rem;top:0rem;left:4.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CTAAXTInHqFENNObgPk5JfbMqOCosTl7 { width:17.125rem;height:2.9746125rem;top:11.4375rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMMtE2Td6J1FAd8H2o9J6Ak01sgNnTN1 { width:10.75rem;height:10.75rem;top:23.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW2m2Tfm7Cvamdq3Ap0epKfTCJ14a49T { width:3.75rem;height:3.75rem;top:23.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg7NonPOwH6HIOtKuLvaTgM1ngnbGa0r { width:17.0625rem;height:8.57225rem;top:37.625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAlK5PeaPLZ6ruqk9NqLpqD0DJWsf73w { width:17.0610625rem;height:6.12305rem;top:15.0625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCL3q66IEtT19ogNUFFGvur7OmG59fw3 { width:17.0625rem;height:1.48730625rem;top:35.3125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbLzLNLzkTHtBAS5mrc4okKUJBQUO4FS { width:3.75rem;height:0;top:2.23046875rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #peEUWs37dtl9TNzsB5Tx6iSdTeSiTddE { width:1.125rem;height:1.86865rem;top:0.9375rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPpgXU50sqXpdnPDQJWVilLsnLJTWXI { width:1.375rem;height:0;top:81.92578125rem;left:7.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qbn4UhvFDdxzp7vlb1vr7O32nLrKQ0mQ { top:25.03125rem;left:3.375rem;width:13.4375rem;height:13.4375rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GiFR59d08TnusBPMImX501TRyeDIVA02 { width:1.125rem;height:1.86865rem;top:24.5625rem;left:5.9375rem;font-size:1.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dvdTNicvOdCvavuRcozfgUNrvscw37HH { display:block; }#dvdTNicvOdCvavuRcozfgUNrvscw37HH > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LebUTrMilxFvnqC0uilkGGTn0PpmyDL0 { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD7P0OOfuDuzk5W8Hqe5M2SltuK84dLL { width:3.75rem;height:3.75rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szVI1QyVmdcCM3fw8Bwi0H4SlPUESlwk { width:3.75rem;height:1.7871125rem;top:2.4375rem;left:4.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaXaJEHtQdpGvr1pPSe90fLJtpzXaC9p { width:17.125rem;height:1.48730625rem;top:12.6875rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARCgH5rgOQ7dCCWzP1koFya0IpV6ryur { width:10.75rem;height:10.75rem;top:25.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8wuo7odKuCMTs0Gt3LRJBsF1iOeXrkM { width:3.75rem;height:3.75rem;top:24.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQiKVuubGcX8WuS5F1oRQ9KvQwqkKC7 { width:3.75rem;height:1.7871125rem;top:25.25rem;left:5.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WveX3u4t1rTvWD8SRXmTowdgO3AcISID { width:17.0625rem;height:6.82325rem;top:40.4375rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLrG6U1wBiWTK8MCdmslvD5xdU0wrQh9 { width:17.0610625rem;height:7.347625rem;top:15.1875rem;left:1.46923828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mufxQ8utQooVPrmokvoMc3vkBuamSDII { width:17.0625rem;height:1.48730625rem;top:38.1875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCLiQAelZsTGHGLK9RUxPQV1SiDDHmKo { top:-1.75rem;left:3.34375rem;width:15.0625rem;height:15.0625rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #T18Zr33hBuxtgUsHILKuU9SN45eLHAfT { display:block; }#T18Zr33hBuxtgUsHILKuU9SN45eLHAfT > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1JXevTsZuguHcW3ddNuXtgsN8vhEzTK { width:20rem;height:3.8994125rem;top:2.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcbhmRmNrFTvQ8V4AsGNXvrcTh4d3LWi { width:20rem;height:32.90625rem;top:7.8359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZS5pPetQBWie8epE7wS5uFTMQlPhRnE { width:20rem;height:12.5092625rem;top:43.9853515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSMHJrwtdue1a7hch1AP5Px9HPTRsugI { display:none; }#zSMHJrwtdue1a7hch1AP5Px9HPTRsugI > .row .container { width:20rem;height:148.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpBcZLMivR3FyEM2PAhJrtoXTX12GkXl { width:20rem;height:1.6499rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO { width:19.8125rem;height:73.47625rem;top:4.1494125rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#VNBFqdQCJVmKV6FAtuoTTiD4aREBNAzO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC { width:19.8125rem;height:41.63675rem;top:78.8756625rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#E0aLAL4kswR5qbZ2MXJVlqimN4ocbkmC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M { width:19.8125rem;height:24.4921875rem;top:121.7624125rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#OEiTAMDeFP6yzp7F6n8SL6qkEeyclK8M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ { display:block; }#CINBanMNWfE4bhEVr5rkUBa9N3cfChnJ > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9VAoXO6Um7D9FPAsaiQnD1bbSJ5rDxn { width:20rem;height:3.29980625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OUBEKTMfkAmJJHmvwGs1MJIUXsFz1nNN { width:20rem;height:2.4375rem;top:5.974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HvtPl0potkTFvK7tXmTM1JA6vX2CoJ { width:13.4375rem;height:3.4375rem;top:9.75rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mHKD9FboCs92ILW8abwaTuoky3T1eo { display:block; }
 }@media only screen and (max-width: 763px) { #KWpSsqpOVdIp8lr7r5fZE4Nh6pn7vXJZ { width:5.3125rem;height:5.3125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:20rem;height:90.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CrJbOLAOb7vPPt6TsHpSfSm96AcIMmA5 { width:19.375rem;height:23.8125rem;top:0.125rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:2.937255859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:5.09765625rem;top:11.74951171875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.75rem;height:2.125rem;top:19.311767578125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHoocEeef13TzzvV71s98dRCUhCeT9M1 { width:19.375rem;height:23.8125rem;top:23.99951171875rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { width:16.75rem;height:2.125rem;top:43.1875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.75rem;height:5.09765625rem;top:35.6240234375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { width:7.5625rem;height:7.5625rem;top:26.811767578125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:47.8740234375rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.125rem;top:67.06201171875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { width:16.75rem;height:5.09765625rem;top:59.499755859375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { width:7.5625rem;height:7.5625rem;top:50.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0Lm4STiVhTZH6R5krTBsGW7NubbQoi { width:3.125rem;height:3.125rem;top:3.68798828125rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTqfsz4VTBz349GlqfX52thWF7dhyHIS { width:3.125rem;height:3.125rem;top:51.25048828125rem;left:11.5rem;font-size:2.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Z7a1I0OFyN1Ba2AIE32nB6dx98Bv2EQo { width:3.125rem;height:3.125rem;top:27.62548828125rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container { background-color: transparent; background-image: none; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container > .video-iframe-container { display: none; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row > .video-iframe-container { display: none; }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .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); }#FMw66wwgrR6Swzh0WhtJunIIIL60O0B4 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXGWoZxvf5TXdyEHLWGOAyppd85oM4iC { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zh8d6JyQEtJcplfqOF9UvT0lVC0hx3ay { width:8.875rem;height:1.625rem;top:4.44921875rem;left:5.5625rem;color:#322c60;display:block; }
 }@media only screen and (max-width: 763px) { #EmhOn4oBxd2umsBJeFoOvapTpFz6muEV { display:block; }
 }@media only screen and (max-width: 763px) { #wMC21XDdiabGiDTDeTDEpWRT0eGo0oAJ { width:4.125rem;height:1.625rem;top:7.32421875rem;left:7.9375rem;color:#322c60;display:block; }
 }@media only screen and (max-width: 763px) { #uPvUOaMOU0n1JvUbzvZor1Qi3KqKTM1y { display:block; }
 }