.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:220,222,233;--color-primary-1:140,144,182;--color-primary-2:24,33,109;--color-primary-3:12,17,55;--color-primary-4:4,5,16;--color-secondary-0:226,246,250;--color-secondary-1:159,226,240;--color-secondary-2:63,196,224;--color-secondary-3:32,98,112;--color-secondary-4:9,29,34;--color-tertiary-0:255,255,255;--color-tertiary-1:217,231,195;--color-tertiary-2:128,176,54;--color-tertiary-3:64,88,27;--color-tertiary-4:13,18,5;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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-primary-2),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); }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container { background-color: transparent; background-image: none; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container > .video-iframe-container { display: none; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row > .video-iframe-container { display: none; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .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); }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container { border-width: 0; border-radius: 0; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#SQk2yE3aMXxJicz2w0XPCEl9VCs1PXxE { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.6875rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#qXGewdV3REIQFkQiMd46lt5aIusvXLz1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.625rem;left:47.8125rem;display:block; }
#gWIPtM8KutC42pHUI8SApVtI3URWWgIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/d73c63bf-c79e-4910-952b-2f9c1d353fe7/2021_James_Maryn_Gayle_Jamel_TN_06.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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:60rem;position:relative;display:block; }#k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { color:rgba(var(--color-primary-2),1);display:block;width:53.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:12.5625rem;left:2.0625rem;height:4.8125rem;font-style:normal;display:block; }
#qyHKiCZbgRQ8UFI25ngQqQnamdiwtGGP { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.9375rem;left:2.375rem;height:9rem;font-style:normal;display:block; }
#R8X5kSUNWp9BfdRWAeVM0vxOJtJb4MeE { box-sizing:content-box;height:60.0625rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:0rem;display:block; }
#lDHW56dmMBh26gk31kzER0nrfoAZL4IM { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;height:26.25rem;width:20.25rem;top:30.5rem;left:2.0625rem;overflow:hidden;display:block; }
#MTNiQABspChu9paC08pM0X7bKrrsdSGB { box-sizing:content-box;height:0.5rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:32.5625rem;display:block; }
#a6NPImZNpXv6sx59PLrW9FTISq3b0546 { color:rgba(var(--color-primary-2),1);display:block;width:28.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:29.875rem;left:25.0625rem;height:2.475rem;font-style:normal;display:block; }
#HSeTPry6XOxx9bKPHedu8PTCLuvtsmMG { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:58.3125rem;left:25.0625rem;height:5.0625rem;font-style:normal;display:block; }
#U6wGRdsJms6OulWZvbO1Tkw3JaaeuFhX { color:#7a3779;display:block;width:38.3125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:9.9375rem;left:2.0625rem;height:2.7rem;font-style:normal;display:block; }
#dR9Ie7CXVCUuCNfeyd0KhX0zIvD78mTc { position:absolute;display:block;z-index:15009;height:23.9375rem;width:26.75rem;top:32.875rem;left:28.5rem;display:block; }
#wvU9e7NCh2waybxIloPp14GinNoVD1OC { color:rgba(var(--color-primary-2),1);display:block;width:20.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:57.5rem;left:2.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { background-color: transparent; background-image: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .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); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { border-width: 0; border-radius: 0; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#Tvf395neGTGJdHMTUryE9F6pnl6M9HT3 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.2430534362793rem;left:0rem;height:3rem;font-style:normal;display:block; }
#Th5JpWKi1vwRCy2yVV5HTEppexhzf07u { color:rgba(var(--color-primary-4),1);display:block;width:51.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.71875rem;left:1.3125rem;height:10.25rem;font-style:normal;display:block; }#Th5JpWKi1vwRCy2yVV5HTEppexhzf07u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Th5JpWKi1vwRCy2yVV5HTEppexhzf07u li:before{  }
#UqILTixE83OO92eiQse2QkPQ6Q8CGlTU { box-sizing:content-box;height:0.5rem;width:15.4375rem;position:absolute;display:block;z-index:14999;background-color:#7a3779;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.7977409362793rem;left:22.593751907349rem;display:block; }
#y3kFx43FwZxWo7tJ9RFTFmhgQxTZrT9z { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:9.71875rem;left:40.4375rem;overflow:hidden;display:block; }
#IObfTTHK5BsKTueJJIDJOOsP1FRROOPk { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:7.1875rem;left:0rem;height:1.8rem;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; }
#pGdigxNlguaB17BGcMmlZNfbITMaXHCo { color:#000000;display:block;width:60rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:20.65625rem;left:0rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z2ZBr0r8IrTRFFz7CdJImhMcM91suCC8 { color:#000000;display:block;width:60rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:25.02499961853rem;left:0rem;height:2.7rem;font-style:normal;display:block; }
#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container { background-color: transparent; background-image: none; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container > .video-iframe-container { display: none; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row > .video-iframe-container { display: none; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .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); }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container { border-width: 0; border-radius: 0; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#VfntkzKwLElsy58R5BWDirviGp4assRa { color:rgba(var(--color-primary-2),1);display:block;width:23.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.5112838745117rem;left:0rem;height:3rem;font-style:normal;display:block; }
#AxOSa3dK0OyPE0eT0OakOngL0QX3FiZO { color:rgba(var(--color-primary-4),1);display:block;width:25.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:16.968749523163rem;left:0.68055534362794rem;height:6.75rem;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; }
#LdoVdNMKQzxcHsLIZxhNhavMIwNdwhmK { color:rgba(var(--color-primary-2),1);display:block;width:33.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:13.625000089407rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#yEwNQ9kwvkxiJoyTvp1w942KSWt1FJrm { box-sizing:content-box;height:0.5rem;width:21.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:9.15625rem;display:block; }
#Qoxa28skwzrRuwTKQ2WyfaEQGpf8pmSg { box-sizing:content-box;height:0.5rem;width:15.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0737838745117rem;left:0rem;display:block; }
#aB1rKCe5m3eDslyJXqdFo8sZ4ZGPcsAM { color:#000000;display:block;width:32.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.8854150772094rem;left:0rem;height:5.4rem;font-style:normal;display:block; }
#yWmTeS32bbWvyuDv1VxDkqBIZ2WmIxi1 { color:rgba(var(--color-primary-4),1);display:block;width:27.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:16.9375rem;left:31.4375rem;height:6.75rem;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; }
#IugGP0NRFMhuWzPMaq6885S9Qtg4llgd { color:rgba(var(--color-primary-4),1);display:block;width:26.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:25.406251430511rem;left:0.6796875rem;height:5.0625rem;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; }
#VJlTVdm3MruMLeoGZ53dAwEyUyhqXwor { color:rgba(var(--color-primary-4),1);display:block;width:23.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:25.406251430511rem;left:31.437501907349rem;height:5.0625rem;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; }
#XNghQo7bSK6iip6d9mayAlNSzMwg0s0Q { 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-bottom:0;border-left:0;border-right:0;border-top: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: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:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.5rem;left:0rem;display:block; }
#sGJ45sublL9X3cEVrSFX3ffbONnWp5zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwVy34qbD3B57h67JXWv95JOTSH6ZIBI { box-sizing:content-box;height:7.3125rem;width:28.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:30.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#DtNMiTrRrRF1RcGI3W2cmuHDoofOew5Q { box-sizing:content-box;height:7.3125rem;width:28.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.687499523163rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TgHbmnsZrFC5CQQKW7cu1CVkmcXRlr9l { box-sizing:content-box;height:6.1875rem;width:28.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.843751430511rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NpAATVRTe8ILqEV0vM7NyuvraE2KyEHF { box-sizing:content-box;height:6.1875rem;width:28.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.843751430511rem;left:30.656251907349rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container { background-color: transparent; background-image: none; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container > .video-iframe-container { display: none; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row > .video-iframe-container { display: none; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .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); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container { border-width: 0; border-radius: 0; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#sGfnnTZp5JOrzTRTyIDv8e1JmiHwGchQ { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:4.4rem;font-style:normal;display:block; }
#ou27voXxE06XpZSzHPTDFASHxRhb7Ucp { color:rgba(var(--color-primary-4),1);display:block;width:25.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.0625rem;left:0rem;height:16.875rem;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; }
#cXZArcZFkrScHmvZNUHbx8BZxp7eGZAE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:32.375rem;top:3.5625rem;left:27.625rem;overflow:hidden;display:block; }
#FRKWVMeDZ4qTb5l3RWZKNT0mK8hf1aiT { box-sizing:content-box;height:0.5rem;width:15.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:0rem;display:block; }
#qe7lSoqX4MxN1QSR9c6oApip5E9veD7y { box-sizing:content-box;height:0.5rem;width:10.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:0rem;display:block; }
#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF { position:relative;display:block; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF { background-color: transparent; background-image: none; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row .container > .video-iframe-container { display: none; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row > .video-iframe-container { display: none; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .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); }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF { border-width: 0; border-radius: 0; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .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; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HAkTMQ1bNQZ1c7QITzh8UzIMEf37rCVO { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#xriIXQJDtP920L2f5T7z6PliTBFSgq3n { position:relative;display:block; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n { background-color: transparent; background-image: none; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row .container > .video-iframe-container { display: none; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row > .video-iframe-container { display: none; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .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); }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n { border-width: 0; border-radius: 0; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .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; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SZQ7861dNWFxKIV4mkl3LkKM6HaZl2UT { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:1.3125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#qU8FKTl6TUrXUdswhpinEBnAsKR8WzPC { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:6.75rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#oAW7DeTOQ1no0HuHlQWn8mvtaRtL2urP { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:1.3125rem;left:30.000001907349rem;height:4.5rem;font-style:normal;display:block; }
#StDCbBc5TMeiya9eom5i9CnimsSo5WUc { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:6.75rem;left:30.000001907349rem;height:4.5rem;font-style:normal;display:block; }
#zXD0yxc2J7FUPRvivnQLDU3a9lu3A6Vz { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:12.625rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#oDNnwS1ykJtRTnZDnzpdsepSu9CMiqBe { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:14.215624809265rem;left:41.937501907349rem;overflow:hidden;display:block; }
#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container { background-color: transparent; background-image: none; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container > .video-iframe-container { display: none; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row > .video-iframe-container { display: none; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .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); }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container { border-width: 0; border-radius: 0; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#ZDMtJN2XhOZvgGteoSQktuonQXniFF22 { color:#7a3779;display:block;width:33.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:5.3000001907349rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#zzB8IuG5xZguL3HyuxHflPnD9R0swBeL { color:rgba(var(--color-primary-2),1);display:block;width:23.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3000001907349rem;left:0rem;height:3rem;font-style:normal;display:block; }
#LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI { color:#000000;display:block;width:42.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:10.9375rem;left:0rem;height:13.6875rem;font-style:normal;display:block; }#LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI li:before{  }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/8cba0b96-55f1-4739-b120-2bfc87c06ae3/2018_Sage_SkyeHimango_CoraVavra_ShaunHimango_Shaun_MN_031.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; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq.adaptive-delivery-prevent-bg, #QtexsyItezCTvxPOxBRG3CZTya4nOnzq.lazyload, #QtexsyItezCTvxPOxBRG3CZTya4nOnzq.lazyloading { background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:9.3281247615813rem;left:2.9562511444092rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:rgba(var(--color-primary-2),1);display:block;width:47.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.1625013351441rem;left:2.5187511444092rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrP46t5wVVBnJAa9QTd7tq359HuqG8QL { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:14.375rem;top:21.300783157349rem;left:2.2062511444092rem;overflow:hidden;display:block; }
#h4qQndEk7etbRLSNMHlrnSAveZVs44RB { box-sizing:content-box;height:27rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9062502384186rem;left:0rem;display:block; }
#S0DvxB7cts4Z0kGtFE8OhZiafzSw27It { box-sizing:content-box;height:0.5rem;width:21.1875rem;position:absolute;display:block;z-index:15001;background-color:#7a3779;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4874999523163rem;left:28.63125038147rem;display:block; }
#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G { position:relative;display:block; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G { background-color: transparent; background-image: none; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row .container > .video-iframe-container { display: none; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row > .video-iframe-container { display: none; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .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); }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G { border-width: 0; border-radius: 0; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .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; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { color:#ffffff;display:block;width:26rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5rem;left:3.625rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIFLAziVfJnPo0p9nbtoJ9F93u70QqVT { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:13.5625rem;left:3.625rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xziLSJav0aiXmSr9OaTpt3Pr1ZItn35T { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.3125rem;left:3.625rem;display:block; }
#CPkaTx9vr14B6Jh4ObcT8uWWXGtxrV99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKzIWyyDPqr1IxEFqyMNzhV9hTrysDX6 { box-sizing:content-box;height:0.5rem;width:14rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:3.625rem;display:block; }
#EtyJPlOA9vwAlGwOThWLAtGCpU1qqnsp { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),0.94) ;height:28.1875rem;width:21.6875rem;top:3.53125rem;left:33.437501907349rem;overflow:hidden;display:block; }
#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container { background-color: transparent; background-image: none; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container > .video-iframe-container { display: none; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row > .video-iframe-container { display: none; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .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); }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container { border-width: 0; border-radius: 0; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;overflow:visible;position:relative;display:block; }#seophHhe99CBXMEbJQnL3NlQcHgWRyk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:1.193359375rem;left:0rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwOaCJ5MDxQu5fvKcaPDF66TX07ToBTA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.15625rem;left:20.09375rem;display:block; }
#bkaMIxOx0FBsPh1uRBgW4P5X7FQvLteX { 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) { #PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F { display:block; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQk2yE3aMXxJicz2w0XPCEl9VCs1PXxE { top:0.4375rem;left:0rem;width:8.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXGewdV3REIQFkQiMd46lt5aIusvXLz1 { width:12.1875rem;height:2.875rem;top:0.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWIPtM8KutC42pHUI8SApVtI3URWWgIb { display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { top:12.5625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHKiCZbgRQ8UFI25ngQqQnamdiwtGGP { top:18.9375rem;left:0rem;width:47.75rem;height:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8X5kSUNWp9BfdRWAeVM0vxOJtJb4MeE { top:8.3125rem;left:0rem;width:47.75rem;height:60.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDHW56dmMBh26gk31kzER0nrfoAZL4IM { top:30.5rem;left:0rem;width:20.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNiQABspChu9paC08pM0X7bKrrsdSGB { top:16.875rem;left:26.4375rem;width:9.375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6NPImZNpXv6sx59PLrW9FTISq3b0546 { top:29.875rem;left:18.9375rem;width:28.625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSeTPry6XOxx9bKPHedu8PTCLuvtsmMG { top:58.3125rem;left:14.125rem;width:33.625rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wGRdsJms6OulWZvbO1Tkw3JaaeuFhX { top:9.9375rem;left:0rem;width:38.3125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9Ie7CXVCUuCNfeyd0KhX0zIvD78mTc { top:32.875rem;left:21rem;width:26.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvU9e7NCh2waybxIloPp14GinNoVD1OC { top:57.5rem;left:0rem;width:20.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvf395neGTGJdHMTUryE9F6pnl6M9HT3 { top:3.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th5JpWKi1vwRCy2yVV5HTEppexhzf07u { top:9.6875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:block; }#Th5JpWKi1vwRCy2yVV5HTEppexhzf07u li:before{  }
 }@media only screen and (max-width: 763px) { #UqILTixE83OO92eiQse2QkPQ6Q8CGlTU { top:5.75rem;left:16.468751907349rem;width:15.4375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3kFx43FwZxWo7tJ9RFTFmhgQxTZrT9z { top:9.6875rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObfTTHK5BsKTueJJIDJOOsP1FRROOPk { top:7.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGdigxNlguaB17BGcMmlZNfbITMaXHCo { top:20.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ZBr0r8IrTRFFz7CdJImhMcM91suCC8 { top:25rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 { display:block; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfntkzKwLElsy58R5BWDirviGp4assRa { top:2.5rem;left:0rem;width:23.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxOSa3dK0OyPE0eT0OakOngL0QX3FiZO { top:16.9375rem;left:0rem;width:25.5rem;height:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdoVdNMKQzxcHsLIZxhNhavMIwNdwhmK { top:13.625rem;left:0rem;width:33.5rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEwNQ9kwvkxiJoyTvp1w942KSWt1FJrm { top:1.875rem;left:3.65625rem;width:21.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoxa28skwzrRuwTKQ2WyfaEQGpf8pmSg { top:5.0625rem;left:0rem;width:15.8125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB1rKCe5m3eDslyJXqdFo8sZ4ZGPcsAM { top:6.875rem;left:0rem;width:32.75rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWmTeS32bbWvyuDv1VxDkqBIZ2WmIxi1 { top:16.9375rem;left:19.375rem;width:27.25rem;height:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IugGP0NRFMhuWzPMaq6885S9Qtg4llgd { top:25.375rem;left:0rem;width:26.9375rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJlTVdm3MruMLeoGZ53dAwEyUyhqXwor { top:25.375rem;left:23.8125rem;width:23.9375rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNghQo7bSK6iip6d9mayAlNSzMwg0s0Q { width:21.125rem;height:3.4375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJ45sublL9X3cEVrSFX3ffbONnWp5zu { display:block; }
 }@media only screen and (max-width: 763px) { #IwVy34qbD3B57h67JXWv95JOTSH6ZIBI { top:16.6875rem;left:18.8125rem;width:28.9375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtNMiTrRrRF1RcGI3W2cmuHDoofOew5Q { top:16.625rem;left:0rem;width:28.9375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHbmnsZrFC5CQQKW7cu1CVkmcXRlr9l { top:24.8125rem;left:0rem;width:28.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAATVRTe8ILqEV0vM7NyuvraE2KyEHF { top:24.8125rem;left:18.8125rem;width:28.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy { display:block; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGfnnTZp5JOrzTRTyIDv8e1JmiHwGchQ { top:3.5625rem;left:0rem;width:21.3125rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou27voXxE06XpZSzHPTDFASHxRhb7Ucp { top:9.0625rem;left:0rem;width:25.25rem;height:16.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZArcZFkrScHmvZNUHbx8BZxp7eGZAE { top:3.5625rem;left:15.375rem;width:32.375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRKWVMeDZ4qTb5l3RWZKNT0mK8hf1aiT { top:5.5625rem;left:0rem;width:15.4375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7lSoqX4MxN1QSR9c6oApip5E9veD7y { top:7.75rem;left:0rem;width:10.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF { display:block; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAkTMQ1bNQZ1c7QITzh8UzIMEf37rCVO { top:1.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriIXQJDtP920L2f5T7z6PliTBFSgq3n { display:block; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZQ7861dNWFxKIV4mkl3LkKM6HaZl2UT { top:1.3125rem;left:0rem;width:28.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU8FKTl6TUrXUdswhpinEBnAsKR8WzPC { top:6.75rem;left:0rem;width:28.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAW7DeTOQ1no0HuHlQWn8mvtaRtL2urP { top:1.3125rem;left:18.9375rem;width:28.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StDCbBc5TMeiya9eom5i9CnimsSo5WUc { top:6.75rem;left:18.9375rem;width:28.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXD0yxc2J7FUPRvivnQLDU3a9lu3A6Vz { top:12.625rem;left:0rem;width:28.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNnwS1ykJtRTnZDnzpdsepSu9CMiqBe { top:14.1875rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hWqPk5R4FFUflV6oeoRfKraeXiOaol { display:block; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDMtJN2XhOZvgGteoSQktuonQXniFF22 { top:5.25rem;left:0rem;width:33.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzB8IuG5xZguL3HyuxHflPnD9R0swBeL { top:2.25rem;left:0rem;width:23.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI { top:10.9375rem;left:0rem;width:42.5rem;height:13.6875rem;font-size:0.8125rem;display:block; }#LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI li:before{  }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:9.3125rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:6.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrP46t5wVVBnJAa9QTd7tq359HuqG8QL { top:21.25rem;left:0rem;width:14.375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qQndEk7etbRLSNMHlrnSAveZVs44RB { top:2.875rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0DvxB7cts4Z0kGtFE8OhZiafzSw27It { top:8.4375rem;left:22.50625038147rem;width:21.1875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G { display:block; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { top:4.5rem;left:0rem;width:26rem;height:7.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIFLAziVfJnPo0p9nbtoJ9F93u70QqVT { top:13.5625rem;left:0rem;width:25.0625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xziLSJav0aiXmSr9OaTpt3Pr1ZItn35T { width:21.125rem;height:3.4375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPkaTx9vr14B6Jh4ObcT8uWWXGtxrV99 { display:block; }
 }@media only screen and (max-width: 763px) { #iKzIWyyDPqr1IxEFqyMNzhV9hTrysDX6 { top:12.1875rem;left:0rem;width:14rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtyJPlOA9vwAlGwOThWLAtGCpU1qqnsp { top:3.5rem;left:26.0625rem;width:21.6875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit { display:block; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seophHhe99CBXMEbJQnL3NlQcHgWRyk3 { top:1.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwOaCJ5MDxQu5fvKcaPDF66TX07ToBTA { width:17.5rem;height:1.5625rem;top:1.125rem;left:13.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkaMIxOx0FBsPh1uRBgW4P5X7FQvLteX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F { position:relative;z-index:auto;display:block; }#PZkUdlIkAKT5rsaE0IWI8NHuOo29Ax2F > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQk2yE3aMXxJicz2w0XPCEl9VCs1PXxE { width:6.1875rem;height:2.4375rem;top:1.46875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXGewdV3REIQFkQiMd46lt5aIusvXLz1 { width:10.625rem;height:2.875rem;top:1.21875rem;left:8.5986328125rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gWIPtM8KutC42pHUI8SApVtI3URWWgIb { display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/uc/d73c63bf-c79e-4910-952b-2f9c1d353fe7/2021_James_Maryn_Gayle_Jamel_TN_06.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { width:19rem;height:2.2rem;top:3.69921875rem;left:0.49921876192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyHKiCZbgRQ8UFI25ngQqQnamdiwtGGP { width:18.625rem;height:6rem;top:6.9375rem;left:0.68671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8X5kSUNWp9BfdRWAeVM0vxOJtJb4MeE { width:20rem;height:73rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDHW56dmMBh26gk31kzER0nrfoAZL4IM { width:13.75rem;height:17.8125rem;top:14.625rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNiQABspChu9paC08pM0X7bKrrsdSGB { width:3.75rem;height:0.5rem;top:5.6484375rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6NPImZNpXv6sx59PLrW9FTISq3b0546 { width:17.375rem;height:3.575rem;top:38.181250572204rem;left:1.3125000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HSeTPry6XOxx9bKPHedu8PTCLuvtsmMG { width:18.4375rem;height:6.3rem;top:67.200000762938rem;left:0.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6wGRdsJms6OulWZvbO1Tkw3JaaeuFhX { width:20rem;height:1.8rem;top:1.94921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dR9Ie7CXVCUuCNfeyd0KhX0zIvD78mTc { width:20rem;height:12.8125rem;top:42.56875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvU9e7NCh2waybxIloPp14GinNoVD1OC { width:16.625rem;height:3.15rem;top:32.956250190735rem;left:1.6875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvf395neGTGJdHMTUryE9F6pnl6M9HT3 { width:18.1875rem;height:3.75rem;top:1.1867141723632rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Th5JpWKi1vwRCy2yVV5HTEppexhzf07u { width:19.375rem;height:14.4125rem;top:9.0125007629394rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Th5JpWKi1vwRCy2yVV5HTEppexhzf07u li:before{  }
 }@media only screen and (max-width: 763px) { #UqILTixE83OO92eiQse2QkPQ6Q8CGlTU { width:4.125rem;height:0.5rem;top:4.5484313964844rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3kFx43FwZxWo7tJ9RFTFmhgQxTZrT9z { width:8.9375rem;height:8.9375rem;top:4.3369140625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObfTTHK5BsKTueJJIDJOOsP1FRROOPk { width:20rem;height:1.8rem;top:6.52578163147rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGdigxNlguaB17BGcMmlZNfbITMaXHCo { width:20rem;height:1.8rem;top:24.26328086853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ZBr0r8IrTRFFz7CdJImhMcM91suCC8 { width:20rem;height:8.1rem;top:28.313541412354rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 { display:block; }#VnRpXgVbyBr8q5r3bNvXgpTxUPe9yUE0 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfntkzKwLElsy58R5BWDirviGp4assRa { width:18.6875rem;height:2.25rem;top:2.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxOSa3dK0OyPE0eT0OakOngL0QX3FiZO { width:18.1875rem;height:5.85rem;top:20.8125rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdoVdNMKQzxcHsLIZxhNhavMIwNdwhmK { width:20rem;height:3.6rem;top:15.797657012939rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yEwNQ9kwvkxiJoyTvp1w942KSWt1FJrm { width:20rem;height:0.5rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoxa28skwzrRuwTKQ2WyfaEQGpf8pmSg { width:4.125rem;height:0.5rem;top:3.9375rem;left:7.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB1rKCe5m3eDslyJXqdFo8sZ4ZGPcsAM { width:20rem;height:9rem;top:4.7210941314697rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yWmTeS32bbWvyuDv1VxDkqBIZ2WmIxi1 { width:18.3125rem;height:7.3125rem;top:28.625rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IugGP0NRFMhuWzPMaq6885S9Qtg4llgd { width:18.0625rem;height:4.3875rem;top:38.3125rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJlTVdm3MruMLeoGZ53dAwEyUyhqXwor { width:18.1875rem;height:4.3875rem;top:45.75rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNghQo7bSK6iip6d9mayAlNSzMwg0s0Q { width:19rem;height:3.4375rem;top:52.8125rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJ45sublL9X3cEVrSFX3ffbONnWp5zu { display:block; }
 }@media only screen and (max-width: 763px) { #IwVy34qbD3B57h67JXWv95JOTSH6ZIBI { width:20rem;height:8.6875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtNMiTrRrRF1RcGI3W2cmuHDoofOew5Q { width:20rem;height:7.3125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHbmnsZrFC5CQQKW7cu1CVkmcXRlr9l { width:20rem;height:6.1875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAATVRTe8ILqEV0vM7NyuvraE2KyEHF { width:20rem;height:6.1875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy { background-color:#ffffff;background-image:none;display:block; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container { background-color: transparent; background-image: none; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container > .video-iframe-container { display: none; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row > .video-iframe-container { display: none; }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .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); }#gLUBGQzdl0H1ms9Wa9cW3TOP3c0cZRLy > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGfnnTZp5JOrzTRTyIDv8e1JmiHwGchQ { width:17.5rem;height:3.9rem;top:1.6609420776368rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ou27voXxE06XpZSzHPTDFASHxRhb7Ucp { width:20rem;height:17.55rem;top:6.9109382629394rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cXZArcZFkrScHmvZNUHbx8BZxp7eGZAE { width:20rem;height:13.8125rem;top:25.56875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRKWVMeDZ4qTb5l3RWZKNT0mK8hf1aiT { width:7.8125rem;height:0.5rem;top:5.3109378814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7lSoqX4MxN1QSR9c6oApip5E9veD7y { width:11.5625rem;height:0.5rem;top:3.3734378814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF { display:block; }#Gc0s68MBBDQXsOPWXJpFZCwfxt0KqeeF > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAkTMQ1bNQZ1c7QITzh8UzIMEf37rCVO { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xriIXQJDtP920L2f5T7z6PliTBFSgq3n { display:block; }#xriIXQJDtP920L2f5T7z6PliTBFSgq3n > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZQ7861dNWFxKIV4mkl3LkKM6HaZl2UT { width:20rem;height:3.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qU8FKTl6TUrXUdswhpinEBnAsKR8WzPC { width:20rem;height:5.4rem;top:6.1rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oAW7DeTOQ1no0HuHlQWn8mvtaRtL2urP { width:20rem;height:5.4rem;top:17.6rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #StDCbBc5TMeiya9eom5i9CnimsSo5WUc { width:20rem;height:5.4rem;top:24.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXD0yxc2J7FUPRvivnQLDU3a9lu3A6Vz { width:20rem;height:3.6rem;top:12.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDNnwS1ykJtRTnZDnzpdsepSu9CMiqBe { width:2.8125rem;height:2.8125rem;top:26.887499332428rem;left:17.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hWqPk5R4FFUflV6oeoRfKraeXiOaol { display:block; }#f3hWqPk5R4FFUflV6oeoRfKraeXiOaol > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDMtJN2XhOZvgGteoSQktuonQXniFF22 { width:20rem;height:5.4rem;top:4.4109382629394rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzB8IuG5xZguL3HyuxHflPnD9R0swBeL { width:20rem;height:2.25rem;top:2.1609382629394rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI { width:17.6875rem;height:23.8125rem;top:11.086719512939rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#LWTV37b5DRFUf9wO2ZSiLPAWeEBfP8QI li:before{  }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/863ae3b6-554a-41a1-ae49-1da027ec5495/CHCL24037.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq.adaptive-delivery-prevent-bg, #QtexsyItezCTvxPOxBRG3CZTya4nOnzq.lazyload, #QtexsyItezCTvxPOxBRG3CZTya4nOnzq.lazyloading { background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:18.75rem;height:22.05rem;top:9.974609375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:19.0625rem;height:4.05rem;top:3.7000002861023rem;left:0.46796876192093rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrP46t5wVVBnJAa9QTd7tq359HuqG8QL { width:14.375rem;height:5.5625rem;top:33.206252098084rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qQndEk7etbRLSNMHlrnSAveZVs44RB { width:20rem;height:39.5rem;top:1.6437501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0DvxB7cts4Z0kGtFE8OhZiafzSw27It { width:16.8125rem;height:0.5625rem;top:7.512499809265rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G { display:block; }#nO8FqVwC2uR1FPHz0OETVxTt9GyHGh1G > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { width:20rem;height:6.3rem;top:2.8492188453674rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIFLAziVfJnPo0p9nbtoJ9F93u70QqVT { width:20rem;height:11.025rem;top:11.403906822204rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xziLSJav0aiXmSr9OaTpt3Pr1ZItn35T { width:19rem;height:3.4375rem;top:23.34218788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPkaTx9vr14B6Jh4ObcT8uWWXGtxrV99 { display:block; }
 }@media only screen and (max-width: 763px) { #iKzIWyyDPqr1IxEFqyMNzhV9hTrysDX6 { width:11.9375rem;height:0.5rem;top:9.1492190361025rem;left:4.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtyJPlOA9vwAlGwOThWLAtGCpU1qqnsp { width:16.375rem;height:21.25rem;top:28.717188835144rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit { display:block; }#ZenyKw9z4MPo1XbsHi7E2xVXPeof9Mit > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seophHhe99CBXMEbJQnL3NlQcHgWRyk3 { width:7.8125rem;height:1.4875rem;top:1.25rem;left:6.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wwOaCJ5MDxQu5fvKcaPDF66TX07ToBTA { width:17.5rem;height:1.5625rem;top:3.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkaMIxOx0FBsPh1uRBgW4P5X7FQvLteX { display:block; }
 }