.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:241,238,244;--color-primary-1:208,198,220;--color-primary-2:161,140,184;--color-primary-3:81,70,92;--color-primary-4:24,21,28;--color-secondary-0:255,246,247;--color-secondary-1:255,225,229;--color-secondary-2:255,194,202;--color-secondary-3:128,97,101;--color-secondary-4:38,29,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,222,213;--color-tertiary-2:153,145,116;--color-tertiary-3:77,73,58;--color-tertiary-4:15,14,12;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { position:relative;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f38149e-1ced-46d6-9424-a5ac9165f8e4/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:relative;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container.lazyloading { background-image: none; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.7314453125rem;left:1.9375rem;height:8.25rem;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; }
#Bc9QEgo78ZkKuorU8Sk0vsFVdm9ae8ZL { color:rgba(var(--color-primary-1),1);display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:3.1630859375rem;left:1.9375rem;height:1.94970625rem;font-style:normal;display:block; }
#giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8105625rem;height:3.249025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.9072265625rem;left:23.0625rem;display:block; }
#X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clmk4UZo331VQiu3zvgaeQ1FZbe8APIn { box-sizing:content-box;height:1.625rem;width:5.6875rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.375rem;left:39.625rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#vfEqBWZ0SnpKQTwxqQB2RRmTGc07gVaH { box-sizing:content-box;height:1.625rem;width:5.6875rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.375rem;left:53.625rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#TXQd2mv3Gbg9xFOhfxgRJfmorq7Viv2K { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:27.5625rem;top:4.8681640625rem;left:40.25rem;overflow:hidden;display:block; }
#GE6Iays3tUXqQzUN2KIAfMagMxARXLlq { box-sizing:content-box;height:23.625rem;width:33.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:37.09375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Vup6yDTgyNZ22AKdg78zfVKQDS9XkX0k { box-sizing:content-box;height:14.875rem;width:27.6875rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.7314453125rem;left:42.5rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#WCgkxufQ9zO8Qbzsd5BwA8qK98S8CVCd { color:rgba(var(--color-primary-1),1);display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.34375rem;left:18.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#QXcSDumLBL0DpTkE8TTBqzwNrqqIFsxU { box-sizing:content-box;height:18.75rem;width:2.375rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5625rem;left:67.75rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#sT12i8RdHzmygyBHRSspvMsxU35sVInv { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:25.3125rem;top:11.0625rem;left:3.625rem;overflow:hidden;display:block; }
#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { 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; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { background-color: transparent; background-image: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .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); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { border-width: 0; border-radius: 0; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9365234375rem;left:14.90625rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { color:rgba(var(--color-tertiary-3),0.4);display:block;width:45.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.12451171875rem;left:14.90576171875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDhx84M50eZvlGT0y05iZ38iuvbl88ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { background-color: transparent; background-image: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container > .video-iframe-container { display: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container { display: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .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); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { border-width: 0; border-radius: 0; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#wgcGsJMoeLLv7umFWkaUT1AoE12tWG8e { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:2.25rem;left:36.09375rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#N8uyiSiBM0uAVhvEfIAXriiJxSHENVqL { box-sizing:content-box;height:33.5625rem;width:40.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.28125rem;left:33.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#okcUzPq1wJfXBfNDMAJvTacw2dThXIoE { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:33.125rem;width:26.375rem;top:1.28125rem;left:4.75rem;overflow:hidden;display:block; }
#LawSAI3KlZQOS9WQSVT3d5bsWsDXnbpI { color:rgba(var(--color-tertiary-3),1);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.849609375rem;left:36.09375rem;height:22.3125rem;text-align:justify;text-align-last:initial;display:block; }
#TwhZFBXg7iqQun24iKnyrueQyS37pW5l { 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; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container { background-color: transparent; background-image: none; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container > .video-iframe-container { display: none; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row > .video-iframe-container { display: none; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .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); }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container { border-width: 0; border-radius: 0; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#TwghUzQcQaufNRm0R1MraVfnKZDoDG3o { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9365234375rem;left:14.90625rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C4MlGt1VROXRTxZdK5F9eNJiyWyXOUHn { color:rgba(var(--color-tertiary-3),0.4);display:block;width:45.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.12451171875rem;left:14.90576171875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { 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; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { background-color: transparent; background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .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); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { border-width: 0; border-radius: 0; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.9365234375rem;height:13.5rem;display:block; }
#wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0927734375rem;left:2.7802734375rem;height:2.76220625rem;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; }
#Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.5625rem;width:40.4375rem;top:2.0927734375rem;left:33.540702160494rem;overflow:hidden;display:block; }
#ypCxeo2XTDEarEKd1IbMzErQvTDQqR6H { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.708984375rem;left:19.373046875rem;display:block; }
#DmIWgZNEEKh0pfZ5eDmmmRpIoLFcSUyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { background-color: transparent; background-image: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .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); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { border-width: 0; border-radius: 0; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.37451171875rem;left:14.906005859375rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOJuipsX59285TXesbPPTAPMF4DhKpMe { color:rgba(var(--color-tertiary-3),0.4);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.4365234375rem;left:14.90625rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-heading-text { display:block;position:relative;width:100%;font-family:raleway;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;color:rgba(var(--color-tertiary-4),1); }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-trigger.adaptive-delivery-prevent-bg, #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-trigger.lazyload, #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-trigger.lazyloading { background-image: none; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #mL8tETZzZesNVCTDDgz4WoFWzuLZ7sIK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #pl6msOWFpnS2LyWmO8yNite4EaqfqLJN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #FFln0ByM1b3eJRa65qPFARVtCcD0gzAQ { display:block;position:relative; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #IQZgJHvsZcbEUxEIvoOdpDJkNhGAAPQm {  }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #zXwmxgciZ869nUpq9hiJ1k3Q0ThQKoqf {  }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #e4qUygF3Qzf9o881K4B8XgHVkDgHsam5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #pif7Pl6CwN9cqSTeMOcQdhxDgIgBZM7L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #XoWt45GEuZnTv1LipU6UTWq3t3NsUack { display:block;position:relative; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #HZDsOHPvEMsLaTsTDmt9ZkObCZRxsxxw {  }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #MWhU82NzTkE6LofR8ACIasLqT28Z0DlL { display:none; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #Ie2fQiMezf8xt4OC88IMzScTkoJzZrvg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #uTaEoUH9fRV1HmNgqvwT2Wd2tybC45zU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #mcHc7vUC6SByN0T61SdFLN5UPvzmeCvs { display:block;position:relative; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #BInDuy8pV6M3hNnC7ULTIANlWiKgH2nG {  }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #Hu7EceP9w0OzVTNcvuqLAIop4XDiNsER { display:none; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #XfKdAGWmlH6TESeZm82fOu83Zkf5xVTE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #oTvgT0sLRdfB0AMxJUwcRkGaKrnzbQn3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #plbui68l5saZehbA8bdAd0pcRSwh9PAf { display:block;position:relative; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #SfC9eN3pTvrTU2goFQK1apkm3U5Ehp0e {  }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #xkO8eCq5DmaAdHCTcZITKW0337L0qcQF { display:none; }
#HTnf5VT1fPTDWIfr9OqWhJegeLFyxT82 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.37451171875rem;left:14.906005859375rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zSiFOCpyz1MeTGKsOIFhxvaThTATmFVp { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.875rem;left:9.625rem;display:none; }
#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { z-index:;position:relative;display:block; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { background-color: transparent; background-image: none; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container > .video-iframe-container { display: none; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row > .video-iframe-container { display: none; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .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); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { border-width: 0; border-radius: 0; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0f38149e-1ced-46d6-9424-a5ac9165f8e4/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container.adaptive-delivery-prevent-bg, #mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container.lazyload, #mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container.lazyloading { background-image: none; }#sAfhrO66onx1MxcgD0W9fQT2R63t9lGs { 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:21.1875rem;width:38.125rem;top:14.974609375rem;left:17.28125rem;overflow:hidden;display:block; }
#hRWJgTTVp5tvUSUEf8KQCRqyGDgryTtR { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#awpSXKpJmGMMP6I1Czb4S7OemfoKcJRy { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2998046875rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fMpzP8ud6wBP8skVaPIkfFS5OOOKbpbK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.75rem;left:26.84375rem;display:block; }
#GWTsDshROEVzWtpeAIH1zRm1XXX3aHoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCWk7aEkET8OJs7W7eV9SoaHhJhgKLFG { 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:15004;opacity:1;top:14.06201171875rem;left:2.03125rem; }
#wbwDQn3dAG0ecoiP6MfTEtlbrwHVReom { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.974609375rem;left:5.84375rem;height:1.29980625rem;font-style:normal;display:block; }
#qrt0AowH4ytJLs3Q2gLrUJASBIgTE6AC { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.83203125rem;left:5.84375rem;height:3.8994125rem;font-style:normal;display:block; }
#TVMWgTxKcoSrWXsOygpncaTcCIyvIbPv { 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:15005;opacity:1;top:19.83203125rem;left:2.03125rem; }
#lBZx5tV8fC4UZHG83I8RI3d2uRTSCKzE { 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:15006;opacity:1;top:14.06201171875rem;left:58.34375rem; }
#hDaTA16blzQfcQpyeOoJS6HDXbPlwaew { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.974609375rem;left:61.46875rem;height:2.5996125rem;font-style:normal;display:block; }
#qPLt8prBvGvFiweAsLvUkFw8IGKmmgXu { 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:15007;opacity:1;top:19.83203125rem;left:58.34375rem; }
#lFwqXpRrxRDIeOKliO9lwtKmZ5RP1Iod { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.83203125rem;left:61.46875rem;height:3.8994125rem;font-style:normal;display:block; }
#XgIAOVlDimrlZkJzxM2TVqfbzmcTlBaW { 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:15006;opacity:1;top:26.45458984375rem;left:2.03125rem; }
#Q18mI7CXsp4tHHMLprDxSmccLxfE1WrP { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.06201171875rem;left:5.84375rem;height:3.8994125rem;font-style:normal;display:block; }
#doPEFHal8rZB7EZC4Af01Xu37FTXFDnS { 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:15008;opacity:1;top:26.45458984375rem;left:58.34375rem; }
#cqTza9kk8Ot78I7BSegO8BU18pgkarhr { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.0625rem;left:61.46875rem;height:3.8994125rem;font-style:normal;display:block; }
#fh84zhl8kUNaKCt5kW5pMZlrVrvahkID { color:#ed1419;display:block;width:12.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.373046875rem;left:38.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#HydXvI3TVUgTAe9M6qbocUe9CGmPaFTC { box-sizing:content-box;height:3.9375rem;width:13.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.373046875rem;left:37.40625rem;border-top-right-radius:562.5rem;border-bottom-right-radius:562.5rem;border-bottom-left-radius:562.5rem;border-top-left-radius:562.5rem;display:block; }
#bX5427bnaMBHEGwsMQyNqz8rDbvHu9ht { box-sizing:content-box;height:3.9375rem;width:13.0625rem;position:absolute;display:block;z-index:15013;background-color:#e11c36;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.54931640625rem;left:42.40625rem;border-top-right-radius:562.5rem;border-bottom-right-radius:562.5rem;border-bottom-left-radius:562.5rem;border-top-left-radius:562.5rem;display:block; }
#dJ13wmeE1ZNWMbGdnuAxbewO2hG901Gy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.81201171875rem;left:43.21875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#HTWqsb3ziDGJnXgTThDrkHMOp6aPtgT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.95458984375rem;left:41.5625rem; }
#SU2zG67BmbOFTsuKuJ21oaWAZNgZoxvU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.09765625rem;left:50.46875rem; }
#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { 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; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { background-color: transparent; background-image: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .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); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { border-width: 0; border-radius: 0; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#ePZBezT1wOhc3VT5ZhFSGwIRr1dP1gD7 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:43.4375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.9370125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:7.3544921875rem;left:59.5rem; }
#uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { color:rgba(var(--color-primary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:3.4375rem;left:59.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#hkeZZxUreZw9wow5R265SGZsTyuhnQdN { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.375rem;left:43.4375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#x8NzMwvTa7y8mCMy9cz3Go6ZbaVkMB3a { color:rgba(var(--color-tertiary-3),1);display:block;width:13.0625rem;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:7.94921875rem;left:61.9375rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#JzQ1E55X3a7xHFnIilylfiMMEVuWApXq { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.5rem;top:4.3125rem;left:2.96875rem;overflow:hidden;display:block; }
#UfnAegWdlAc9qScfGSzTZOlxGkD7AmTG { 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:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { top:5.6875rem;left:0rem;width:34.375rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc9QEgo78ZkKuorU8Sk0vsFVdm9ae8ZL { top:3.125rem;left:0rem;width:26.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { width:11.75rem;height:3.1875rem;top:38.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block; }
 }@media only screen and (max-width: 763px) { #clmk4UZo331VQiu3zvgaeQ1FZbe8APIn { width:5.6875rem;height:1.625rem;top:10.375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfEqBWZ0SnpKQTwxqQB2RRmTGc07gVaH { width:5.6875rem;height:1.625rem;top:10.375rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQd2mv3Gbg9xFOhfxgRJfmorq7Viv2K { top:4.8125rem;left:20.1875rem;width:27.5625rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE6Iays3tUXqQzUN2KIAfMagMxARXLlq { top:19.6875rem;left:14.6875rem;width:33.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vup6yDTgyNZ22AKdg78zfVKQDS9XkX0k { top:5.6875rem;left:20.0625rem;width:27.6875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCgkxufQ9zO8Qbzsd5BwA8qK98S8CVCd { top:15.3125rem;left:5.3125rem;width:26.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcSDumLBL0DpTkE8TTBqzwNrqqIFsxU { top:24.5625rem;left:45.375rem;width:2.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT12i8RdHzmygyBHRSspvMsxU35sVInv { top:11.0625rem;left:0rem;width:25.3125rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { top:5.875rem;left:1.28125rem;width:45.1875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { top:4.0625rem;left:1.28076171875rem;width:45.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhx84M50eZvlGT0y05iZ38iuvbl88ze { display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgcGsJMoeLLv7umFWkaUT1AoE12tWG8e { top:2.25rem;left:18.1875rem;width:29.5625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8uyiSiBM0uAVhvEfIAXriiJxSHENVqL { width:40.1875rem;height:33.5625rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcUzPq1wJfXBfNDMAJvTacw2dThXIoE { width:26.375rem;height:33.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LawSAI3KlZQOS9WQSVT3d5bsWsDXnbpI { top:8.8125rem;left:11.1875rem;width:36.5625rem;height:22.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhZFBXg7iqQun24iKnyrueQyS37pW5l { display:block; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwghUzQcQaufNRm0R1MraVfnKZDoDG3o { top:5.875rem;left:1.28125rem;width:45.1875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MlGt1VROXRTxZdK5F9eNJiyWyXOUHn { top:4.0625rem;left:1.28076171875rem;width:45.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { top:5.4375rem;left:0rem;width:25.9375rem;height:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { top:2.0625rem;left:0rem;width:26.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:40.4375rem;height:22.5625rem;top:2.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypCxeo2XTDEarEKd1IbMzErQvTDQqR6H { width:10.5rem;height:3.125rem;top:22.6875rem;left:5.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmIWgZNEEKh0pfZ5eDmmmRpIoLFcSUyL { display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { top:6.3125rem;left:1.2802734375rem;width:45.1875rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJuipsX59285TXesbPPTAPMF4DhKpMe { top:4.375rem;left:1.28125rem;width:45.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #mL8tETZzZesNVCTDDgz4WoFWzuLZ7sIK {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #pl6msOWFpnS2LyWmO8yNite4EaqfqLJN {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #FFln0ByM1b3eJRa65qPFARVtCcD0gzAQ {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #IQZgJHvsZcbEUxEIvoOdpDJkNhGAAPQm {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #zXwmxgciZ869nUpq9hiJ1k3Q0ThQKoqf {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #e4qUygF3Qzf9o881K4B8XgHVkDgHsam5 {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #pif7Pl6CwN9cqSTeMOcQdhxDgIgBZM7L {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #XoWt45GEuZnTv1LipU6UTWq3t3NsUack {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #HZDsOHPvEMsLaTsTDmt9ZkObCZRxsxxw {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #MWhU82NzTkE6LofR8ACIasLqT28Z0DlL {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #Ie2fQiMezf8xt4OC88IMzScTkoJzZrvg {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #uTaEoUH9fRV1HmNgqvwT2Wd2tybC45zU {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #mcHc7vUC6SByN0T61SdFLN5UPvzmeCvs {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #BInDuy8pV6M3hNnC7ULTIANlWiKgH2nG {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #Hu7EceP9w0OzVTNcvuqLAIop4XDiNsER {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #XfKdAGWmlH6TESeZm82fOu83Zkf5xVTE {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #oTvgT0sLRdfB0AMxJUwcRkGaKrnzbQn3 {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #plbui68l5saZehbA8bdAd0pcRSwh9PAf {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #SfC9eN3pTvrTU2goFQK1apkm3U5Ehp0e {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #xkO8eCq5DmaAdHCTcZITKW0337L0qcQF {  }
 }@media only screen and (max-width: 763px) { #HTnf5VT1fPTDWIfr9OqWhJegeLFyxT82 { top:5.5625rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSiFOCpyz1MeTGKsOIFhxvaThTATmFVp { top:2.875rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { display:block; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAfhrO66onx1MxcgD0W9fQT2R63t9lGs { width:38.125rem;height:21.1875rem;top:14.9375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRWJgTTVp5tvUSUEf8KQCRqyGDgryTtR { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awpSXKpJmGMMP6I1Czb4S7OemfoKcJRy { width:47.75rem;height:;top:8.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpzP8ud6wBP8skVaPIkfFS5OOOKbpbK { width:21.3125rem;height:4.0625rem;top:38.75rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTsDshROEVzWtpeAIH1zRm1XXX3aHoG { display:block; }
 }@media only screen and (max-width: 763px) { #NCWk7aEkET8OJs7W7eV9SoaHhJhgKLFG { top:14rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbwDQn3dAG0ecoiP6MfTEtlbrwHVReom { width:11.5rem;height:1.25rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrt0AowH4ytJLs3Q2gLrUJASBIgTE6AC { width:11.5rem;height:5.1875rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMWgTxKcoSrWXsOygpncaTcCIyvIbPv { top:19.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBZx5tV8fC4UZHG83I8RI3d2uRTSCKzE { top:14rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDaTA16blzQfcQpyeOoJS6HDXbPlwaew { width:11.5rem;height:2.5625rem;top:14.9375rem;left:36.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLt8prBvGvFiweAsLvUkFw8IGKmmgXu { top:19.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFwqXpRrxRDIeOKliO9lwtKmZ5RP1Iod { width:11.5rem;height:3.875rem;top:19.8125rem;left:36.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIAOVlDimrlZkJzxM2TVqfbzmcTlBaW { top:26.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q18mI7CXsp4tHHMLprDxSmccLxfE1WrP { width:11.5rem;height:3.875rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPEFHal8rZB7EZC4Af01Xu37FTXFDnS { top:26.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTza9kk8Ot78I7BSegO8BU18pgkarhr { width:11.5rem;height:3.875rem;top:27.0625rem;left:36.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh84zhl8kUNaKCt5kW5pMZlrVrvahkID { top:30.3125rem;left:24.65625rem;width:12.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HydXvI3TVUgTAe9M6qbocUe9CGmPaFTC { top:30.3125rem;left:23.78125rem;width:13.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX5427bnaMBHEGwsMQyNqz8rDbvHu9ht { top:32.5rem;left:28.78125rem;width:13.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ13wmeE1ZNWMbGdnuAxbewO2hG901Gy { top:32.75rem;left:29.59375rem;width:12.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWqsb3ziDGJnXgTThDrkHMOp6aPtgT0 { top:28.9375rem;left:27.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2zG67BmbOFTsuKuJ21oaWAZNgZoxvU { top:29.0625rem;left:36.84375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePZBezT1wOhc3VT5ZhFSGwIRr1dP1gD7 { top:6.75rem;left:29.8125rem;width:11.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { width:1.625rem;height:1.875rem;top:7.3125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { top:3.4375rem;left:32.8125rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeZZxUreZw9wow5R265SGZsTyuhnQdN { top:3.375rem;left:29.8125rem;width:10.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NzMwvTa7y8mCMy9cz3Go6ZbaVkMB3a { top:7.9375rem;left:34.6875rem;width:13.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQ1E55X3a7xHFnIilylfiMMEVuWApXq { top:4.3125rem;left:0rem;width:13.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfnAegWdlAc9qScfGSzTZOlxGkD7AmTG { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:83rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { width:19.375rem;height:4.3994125rem;top:6.38671875rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Bc9QEgo78ZkKuorU8Sk0vsFVdm9ae8ZL { width:20rem;height:1.94970625rem;top:3.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { width:10.5625rem;height:3.25rem;top:39.27978515625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block; }
 }@media only screen and (max-width: 763px) { #clmk4UZo331VQiu3zvgaeQ1FZbe8APIn { width:5.6875rem;height:1.625rem;top:80.9746046875rem;left:-2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfEqBWZ0SnpKQTwxqQB2RRmTGc07gVaH { width:5.6875rem;height:1.625rem;top:80.9746046875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQd2mv3Gbg9xFOhfxgRJfmorq7Viv2K { width:20rem;height:27.981859410431rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE6Iays3tUXqQzUN2KIAfMagMxARXLlq { width:13.9375rem;height:23.625rem;top:46.34228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vup6yDTgyNZ22AKdg78zfVKQDS9XkX0k { width:20rem;height:2.25rem;top:76.33105rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #WCgkxufQ9zO8Qbzsd5BwA8qK98S8CVCd { width:20rem;height:3.8994125rem;top:32.380859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXcSDumLBL0DpTkE8TTBqzwNrqqIFsxU { width:1.6875rem;height:18.75rem;top:58.75rem;left:18.3125rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #sT12i8RdHzmygyBHRSspvMsxU35sVInv { width:20rem;height:25.333333333333rem;top:8.67333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { width:20rem;height:4.79980625rem;top:5.2109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { width:20rem;height:1.4624rem;top:2.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JDhx84M50eZvlGT0y05iZ38iuvbl88ze { display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgcGsJMoeLLv7umFWkaUT1AoE12tWG8e { width:20rem;height:4.3994125rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N8uyiSiBM0uAVhvEfIAXriiJxSHENVqL { width:20rem;height:64.4375rem;top:1.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcUzPq1wJfXBfNDMAJvTacw2dThXIoE { width:16.875rem;height:21.25rem;top:53.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LawSAI3KlZQOS9WQSVT3d5bsWsDXnbpI { width:16.9375rem;height:41.4375rem;top:9.875rem;left:1.53125rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TwhZFBXg7iqQun24iKnyrueQyS37pW5l { display:block; }#TwhZFBXg7iqQun24iKnyrueQyS37pW5l > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwghUzQcQaufNRm0R1MraVfnKZDoDG3o { width:20rem;height:2.3999rem;top:5.42480625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C4MlGt1VROXRTxZdK5F9eNJiyWyXOUHn { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { width:20rem;height:12.1875rem;top:4.61230625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:20rem;height:11.125rem;top:24.6123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypCxeo2XTDEarEKd1IbMzErQvTDQqR6H { width:6.5625rem;height:2.5625rem;top:19.3623046875rem;left:6.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmIWgZNEEKh0pfZ5eDmmmRpIoLFcSUyL { display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { width:20rem;height:2.5996125rem;top:31.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #xOJuipsX59285TXesbPPTAPMF4DhKpMe { width:20rem;height:1.4624rem;top:22.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sduUQQwb1kJlV7HJD7N56IGrZKeupcxR { display:flex;height:auto;width:17.5rem;top:9.41796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #mL8tETZzZesNVCTDDgz4WoFWzuLZ7sIK {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #pl6msOWFpnS2LyWmO8yNite4EaqfqLJN {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #FFln0ByM1b3eJRa65qPFARVtCcD0gzAQ {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #IQZgJHvsZcbEUxEIvoOdpDJkNhGAAPQm {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #zXwmxgciZ869nUpq9hiJ1k3Q0ThQKoqf {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #e4qUygF3Qzf9o881K4B8XgHVkDgHsam5 {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #pif7Pl6CwN9cqSTeMOcQdhxDgIgBZM7L {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #XoWt45GEuZnTv1LipU6UTWq3t3NsUack {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #HZDsOHPvEMsLaTsTDmt9ZkObCZRxsxxw {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #MWhU82NzTkE6LofR8ACIasLqT28Z0DlL {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #Ie2fQiMezf8xt4OC88IMzScTkoJzZrvg {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #uTaEoUH9fRV1HmNgqvwT2Wd2tybC45zU {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #mcHc7vUC6SByN0T61SdFLN5UPvzmeCvs {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #BInDuy8pV6M3hNnC7ULTIANlWiKgH2nG {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #Hu7EceP9w0OzVTNcvuqLAIop4XDiNsER {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #XfKdAGWmlH6TESeZm82fOu83Zkf5xVTE {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #oTvgT0sLRdfB0AMxJUwcRkGaKrnzbQn3 {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #plbui68l5saZehbA8bdAd0pcRSwh9PAf {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #SfC9eN3pTvrTU2goFQK1apkm3U5Ehp0e {  }
 }@media only screen and (max-width: 763px) { #sduUQQwb1kJlV7HJD7N56IGrZKeupcxR #xkO8eCq5DmaAdHCTcZITKW0337L0qcQF {  }
 }@media only screen and (max-width: 763px) { #HTnf5VT1fPTDWIfr9OqWhJegeLFyxT82 { width:20rem;height:;top:32.7119125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zSiFOCpyz1MeTGKsOIFhxvaThTATmFVp { top:3.11865234375rem;left:1.5625rem;width:15rem;height:4.2246125rem;z-index:15022;font-family:raleway;font-size:1.625rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { display:block; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { background-color: transparent; background-image: none; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container > .video-iframe-container { display: none; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row > .video-iframe-container { display: none; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .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); }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb { border-width: 0; border-radius: 0; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBOU6AyHVoKgDhWBPUTG6PSiLCG8CcKb > .row .container { width:20rem;height:85.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAfhrO66onx1MxcgD0W9fQT2R63t9lGs { width:18.5rem;height:10.375rem;top:11rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRWJgTTVp5tvUSUEf8KQCRqyGDgryTtR { width:20rem;height:4.2246125rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awpSXKpJmGMMP6I1Czb4S7OemfoKcJRy { width:20rem;height:1.3808625rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpzP8ud6wBP8skVaPIkfFS5OOOKbpbK { width:14.6875rem;height:2.9375rem;top:76.8076171875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTsDshROEVzWtpeAIH1zRm1XXX3aHoG { display:block; }
 }@media only screen and (max-width: 763px) { #NCWk7aEkET8OJs7W7eV9SoaHhJhgKLFG { display:flex;width:3.125rem;height:3.125rem;top:22.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wbwDQn3dAG0ecoiP6MfTEtlbrwHVReom { width:11.5rem;height:1.29980625rem;top:26.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrt0AowH4ytJLs3Q2gLrUJASBIgTE6AC { width:11.5rem;height:3.8994125rem;top:41.875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMWgTxKcoSrWXsOygpncaTcCIyvIbPv { display:flex;width:3.125rem;height:3.125rem;top:37.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lBZx5tV8fC4UZHG83I8RI3d2uRTSCKzE { display:flex;width:3.125rem;height:3.125rem;top:29.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hDaTA16blzQfcQpyeOoJS6HDXbPlwaew { width:11.5rem;height:2.5996125rem;top:33.6875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLt8prBvGvFiweAsLvUkFw8IGKmmgXu { display:flex;width:3.125rem;height:3.125rem;top:47.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lFwqXpRrxRDIeOKliO9lwtKmZ5RP1Iod { width:11.5rem;height:3.8994125rem;top:51.4375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIAOVlDimrlZkJzxM2TVqfbzmcTlBaW { display:flex;width:3.125rem;height:3.125rem;top:56.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Q18mI7CXsp4tHHMLprDxSmccLxfE1WrP { width:11.5rem;height:3.8994125rem;top:60.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPEFHal8rZB7EZC4Af01Xu37FTXFDnS { display:flex;width:3.125rem;height:3.125rem;top:66.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #cqTza9kk8Ot78I7BSegO8BU18pgkarhr { width:11.5rem;height:3.8994125rem;top:70.47119140625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh84zhl8kUNaKCt5kW5pMZlrVrvahkID { width:12.25rem;height:1.29980625rem;top:19.03125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HydXvI3TVUgTAe9M6qbocUe9CGmPaFTC { width:7.4375rem;height:2.125rem;top:18.61865234375rem;left:9.15625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bX5427bnaMBHEGwsMQyNqz8rDbvHu9ht { width:7rem;height:2.0625rem;top:20.375rem;left:11.5625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #dJ13wmeE1ZNWMbGdnuAxbewO2hG901Gy { width:4.375rem;height:1.29980625rem;top:20.6875rem;left:13.03125rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HTWqsb3ziDGJnXgTThDrkHMOp6aPtgT0 { display:flex;width:1.875rem;height:1.875rem;top:18.74365234375rem;left:12.25rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #SU2zG67BmbOFTsuKuJ21oaWAZNgZoxvU { display:flex;width:2.4375rem;height:2.4375rem;top:18.68115234375rem;left:15.75rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePZBezT1wOhc3VT5ZhFSGwIRr1dP1gD7 { width:15.6875rem;height:2.2744125rem;top:3.125rem;left:3.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { width:1.1875rem;height:1.375rem;top:8.3125rem;left:2.21875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { width:15.5rem;height:1.3125rem;top:6.9375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkeZZxUreZw9wow5R265SGZsTyuhnQdN { width:14.75rem;height:1.3125rem;top:2.875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8NzMwvTa7y8mCMy9cz3Go6ZbaVkMB3a { width:13.0625rem;height:1.13720625rem;top:8.4375rem;left:3.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JzQ1E55X3a7xHFnIilylfiMMEVuWApXq { width:7.625rem;height:2rem;top:14.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfnAegWdlAc9qScfGSzTZOlxGkD7AmTG { display:flex;top:4.2734375rem;left:2.21875rem;width:1.1875rem;height:1.1875rem;z-index:15060; }
 }