.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:251,214,234;--color-primary-1:242,133,193;--color-primary-2:233,51,151;--color-primary-3:227,0,125;--color-primary-4:160,15,127;--color-secondary-0:224,249,255;--color-secondary-1:161,236,255;--color-secondary-2:99,224,255;--color-secondary-3:44,130,193;--color-secondary-4:30,119,193;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:#1b64af;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:12.51175rem;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; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { position:absolute;display:block;z-index:15018;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:39.375rem;width:31.25rem;top:6.2109375rem;left:43.060546875rem;overflow:hidden;display:block; }
#VqXXlW2qXHyI5NFLDoENO4Dv18o6aXD7 { position:absolute;display:block;z-index:15019;background-color:#b40b7f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.1875rem;left:43.75rem;display:block; }
#vgG5xFoW1d2ztr9VTepQeqVSwh5FOqC0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.5625rem;left:45.3125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#8d3989;display:block;width:43.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:4.46875rem;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; }
#cz45EOes5Tn8Pu445ZCFRKg2aNzCdA3v { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:15.4375rem;top:0.4609375rem;left:0rem;overflow:hidden;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:7.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26rem;left:18.5rem;display:block; }
#S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFJTiJOvifkgsBxpraWd0T21MJkuok3C { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));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.375rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:23.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
#HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.15625rem;left:3.1875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mFqMn2rzpFJfbOnsof6vofv8b3kFnVT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.15625rem;left:3.1875rem;height:2.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fzrrHKTRM4XQU4HN0MD3R3gOKTriESNi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1494140625rem;left:45.25rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETIPfbw1Lrr2ciyKyiTLHCJ0I9JXKfwn { position:absolute;display:block;z-index:15022;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.25rem;width:1.5625rem;top:29rem;left:52.6875rem;overflow:hidden;display:block; }
#bBXnTRGT07VEH6TAXKkLkcrKHWG8Iy7l { position:absolute;display:block;z-index:15019;background-color:#b40b7f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.1875rem;left:43.75rem;display:none; }
#ribfmQe7UElxn1wTxF5SdoUS3zZN55Lo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.5625rem;left:45.3125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h2iiDIF3XHyEIH3TPtD8KST7BUPTTFeM { position:absolute;display:block;z-index:15018;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:39.375rem;width:31.25rem;top:6.2109375rem;left:43.060546875rem;overflow:hidden;display:none; }
#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI { position:relative;display:block; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI { background-color: transparent; background-image: none; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row .container > .video-iframe-container { display: none; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row > .video-iframe-container { display: none; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .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); }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI { border-width: 0; border-radius: 0; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .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; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:74.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HIEUM2oXMIb7FMJt43OhWvVig1C93Q9J { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:7.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:64.0625rem;left:18.5rem;display:block; }
#UHtnsAH394QeEkAwOzTRosc4dcp0q1FP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8hnp4ag4HJL15HtQS3VJpBzrrSStpTZ { 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:1.25rem;width:1.5625rem;top:67.0625rem;left:52.6875rem;overflow:hidden;display:block; }
#nicvlTBwztzNCI9KgdT9648GMD9HvNI5 { 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:62.6875rem;width:62.375rem;top:0rem;left:6.3125rem;overflow:hidden;display:block; }
#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !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; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container { background-color: transparent; background-image: none; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container > .video-iframe-container { display: none; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row > .video-iframe-container { display: none; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .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); }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container { border-width: 0; border-radius: 0; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#DNDmdGmguvF4wAZX9vPLVHXUpaLebq3v { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.67578125rem;left:7.375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container { background-color: transparent; background-image: none; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container > .video-iframe-container { display: none; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row > .video-iframe-container { display: none; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .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); }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container { border-width: 0; border-radius: 0; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#fmvPHKpZNwLMw5QVOSnhThqOOaf1Xcds { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.875rem;height:3.0869125rem;font-style:normal;display:block; }
#NmCrMXOTvXveCdhFz7KTfwV7giISfiHT { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:8.6875rem;left:5.8125rem;height:4.2734375rem;display:block; }
#Etn8rmu4MmTxpUn1DKtmfZ2TzU3DXsWH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1rem;width:1rem;top:9.1875rem;left:3.875rem;display:block; }
#TnLHUJBJkZSpzIWSm9CfoQ6OThAk5wl9 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;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:15003;opacity:1;top:14.375rem;left:5.8125rem; }
#TnLHUJBJkZSpzIWSm9CfoQ6OThAk5wl9 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#JpXtJvCnzS1kL4GGL8IbU8ARmnp1xIwq { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;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:15004;opacity:1;top:14.375rem;left:15.4375rem; }
#JpXtJvCnzS1kL4GGL8IbU8ARmnp1xIwq > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#e5dD1ttSAl6IWZ5qZa7pTrt3CXy4RTOh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.375rem;left:10.5625rem;overflow:hidden;display:block; }
#QBzDalVV9sdoT2eG82RfnTVUfFysDNuv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:16.3125rem;top:0.3984375rem;left:46.875rem;overflow:hidden;display:block; }
#bMDK7yavbe0sX0mHwppdOkz658W3wkIH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.375rem;left:20.375rem;overflow:hidden;display:block; }
#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { background-color: transparent; background-image: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container > .video-iframe-container { display: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container { display: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .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); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { border-width: 0; border-radius: 0; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#BWPrTmLogmhtI4ppEikVH6uxA0GVXqWW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.375rem;left:22.6875rem; }
#oBo8kKUBmuTEGkD6KIeQF2yUf3RcyLIu { color:#484848;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:2.375rem;left:24.8125rem;height:1.79980625rem;font-style:normal;display:block; }
#sveneLs3mexU0Tqzn05FUb7z1bHod1Q6 { color:#484848;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:3.5rem;left:24.3125rem;height:2.4746125rem;font-style:normal;display:block; }
#dd2uZXSoSoD8SyMLG5hbqqrNECLKOT5V { color:#484848;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:3.19921875rem;left:41.9375rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ5qFH0QakhxnQRovmn60074F0qEQECd { color:#484848;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.71875rem;left:58.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;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:5.6875rem;width:15.4375rem;top:1.3125rem;left:1.65625rem;overflow:hidden;display:block; }
#m19T59qsECJRHTyTMJoEErXI12k0rIUp { 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:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { border-width: 0; border-radius: 0; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { font-size:0.875rem;font-family:"open sans";height:8.625rem;width:75rem;position:relative;display:none; }#RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { position:absolute;z-index:15003;top:1.1875rem;left:6.6875rem;width:6.25rem;height:6.25rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:30.9375rem;height:8.9375rem;top:8.1875rem;left:0rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:21.875rem;height:27.5625rem;top:6.78125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqXXlW2qXHyI5NFLDoENO4Dv18o6aXD7 { width:9.375rem;height:9.375rem;top:17.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgG5xFoW1d2ztr9VTepQeqVSwh5FOqC0 { width:7.8125rem;height:4.0625rem;top:19.6875rem;left:26.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:24.9375rem;height:3.25rem;top:17.25rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cz45EOes5Tn8Pu445ZCFRKg2aNzCdA3v { width:15.4375rem;height:5.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:34.375rem;height:5.625rem;top:21.5rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 1199px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:47.75rem;height:19.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:26.0625rem;height:13.5rem;top:3.912109375rem;left:1.5634765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFqMn2rzpFJfbOnsof6vofv8b3kFnVT6 { width:30.4980625rem;height:1.875rem;top:1.25rem;left:1.5634765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzrrHKTRM4XQU4HN0MD3R3gOKTriESNi { width:5.061525rem;height:2.5996125rem;top:1.25rem;left:27.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETIPfbw1Lrr2ciyKyiTLHCJ0I9JXKfwn { width:1.25rem;height:1rem;top:23.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBXnTRGT07VEH6TAXKkLkcrKHWG8Iy7l { width:9.375rem;height:9.375rem;top:17.9375rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ribfmQe7UElxn1wTxF5SdoUS3zZN55Lo { width:7.8125rem;height:4.0625rem;top:19.6875rem;left:26.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h2iiDIF3XHyEIH3TPtD8KST7BUPTTFeM { width:21.875rem;height:27.5625rem;top:6.78125rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI { display:block; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row .container { width:47.75rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HIEUM2oXMIb7FMJt43OhWvVig1C93Q9J { width:34.375rem;height:5.625rem;top:39.625rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHtnsAH394QeEkAwOzTRosc4dcp0q1FP { display:block; }
 }@media only screen and (max-width: 1199px) { #V8hnp4ag4HJL15HtQS3VJpBzrrSStpTZ { width:1.25rem;height:1rem;top:41.9375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nicvlTBwztzNCI9KgdT9648GMD9HvNI5 { width:37.5rem;height:37.625rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm { display:block; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DNDmdGmguvF4wAZX9vPLVHXUpaLebq3v { width:47.75rem;height:3.25rem;top:2.09375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP { display:block; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fmvPHKpZNwLMw5QVOSnhThqOOaf1Xcds { width:31.0625rem;height:3.087025rem;top:1.9375rem;left:3.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmCrMXOTvXveCdhFz7KTfwV7giISfiHT { width:39.5625rem;height:3.5996125rem;top:6.9375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Etn8rmu4MmTxpUn1DKtmfZ2TzU3DXsWH { width:0.75rem;height:0.75rem;top:7.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnLHUJBJkZSpzIWSm9CfoQ6OThAk5wl9 { width:3.125rem;height:3.125rem;top:11.78125rem;left:5.125rem;display:block; }
#TnLHUJBJkZSpzIWSm9CfoQ6OThAk5wl9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #JpXtJvCnzS1kL4GGL8IbU8ARmnp1xIwq { width:3.125rem;height:3.125rem;top:11.78125rem;left:14.3125rem;display:block; }
#JpXtJvCnzS1kL4GGL8IbU8ARmnp1xIwq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #e5dD1ttSAl6IWZ5qZa7pTrt3CXy4RTOh { width:3.125rem;height:3.125rem;top:11.78125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBzDalVV9sdoT2eG82RfnTVUfFysDNuv { width:11.75rem;height:9.0625rem;top:0.9375rem;left:35.8890625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #bMDK7yavbe0sX0mHwppdOkz658W3wkIH { width:3.125rem;height:3.125rem;top:11.78125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWPrTmLogmhtI4ppEikVH6uxA0GVXqWW { width:1.875rem;height:1.875rem;top:2.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBo8kKUBmuTEGkD6KIeQF2yUf3RcyLIu { width:6.9375rem;height:1.79980625rem;top:2.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sveneLs3mexU0Tqzn05FUb7z1bHod1Q6 { width:8.5625rem;height:1.79980625rem;top:3.875rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dd2uZXSoSoD8SyMLG5hbqqrNECLKOT5V { width:12.9375rem;height:1.79980625rem;top:3.255859375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZ5qFH0QakhxnQRovmn60074F0qEQECd { width:11.4375rem;height:4.875rem;top:1.75rem;left:36.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:12.5rem;height:4.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:6.25rem;height:6.25rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#f8f8f8;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:20rem;height:6.9863125rem;top:4.8125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:9.375rem;height:11.8125rem;top:0rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqXXlW2qXHyI5NFLDoENO4Dv18o6aXD7 { width:5.625rem;height:5.625rem;top:7.5625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgG5xFoW1d2ztr9VTepQeqVSwh5FOqC0 { width:5.0625rem;height:0;top:7.775390625rem;left:2.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:20rem;height:2.4375rem;top:11.7978515625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz45EOes5Tn8Pu445ZCFRKg2aNzCdA3v { width:9.5625rem;height:3.5rem;top:0rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:20rem;height:3.625rem;top:36.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 763px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:20rem;height:27.8125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:18.4980625rem;height:15.46875rem;top:16.6875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFqMn2rzpFJfbOnsof6vofv8b3kFnVT6 { width:15.5625rem;height:1.875rem;top:14.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzrrHKTRM4XQU4HN0MD3R3gOKTriESNi { width:9.375rem;height:2.2744125rem;top:9.625rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIPfbw1Lrr2ciyKyiTLHCJ0I9JXKfwn { width:0.9375rem;height:0.75rem;top:37.875rem;left:18.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXnTRGT07VEH6TAXKkLkcrKHWG8Iy7l { width:7.5rem;height:7.5rem;top:5rem;left:2.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ribfmQe7UElxn1wTxF5SdoUS3zZN55Lo { width:6.25rem;height:3.57421875rem;top:6.375rem;left:3rem;font-size:1.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #h2iiDIF3XHyEIH3TPtD8KST7BUPTTFeM { width:12.3125rem;height:15.625rem;top:0rem;left:7.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI { display:block; }#FiWAFec1ChyG8mmGQ1wTzubV8FPngmBI > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIEUM2oXMIb7FMJt43OhWvVig1C93Q9J { width:20rem;height:3.625rem;top:22.8779296875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHtnsAH394QeEkAwOzTRosc4dcp0q1FP { display:block; }
 }@media only screen and (max-width: 763px) { #V8hnp4ag4HJL15HtQS3VJpBzrrSStpTZ { width:0.9375rem;height:0.75rem;top:24.3154296875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nicvlTBwztzNCI9KgdT9648GMD9HvNI5 { width:20rem;height:20.066666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm { display:block; }#l8rdfM7OCNxspdNPxKXhGrcSL8L22rEm > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNDmdGmguvF4wAZX9vPLVHXUpaLebq3v { width:20rem;height:5.19921875rem;top:1.462890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP { display:block; }#Nd8LLl45XOz5NKV9qyM5Clb2XXD36uUP > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmvPHKpZNwLMw5QVOSnhThqOOaf1Xcds { width:18.75rem;height:5.19921875rem;top:1.9375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmCrMXOTvXveCdhFz7KTfwV7giISfiHT { width:17.3125rem;height:6.296875rem;top:8.76171875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etn8rmu4MmTxpUn1DKtmfZ2TzU3DXsWH { width:0.75rem;height:0.75rem;top:9.01171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLHUJBJkZSpzIWSm9CfoQ6OThAk5wl9 { display:flex;width:3.125rem;height:3.125rem;top:16.5625rem;left:1.9375rem; }
#TnLHUJBJkZSpzIWSm9CfoQ6OThAk5wl9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JpXtJvCnzS1kL4GGL8IbU8ARmnp1xIwq { display:flex;width:3.125rem;height:3.125rem;top:16.4375rem;left:10.625rem; }
#JpXtJvCnzS1kL4GGL8IbU8ARmnp1xIwq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #e5dD1ttSAl6IWZ5qZa7pTrt3CXy4RTOh { width:3.125rem;height:3.125rem;top:16.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBzDalVV9sdoT2eG82RfnTVUfFysDNuv { width:8rem;height:6.0625rem;top:4.48046875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMDK7yavbe0sX0mHwppdOkz658W3wkIH { width:3.125rem;height:3.125rem;top:16.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWPrTmLogmhtI4ppEikVH6uxA0GVXqWW { display:flex;width:1.875rem;height:1.875rem;top:5.0625rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #oBo8kKUBmuTEGkD6KIeQF2yUf3RcyLIu { width:9.875rem;height:1.575rem;top:5.1875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sveneLs3mexU0Tqzn05FUb7z1bHod1Q6 { width:10.8125rem;height:1.575rem;top:6.5rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2uZXSoSoD8SyMLG5hbqqrNECLKOT5V { width:9.875rem;height:1.575rem;top:8.8515625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ5qFH0QakhxnQRovmn60074F0qEQECd { width:16.6875rem;height:5.25rem;top:11.23828125rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:9.375rem;height:3.4375rem;top:1.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:20rem;height:23.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:6.25rem;height:6.25rem;top:17rem;left:1.25rem;display:block; }
 }