.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:255,217,239;--color-primary-1:255,129,202;--color-primary-2:255,2,149;--color-primary-3:128,1,75;--color-primary-4:38,0,22;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:176,169,169;--color-secondary-3:89,89,89;--color-secondary-4:68,68,68;--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:"Roundo";--paragraphs-font-family:"Roundo"; }@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; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { background-color: transparent; background-image: none; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container > .video-iframe-container { display: none; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row > .video-iframe-container { display: none; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .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); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { border-width: 0; border-radius: 0; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { width:75rem;height:6.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fC0zTMR7pWwnUm89wyGRdmDm4oLoNq5g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.375rem;left:27.6875rem;display:block; }
#yS61nH0itwyFsfEslVQiJHp86lObHrTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlvBczufdzcLnWCrU31SeE0IKHAbwP4z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:36.1875rem;display:block; }
#XCA5Il2F70FNxpgN8AwIeurN855pQkLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL4wxEmafIxVKT8G0BXI4dpoGTWJed6b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#555a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:44.375rem;display:block; }
#e30AiwdrbxbHox9W2w452EO5o4dnZRCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0ZZKSmxSO6PVAJUIxewLcxlFRWoKIo3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.34375rem;left:63.75rem;display:block; }
#zOZAFrBs8htiNooHLTV5J5iaK42vIXko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85b03fe3-9062-475f-b21a-f937b27e22fe/Landingi1200x8003.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2.adaptive-delivery-prevent-bg, #k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2.lazyload, #k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2.lazyloading { background-image: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { background-color: transparent; background-image: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container > .video-iframe-container { display: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row > .video-iframe-container { display: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .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); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { border-width: 0; border-radius: 0; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#lS8Dxgaqwuni1gFgSnqaaBO97k8tT39f { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:21.75rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ilkmvmpfn1LeDg1AviKyqnWZKlSD9GUM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:20rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MzXagxbPgMiIywUnaiMRdmlNJ0hxFzs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container { background-color: transparent; background-image: none; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container > .video-iframe-container { display: none; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row > .video-iframe-container { display: none; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .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); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container { border-width: 0; border-radius: 0; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#C9B1IyXRJMMHX1TS6qbghiwNKnv9aolR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJvsQaTciPXOEleSHsoNZCMke52gySsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container { background-color: transparent; background-image: none; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container > .video-iframe-container { display: none; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row > .video-iframe-container { display: none; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .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); }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container { border-width: 0; border-radius: 0; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#DnR9Tnm1tqbZyZeN07xxn416Or1x5Rn6 { box-sizing:content-box;height:23.3125rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),0.57);background-image:none;top:1.53125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mz87Z3u9sEWrf9PNaLJBLCDiCvg4aSZz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:10.9375rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.89794921875rem;left:24.9375rem;display:block; }
#mq6frT1tCaWC2n5WwkmFOxk5uEHzTiHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOdKv4vXTMquzwG7u6Vyort17iXotrJC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:6.78759765625rem;left:1.6875rem;height:2.7998rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pzqPyTN8D2K8IiKemXsJUQJflFTHcuyx { color:#0b0b0b;display:block;width:27.375rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:16.77294921875rem;left:1.6875rem;height:2.0625rem;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; }
#yuGpyZqF6n8fSiT3WnFCA2Lw4iDD2CtT { color:#0b0b0b;display:block;width:32.625rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:11.0625rem;left:1.6875rem;height:2.0625rem;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; }
#Rg845JJvKB0SQ3Wc4kcJAnVbDRKkKJFU { position:absolute;display:block;z-index:15005;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;height:23.3125rem;width:35rem;top:1.53125rem;left:40rem;overflow:hidden;display:block; }
#kRsyUUGE9fMJ1aVAtU0hyL33Z78Kaihi { color:#0b0b0b;display:block;width:32.625rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:4.10009765625rem;left:1.6875rem;height:2.0625rem;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; }
#uBc1AuLTakbDT2igJxCgHa7e2zkHJTCA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.8125rem;left:1.6875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cyaW1VfK18yLSUJbboWccgL1Ag5zR2R7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:19.56103515625rem;left:1.6875rem;height:2.7998rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container { background-color: transparent; background-image: none; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container > .video-iframe-container { display: none; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row > .video-iframe-container { display: none; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .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); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container { border-width: 0; border-radius: 0; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#iSUWfd5VQthQ0JUpTdXaa82hThZVJTa3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display sc";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ { 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; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container { background-color: transparent; background-image: none; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container > .video-iframe-container { display: none; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row > .video-iframe-container { display: none; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .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); }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container { border-width: 0; border-radius: 0; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;position:relative;display:block; }#Jn4GcpTrHlWGpnZDyCkdocpALSX8bmqT { color:#0a0a0a;display:block;width:21.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:20.61474609375rem;left:0rem;height:6.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaT5PP45CgHSiHcWUXT7GhJyACJ8Tqit { color:#0a0a0a;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:21.0390625rem;left:26.03125rem;height:6.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0WpJ1PZeLE037566QtvtoIC288baWpf { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:21.03857421875rem;left:52.5rem;height:6.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwlNTA8rC5zNIaZwNeU1JM6x0zd5Cake { color:#0a0a0a;display:block;width:21.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:56.1875rem;left:45.5rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiEoGWM5PSs3dfKfqXH9iWMVKtdz5rLw { position:absolute;display:block;z-index:15007;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;height:14.6875rem;width:22.125rem;top:1.75rem;left:26.4375rem;overflow:hidden;display:block; }
#RUKkPc0x1Ob8OvKiOKFheZyzkKTnpW9k { 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: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:29.5859375rem;left:-0.125rem;display:block; }
#WClcuTXrc9wTKBALHPctfMXNlxO0BVC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxbVuocgNgpcbx8Tenitc59tVz0VTThc { 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: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:#ffffff;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:22.75rem;height:3rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.5859375rem;left:27.09375rem;display:block; }
#uJU6Ml8NeVU8sZ0NRS4wPKTO2VquFIxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFwIZofE5EUOdn2MFvwIKoNVRBVcTAe0 { 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: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.5859375rem;left:53.40625rem;display:block; }
#Jel9W1LrgiKoxre1EUiZVcqgWZy88QTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTls1qFTQU9M822ayc0b9wZNRP0p4tuK { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:51.375rem;left:44.8125rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRNPmfeBUc3Z6WubD34gItRlkKlzu8BC { position:absolute;display:block;z-index:15005;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;height:14.5625rem;width:21.875rem;top:35.75rem;left:45.125rem;overflow:hidden;display:block; }
#dSrMBzBdzLryF6TX0HArnoqPZVcHrJm3 { 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: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-secondary-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:22.9375rem;height:3rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:66.5625rem;left:44.4375rem;display:block; }
#hndLzh2U4Xf2wq7g2bkA5Hpp0oe1VKex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJd65lINQTCoaI9Afk7bca526sFhPFyH { position:absolute;display:block;z-index:15008;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;height:14.6875rem;width:21.5625rem;top:1.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#Kngeodsfevu7dRR001qs6ZRhcm01kkSD { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:17.11572265625rem;left:0rem;height:3.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odri5hio3XgDh6HiXpdI09HeqANytA95 { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:17.11572265625rem;left:26.25rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chiCgkHONFimNOIHOMzaSzfUuaT6sG3V { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:17.1708984375rem;left:52.5rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACQUdF8HcaUJQ0Xgi5BOteDfwwJgOl92 { position:absolute;display:block;z-index:15006;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;height:14.5625rem;width:21.875rem;top:35.75rem;left:11.4375rem;overflow:hidden;display:block; }
#JrbeM04oZ09S8LdftzuzarzFqOlgcAUq { color:#121212;display:block;width:22.5rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:51.3125rem;left:11.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V64pW6nLlkEyyBVSrV5ekshQqsHr1abz { color:#0a0a0a;display:block;width:23.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:56.1875rem;left:10.6875rem;height:8.49851875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFKprN2fkyWotqtmXFy0QmBqMn26WHS2 { 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: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-secondary-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:22.8125rem;height:3rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:66.5625rem;left:11.0625rem;display:block; }
#tPFdkBSiv5mR2adQF5OMp3IqTGOJR9mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvCR3BVxGTlREQ7JTQGkX7prcRLSsdR9 { position:absolute;display:block;z-index:15008;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;height:14.6875rem;width:22.125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container { background-color: transparent; background-image: none; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container > .video-iframe-container { display: none; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row > .video-iframe-container { display: none; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .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); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container { border-width: 0; border-radius: 0; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#fnTGyw2mQsD1DarVOW1Uegl7vC6zn3D3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { 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; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { background-color: transparent; background-image: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container > .video-iframe-container { display: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container { display: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .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); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { border-width: 0; border-radius: 0; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { 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:30.875rem;width:30.875rem;top:1.375rem;left:40.8125rem;overflow:hidden;display:block; }
#e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.25rem;height:10.2368125rem;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; }
#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5625rem;left:2.25rem;height:17.124rem;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container { background-color: transparent; background-image: none; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container > .video-iframe-container { display: none; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row > .video-iframe-container { display: none; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .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); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container { border-width: 0; border-radius: 0; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#FhPaoMkk9rPTBuLO3OPPgsynVTyLT6pp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC { 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; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container { background-color: transparent; background-image: none; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container > .video-iframe-container { display: none; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row > .video-iframe-container { display: none; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .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); }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container { border-width: 0; border-radius: 0; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#Ei4AsaMzlnbVyWXnfdwgzr4ahr3tiuSz { color:#0a0a0a;display:block;width:33.8125rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZDkObRWLswQNIsyfUuckye4IiTTbavfo { box-sizing:content-box;height:32.625rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:#dbe0e9;background-image:none;top:0rem;left:37.316014056225rem;display:block; }
#ndKEzWkzLU1x9G4tRc6JeDksJt9BHfBR { color:#0a0a0a;display:block;width:34.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:17.54885625rem;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; }
#yVrAafRk3RCSzEAZkbNGN4TIkZVEvyok { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#C55l97DNbv8Ulcg23tUxJz9Apgx1SJxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmsbtt1qz9qs6sJ1CBoIXbuRq4LlZncf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:30.875rem;top:1.71875rem;left:40.8125rem;overflow:hidden;display:block; }
#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(253deg, 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(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container { background-color: transparent; background-image: none; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container > .video-iframe-container { display: none; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row > .video-iframe-container { display: none; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .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); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container { border-width: 0; border-radius: 0; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#JmK361I7ce4OsTrv8eSwBKMWUenxb0dl { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN { 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; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container { background-color: transparent; background-image: none; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container > .video-iframe-container { display: none; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row > .video-iframe-container { display: none; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .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); }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container { border-width: 0; border-radius: 0; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#edfEG47O4VOMCtqseCFxDwg5fgU4GVTP { color:#010304;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:4.25rem;left:45.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2q9hsgKtgpNTO3IRxp7IO2fq8RT1O0d { color:#010304;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:5.875rem;left:45.75rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqPbTIoyTGSnv2DeR0ahspwTQPMQinfn { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.1875rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#dO5oRZDwW43816UGgxsF5ozOT8lThVtM { color:#010304;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.75rem;left:44.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cJITT4cQR6apeTTg8FlX0lJsumQLwJTg { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.625rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tAxbiRbA8Cyb1SLEAdse2bkGETSTPC0G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.4375rem;left:55.625rem; }
#XTPnEdLxUhIPtHQJopo5ilx4T6JtsrrF { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.9375rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#TxtVHVqRZxsea245MdiuxZ6RTzsaKqPe { color:#010304;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:22.40625rem;left:44.65625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GmvBSgVA62UgzeyIsbS88gHElrdQziU1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.1875rem;left:55.625rem; }
#HAVTr1fTH74W8AkvqEBSfBMdMLRTM5FE { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.375rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoZMO2oRmSTxcWyGhD3DImKxVZ18IWeh { color:rgba(var(--color-secondary-3),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5rem;left:0rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R0SQzLALyGhuTxOpfB42adNfQV48zCZ6 { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#Sm7hzB6R8FKpciLCFVHqJOpZUPPs6DBU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.6875rem;left:55.625rem; }
#xAh45tSoXHB7WmGCAH0evsp2k4dX7ExK { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:1.25rem;left:0rem;height:3.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lFqooXu53PsP5CGqDZBHVzrokuGnmZBQ { background-color:rgba(var(--color-tertiary-4),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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:21.09375rem;left:0rem;display:block; }
#c4cu925Sqlue19M7eWODp0T5kqmXUFCA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(253deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(253deg, 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(253deg, rgba(var(--color-secondary-2),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; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { background-color: transparent; background-image: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container > .video-iframe-container { display: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container { display: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .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); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { border-width: 0; border-radius: 0; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#hJnBtLga1BmS77mmFqto7g2bICcrgqmD { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.59375rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { position:relative;display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { background-color: transparent; background-image: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { border-width: 0; border-radius: 0; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.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; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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-secondary-3),0.2);background-image:none;vertical-align:top; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:raleway;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.adaptive-delivery-prevent-bg, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyload, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyloading { background-image: none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#de84puLi0b1O4TdTZQxuZowWNXIs2X3D { 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; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container { background-color: transparent; background-image: none; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container > .video-iframe-container { display: none; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row > .video-iframe-container { display: none; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .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); }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container { border-width: 0; border-radius: 0; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#iBCyS6iOVdC6rTQUH9AvFEAJvOmp1BxC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:40.125rem;top:-0.125rem;left:0rem;overflow:hidden;display:block; }
#VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { background-color:rgba(var(--color-tertiary-4),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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.5625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:18.3125rem;left:37.5rem;display:block; }
#xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOTAt0R1kbzzcHLiWpAnhiE6T3Tvrb94 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:raleway;font-size:0.5625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:23.125rem;left:37.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ClzFgmBBGTq6QDQ5cayT62GTpp79ng3n { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3.5625rem;left:37.5rem;height:4.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ml7qo1TingNkRnkfpcNARAiAcZfO75mo { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10.08740234375rem;left:37.5rem;height:6.449225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:14.375rem;top:1.375rem;left:30.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 { display:block; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fC0zTMR7pWwnUm89wyGRdmDm4oLoNq5g { width:7.5rem;height:3.375rem;top:1.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS61nH0itwyFsfEslVQiJHp86lObHrTW { display:block; }
 }@media only screen and (max-width: 763px) { #wlvBczufdzcLnWCrU31SeE0IKHAbwP4z { width:7.5rem;height:3.375rem;top:1.375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCA5Il2F70FNxpgN8AwIeurN855pQkLi { display:block; }
 }@media only screen and (max-width: 763px) { #wL4wxEmafIxVKT8G0BXI4dpoGTWJed6b { width:7.5rem;height:3.375rem;top:1.375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e30AiwdrbxbHox9W2w452EO5o4dnZRCr { display:block; }
 }@media only screen and (max-width: 763px) { #n0ZZKSmxSO6PVAJUIxewLcxlFRWoKIo3 { width:11.125rem;height:3.375rem;top:1.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOZAFrBs8htiNooHLTV5J5iaK42vIXko { display:block; }
 }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { top:1.375rem;left:0rem;width:19.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 { display:block; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS8Dxgaqwuni1gFgSnqaaBO97k8tT39f { top:21.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilkmvmpfn1LeDg1AviKyqnWZKlSD9GUM { top:20rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXagxbPgMiIywUnaiMRdmlNJ0hxFzs8 { top:27.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 { display:block; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9B1IyXRJMMHX1TS6qbghiwNKnv9aolR { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJvsQaTciPXOEleSHsoNZCMke52gySsz { display:block; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnR9Tnm1tqbZyZeN07xxn416Or1x5Rn6 { top:1.5rem;left:0rem;width:37.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz87Z3u9sEWrf9PNaLJBLCDiCvg4aSZz { width:10.9375rem;height:3rem;top:20.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6frT1tCaWC2n5WwkmFOxk5uEHzTiHt { display:block; }
 }@media only screen and (max-width: 763px) { #sOdKv4vXTMquzwG7u6Vyort17iXotrJC { top:6.75rem;left:0rem;width:34.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzqPyTN8D2K8IiKemXsJUQJflFTHcuyx { top:16.75rem;left:0rem;width:27.375rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuGpyZqF6n8fSiT3WnFCA2Lw4iDD2CtT { top:11.0625rem;left:0rem;width:32.625rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg845JJvKB0SQ3Wc4kcJAnVbDRKkKJFU { top:1.5rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRsyUUGE9fMJ1aVAtU0hyL33Z78Kaihi { top:4.0625rem;left:0rem;width:32.625rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBc1AuLTakbDT2igJxCgHa7e2zkHJTCA { top:13.8125rem;left:0rem;width:34.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyaW1VfK18yLSUJbboWccgL1Ag5zR2R7 { top:19.5rem;left:0rem;width:34.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 { display:block; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSUWfd5VQthQ0JUpTdXaa82hThZVJTa3 { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ { display:block; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn4GcpTrHlWGpnZDyCkdocpALSX8bmqT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaT5PP45CgHSiHcWUXT7GhJyACJ8Tqit { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WpJ1PZeLE037566QtvtoIC288baWpf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwlNTA8rC5zNIaZwNeU1JM6x0zd5Cake { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiEoGWM5PSs3dfKfqXH9iWMVKtdz5rLw { top:1.75rem;left:12.8125rem;width:22.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKkPc0x1Ob8OvKiOKFheZyzkKTnpW9k { width:21.875rem;height:3rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClcuTXrc9wTKBALHPctfMXNlxO0BVC5 { display:block; }
 }@media only screen and (max-width: 763px) { #TxbVuocgNgpcbx8Tenitc59tVz0VTThc { width:22.75rem;height:3rem;top:29.5625rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJU6Ml8NeVU8sZ0NRS4wPKTO2VquFIxd { display:block; }
 }@media only screen and (max-width: 763px) { #zFwIZofE5EUOdn2MFvwIKoNVRBVcTAe0 { width:21.25rem;height:3rem;top:29.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jel9W1LrgiKoxre1EUiZVcqgWZy88QTh { display:block; }
 }@media only screen and (max-width: 763px) { #TTls1qFTQU9M822ayc0b9wZNRP0p4tuK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRNPmfeBUc3Z6WubD34gItRlkKlzu8BC { top:35.75rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrMBzBdzLryF6TX0HArnoqPZVcHrJm3 { width:22.9375rem;height:3rem;top:66.5625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hndLzh2U4Xf2wq7g2bkA5Hpp0oe1VKex { display:block; }
 }@media only screen and (max-width: 763px) { #kJd65lINQTCoaI9Afk7bca526sFhPFyH { top:1.8125rem;left:26.1875rem;width:21.5625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kngeodsfevu7dRR001qs6ZRhcm01kkSD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odri5hio3XgDh6HiXpdI09HeqANytA95 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chiCgkHONFimNOIHOMzaSzfUuaT6sG3V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACQUdF8HcaUJQ0Xgi5BOteDfwwJgOl92 { top:35.75rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrbeM04oZ09S8LdftzuzarzFqOlgcAUq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V64pW6nLlkEyyBVSrV5ekshQqsHr1abz { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKprN2fkyWotqtmXFy0QmBqMn26WHS2 { width:22.8125rem;height:3rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPFdkBSiv5mR2adQF5OMp3IqTGOJR9mo { display:block; }
 }@media only screen and (max-width: 763px) { #JvCR3BVxGTlREQ7JTQGkX7prcRLSsdR9 { top:1.75rem;left:0rem;width:22.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw { display:block; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnTGyw2mQsD1DarVOW1Uegl7vC6zn3D3 { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { display:block; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { top:1.375rem;left:16.875rem;width:30.875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { top:2.9375rem;left:0rem;width:33.0625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { top:13.5625rem;left:0rem;width:33.0625rem;height:17.0625rem;font-size:1.125rem;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
 }@media only screen and (max-width: 763px) { #GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 { display:block; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhPaoMkk9rPTBuLO3OPPgsynVTyLT6pp { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2T8WCC2RB4frUeB9p03plHJsWUeFnwC { display:block; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei4AsaMzlnbVyWXnfdwgzr4ahr3tiuSz { width:33.8125rem;height:5.8125rem;top:1.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkObRWLswQNIsyfUuckye4IiTTbavfo { top:0rem;left:23.625rem;width:0.125rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKEzWkzLU1x9G4tRc6JeDksJt9BHfBR { top:9.0625rem;left:0rem;width:34.3125rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVrAafRk3RCSzEAZkbNGN4TIkZVEvyok { width:25rem;height:2.5625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55l97DNbv8Ulcg23tUxJz9Apgx1SJxn { display:block; }
 }@media only screen and (max-width: 763px) { #kmsbtt1qz9qs6sJ1CBoIXbuRq4LlZncf { top:1.6875rem;left:16.875rem;width:30.875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1z36ETsvI8yVKAmzgmhogxbEGONw4MT { display:block; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmK361I7ce4OsTrv8eSwBKMWUenxb0dl { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR7Axillgo8UHxgv4ImQckeXK1ELbEqN { display:block; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edfEG47O4VOMCtqseCFxDwg5fgU4GVTP { top:4.25rem;left:25.0625rem;width:22.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2q9hsgKtgpNTO3IRxp7IO2fq8RT1O0d { top:5.875rem;left:25.3125rem;width:21rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPbTIoyTGSnv2DeR0ahspwTQPMQinfn { top:10.1875rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO5oRZDwW43816UGgxsF5ozOT8lThVtM { top:13.75rem;left:24.25rem;width:23.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJITT4cQR6apeTTg8FlX0lJsumQLwJTg { top:14.625rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAxbiRbA8Cyb1SLEAdse2bkGETSTPC0G { top:11.4375rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPnEdLxUhIPtHQJopo5ilx4T6JtsrrF { top:18.9375rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtVHVqRZxsea245MdiuxZ6RTzsaKqPe { top:22.375rem;left:24.21875rem;width:23.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvBSgVA62UgzeyIsbS88gHElrdQziU1 { top:20.1875rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVTr1fTH74W8AkvqEBSfBMdMLRTM5FE { top:23.375rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZMO2oRmSTxcWyGhD3DImKxVZ18IWeh { top:5.5rem;left:0rem;width:33rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0SQzLALyGhuTxOpfB42adNfQV48zCZ6 { top:1.5rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7hzB6R8FKpciLCFVHqJOpZUPPs6DBU { top:2.6875rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAh45tSoXHB7WmGCAH0evsp2k4dX7ExK { top:1.25rem;left:0rem;width:37.4375rem;height:3.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFqooXu53PsP5CGqDZBHVzrokuGnmZBQ { width:16.25rem;height:2.5625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cu925Sqlue19M7eWODp0T5kqmXUFCA { display:block; }
 }@media only screen and (max-width: 763px) { #EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { display:block; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:47.75rem;height:4rem;top:1.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #de84puLi0b1O4TdTZQxuZowWNXIs2X3D { display:block; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBCyS6iOVdC6rTQUH9AvFEAJvOmp1BxC { top:-0.125rem;left:0rem;width:40.125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { width:24.0625rem;height:2.5625rem;top:18.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block; }
 }@media only screen and (max-width: 763px) { #cOTAt0R1kbzzcHLiWpAnhiE6T3Tvrb94 { top:23.125rem;left:10.5rem;width:37.25rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClzFgmBBGTq6QDQ5cayT62GTpp79ng3n { width:29.4375rem;height:4.625rem;top:3.5625rem;left:18.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml7qo1TingNkRnkfpcNARAiAcZfO75mo { width:37.5rem;height:6.4375rem;top:10.0625rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { top:1.375rem;left:16.6875rem;width:14.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 { background-color:#f6f6f6;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;display:block; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { background-color: transparent; background-image: none; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container > .video-iframe-container { display: none; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row > .video-iframe-container { display: none; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .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); }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { border-width: 0; border-radius: 0; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af8lOa6daDKqtuclleGhTFm7T3oOdyf1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fC0zTMR7pWwnUm89wyGRdmDm4oLoNq5g { width:4.375rem;height:2.8125rem;top:3rem;left:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS61nH0itwyFsfEslVQiJHp86lObHrTW { display:block; }
 }@media only screen and (max-width: 763px) { #wlvBczufdzcLnWCrU31SeE0IKHAbwP4z { width:4.375rem;height:2.8125rem;top:3rem;left:7.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCA5Il2F70FNxpgN8AwIeurN855pQkLi { display:block; }
 }@media only screen and (max-width: 763px) { #wL4wxEmafIxVKT8G0BXI4dpoGTWJed6b { width:4.6875rem;height:2.8125rem;top:3rem;left:14.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e30AiwdrbxbHox9W2w452EO5o4dnZRCr { display:block; }
 }@media only screen and (max-width: 763px) { #n0ZZKSmxSO6PVAJUIxewLcxlFRWoKIo3 { width:6.875rem;height:2.3125rem;top:0.75rem;left:13.125rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zOZAFrBs8htiNooHLTV5J5iaK42vIXko { display:block; }
 }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { width:11.875rem;height:2.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2821093-021e-4ff9-a15d-feda365dead5/34aa67d12a8b4e53817344178d0b6ba0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2.adaptive-delivery-prevent-bg, #k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2.lazyload, #k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2.lazyloading { background-image: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { background-color: transparent; background-image: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container > .video-iframe-container { display: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row > .video-iframe-container { display: none; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .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); }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { border-width: 0; border-radius: 0; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7iM8IGQgbddbEgOB2DOCGVMy4R6AzD2 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS8Dxgaqwuni1gFgSnqaaBO97k8tT39f { width:20rem;height:5.5rem;top:8.5rem;left:0rem;font-size:2.75rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilkmvmpfn1LeDg1AviKyqnWZKlSD9GUM { width:20rem;height:1.96875rem;top:4.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MzXagxbPgMiIywUnaiMRdmlNJ0hxFzs8 { width:20rem;height:1.03125rem;top:15.5rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 { background-color:#1c1c1c;background-image:none;display:block; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container { background-color: transparent; background-image: none; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container > .video-iframe-container { display: none; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row > .video-iframe-container { display: none; }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .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); }#OTZmXFfXKkM1QQ4GmKJqJoexLXsscLu9 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9B1IyXRJMMHX1TS6qbghiwNKnv9aolR { width:15.125rem;height:3.29980625rem;top:1.068359375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WJvsQaTciPXOEleSHsoNZCMke52gySsz { display:block; }#WJvsQaTciPXOEleSHsoNZCMke52gySsz > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnR9Tnm1tqbZyZeN07xxn416Or1x5Rn6 { width:20rem;height:29.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz87Z3u9sEWrf9PNaLJBLCDiCvg4aSZz { width:10.9375rem;height:3rem;top:39.248046875rem;left:4.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6frT1tCaWC2n5WwkmFOxk5uEHzTiHt { display:block; }
 }@media only screen and (max-width: 763px) { #sOdKv4vXTMquzwG7u6Vyort17iXotrJC { width:17.6875rem;height:5.5996125rem;top:32.8125rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #pzqPyTN8D2K8IiKemXsJUQJflFTHcuyx { width:11.75rem;height:1.375rem;top:16.0625rem;left:1.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yuGpyZqF6n8fSiT3WnFCA2Lw4iDD2CtT { width:16.6875rem;height:1.375rem;top:24.1875rem;left:1.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Rg845JJvKB0SQ3Wc4kcJAnVbDRKkKJFU { width:18.625rem;height:12.375rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRsyUUGE9fMJ1aVAtU0hyL33Z78Kaihi { width:17.875rem;height:1.375rem;top:30.6875rem;left:1.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #uBc1AuLTakbDT2igJxCgHa7e2zkHJTCA { width:16.875rem;height:2.79980625rem;top:26.44384765625rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #cyaW1VfK18yLSUJbboWccgL1Ag5zR2R7 { width:18.0625rem;height:4.19970625rem;top:18.361328125rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container { background-color: transparent; background-image: none; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container > .video-iframe-container { display: none; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row > .video-iframe-container { display: none; }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .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); }#RHLCyTMmnBdWhqGDTPqdxLdiV8PXB9C6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSUWfd5VQthQ0JUpTdXaa82hThZVJTa3 { width:20rem;height:1.6499rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ { display:block; }#Knmad9aPRO9QINVQ1iFoVsRI6blMFglZ > .row .container { width:20rem;height:153.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn4GcpTrHlWGpnZDyCkdocpALSX8bmqT { width:20rem;height:6.375rem;top:17.822265625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaT5PP45CgHSiHcWUXT7GhJyACJ8Tqit { width:20rem;height:6.375rem;top:47.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0WpJ1PZeLE037566QtvtoIC288baWpf { width:20rem;height:6.375rem;top:76.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwlNTA8rC5zNIaZwNeU1JM6x0zd5Cake { width:20rem;height:7.96875rem;top:140.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiEoGWM5PSs3dfKfqXH9iWMVKtdz5rLw { width:19.875rem;height:13.1875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKkPc0x1Ob8OvKiOKFheZyzkKTnpW9k { width:16.25rem;height:2.5625rem;top:25.5rem;left:1.875rem;color:#000000;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;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClcuTXrc9wTKBALHPctfMXNlxO0BVC5 { display:block; }
 }@media only screen and (max-width: 763px) { #TxbVuocgNgpcbx8Tenitc59tVz0VTThc { width:16.25rem;height:2.5625rem;top:84.375rem;left:1.875rem;color:#000000;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;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJU6Ml8NeVU8sZ0NRS4wPKTO2VquFIxd { display:block; }
 }@media only screen and (max-width: 763px) { #zFwIZofE5EUOdn2MFvwIKoNVRBVcTAe0 { width:16.25rem;height:2.5625rem;top:54.9375rem;left:1.875rem;color:#000000;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;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jel9W1LrgiKoxre1EUiZVcqgWZy88QTh { display:block; }
 }@media only screen and (max-width: 763px) { #TTls1qFTQU9M822ayc0b9wZNRP0p4tuK { width:20rem;height:2.9746125rem;top:136.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRNPmfeBUc3Z6WubD34gItRlkKlzu8BC { width:20rem;height:13.3139375rem;top:123.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrMBzBdzLryF6TX0HArnoqPZVcHrJm3 { width:16.25rem;height:2.5625rem;top:149.375rem;left:1.875rem;color:#000000;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;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hndLzh2U4Xf2wq7g2bkA5Hpp0oe1VKex { display:block; }
 }@media only screen and (max-width: 763px) { #kJd65lINQTCoaI9Afk7bca526sFhPFyH { width:20rem;height:13.6230625rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kngeodsfevu7dRR001qs6ZRhcm01kkSD { width:20rem;height:2.9746125rem;top:14.70947265625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odri5hio3XgDh6HiXpdI09HeqANytA95 { width:20rem;height:2.9746125rem;top:43.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chiCgkHONFimNOIHOMzaSzfUuaT6sG3V { width:20rem;height:2.9746125rem;top:73.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACQUdF8HcaUJQ0Xgi5BOteDfwwJgOl92 { width:20rem;height:13.3139375rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrbeM04oZ09S8LdftzuzarzFqOlgcAUq { width:20rem;height:3.5rem;top:103.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V64pW6nLlkEyyBVSrV5ekshQqsHr1abz { width:20rem;height:9.5625rem;top:107.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFKprN2fkyWotqtmXFy0QmBqMn26WHS2 { width:16.25rem;height:2.5625rem;top:118.625rem;left:1.875rem;color:#000000;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;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPFdkBSiv5mR2adQF5OMp3IqTGOJR9mo { display:block; }
 }@media only screen and (max-width: 763px) { #JvCR3BVxGTlREQ7JTQGkX7prcRLSsdR9 { width:20rem;height:13.276375rem;top:1.10791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container { background-color: transparent; background-image: none; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container > .video-iframe-container { display: none; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row > .video-iframe-container { display: none; }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .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); }#MyxMnLIruAPI58VhwgSTHBGtrVQvVgFw > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnTGyw2mQsD1DarVOW1Uegl7vC6zn3D3 { width:20rem;height:3.4375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { display:block; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { width:20rem;height:20rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { width:20rem;height:11.69823125rem;top:22.11474609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { width:20rem;height:19.3974375rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
 }@media only screen and (max-width: 763px) { #GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container { background-color: transparent; background-image: none; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container > .video-iframe-container { display: none; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row > .video-iframe-container { display: none; }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .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); }#GA9y3OWw0vsmhWfbTTkxZMwvIPl0SfM0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhPaoMkk9rPTBuLO3OPPgsynVTyLT6pp { width:20rem;height:1.92480625rem;top:1.8154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z2T8WCC2RB4frUeB9p03plHJsWUeFnwC { display:block; }#z2T8WCC2RB4frUeB9p03plHJsWUeFnwC > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei4AsaMzlnbVyWXnfdwgzr4ahr3tiuSz { width:20rem;height:6.09375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkObRWLswQNIsyfUuckye4IiTTbavfo { width:13.8125rem;height:0.1875rem;top:50.25rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKEzWkzLU1x9G4tRc6JeDksJt9BHfBR { width:20rem;height:23.39645625rem;top:21.9306640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVrAafRk3RCSzEAZkbNGN4TIkZVEvyok { width:19rem;height:2.5625rem;top:46.51220703125rem;left:0.5rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55l97DNbv8Ulcg23tUxJz9Apgx1SJxn { display:block; }
 }@media only screen and (max-width: 763px) { #kmsbtt1qz9qs6sJ1CBoIXbuRq4LlZncf { width:20rem;height:18.931125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1z36ETsvI8yVKAmzgmhogxbEGONw4MT { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container { background-color: transparent; background-image: none; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container > .video-iframe-container { display: none; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row > .video-iframe-container { display: none; }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .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); }#m1z36ETsvI8yVKAmzgmhogxbEGONw4MT > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmK361I7ce4OsTrv8eSwBKMWUenxb0dl { width:20rem;height:1.85595625rem;top:1.8154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JR7Axillgo8UHxgv4ImQckeXK1ELbEqN { display:block; }#JR7Axillgo8UHxgv4ImQckeXK1ELbEqN > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edfEG47O4VOMCtqseCFxDwg5fgU4GVTP { width:17.4375rem;height:3rem;top:30.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2q9hsgKtgpNTO3IRxp7IO2fq8RT1O0d { width:16.125rem;height:1.3125rem;top:44.07421875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPbTIoyTGSnv2DeR0ahspwTQPMQinfn { width:19.75rem;height:6.625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO5oRZDwW43816UGgxsF5ozOT8lThVtM { width:14.375rem;height:3rem;top:38.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJITT4cQR6apeTTg8FlX0lJsumQLwJTg { width:17.5rem;height:1.3125rem;top:52.26171875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAxbiRbA8Cyb1SLEAdse2bkGETSTPC0G { display:flex;width:1.25rem;height:1.25rem;top:36.9375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #XTPnEdLxUhIPtHQJopo5ilx4T6JtsrrF { width:19.75rem;height:6.625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtVHVqRZxsea245MdiuxZ6RTzsaKqPe { width:10.875rem;height:3rem;top:47rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvBSgVA62UgzeyIsbS88gHElrdQziU1 { display:flex;width:1.25rem;height:1.25rem;top:45.25rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #HAVTr1fTH74W8AkvqEBSfBMdMLRTM5FE { width:16.125rem;height:1.3125rem;top:42.82421875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZMO2oRmSTxcWyGhD3DImKxVZ18IWeh { width:20rem;height:16.5rem;top:9.57421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0SQzLALyGhuTxOpfB42adNfQV48zCZ6 { width:19.75rem;height:6.625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7hzB6R8FKpciLCFVHqJOpZUPPs6DBU { display:flex;width:1.25rem;height:1.25rem;top:28.375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #xAh45tSoXHB7WmGCAH0evsp2k4dX7ExK { width:19.1875rem;height:6.3994375rem;top:1.25rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFqooXu53PsP5CGqDZBHVzrokuGnmZBQ { width:16.25rem;height:2.5625rem;top:52.26171875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cu925Sqlue19M7eWODp0T5kqmXUFCA { display:block; }
 }@media only screen and (max-width: 763px) { #EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { display:block; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:20rem;height:4.7246125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #de84puLi0b1O4TdTZQxuZowWNXIs2X3D { display:block; }#de84puLi0b1O4TdTZQxuZowWNXIs2X3D > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBCyS6iOVdC6rTQUH9AvFEAJvOmp1BxC { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { width:13.75rem;height:2.3125rem;top:12.125rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block; }
 }@media only screen and (max-width: 763px) { #cOTAt0R1kbzzcHLiWpAnhiE6T3Tvrb94 { width:20rem;height:2.53125rem;top:19.6875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClzFgmBBGTq6QDQ5cayT62GTpp79ng3n { width:20rem;height:3.5rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml7qo1TingNkRnkfpcNARAiAcZfO75mo { width:6.1875rem;height:6rem;top:3.59375rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { width:8.625rem;height:1.75rem;top:1rem;left:5.6875rem;display:block; }
 }