.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:235,217,255;--color-primary-1:187,128,254;--color-primary-2:119,0,253;--color-primary-3:60,0,127;--color-primary-4:18,0,38;--color-secondary-0:255,249,213;--color-secondary-1:255,236,128;--color-secondary-2:255,223,43;--color-secondary-3:255,186,7;--color-secondary-4:51,45,9;--color-tertiary-0:255,255,255;--color-tertiary-1:254,252,251;--color-tertiary-2:249,249,249;--color-tertiary-3:244,246,237;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32bddf4f-6c21-423b-8e5a-e428d9417949/KopiaBeigeElegantEngagementPopupSliderBanner1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:60rem;position:relative;display:block; }#CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { color:#201d34;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.541015625rem;left:12.947916984558rem;height:1.25rem;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#6c1023;display:block;width:18.3125rem;position:absolute;font-family:"le mores script weboff";font-size:15.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.6354169845581rem;left:34.729168891907rem;height:20.5rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.840495109558rem;left:12.947916984558rem;height:3rem;font-style:normal;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { z-index:15003;top:18.1875rem;left:12.947265625rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TBupbZmTNl5M5DfGm8VTP4xuLUVALZJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akG3y1th4P738TckU9bN79JR40tw1QJv { color:#201d34;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.541015625rem;left:12.947916984558rem;height:0;display:none; }
#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK { position:relative;display:block; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK { background-color: transparent; background-image: none; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row .container > .video-iframe-container { display: none; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row > .video-iframe-container { display: none; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .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); }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK { border-width: 0; border-radius: 0; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .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; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#Bie2H9ARyVGxhWEPnqWIhmgTcpdmLQ9G { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:27.8125rem;width:27.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bIICuNgdwX8QGW8hHfK6B1zSvkDiPcgQ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:28rem;width:28rem;top:0rem;left:32rem;overflow:hidden;display:block; }
#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29be9778-2910-4d16-9466-728ecf07f190/pexelsborispavlikovsky5498388.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ.adaptive-delivery-prevent-bg, #QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ.lazyload, #QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ.lazyloading { background-image: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { background-color: transparent; background-image: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container > .video-iframe-container { display: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .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.3); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row > .video-iframe-container { display: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .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); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { border-width: 0; border-radius: 0; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ::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; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#tC6hm3c2TZetT94QM22dooIVMBw6qTFu { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FGJ8TUS9D15BsFKksK2TdTNmMlu03AsC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19rem;left:16.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PZquqBsbCvKJAKoKlFFnuxQ0iagTsnNr { background-color:#b21010;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.90625rem;left:20.84375rem;display:block; }
#wAMZ6fQy8FCDUorUmIBN78sbydVfMJem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HF0Ffg6Lr7Of4VthqoF0dLqfQPOoXLVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hv6hatfI6Vbh5VQorLEO82pvLqZL7Mne { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:27.75rem;left:2.09375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW { position:relative;display:block; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW { background-color: transparent; background-image: none; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row .container > .video-iframe-container { display: none; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row > .video-iframe-container { display: none; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .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); }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW { border-width: 0; border-radius: 0; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .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; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#fAk5rLkfhl6vzxeTbXw19SyfpmS9FFlK { 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:18.75rem;width:18.75rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#MJ4Ja5cJGSV3slV8hqg4idySw9ZWsE4I { position:absolute;display:block;z-index:15001;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:18.75rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#K6zkJtuwTCTVTuM7cpi1XR8pqzfA9n6G { 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:18.75rem;width:18.75rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL { position:relative;display:block; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL { background-color: transparent; background-image: none; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container > .video-iframe-container { display: none; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row > .video-iframe-container { display: none; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .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); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL { border-width: 0; border-radius: 0; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .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; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;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; }#ybqTiJX6x2VvwraTM8uh1iI8LZ0r0ob4 { position:absolute;display:block;z-index:15014;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:27.3125rem;top:8.5rem;left:23.625rem;display:block; }
#Wx4l6dD3EDz0lpfyLrF24Id5iKwWfWTC { color:rgba(var(--color-primary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.65625rem;left:33.9375rem;height:2.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iLtywzXCgee2AzA82TvJnIMTThstDbTA { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:26.625rem;top:1.125rem;left:0.6875rem;overflow:hidden;display:block; }
#HCea3kFDx7e913WS4ZM7MxozDrBkN4TS { z-index:15051;top:18.125rem;left:29.875rem;background-color:#b21010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RwJT3WTL4fX67clVM5fQ31AdI4zyTThI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yuAR3CBIc1iEgRDNGokz1MKi3Iva1tSM { color:rgba(var(--color-secondary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.84375rem;left:33.9375rem;height:3.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sGc7B3U2fLFLnMag5Rsu9fZSLtdL2ALy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:10.40625rem;left:39.125rem; }
#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX { background-color:transparent;background-image:url("https://images.assets-landingi.com/FWVMhUa_wbY/unsplash/bruce-mars-FWVMhUa_wbY-photo-1520333789090-1afc82db536a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;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; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX.adaptive-delivery-prevent-bg, #iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX.lazyload, #iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX.lazyloading { background-image: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container { background-color: transparent; background-image: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container > .video-iframe-container { display: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .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.3); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row > .video-iframe-container { display: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .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); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container { border-width: 0; border-radius: 0; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#FifZyr8D2VMw6VypKWAwdbb7SNW1abat { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:12.5625rem;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; }
#hpClrPEud8R11lUSdfg0imdm3qlcRo5J { color:rgba(var(--color-tertiary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:22rem;left:10.0625rem;height:4rem;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; }
#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { position:relative;display:block; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { background-color: transparent; background-image: none; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container > .video-iframe-container { display: none; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row > .video-iframe-container { display: none; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .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); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { border-width: 0; border-radius: 0; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#peGL6GKQS3SaQkbRklsM31w09bUJWHLk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.5625rem;left:10rem;display:block; }
#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO { position:relative;display:block; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO { background-color: transparent; background-image: none; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row .container > .video-iframe-container { display: none; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row > .video-iframe-container { display: none; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .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); }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO { border-width: 0; border-radius: 0; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .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; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#NVRXU1OGTl0MvBoThDlbFNky5LIFfEBa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:0rem;left:0.65625rem;overflow:hidden;display:block; }
#TdSwleSxOfDp2Rs6My7tbcAqWzW67yec { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:18.8125rem;width:18.8125rem;top:0rem;left:20.59375rem;overflow:hidden;display:block; }
#gfMt3HSFHPJ0Drmpibrwxok63sxnaKBa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:18.8125rem;width:18.8125rem;top:0rem;left:40.59375rem;overflow:hidden;display:block; }
#CaVccmag03n5N9eUbBvuak3puglNlAm9 { position:relative;display:block; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 { background-color: transparent; background-image: none; }#CaVccmag03n5N9eUbBvuak3puglNlAm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row .container > .video-iframe-container { display: none; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row > .video-iframe-container { display: none; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .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); }#CaVccmag03n5N9eUbBvuak3puglNlAm9 { border-width: 0; border-radius: 0; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .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; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k2IMCekI2OLI9iCAtTMTwBDoQdrTDJPx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:33.875rem;top:1.3125rem;left:13.0625rem;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#90adf9;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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:60rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:7.2812509536744rem;height:1.75rem;font-style:normal;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:#2c1e06;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.3125rem;left:7.2812509536744rem;height:4.125rem;font-style:normal;display:block; }
#PL1uJlCqqJ23iAng1qCWAmDiEouQh3RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.4375rem;left:38.958333015442rem; }
#QbnCDbrSodsJA53c56NpVHUTUVVrBFQV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.4375rem;left:3.2291669845581rem; }
#a9C4I4ZT9meoCvGzaLMR9V4ndAkuNzcg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.748697280884rem;left:1.125rem; }
#WL1I3Kkp3k0KX72PUVPBH1DVN6Wl86Nc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:40.602214813233rem;left:21.375000953674rem; }
#fPvShgXLA5HTT6FWKR4Tso2XvqNWxJoo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.624347686767rem;left:38.833333015442rem; }
#VszZKpBycIG9kMUpqOe6zsUruULplPam { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:37.102863311767rem;left:1.34375rem; }
#da8R9BriDzu3o7zR6CBC1Ray2lGTuhbT { color:#2c1e06;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:28.662109375rem;left:3.9166669845581rem;height:5.5rem;font-style:normal;display:block; }
#d0sXTRlASkW5EAPufkG8sRMs4LixTSIk { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.03125rem;left:5.9375rem;height:3.5rem;font-style:normal;display:block; }
#T662EE7eBuNMKo1xLaA35LZfhdwV06SN { color:#2c1e06;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:43.440755844116rem;left:26.437500953674rem;height:2.75rem;font-style:normal;display:block; }
#mRFkAHwbaCbmdzoyVwMe4G1iOb04lwsq { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.601564407349rem;left:26.437500953674rem;height:1.75rem;font-style:normal;display:block; }
#GnOxNyxCUa2HW4Ty1TFNN2gvA3GC5OK2 { color:#2c1e06;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:42.042316436767rem;left:1.9479169845581rem;height:5.5rem;font-style:normal;display:block; }
#UHiNaRoXmFaGirmM3hUM0xobNMUu8BQ5 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.065103530884rem;left:6.0208330154419rem;height:3.5rem;font-style:normal;display:block; }
#RkKw2ywc6qfaszgTGbPNufJ0Xc5RxivR { color:#2c1e06;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:26.875rem;left:43.1875rem;height:4.125rem;font-style:normal;display:block; }
#rP2dMrUP0LCQPqwfHNnRttzwZ34qHyK9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:43.1875rem;height:1.75rem;font-style:normal;display:block; }
#wqOXdmQ9oxszJwQIlMdWDGTba5GXW8Ma { color:#2c1e06;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:16.874349594116rem;left:43.875000953674rem;height:5.5rem;font-style:normal;display:block; }
#TgMz4xPzqGovithKOT29UklCO6u1SA8G { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4375rem;left:43.875000953674rem;height:1.75rem;font-style:normal;display:block; }
#BikdZO8KUuyaKTnCr2Co51ubb9Z360ne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:34.393882751465rem;left:37.500000953674rem; }
#reCx4y0XohKyH9MIyFdteHsbz1I4W3Ex { color:#2c1e06;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:38.340497970581rem;left:42.645833015442rem;height:8.25rem;font-style:normal;display:block; }
#SBHvlireKTMSwzGl0QKfcgGD4A3ElEv6 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.356773376465rem;left:42.645833015442rem;height:1.75rem;font-style:normal;display:block; }
#vt95f6sQ1uKpz818Ev67o2EguCZCTHOn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.0625rem;width:27.8125rem;top:33.123697280884rem;left:0rem;overflow:hidden;display:block; }
#zz9DynHyuBNhWd7uKQkhJJrWQemNXgxu { position:absolute;display:block;z-index:15023;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:49.375rem;width:27.625rem;top:0.81250131130219rem;left:15.062500953674rem;overflow:hidden;display:block; }
#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container { background-color: transparent; background-image: none; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container > .video-iframe-container { display: none; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row > .video-iframe-container { display: none; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .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); }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container { border-width: 0; border-radius: 0; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#b0GXOW3FzwCprJbpJHWnoc9FIt4hFEuD { color:#2c1e06;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mimmVEpFoamkRQBNWcEThEWMHTzU5mW8 { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.1875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAnLX2An06BTNLfwUZXOPV9c3Tivc3to { color:#2c1e06;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.75rem;left:37.25rem;height:3.25rem;font-style:normal;display:block; }
#eQyNotIVdmrfOwczb0sd7O5mU4QO5ofT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.3125rem;left:32.6875rem; }
#z4QqCoI5s0n0ETOgV29Td6ozbphvIErP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:18.499998092651rem;left:32.625000953674rem; }
#yeAIio4G6QUoXH9JQKoCUEUxO75HhKvu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22.999998092651rem;left:32.750000953674rem; }
#wInZbfaDaTZMzxvJOZN2Cs73ISXMhyWw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.0625rem;left:32.625rem; }
#cq5L9ru6b1yMGCZFOpPHONFhNtPPGgq3 { color:#2c1e06;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15rem;left:37.3125rem;height:1.625rem;font-style:normal;display:block; }
#BdATn47xcnmATc8mU6r3FJhfk55hdWb0 { color:#2c1e06;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.436847686767rem;left:37.250000953674rem;height:3.25rem;font-style:normal;display:block; }
#dXu7A5HS6vocT2wP9UZIkDWQZk8IrWLB { color:#2c1e06;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:22.874347686767rem;left:37.250000953674rem;height:1.625rem;font-style:normal;display:block; }
#kCFoXQ8pwdBhoP9qxm8wre670q07DT8A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:27.937498092651rem;left:32.875000953674rem; }
#hQpNCwT6PQvApQ3V4URr16NkF1zv5OBU { color:#2c1e06;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.978513717651rem;left:37.250000953674rem;height:3.25rem;font-style:normal;display:block; }
#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b8e7be81-efe7-4c27-ba16-7619b024c96d/5.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.adaptive-delivery-prevent-bg, #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.lazyload, #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.lazyloading { background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { background-color: transparent; background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .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); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { border-width: 0; border-radius: 0; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { color:#90adf9;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { color:#2c1e06;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.1875rem;left:9.0625009536744rem;height:1.75rem;font-style:normal;display:block; }
#ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { color:rgba(var(--color-secondary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:10.312508106232rem;left:5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nz0BImkTlBmf19dP9sQmHsXGtXJTpEs5 { color:#2c1e06;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:27.812500953674rem;height:1.75rem;font-style:normal;display:block; }
#Oz4TMHpv4um2PGX1peeiQ7vF03JIu195 { color:#2c1e06;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:47.249348640442rem;height:1.75rem;font-style:normal;display:block; }
#ra5DKJhJkrCTkthw35MOTeD1K33SSTwx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.5182294845581rem;left:5rem; }
#ZJQFQCiEKovd7R3AVeeTKHED0Wv0FBFx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.5182294845581rem;left:23.582684516907rem; }
#DyK166eepy6HbNXUFtRQQuZ0V3hCZ3ns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.5182290077213rem;left:43.249348640442rem; }
#PBm2kgWD0c31ncCUgUECbs5zeRZvRQkS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.3125rem;height:1.25rem;display:block; }
#mqJR6v8i71oh4Jhi4O8fRNCVpzPbED8y { color:#2c1e06;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.173823356628rem;left:6.8541669845581rem;height:9.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLls4MafQMAh2AzZIDBSu5FPvBWzTC0x { color:rgba(var(--color-secondary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:10.3125rem;left:24.250000953674rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r35xrXPn02xADTiGOgaEQLm2bGMui3fT { color:rgba(var(--color-secondary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:10.3125rem;left:43.249348640442rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7iA66ROmE3u5HTfBSs7M8Ia5t6Fda17 { color:#2c1e06;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.874999046326rem;left:26.468750953674rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bx9Zq4vJq34h6CyTgcXrs0J3JXXgtAXk { color:#2c1e06;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:14.173177719116rem;left:45.750000953674rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#90adf9;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; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container { background-color: transparent; background-image: none; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container > .video-iframe-container { display: none; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row > .video-iframe-container { display: none; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .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); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container { border-width: 0; border-radius: 0; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#tPJgusrVgGBwayTu770OyCoNRoJPJUG8 { background-color:rgba(var(--color-secondary-2),1);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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#2c1e06;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.8125rem;left:40.374348640442rem;display:block; }
#uUy47rMIhKWfCPdIispRiB6nVdbRMuVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmLsZJgWEVGMr6XkwbMGCA0ckaTSCAxT { color:#2c1e06;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.125rem;height:1.6875rem;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; }
#MEyFDzWk1zXFTItApIQas8H0TpSAbCom { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3040370941162rem;left:9.3750009536744rem;height:1.25rem;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; }
#PlnW9XpCI9PWzeICpholSl1MRb2i0W18 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.625rem;top:3.979166625rem;left:53.692482791192rem;overflow:hidden;display:block; }
#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT { position:relative;display:block; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT { background-color: transparent; background-image: none; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container > .video-iframe-container { display: none; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row > .video-iframe-container { display: none; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .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); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT { border-width: 0; border-radius: 0; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .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; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:133.75rem;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; }#kvMEZQSywToALplSIZw2mr8PcX2VCI6X { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.5rem;height:2.4375rem;font-style:normal;display:block; }
#nWPrmhuFs8c1tLXyvf9MZcOBfzxCQyK7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:11.8125rem;left:20.5rem;height:2.75rem;font-style:normal;display:block; }
#ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.4375rem;height:;font-style:normal;display:block; }#ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs li:before{  }
#vavgpzbygcH3X5X29AdgoXtnurxwa5z9 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.4375rem;width:17.4375rem;top:10.3125rem;left:0.875rem;overflow:hidden;display:block; }
#XhqnmkqbXG8H8LQp6V9wQnXoy0038sNJ { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OC6gOPyT0Q0MsZlSFc2lFle104lCJHCE { position:absolute;display:block;z-index:15015;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.6875rem;width:47.125rem;top:8.625rem;left:0rem;display:block; }
#HIL7TZ94Vg4RuhMQiZe4TMOCHutgbToy { z-index:15050;top:25.625rem;left:21.6875rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n7hCzvBOEuxIlsqehA6UHvmGuhlc5nxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puFut98DdXuh7TL57UbhlHPqqvpATrLx { color:#ff0000;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:108.5rem;left:48.125rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J78UqEa00PPbefoTTdqT73r0ZQttHamf { position:absolute;display:block;z-index:15024;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:28.0625rem;width:47.125rem;top:104rem;left:0rem;display:block; }
#fzclBF1Cw8JvRcPMZZBLZbJSc6PgozrK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:106.6875rem;left:20.84375rem;height:3.75rem;font-style:normal;display:block; }
#kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:113.125rem;left:20.5rem;height:;font-style:normal;display:block; }#kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU li:before{  }
#HX07nVTutJgLQu5XAqTz62Vz5CHghrf0 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.4375rem;width:16.4375rem;top:105.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#ZlNmgsGTfOxUeSqitIPSB3rhvtfCqQJw { z-index:15061;top:127.6875rem;left:21.6875rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TTub7w74Q53VmikEo4CkOCH0Mku1HQIk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C09w5aupPBRHk3c7AiGEoIKa9lTo9cKD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:110.375rem;left:20.75rem;height:;font-style:normal;display:block; }
#LbisGyRwIw6UofkTIJOPHkZWZJ7wIKRX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.5625rem;left:48.125rem;height:2.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GlBPbX8g0JLmGQe43k0JxhaT6Fme9EbX { position:absolute;display:block;z-index:15025;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.6875rem;width:47.125rem;top:32.875rem;left:0rem;display:block; }
#QP5HpGVhmy0fUhL4a9TFEnm0AmrtntMU { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.4375rem;width:17.4375rem;top:33.5rem;left:0.875rem;overflow:hidden;display:block; }
#ffNCCHCgaLLV9aOSGoZNkOQvmdmT4fRB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.625rem;left:20.5rem;height:2.4375rem;font-style:normal;display:block; }
#cWTG4Z2i2iEOoGReRUSTzXmcuN4cXkB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:35.875rem;left:20.5625rem;height:2.75rem;font-style:normal;display:block; }
#NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:39.3125rem;left:20.4375rem;height:;font-style:normal;display:block; }#NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG li:before{  }
#gSXxdJkpaiZicW4WfAKkr1fvLZJqQTuO { color:#ff0000;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:37.75rem;left:48.25rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Umwd53A2EmxK2GPlvi2QIA1sHGDnZnN2 { z-index:15060;top:49.875rem;left:21.4375rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qG2Gdunw6xQQRaTysVSspNNMqbGCwP5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPcP345hk5C5ddc059ZyADXVOTpAOcAV { color:#ff0000;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:60.53125rem;left:48.3125rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hfJroe8BqtKAsIIfON7eAbblpf98wiiU { position:absolute;display:block;z-index:15035;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.6875rem;width:47.125rem;top:57.1875rem;left:0rem;display:block; }
#KbPrFIfV3z70CaTAhIhcdngLw1G1cOKT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:57.9375rem;left:20.5rem;height:2.4375rem;font-style:normal;display:block; }
#mskAkMotAVBi3ENWixIi1AJ7vMJrs7QM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:60.1875rem;left:20.5625rem;height:2.75rem;font-style:normal;display:block; }
#vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:63.625rem;left:20.4375rem;height:;font-style:normal;display:block; }#vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog li:before{  }
#AR2iN0ooFUXE2CX53knPNMnET6K6Dkcr { z-index:15070;top:74.3125rem;left:21.6875rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qTZ3nXXc0nPN5d5QhVpMy2VnN2bOXyDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1HgrkxZAxOGOwSrSF321SFUOuRcgXWv { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.4375rem;width:17.4375rem;top:57.8125rem;left:0.875rem;overflow:hidden;display:block; }
#sDEtQvFi8v987BNpPWr9TOsT8lMHdfZO { color:#ff0000;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:85.375rem;left:48.1875rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zMMkhU0tER40G7zyb7CuvMR8BFy9qgtd { position:absolute;display:block;z-index:15045;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.6875rem;width:47.125rem;top:81rem;left:0rem;display:block; }
#wd0hW9FNTg0MEPfNC7pnRrpvTEnHpv9e { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:81.75rem;left:20.5rem;height:2.4375rem;font-style:normal;display:block; }
#V8UXMP504h93UB3NfCUUciA2rJ30PGEK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:84rem;left:20.5625rem;height:1.375rem;font-style:normal;display:block; }
#wetokTokmKT9OP5vlNu17nS7C5qFG6TT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:87.125rem;left:20.25rem;height:;font-style:normal;display:block; }#wetokTokmKT9OP5vlNu17nS7C5qFG6TT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wetokTokmKT9OP5vlNu17nS7C5qFG6TT li:before{  }
#C0K5VxansEPfTtA9gcS5GS0A1s0vQ5E2 { z-index:15080;top:97.6875rem;left:21.5rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cTgr9i3dPRea5u54qPeT6TfDkedzyZqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7pppNJfvutCW3iPwr8mQrRCQgTNlqoS { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.4375rem;width:17.4375rem;top:81.625rem;left:0.875rem;overflow:hidden;display:block; }
#ffIwQaLVPKAKnPOEDVlTOwO2Dz4uy5Uo { color:#ff0000;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13rem;left:48.375rem;height:3.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ImA01QuBmelSCa602q3pBT9FuXeNui0M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:9.375rem;left:51.9375rem; }
#CZh6Ok97E2WBZKbUvEwOOdw7ie1ElzGy { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15086;background-color:#ff0000;background-image:none;top:20.78125rem;left:43.4375rem;display:block; }
#CMD99TtLWQTPR4o83AxN5TXNScJ2aI8a { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:23.125rem;left:44.5rem;height:2.875rem;font-style:normal;display:block; }
#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8897d;background-image:none;position:relative;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container { background-color: transparent; background-image: none; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container > .video-iframe-container { display: none; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row > .video-iframe-container { display: none; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .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); }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container { border-width: 0; border-radius: 0; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row > .video-iframe-container { border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;position:relative;display:block; }#C2oF2JcGFBLnIAqdkU2k1RVDw4OiAPuL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.2102866172788rem;left:0rem;height:4.9375rem;text-align:center;text-align-last:center;display:block; }
#baUsHWtIx4WCCxxfBtsDKNfb2U9TVL2g { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#wlpaTcAvOM7PkP2p0UcarOSErr0lyvax { color:rgba(var(--color-secondary-2),0.6);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0w8bH43SK4DN1vFN9aNHRpBifPHRzxS { position:absolute;display:block;z-index:15024;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.625rem;width:23.5rem;top:16.74934387207rem;left:0rem;overflow:hidden;display:block; }
#KG1Vreu8n4WCBuNqee8JfGET2SENLF7O { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:13.9375rem;width:15.8125rem;top:16.74999499321rem;left:22.427083015442rem;overflow:hidden;display:block; }
#DqSglgwuONItpSJLXvNyTexTww2ZPon8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:11.625rem;width:15.3125rem;top:43.020193099976rem;left:40.666668891907rem;overflow:hidden;display:block; }
#B4cHWMe7eBCf4VLlKtzpL0JfJwuO6Ggz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:10.9375rem;width:14.0625rem;top:29.18684387207rem;left:4.71875rem;overflow:hidden;display:block; }
#iIc6oPqrvXDyps65kbhQfeWUGSUTOHHi { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:24.75rem;width:15.875rem;top:16.74934387207rem;left:40.354168891907rem;overflow:hidden;display:block; }
#KAUho4dTMkH5s8XZvxI62bJTE9lpSpEt { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:23.125rem;width:15.5625rem;top:33.291666984558rem;left:22.552083015442rem;overflow:hidden;display:block; }
#vkEZro86BVFC70VU3BrcHIEFFrpisTdf { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:7.9375rem;width:12.875rem;top:42.479162216186rem;left:5.3125rem;overflow:hidden;display:block; }
#A7en43tC47RSnv1vPW5bbGM6s6tKCta2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:8.75rem;width:14.25rem;top:57.979169845581rem;left:22.875000953674rem;overflow:hidden;display:block; }
#PAc02wloQ6kSqcd9mQUq5xKOmPlwmOob { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:10.375rem;width:14.1875rem;top:52.520193099976rem;left:4.65625rem;overflow:hidden;display:block; }
#mW477dbZFcClyg3EAOOX5rhRVh8vwCr4 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:13.25rem;width:15.875rem;top:55.979169845581rem;left:40.520833015442rem;overflow:hidden;display:block; }
#bsHE4T93eh6G3JKpvd38ZrxxqWuGKKlT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:38.6875rem;top:61.499341309071rem;left:0rem;overflow:hidden;display:block; }
#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#90adf9;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; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container { background-color: transparent; background-image: none; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container > .video-iframe-container { display: none; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row > .video-iframe-container { display: none; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .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); }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container { border-width: 0; border-radius: 0; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#mkCL3iHcn3gJm468KPlXQ4STDgTSrcbl { color:#2c1e06;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6250019073486rem;left:37.812500953674rem;height:5.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SJQUVelbqpXdVkpO35tbrNAnOX0X3ekA { z-index:15051;top:10.812501907349rem;left:43.020833015442rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G8nHuOW489aDA2Opa1JINO4Ek0T1Tkl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container { background-color: transparent; background-image: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container > .video-iframe-container { display: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row > .video-iframe-container { display: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .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); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container { border-width: 0; border-radius: 0; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#UReiRSc0lCrKKiQBublX6ubLMkSnZ5P7 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.9375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oO18VLROwh6uS8PTE5I1c5uWlXwuRoqB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:22.0625rem;width:21.1875rem;top:11.873687267304rem;left:36.149739265442rem;overflow:hidden;display:block; }
#az2fV6OuOlZlGGTkPL9ISNBNqnptNsPr { color:#363637;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.748697280884rem;left:2.0625rem;height:21rem;font-style:normal;display:block; }
#TAxWgabs7EmE5Uxx8yxKOD8CKnb2ik9h { color:#363637;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.25rem;height:3.5rem;font-style:normal;display:block; }
#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container { background-color: transparent; background-image: none; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container > .video-iframe-container { display: none; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row > .video-iframe-container { display: none; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .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); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container { border-width: 0; border-radius: 0; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#EwLykpk3s85R3FfgODd9VSDtoO8s5I4R { color:#2c1e06;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:5.3125rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#Ra8w94CHCVfnp6yu0cgVKqN7wqVfTGmF { 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:4.875rem;width:11.3125rem;top:0.78125rem;left:24.343750953674rem;overflow:hidden;display:block; }
#SN6MBS4cV8K9HuUetHP2TJR4R6WLWOG0 { color:#2c1e06;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.080078125rem;left:38.687500953674rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { top:12.5rem;left:6.8229169845581rem;width:30.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:7.625rem;left:28.604168891907rem;width:18.3125rem;height:20.5rem;font-size:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:13.8125rem;left:6.8229169845581rem;width:38.1875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { top:18.1875rem;left:6.822265625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBupbZmTNl5M5DfGm8VTP4xuLUVALZJL { display:block; }
 }@media only screen and (max-width: 763px) { #akG3y1th4P738TckU9bN79JR40tw1QJv { top:5.625rem;left:0rem;width:15.75rem;height:1.375rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK { display:block; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bie2H9ARyVGxhWEPnqWIhmgTcpdmLQ9G { width:27.8125rem;height:27.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIICuNgdwX8QGW8hHfK6B1zSvkDiPcgQ { width:28rem;height:28rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ { display:block; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC6hm3c2TZetT94QM22dooIVMBw6qTFu { width:47.75rem;height:;top:14.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGJ8TUS9D15BsFKksK2TdTNmMlu03AsC { width:27.8125rem;height:;top:19rem;left:10rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZquqBsbCvKJAKoKlFFnuxQ0iagTsnNr { width:18.3125rem;height:3.5rem;top:36.875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMZ6fQy8FCDUorUmIBN78sbydVfMJem { display:block; }
 }@media only screen and (max-width: 763px) { #HF0Ffg6Lr7Of4VthqoF0dLqfQPOoXLVZ { width:47.75rem;height:;top:21.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6hatfI6Vbh5VQorLEO82pvLqZL7Mne { width:47.75rem;height:;top:27.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW { display:block; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAk5rLkfhl6vzxeTbXw19SyfpmS9FFlK { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ4Ja5cJGSV3slV8hqg4idySw9ZWsE4I { width:18.75rem;height:18.75rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zkJtuwTCTVTuM7cpi1XR8pqzfA9n6G { width:18.75rem;height:18.75rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL { display:block; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybqTiJX6x2VvwraTM8uh1iI8LZ0r0ob4 { top:8.5rem;left:17.5rem;width:27.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx4l6dD3EDz0lpfyLrF24Id5iKwWfWTC { top:10.625rem;left:27.8125rem;width:10.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLtywzXCgee2AzA82TvJnIMTThstDbTA { top:1.125rem;left:0rem;width:26.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCea3kFDx7e913WS4ZM7MxozDrBkN4TS { top:18.125rem;left:23.75rem;width:18.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJT3WTL4fX67clVM5fQ31AdI4zyTThI { display:block; }
 }@media only screen and (max-width: 763px) { #yuAR3CBIc1iEgRDNGokz1MKi3Iva1tSM { top:12.8125rem;left:27.8125rem;width:10.1875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGc7B3U2fLFLnMag5Rsu9fZSLtdL2ALy { width:3.125rem;height:3.125rem;top:10.375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX { display:block; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FifZyr8D2VMw6VypKWAwdbb7SNW1abat { width:47.75rem;height:12.5625rem;top:6.375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpClrPEud8R11lUSdfg0imdm3qlcRo5J { width:39.875rem;height:;top:22rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { display:block; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peGL6GKQS3SaQkbRklsM31w09bUJWHLk { width:40rem;height:22.5rem;top:2.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO { display:block; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVRXU1OGTl0MvBoThDlbFNky5LIFfEBa { width:18.6875rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSwleSxOfDp2Rs6My7tbcAqWzW67yec { width:18.8125rem;height:18.8125rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfMt3HSFHPJ0Drmpibrwxok63sxnaKBa { width:18.8125rem;height:18.8125rem;top:0rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaVccmag03n5N9eUbBvuak3puglNlAm9 { display:block; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2IMCekI2OLI9iCAtTMTwBDoQdrTDJPx { width:33.875rem;height:19rem;top:1.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:5.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:6.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:14.4375rem;left:1.1562509536743rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:17.3125rem;left:1.1562509536743rem;width:14.9375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1uJlCqqJ23iAng1qCWAmDiEouQh3RO { width:3.6875rem;height:3.6875rem;top:14.4375rem;left:32.833333015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbnCDbrSodsJA53c56NpVHUTUVVrBFQV { width:3.4375rem;height:3.4375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9C4I4ZT9meoCvGzaLMR9V4ndAkuNzcg { width:3.9375rem;height:3.9375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1I3Kkp3k0KX72PUVPBH1DVN6Wl86Nc { width:3.875rem;height:3.875rem;top:40.5625rem;left:15.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPvShgXLA5HTT6FWKR4Tso2XvqNWxJoo { width:3.4375rem;height:3.4375rem;top:24.5625rem;left:32.708333015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #VszZKpBycIG9kMUpqOe6zsUruULplPam { width:3.5rem;height:3.5rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da8R9BriDzu3o7zR6CBC1Ray2lGTuhbT { top:28.625rem;left:0rem;width:14.625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0sXTRlASkW5EAPufkG8sRMs4LixTSIk { top:24rem;left:0rem;width:12.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T662EE7eBuNMKo1xLaA35LZfhdwV06SN { top:43.4375rem;left:20.312500953674rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRFkAHwbaCbmdzoyVwMe4G1iOb04lwsq { top:40.5625rem;left:20.312500953674rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnOxNyxCUa2HW4Ty1TFNN2gvA3GC5OK2 { top:42rem;left:0rem;width:18.5625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHiNaRoXmFaGirmM3hUM0xobNMUu8BQ5 { top:37.0625rem;left:0rem;width:12.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkKw2ywc6qfaszgTGbPNufJ0Xc5RxivR { top:26.875rem;left:33.75rem;width:14rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2dMrUP0LCQPqwfHNnRttzwZ34qHyK9 { top:24.625rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqOXdmQ9oxszJwQIlMdWDGTba5GXW8Ma { top:16.8125rem;left:35.1875rem;width:12.5625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMz4xPzqGovithKOT29UklCO6u1SA8G { top:14.4375rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BikdZO8KUuyaKTnCr2Co51ubb9Z360ne { width:5.1875rem;height:5.1875rem;top:34.375rem;left:31.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #reCx4y0XohKyH9MIyFdteHsbz1I4W3Ex { top:38.3125rem;left:31.5rem;width:16.25rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHvlireKTMSwzGl0QKfcgGD4A3ElEv6 { top:35.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt95f6sQ1uKpz818Ev67o2EguCZCTHOn { width:27.8125rem;height:50.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9DynHyuBNhWd7uKQkhJJrWQemNXgxu { width:27.625rem;height:49.375rem;top:0.8125rem;left:8.9375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL { display:block; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0GXOW3FzwCprJbpJHWnoc9FIt4hFEuD { top:2.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mimmVEpFoamkRQBNWcEThEWMHTzU5mW8 { top:4.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnLX2An06BTNLfwUZXOPV9c3Tivc3to { top:10.75rem;left:31.125rem;width:11.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQyNotIVdmrfOwczb0sd7O5mU4QO5ofT { width:3.125rem;height:3.125rem;top:14.3125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4QqCoI5s0n0ETOgV29Td6ozbphvIErP { width:3.125rem;height:3.125rem;top:18.4375rem;left:26.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeAIio4G6QUoXH9JQKoCUEUxO75HhKvu { width:3rem;height:3rem;top:22.9375rem;left:26.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wInZbfaDaTZMzxvJOZN2Cs73ISXMhyWw { width:3.125rem;height:3.125rem;top:10.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5L9ru6b1yMGCZFOpPHONFhNtPPGgq3 { top:15rem;left:31.1875rem;width:11.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdATn47xcnmATc8mU6r3FJhfk55hdWb0 { top:18.375rem;left:31.125000953674rem;width:11.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXu7A5HS6vocT2wP9UZIkDWQZk8IrWLB { top:22.8125rem;left:31.125000953674rem;width:11.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCFoXQ8pwdBhoP9qxm8wre670q07DT8A { width:2.75rem;height:2.75rem;top:27.875rem;left:26.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQpNCwT6PQvApQ3V4URr16NkF1zv5OBU { top:27.9375rem;left:31.125000953674rem;width:11.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { top:1.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { top:7.1875rem;left:2.9375rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { top:10.3125rem;left:0rem;width:14.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz0BImkTlBmf19dP9sQmHsXGtXJTpEs5 { top:7.1875rem;left:21.6875rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz4TMHpv4um2PGX1peeiQ7vF03JIu195 { top:7.1875rem;left:38.0625rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5DKJhJkrCTkthw35MOTeD1K33SSTwx { width:3.125rem;height:3.125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJQFQCiEKovd7R3AVeeTKHED0Wv0FBFx { width:3.125rem;height:3.125rem;top:6.5rem;left:17.457684516907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyK166eepy6HbNXUFtRQQuZ0V3hCZ3ns { width:3.125rem;height:3.125rem;top:6.5rem;left:37.124348640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBm2kgWD0c31ncCUgUECbs5zeRZvRQkS { width:12.5rem;height:1.25rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJR6v8i71oh4Jhi4O8fRNCVpzPbED8y { top:14.125rem;left:0.728515625rem;width:10.375rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLls4MafQMAh2AzZIDBSu5FPvBWzTC0x { top:10.3125rem;left:18.125000953674rem;width:14.8125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r35xrXPn02xADTiGOgaEQLm2bGMui3fT { top:10.3125rem;left:32.9375rem;width:14.8125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7iA66ROmE3u5HTfBSs7M8Ia5t6Fda17 { top:13.8125rem;left:20.34375rem;width:10.375rem;height:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx9Zq4vJq34h6CyTgcXrs0J3JXXgtAXk { top:14.125rem;left:37.375rem;width:10.375rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB { display:block; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPJgusrVgGBwayTu770OyCoNRoJPJUG8 { width:16.25rem;height:3.75rem;top:2.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUy47rMIhKWfCPdIispRiB6nVdbRMuVU { display:block; }
 }@media only screen and (max-width: 763px) { #rmLsZJgWEVGMr6XkwbMGCA0ckaTSCAxT { width:31.4375rem;height:1.6875rem;top:2.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyFDzWk1zXFTItApIQas8H0TpSAbCom { width:22.1875rem;height:1.25rem;top:5.25rem;left:3.2500009536743rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlnW9XpCI9PWzeICpholSl1MRb2i0W18 { width:1.625rem;height:1.375rem;top:3.9375rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT { display:block; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvMEZQSywToALplSIZw2mr8PcX2VCI6X { top:9.375rem;left:14.375rem;width:22.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPrmhuFs8c1tLXyvf9MZcOBfzxCQyK7 { top:11.8125rem;left:14.375rem;width:22.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs { top:15.125rem;left:14.3125rem;width:22.4375rem;height:;font-size:1rem;display:block; }#ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs li:before{  }
 }@media only screen and (max-width: 763px) { #vavgpzbygcH3X5X29AdgoXtnurxwa5z9 { top:10.3125rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhqnmkqbXG8H8LQp6V9wQnXoy0038sNJ { top:2.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC6gOPyT0Q0MsZlSFc2lFle104lCJHCE { top:8.625rem;left:0rem;width:47.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIL7TZ94Vg4RuhMQiZe4TMOCHutgbToy { top:25.625rem;left:15.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hCzvBOEuxIlsqehA6UHvmGuhlc5nxd { display:block; }
 }@media only screen and (max-width: 763px) { #puFut98DdXuh7TL57UbhlHPqqvpATrLx { top:108.5rem;left:37.5625rem;width:10.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J78UqEa00PPbefoTTdqT73r0ZQttHamf { top:104rem;left:0rem;width:47.125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzclBF1Cw8JvRcPMZZBLZbJSc6PgozrK { top:106.6875rem;left:14.71875rem;width:18.3125rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU { top:113.125rem;left:14.375rem;width:20.3125rem;height:;font-size:1rem;display:block; }#kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU li:before{  }
 }@media only screen and (max-width: 763px) { #HX07nVTutJgLQu5XAqTz62Vz5CHghrf0 { top:105.8125rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlNmgsGTfOxUeSqitIPSB3rhvtfCqQJw { top:127.6875rem;left:15.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTub7w74Q53VmikEo4CkOCH0Mku1HQIk { display:block; }
 }@media only screen and (max-width: 763px) { #C09w5aupPBRHk3c7AiGEoIKa9lTo9cKD { top:110.375rem;left:14.625rem;width:13.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbisGyRwIw6UofkTIJOPHkZWZJ7wIKRX { top:10.5625rem;left:37.5625rem;width:10.1875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlBPbX8g0JLmGQe43k0JxhaT6Fme9EbX { top:32.875rem;left:0rem;width:47.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5HpGVhmy0fUhL4a9TFEnm0AmrtntMU { top:33.5rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffNCCHCgaLLV9aOSGoZNkOQvmdmT4fRB { top:33.625rem;left:14.375rem;width:22.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWTG4Z2i2iEOoGReRUSTzXmcuN4cXkB1 { top:35.875rem;left:14.4375rem;width:22.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG { top:39.3125rem;left:14.3125rem;width:22.4375rem;height:;font-size:1rem;display:block; }#NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG li:before{  }
 }@media only screen and (max-width: 763px) { #gSXxdJkpaiZicW4WfAKkr1fvLZJqQTuO { top:37.75rem;left:37.5625rem;width:10.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umwd53A2EmxK2GPlvi2QIA1sHGDnZnN2 { top:49.875rem;left:15.3125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG2Gdunw6xQQRaTysVSspNNMqbGCwP5I { display:block; }
 }@media only screen and (max-width: 763px) { #rPcP345hk5C5ddc059ZyADXVOTpAOcAV { top:60.5rem;left:37.5625rem;width:10.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfJroe8BqtKAsIIfON7eAbblpf98wiiU { top:57.1875rem;left:0rem;width:47.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbPrFIfV3z70CaTAhIhcdngLw1G1cOKT { top:57.9375rem;left:14.375rem;width:22.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskAkMotAVBi3ENWixIi1AJ7vMJrs7QM { top:60.1875rem;left:14.4375rem;width:22.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog { top:63.625rem;left:14.3125rem;width:22.4375rem;height:;font-size:1rem;display:block; }#vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog li:before{  }
 }@media only screen and (max-width: 763px) { #AR2iN0ooFUXE2CX53knPNMnET6K6Dkcr { top:74.3125rem;left:15.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZ3nXXc0nPN5d5QhVpMy2VnN2bOXyDg { display:block; }
 }@media only screen and (max-width: 763px) { #e1HgrkxZAxOGOwSrSF321SFUOuRcgXWv { top:57.8125rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEtQvFi8v987BNpPWr9TOsT8lMHdfZO { top:85.375rem;left:37.5625rem;width:10.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMMkhU0tER40G7zyb7CuvMR8BFy9qgtd { top:81rem;left:0rem;width:47.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd0hW9FNTg0MEPfNC7pnRrpvTEnHpv9e { top:81.75rem;left:14.375rem;width:22.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8UXMP504h93UB3NfCUUciA2rJ30PGEK { top:84rem;left:14.4375rem;width:22.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wetokTokmKT9OP5vlNu17nS7C5qFG6TT { top:87.125rem;left:14.125rem;width:22.4375rem;height:;font-size:1rem;display:block; }#wetokTokmKT9OP5vlNu17nS7C5qFG6TT li:before{  }
 }@media only screen and (max-width: 763px) { #C0K5VxansEPfTtA9gcS5GS0A1s0vQ5E2 { top:97.6875rem;left:15.375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgr9i3dPRea5u54qPeT6TfDkedzyZqp { display:block; }
 }@media only screen and (max-width: 763px) { #h7pppNJfvutCW3iPwr8mQrRCQgTNlqoS { top:81.625rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffIwQaLVPKAKnPOEDVlTOwO2Dz4uy5Uo { top:13rem;left:37.5625rem;width:10.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImA01QuBmelSCa602q3pBT9FuXeNui0M { width:5.125rem;height:5.125rem;top:9.375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZh6Ok97E2WBZKbUvEwOOdw7ie1ElzGy { width:7.8125rem;height:7.8125rem;top:20.75rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMD99TtLWQTPR4o83AxN5TXNScJ2aI8a { width:2.375rem;height:8.625rem;top:23.125rem;left:38.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc { display:block; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2oF2JcGFBLnIAqdkU2k1RVDw4OiAPuL { width:47.75rem;height:4.9375rem;top:8.1875rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUsHWtIx4WCCxxfBtsDKNfb2U9TVL2g { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlpaTcAvOM7PkP2p0UcarOSErr0lyvax { width:47.75rem;height:1.25rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0w8bH43SK4DN1vFN9aNHRpBifPHRzxS { width:23.5rem;height:11.625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1Vreu8n4WCBuNqee8JfGET2SENLF7O { width:15.8125rem;height:13.9375rem;top:16.6875rem;left:16.302083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqSglgwuONItpSJLXvNyTexTww2ZPon8 { width:15.3125rem;height:11.625rem;top:43rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4cHWMe7eBCf4VLlKtzpL0JfJwuO6Ggz { width:14.0625rem;height:10.9375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIc6oPqrvXDyps65kbhQfeWUGSUTOHHi { width:15.875rem;height:24.75rem;top:16.6875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUho4dTMkH5s8XZvxI62bJTE9lpSpEt { width:15.5625rem;height:23.125rem;top:33.25rem;left:16.427083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkEZro86BVFC70VU3BrcHIEFFrpisTdf { width:12.875rem;height:7.9375rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7en43tC47RSnv1vPW5bbGM6s6tKCta2 { width:14.25rem;height:8.75rem;top:57.9375rem;left:16.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAc02wloQ6kSqcd9mQUq5xKOmPlwmOob { width:14.1875rem;height:10.375rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW477dbZFcClyg3EAOOX5rhRVh8vwCr4 { width:15.875rem;height:13.25rem;top:55.9375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsHE4T93eh6G3JKpvd38ZrxxqWuGKKlT { width:38.6875rem;height:29.4375rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw { display:block; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkCL3iHcn3gJm468KPlXQ4STDgTSrcbl { top:3.625rem;left:26.6875rem;width:21.0625rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQUVelbqpXdVkpO35tbrNAnOX0X3ekA { top:10.8125rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nHuOW489aDA2Opa1JINO4Ek0T1Tkl8 { display:block; }
 }@media only screen and (max-width: 763px) { #XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig { display:block; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UReiRSc0lCrKKiQBublX6ubLMkSnZ5P7 { top:0.87499809265137rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO18VLROwh6uS8PTE5I1c5uWlXwuRoqB { top:5.7493491172791rem;left:2.8750000596046rem;width:2.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2fV6OuOlZlGGTkPL9ISNBNqnptNsPr { top:14.1875rem;left:1.0625000596046rem;width:12.25rem;height:44.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxWgabs7EmE5Uxx8yxKOD8CKnb2ik9h { top:11.312490463257rem;left:1.0625000596046rem;width:11.25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsORN5PG7Whe4WsUw12N7FT1WCEPFHni { display:block; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwLykpk3s85R3FfgODd9VSDtoO8s5I4R { top:2.625rem;left:0rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra8w94CHCVfnp6yu0cgVKqN7wqVfTGmF { width:11.3125rem;height:4.875rem;top:0.75rem;left:18.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN6MBS4cV8K9HuUetHP2TJR4R6WLWOG0 { top:2.0625rem;left:27.875rem;width:19.875rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:rgba(247,247,247,0.74);background-image:url("https://images.assets-landingi.com/uc/93cebe32-931c-4b81-bebe-59f91603f967/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { width:18.1875rem;height:2.375rem;top:8.0625rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:0;top:33.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:4rem;top:0.97395837306975rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { top:12rem;left:10.5615234375rem;width:8.875rem;height:2.1875rem;font-size:0.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TBupbZmTNl5M5DfGm8VTP4xuLUVALZJL { display:block; }
 }@media only screen and (max-width: 763px) { #akG3y1th4P738TckU9bN79JR40tw1QJv { width:8.5rem;height:6.25rem;top:2.375rem;left:10.749348938465rem;font-size:4.5rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15006;font-family:"le mores script weboff";color:#691717;display:block; }
 }@media only screen and (max-width: 763px) { #fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK { display:block; }#fIPD7wLl1Uprn7bgHkpncxMbTPRlPCnK > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bie2H9ARyVGxhWEPnqWIhmgTcpdmLQ9G { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIICuNgdwX8QGW8hHfK6B1zSvkDiPcgQ { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75a1c7fc-aa31-492e-8349-920b81d97ae9/pexelskarolinagrabowska5485986.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ.adaptive-delivery-prevent-bg, #QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ.lazyload, #QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ.lazyloading { background-image: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { background-color: transparent; background-image: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container > .video-iframe-container { display: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row > .video-iframe-container { display: none; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .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); }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { border-width: 0; border-radius: 0; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ::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; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbM3LFcAVux5GT5kIAnn3cizA8bglHTZ > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC6hm3c2TZetT94QM22dooIVMBw6qTFu { width:20rem;height:4.875rem;top:8.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FGJ8TUS9D15BsFKksK2TdTNmMlu03AsC { width:0.625rem;height:2.0625rem;top:8.78125rem;left:19.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PZquqBsbCvKJAKoKlFFnuxQ0iagTsnNr { width:14.375rem;height:4.75rem;top:20.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMZ6fQy8FCDUorUmIBN78sbydVfMJem { display:block; }
 }@media only screen and (max-width: 763px) { #HF0Ffg6Lr7Of4VthqoF0dLqfQPOoXLVZ { width:20rem;height:3rem;top:15.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6hatfI6Vbh5VQorLEO82pvLqZL7Mne { width:20rem;height:16.875rem;top:28.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW { display:block; }#eTRu71lTdGrs0HWyXdwKzzzGA6NoU4IW > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAk5rLkfhl6vzxeTbXw19SyfpmS9FFlK { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ4Ja5cJGSV3slV8hqg4idySw9ZWsE4I { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zkJtuwTCTVTuM7cpi1XR8pqzfA9n6G { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL { display:block; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL { background-color: transparent; background-image: none; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container > .video-iframe-container { display: none; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row > .video-iframe-container { display: none; }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .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); }#bUKhZsH5KqVQK8TbCsC6yTcxcI5DTQqL > .row .container { width:20rem;height:29.0625rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybqTiJX6x2VvwraTM8uh1iI8LZ0r0ob4 { width:20rem;height:28.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx4l6dD3EDz0lpfyLrF24Id5iKwWfWTC { width:5.875rem;height:2.5rem;top:22.96875rem;left:7.0625rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLtywzXCgee2AzA82TvJnIMTThstDbTA { width:16.375rem;height:16.375rem;top:2rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCea3kFDx7e913WS4ZM7MxozDrBkN4TS { top:19.375rem;left:4.46875rem;width:11.0625rem;height:2.625rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #RwJT3WTL4fX67clVM5fQ31AdI4zyTThI { display:block; }
 }@media only screen and (max-width: 763px) { #yuAR3CBIc1iEgRDNGokz1MKi3Iva1tSM { width:10.1875rem;height:2.5rem;top:25.46875rem;left:7.0625rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGc7B3U2fLFLnMag5Rsu9fZSLtdL2ALy { display:flex;width:3.125rem;height:3.125rem;top:22.65625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX { background-color:transparent;background-image:url("https://images.assets-landingi.com/FWVMhUa_wbY/unsplash/bruce-mars-FWVMhUa_wbY-photo-1520333789090-1afc82db536a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX.adaptive-delivery-prevent-bg, #iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX.lazyload, #iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX.lazyloading { background-image: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container { background-color: transparent; background-image: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container > .video-iframe-container { display: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row > .video-iframe-container { display: none; }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .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); }#iPLxn2R4RtwdSDr0CiCJ0fnqnlE3IxRX > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FifZyr8D2VMw6VypKWAwdbb7SNW1abat { width:20rem;height:12.1875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hpClrPEud8R11lUSdfg0imdm3qlcRo5J { width:20rem;height:4.125rem;top:18.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { display:block; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { background-color: transparent; background-image: none; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container > .video-iframe-container { display: none; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row > .video-iframe-container { display: none; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .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); }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP { border-width: 0; border-radius: 0; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#yaZEmumvK1ZErBKOIEIcznf8pOVyShXP > .row .container { width:20rem;height:15.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peGL6GKQS3SaQkbRklsM31w09bUJWHLk { height:11.1875rem;width:20rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO { display:block; }#lk4uo5Q6fCZMbTHzy3Noz5Cc2EPBTQsO > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVRXU1OGTl0MvBoThDlbFNky5LIFfEBa { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSwleSxOfDp2Rs6My7tbcAqWzW67yec { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfMt3HSFHPJ0Drmpibrwxok63sxnaKBa { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaVccmag03n5N9eUbBvuak3puglNlAm9 { display:block; }#CaVccmag03n5N9eUbBvuak3puglNlAm9 > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2IMCekI2OLI9iCAtTMTwBDoQdrTDJPx { height:11.217712177122rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:168.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:16.9375rem;height:3.625rem;top:1.775390625rem;left:1.916015625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:1.6875rem;top:6.212890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:1.75rem;top:37.875001907349rem;left:3.7187502980233rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:12.5625rem;height:6.875rem;top:40.750002861023rem;left:3.7187502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PL1uJlCqqJ23iAng1qCWAmDiEouQh3RO { display:flex;width:3.6875rem;height:3.6875rem;top:48.8125rem;left:8.1562502980231rem; }
 }@media only screen and (max-width: 763px) { #QbnCDbrSodsJA53c56NpVHUTUVVrBFQV { display:flex;width:3.4375rem;height:3.4375rem;top:33.729167938233rem;left:8.2812502980231rem; }
 }@media only screen and (max-width: 763px) { #a9C4I4ZT9meoCvGzaLMR9V4ndAkuNzcg { display:flex;width:3.9375rem;height:3.9375rem;top:67.750002861025rem;left:8.0312502980231rem; }
 }@media only screen and (max-width: 763px) { #WL1I3Kkp3k0KX72PUVPBH1DVN6Wl86Nc { display:flex;width:3.875rem;height:3.875rem;top:97.5625rem;left:8.0625002980231rem; }
 }@media only screen and (max-width: 763px) { #fPvShgXLA5HTT6FWKR4Tso2XvqNWxJoo { display:flex;width:3.4375rem;height:3.4375rem;top:83.5625rem;left:8.4791672825812rem; }
 }@media only screen and (max-width: 763px) { #VszZKpBycIG9kMUpqOe6zsUruULplPam { display:flex;width:3.5rem;height:3.5rem;top:109rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #da8R9BriDzu3o7zR6CBC1Ray2lGTuhbT { width:12.5625rem;height:9.625rem;top:72.500002861025rem;left:3.7187502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0sXTRlASkW5EAPufkG8sRMs4LixTSIk { width:12.5625rem;height:3.5rem;top:63.25rem;left:3.7187502980233rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T662EE7eBuNMKo1xLaA35LZfhdwV06SN { width:12.5625rem;height:2.75rem;top:105.12500762939rem;left:3.7187502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRFkAHwbaCbmdzoyVwMe4G1iOb04lwsq { width:12.5625rem;height:1.75rem;top:102.4375rem;left:3.2916668057442rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnOxNyxCUa2HW4Ty1TFNN2gvA3GC5OK2 { width:12.5625rem;height:11rem;top:118.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHiNaRoXmFaGirmM3hUM0xobNMUu8BQ5 { width:12.5625rem;height:3.5rem;top:113.625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkKw2ywc6qfaszgTGbPNufJ0Xc5RxivR { width:12.5625rem;height:5.5rem;top:90.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rP2dMrUP0LCQPqwfHNnRttzwZ34qHyK9 { width:12.5625rem;height:1.75rem;top:87.625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqOXdmQ9oxszJwQIlMdWDGTba5GXW8Ma { width:12.5625rem;height:5.5rem;top:56.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgMz4xPzqGovithKOT29UklCO6u1SA8G { width:12.5625rem;height:1.75rem;top:53.125rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BikdZO8KUuyaKTnCr2Co51ubb9Z360ne { display:flex;width:5.1875rem;height:5.1875rem;top:130.5625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #reCx4y0XohKyH9MIyFdteHsbz1I4W3Ex { width:16.25rem;height:9.625rem;top:139.61002159119rem;left:2.0729168057442rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBHvlireKTMSwzGl0QKfcgGD4A3ElEv6 { width:12.5625rem;height:1.75rem;top:136.4375rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt95f6sQ1uKpz818Ev67o2EguCZCTHOn { width:20rem;height:36.1875rem;top:132.3444108963rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9DynHyuBNhWd7uKQkhJJrWQemNXgxu { width:20rem;height:36.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL { display:block; }#DkTy2Rc6npxUo5uwsWEfcAJCbTZ5tuEL > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0GXOW3FzwCprJbpJHWnoc9FIt4hFEuD { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mimmVEpFoamkRQBNWcEThEWMHTzU5mW8 { width:20rem;height:3rem;top:6.0442664623261rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #CAnLX2An06BTNLfwUZXOPV9c3Tivc3to { width:11.6875rem;height:2.5rem;top:13.566407203674rem;left:4.1562502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQyNotIVdmrfOwczb0sd7O5mU4QO5ofT { display:flex;width:3.125rem;height:3.125rem;top:16.125001251698rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #z4QqCoI5s0n0ETOgV29Td6ozbphvIErP { display:flex;width:3.125rem;height:3.125rem;top:22.696614563465rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #yeAIio4G6QUoXH9JQKoCUEUxO75HhKvu { display:flex;width:3.125rem;height:3.125rem;top:30.312500953674rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #wInZbfaDaTZMzxvJOZN2Cs73ISXMhyWw { display:flex;width:3.125rem;height:3.125rem;top:9.817708313465rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #cq5L9ru6b1yMGCZFOpPHONFhNtPPGgq3 { width:11.6875rem;height:1.25rem;top:20.029948532581rem;left:4.1562502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdATn47xcnmATc8mU6r3FJhfk55hdWb0 { width:11.6875rem;height:2.5rem;top:25.779948532581rem;left:4.1562502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXu7A5HS6vocT2wP9UZIkDWQZk8IrWLB { width:11.6875rem;height:1.25rem;top:34.500001907349rem;left:4.1562502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCFoXQ8pwdBhoP9qxm8wre670q07DT8A { display:flex;width:2.75rem;height:2.75rem;top:37.437492370606rem;left:8.6250002980231rem; }
 }@media only screen and (max-width: 763px) { #hQpNCwT6PQvApQ3V4URr16NkF1zv5OBU { width:11.6875rem;height:2.5rem;top:40.812501907349rem;left:4.1562502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8e7be81-efe7-4c27-ba16-7619b024c96d/5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.adaptive-delivery-prevent-bg, #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.lazyload, #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.lazyloading { background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { background-color: transparent; background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .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); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { border-width: 0; border-radius: 0; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:20rem;height:132.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { width:10.3125rem;height:9rem;top:2.9375rem;left:8.4375002980231rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffdf2b;display:block; }
 }@media only screen and (max-width: 763px) { #aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { width:9.6875rem;height:1.75rem;top:44.8125rem;left:5.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { width:8.625rem;height:5.5rem;top:47.875rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#90adf9;display:block; }
 }@media only screen and (max-width: 763px) { #nz0BImkTlBmf19dP9sQmHsXGtXJTpEs5 { width:9.6875rem;height:1.75rem;top:79.625rem;left:5.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oz4TMHpv4um2PGX1peeiQ7vF03JIu195 { width:9.6875rem;height:1.75rem;top:108.125rem;left:5.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ra5DKJhJkrCTkthw35MOTeD1K33SSTwx { display:flex;width:3.125rem;height:3.125rem;top:74.687511444094rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #ZJQFQCiEKovd7R3AVeeTKHED0Wv0FBFx { display:flex;width:3.125rem;height:3.125rem;top:40.812501907349rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #DyK166eepy6HbNXUFtRQQuZ0V3hCZ3ns { display:flex;width:3.125rem;height:3.125rem;top:104.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PBm2kgWD0c31ncCUgUECbs5zeRZvRQkS { width:12.5rem;height:1.25rem;top:106.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJR6v8i71oh4Jhi4O8fRNCVpzPbED8y { width:8.625rem;height:17.875rem;top:54.3125rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLls4MafQMAh2AzZIDBSu5FPvBWzTC0x { width:14.8125rem;height:1.3125rem;top:82.375rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#90adf9;display:block; }
 }@media only screen and (max-width: 763px) { #r35xrXPn02xADTiGOgaEQLm2bGMui3fT { width:14.8125rem;height:1.3125rem;top:110.75rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#90adf9;display:block; }
 }@media only screen and (max-width: 763px) { #s7iA66ROmE3u5HTfBSs7M8Ia5t6Fda17 { width:10.375rem;height:17.875rem;top:84.5625rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bx9Zq4vJq34h6CyTgcXrs0J3JXXgtAXk { width:10.375rem;height:15.125rem;top:113.25rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB { background-color:#6abff9;background-image:none;display:block; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container { background-color: transparent; background-image: none; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container > .video-iframe-container { display: none; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row > .video-iframe-container { display: none; }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .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); }#F3QNoNcTeu84WhfpxWJIfIu08ftRXLXB > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPJgusrVgGBwayTu770OyCoNRoJPJUG8 { width:15.625rem;height:3.75rem;top:16.625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUy47rMIhKWfCPdIispRiB6nVdbRMuVU { display:block; }
 }@media only screen and (max-width: 763px) { #rmLsZJgWEVGMr6XkwbMGCA0ckaTSCAxT { width:15.625rem;height:5.0625rem;top:8.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MEyFDzWk1zXFTItApIQas8H0TpSAbCom { width:15.625rem;height:1.25rem;top:13.874989509582rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlnW9XpCI9PWzeICpholSl1MRb2i0W18 { width:3.4375rem;height:3rem;top:3.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT { display:block; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT { background-color: transparent; background-image: none; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container > .video-iframe-container { display: none; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row > .video-iframe-container { display: none; }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .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); }#Qio8To68wK4xUSagTMOVQ7n5AxRU1cJT > .row .container { width:20rem;height:215.4375rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvMEZQSywToALplSIZw2mr8PcX2VCI6X { width:7.625rem;height:1.9375rem;top:22.25rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nWPrmhuFs8c1tLXyvf9MZcOBfzxCQyK7 { width:18.25rem;height:4.125rem;top:24.625rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs { width:13.9375rem;height:9.5625rem;top:29.4375rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ugGCsb1MxCA0DdTM68QIqdKLJxW1PqTs li:before{  }
 }@media only screen and (max-width: 763px) { #vavgpzbygcH3X5X29AdgoXtnurxwa5z9 { width:11.5625rem;height:11.5625rem;top:10.28125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhqnmkqbXG8H8LQp6V9wQnXoy0038sNJ { width:20rem;height:5.125rem;top:2.2119140625rem;left:0rem;font-size:2rem;color:#b21010;display:block; }
 }@media only screen and (max-width: 763px) { #OC6gOPyT0Q0MsZlSFc2lFle104lCJHCE { width:19.4375rem;height:42.125rem;top:8.5625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HIL7TZ94Vg4RuhMQiZe4TMOCHutgbToy { top:44.916015625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #n7hCzvBOEuxIlsqehA6UHvmGuhlc5nxd { display:block; }
 }@media only screen and (max-width: 763px) { #puFut98DdXuh7TL57UbhlHPqqvpATrLx { width:6.5625rem;height:2.5625rem;top:205.625rem;left:7.59375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J78UqEa00PPbefoTTdqT73r0ZQttHamf { width:20rem;height:37.8125rem;top:176.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzclBF1Cw8JvRcPMZZBLZbJSc6PgozrK { width:18.3125rem;height:1.5rem;top:189.9375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU { width:17.0625rem;height:12.25rem;top:191.9375rem;left:1.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#kbPi58oDJ7kE8OaBFzCWHDPVlXs7vbSU li:before{  }
 }@media only screen and (max-width: 763px) { #HX07nVTutJgLQu5XAqTz62Vz5CHghrf0 { width:10.0625rem;height:10.0625rem;top:178.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlNmgsGTfOxUeSqitIPSB3rhvtfCqQJw { top:170.03125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TTub7w74Q53VmikEo4CkOCH0Mku1HQIk { display:block; }
 }@media only screen and (max-width: 763px) { #C09w5aupPBRHk3c7AiGEoIKa9lTo9cKD { width:13.875rem;height:0;top:191.9375rem;left:1.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbisGyRwIw6UofkTIJOPHkZWZJ7wIKRX { width:7.5625rem;height:2.5625rem;top:41.072265625rem;left:3.46875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GlBPbX8g0JLmGQe43k0JxhaT6Fme9EbX { width:19.6875rem;height:39.75rem;top:52.4375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QP5HpGVhmy0fUhL4a9TFEnm0AmrtntMU { width:11.8125rem;height:11.8125rem;top:53.6875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffNCCHCgaLLV9aOSGoZNkOQvmdmT4fRB { width:10.3125rem;height:1.9375rem;top:66.875rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cWTG4Z2i2iEOoGReRUSTzXmcuN4cXkB1 { width:18.375rem;height:2.75rem;top:69.25rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG { width:15rem;height:8.375rem;top:72.8125rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#NJf4M7Vu6lv3QqxESHmfMlmss2Qk0OCG li:before{  }
 }@media only screen and (max-width: 763px) { #gSXxdJkpaiZicW4WfAKkr1fvLZJqQTuO { width:6.8125rem;height:2.5625rem;top:82.78125rem;left:7.46875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Umwd53A2EmxK2GPlvi2QIA1sHGDnZnN2 { top:86.78125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #qG2Gdunw6xQQRaTysVSspNNMqbGCwP5I { display:block; }
 }@media only screen and (max-width: 763px) { #rPcP345hk5C5ddc059ZyADXVOTpAOcAV { width:8.9375rem;height:2.5625rem;top:165.5rem;left:6.40625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hfJroe8BqtKAsIIfON7eAbblpf98wiiU { width:20rem;height:41.4375rem;top:93.9375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KbPrFIfV3z70CaTAhIhcdngLw1G1cOKT { width:18.125rem;height:1.9375rem;top:109.0625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mskAkMotAVBi3ENWixIi1AJ7vMJrs7QM { width:17.9375rem;height:2.75rem;top:111rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog { width:18.3125rem;height:8.375rem;top:115.875rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vPzEmJk0w6t0GgZ3NHTlKObTZuB5wHog li:before{  }
 }@media only screen and (max-width: 763px) { #AR2iN0ooFUXE2CX53knPNMnET6K6Dkcr { top:129.625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #qTZ3nXXc0nPN5d5QhVpMy2VnN2bOXyDg { display:block; }
 }@media only screen and (max-width: 763px) { #e1HgrkxZAxOGOwSrSF321SFUOuRcgXWv { width:11.6875rem;height:11.6875rem;top:95.6875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEtQvFi8v987BNpPWr9TOsT8lMHdfZO { width:8.5rem;height:2.5625rem;top:125.5rem;left:6.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMMkhU0tER40G7zyb7CuvMR8BFy9qgtd { width:20rem;height:38.4375rem;top:136.75rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wd0hW9FNTg0MEPfNC7pnRrpvTEnHpv9e { width:16.5625rem;height:1.9375rem;top:150.33984375rem;left:1.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8UXMP504h93UB3NfCUUciA2rJ30PGEK { width:17.1875rem;height:2.75rem;top:152.27734375rem;left:1.40625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wetokTokmKT9OP5vlNu17nS7C5qFG6TT { width:18.375rem;height:6.875rem;top:156.375rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#wetokTokmKT9OP5vlNu17nS7C5qFG6TT li:before{  }
 }@media only screen and (max-width: 763px) { #C0K5VxansEPfTtA9gcS5GS0A1s0vQ5E2 { top:209.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cTgr9i3dPRea5u54qPeT6TfDkedzyZqp { display:block; }
 }@media only screen and (max-width: 763px) { #h7pppNJfvutCW3iPwr8mQrRCQgTNlqoS { width:11.375rem;height:11.375rem;top:137.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffIwQaLVPKAKnPOEDVlTOwO2Dz4uy5Uo { width:9.1875rem;height:2.5625rem;top:41.072265625rem;left:10.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImA01QuBmelSCa602q3pBT9FuXeNui0M { display:flex;width:5.125rem;height:5.125rem;top:39.916015625rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #CZh6Ok97E2WBZKbUvEwOOdw7ie1ElzGy { width:6.9375rem;height:6.9375rem;top:12.59375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMD99TtLWQTPR4o83AxN5TXNScJ2aI8a { width:2.375rem;height:2.5625rem;top:14.78125rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc { display:block; }#ky04ec8MMID4lCtcTAbrkT1fd4yNeoIc > .row .container { width:20rem;height:161.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2oF2JcGFBLnIAqdkU2k1RVDw4OiAPuL { width:20rem;height:2.4375rem;top:1.0416669845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUsHWtIx4WCCxxfBtsDKNfb2U9TVL2g { width:2.5rem;height:0.125rem;top:8.4375095367431rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlpaTcAvOM7PkP2p0UcarOSErr0lyvax { width:20rem;height:4.0625rem;top:3.4791669845581rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0w8bH43SK4DN1vFN9aNHRpBifPHRzxS { width:20rem;height:9.89325rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1Vreu8n4WCBuNqee8JfGET2SENLF7O { width:15.8125rem;height:13.9375rem;top:33.205078125rem;left:2.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqSglgwuONItpSJLXvNyTexTww2ZPon8 { width:15.3125rem;height:11.625rem;top:122.26825rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4cHWMe7eBCf4VLlKtzpL0JfJwuO6Ggz { width:14.0625rem;height:10.9375rem;top:20.768229484558rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIc6oPqrvXDyps65kbhQfeWUGSUTOHHi { width:15.875rem;height:24.75rem;top:95.518230438231rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUho4dTMkH5s8XZvxI62bJTE9lpSpEt { width:15.5625rem;height:23.125rem;top:70.58008003235rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkEZro86BVFC70VU3BrcHIEFFrpisTdf { width:12.875rem;height:7.9375rem;top:48.768230438233rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7en43tC47RSnv1vPW5bbGM6s6tKCta2 { width:14.25rem;height:8.75rem;top:135.64324474335rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAc02wloQ6kSqcd9mQUq5xKOmPlwmOob { width:14.1875rem;height:10.375rem;top:58.268218994141rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW477dbZFcClyg3EAOOX5rhRVh8vwCr4 { width:15.875rem;height:13.25rem;top:145.76824951172rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsHE4T93eh6G3JKpvd38ZrxxqWuGKKlT { width:20rem;height:15.125rem;top:158.43750524521rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw { display:block; }#xCqoiIL1ebcZfeM8qWyGWa45MeGpTeqw > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkCL3iHcn3gJm468KPlXQ4STDgTSrcbl { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SJQUVelbqpXdVkpO35tbrNAnOX0X3ekA { top:6.72330625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;font-family:montserrat;background-color:#e77d7b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G8nHuOW489aDA2Opa1JINO4Ek0T1Tkl8 { display:block; }
 }@media only screen and (max-width: 763px) { #XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rnCMD8wL/Tymianek.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig.adaptive-delivery-prevent-bg, #XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig.lazyload, #XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig.lazyloading { background-image: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container { background-color: transparent; background-image: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container > .video-iframe-container { display: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row > .video-iframe-container { display: none; }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .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); }#XfhHTr6MDraPmCA8fhrCRVgFzlNR7Lig > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UReiRSc0lCrKKiQBublX6ubLMkSnZ5P7 { width:20rem;height:2.3125rem;top:1.3125rem;left:0rem;font-size:1.5625rem;color:#ffdf2b;display:block; }
 }@media only screen and (max-width: 763px) { #oO18VLROwh6uS8PTE5I1c5uWlXwuRoqB { width:11.9375rem;height:12.4375rem;top:4.9694008827209rem;left:4.0312502980232rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #az2fV6OuOlZlGGTkPL9ISNBNqnptNsPr { width:17.875rem;height:40.5rem;top:19.136759996414rem;left:1.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxWgabs7EmE5Uxx8yxKOD8CKnb2ik9h { width:11.625rem;height:3.5rem;top:13.242168426514rem;left:4.1875002980232rem;font-size:1.375rem;color:#ffdf2b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsORN5PG7Whe4WsUw12N7FT1WCEPFHni { background-color:#ffffff;background-image:none;display:block; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container { background-color: transparent; background-image: none; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container > .video-iframe-container { display: none; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row > .video-iframe-container { display: none; }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .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); }#CsORN5PG7Whe4WsUw12N7FT1WCEPFHni > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwLykpk3s85R3FfgODd9VSDtoO8s5I4R { width:8.0625rem;height:0.9375rem;top:5.51171875rem;left:4.9062502980232rem;font-size:0.75rem;text-align:right;text-align-last:right;font-family:montserrat;font-weight:700;font-style:normal;color:#2c1e06;display:block; }
 }@media only screen and (max-width: 763px) { #Ra8w94CHCVfnp6yu0cgVKqN7wqVfTGmF { width:6.625rem;height:2.625rem;top:1rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN6MBS4cV8K9HuUetHP2TJR4R6WLWOG0 { width:14.875rem;height:1.875rem;top:7.048828125rem;left:2.5625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;color:#2c1e06;display:block; }
 }