.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#3e3d3c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB { position:relative;display:block; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB { background-color: transparent; background-image: none; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container > .video-iframe-container { display: none; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row > .video-iframe-container { display: none; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .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); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB { border-width: 0; border-radius: 0; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .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; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;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; }#pRl4miNW1b30VSM4tiG9m02aOP2ZnxbL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.8125rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#3e3d3c;background-image:url("https://images.assets-landingi.com/uc/ab23083e-b009-4932-92a8-99eb86807229/Image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#TkR2J4197Jaq7pRT6MaIOwhVUiEiL00e { box-sizing:content-box;height:45.6875rem;width:40.5625rem;position:absolute;display:block;z-index:15000;background-color:#373939;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:0rem;border-top-right-radius:4.0625rem;border-bottom-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-top-left-radius:4.0625rem;display:block; }
#deKV09gNRTHygauhCdWCzhCGdJ7DWVDL { color:rgba(var(--color-primary-0),1);display:block;width:36.375rem;position:absolute;font-family:"alike angular";font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:2.8125rem;height:11.6996875rem;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; }
#e5uTQUo6x0kh3Ja6TzVl7pAAvHoWFVSI { color:rgba(var(--color-primary-0),1);display:block;width:30.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20rem;left:2.8125rem;height:3.8994125rem;font-style:normal;display:block; }
#s52kPQpkI4JUIv4hM0Xs4XCmzm7pqxEs { color:rgba(var(--color-primary-0),1);display:block;width:15.4375rem;position:absolute;font-family:"alike angular";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:53.0625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCTfSq4wprDPs805Si8KySqWOXxqaaG4 { color:rgba(var(--color-primary-0),1);display:block;width:28.375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LITLJ20zQ0F1InNvb6suyogkfmJL6KPw { position:absolute;display:block;z-index:15005;height:32.8125rem;width:26.6875rem;top:9.6875rem;left:47.5625rem;display:block; }
#w5wMNfXnIXTb6cOga6xvqUzqeuVVk2xt { box-sizing:content-box;height:34.0625rem;width:28.125rem;position:absolute;display:block;z-index:15001;background-color:#ccf67e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:46.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ln4WV65zrFWzGwBFxKt7p3kSXKSCyXo4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.625rem;top:49.6875rem;left:51.625rem;overflow:hidden;display:block; }
#CNT1WFFDp6dHsr1gQRTvH2NQVzBBSLGB { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.75rem;top:49.6875rem;left:55.4375rem;overflow:hidden;display:block; }
#eKZD3qFLyAVZ7TE3rIPsgo4ANpCddnBe { color:rgba(var(--color-primary-0),1);display:block;width:14.5rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:52.0625rem;left:55.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cImxIsg9OecRPLbq1A0iGKRVvwJVaR8z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#peFbKdBZzo7hhDuO1ciXh1lAAtyEgCWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcmPKO2hXGfHK4TysTyCqRZIqA3blT6Z { position:absolute;display:block;z-index:15008;height:19.6875rem;width:35rem;top:24.4375rem;left:2.78125rem;display:block; }
#btEL1l9zte4GnltkMM3yJ1FpF8l9OFT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:"schibsted grotesk";font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:44.375rem;left:49.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { position:relative;display:block; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { background-color: transparent; background-image: none; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container > .video-iframe-container { display: none; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row > .video-iframe-container { display: none; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .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); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { border-width: 0; border-radius: 0; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .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; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#JOTKinToC2XVRn1ZGtDxPlwW4JgIzUN3 { box-sizing:content-box;height:8.0625rem;width:58.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;top:2.25rem;left:8.28125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#aVLfSgQouTNhM6Et6n3iPygNT4TGecZ3 { color:rgba(var(--color-primary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#H4vggnSIDQAWxghSTLOevou1T392wUna { color:rgba(var(--color-primary-0),1);display:block;width:13.25rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:9.71875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJ5V3aAfyDBbdLHob27wZk4WC447XBt3 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:9.375rem;top:13.1875rem;left:5.90625rem;overflow:hidden;display:block; }
#QAQlpuCOHZX0h4Ug7heI4BdU1A2dH19I { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.125rem;top:12.90625rem;left:20rem;overflow:hidden;display:block; }
#vanbBmWxcUhe7z9e1e02uZ26BTLormPy { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.375rem;top:13.125rem;left:30.78125rem;overflow:hidden;display:block; }
#H7He5Nwl7oW3dR6eLeGOs9zf1JCfDkoo { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.875rem;top:13.25rem;left:40.6875rem;overflow:hidden;display:block; }
#QUIMwgPLK0vt1MCxyt3z0589OGrl1tAQ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.1875rem;top:13rem;left:51.375rem;overflow:hidden;display:block; }
#NOnolT0TVZLrBVMr3fqkxrVRtpApbTmo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.125rem;top:13.125rem;left:62.4375rem;overflow:hidden;display:block; }
#FEyr8i88mb9vZatlJyaVDUvvrX8f0K4s { color:rgba(var(--color-primary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:34.71875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#tJVBLS30c3l8ZXKP2b8KiRM5y6EtiGi8 { color:rgba(var(--color-primary-0),1);display:block;width:13.25rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:30.875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irOmLBClTV5D1K2N5i0aGUktXTsAGNJU { color:rgba(var(--color-primary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:52.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#nxqrn8qkSKz3RviHO1Udkc6csCPOnPCb { color:rgba(var(--color-primary-0),1);display:block;width:17.375rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:47.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXohTasZplWCPGluUfsvga9FB15JzhD0 { position:relative;display:block; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 { background-color: transparent; background-image: none; }#eXohTasZplWCPGluUfsvga9FB15JzhD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row .container > .video-iframe-container { display: none; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row > .video-iframe-container { display: none; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .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); }#eXohTasZplWCPGluUfsvga9FB15JzhD0 { border-width: 0; border-radius: 0; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .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; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:84.125rem;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; }#AtDHDQd6ziq0lKX76zJkvweizxKnpr45 { color:rgba(var(--color-primary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:18.40625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eo5gMpTsxGoBThTMdeEctSMUbWwr2sPB { box-sizing:content-box;height:67rem;width:49.5rem;position:absolute;display:block;z-index:15001;background-color:#373939;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:12.75rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:2.625rem;display:block; }
#AHDUVJO20KAWP3ITfTRBZCmGTO2OhRds { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.3125rem;top:13.4375rem;left:18.5rem;overflow:hidden;display:block; }
#B79EEXR1ubrK09bmNx5MlZVuazx0d97H { color:rgba(var(--color-primary-0),1);display:block;width:17.625rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:37.8125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evlaRiAM5gZFwps9NWqESRTrohsqAzd2 { color:rgba(var(--color-primary-0),1);display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.125rem;left:37.8125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWxz1ZutnKEEkNymVUre94t9rG4lOnRA { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.125rem;left:37.8125rem;display:block; }
#HicQR90lZP5BUMLRHeNpwoW5vWez0aq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kpEQ0PPQwr2sPLyTBz2c974FMPaPR85T { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.3125rem;top:35.5rem;left:39.34375rem;overflow:hidden;display:block; }
#lkz8ivOsiLwnHUhWomFZHFFbzZWUB7DA { color:rgba(var(--color-primary-0),1);display:block;width:17.625rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.1875rem;left:18.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvRZPms2yDJmO3CSoAUdFeK5TIaJeSZW { color:rgba(var(--color-primary-0),1);display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.625rem;left:18.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BtNdSQsgz9ZGicJXgCVL64bfsaIG4P6C { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.0625rem;left:18.4375rem;display:block; }
#KOlEgZTwCdgID521CPspmWUQ9t6GTTmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzXbe0BrwuSHPXAwf1kcqZtvUHxFg2sr { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.3125rem;top:56.9375rem;left:18.5rem;overflow:hidden;display:block; }
#rokDESfHm6dxxhzePzGzHbebGtKMcahN { color:rgba(var(--color-primary-0),1);display:block;width:17.625rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:59.8125rem;left:37.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NWaq8OqnN2vGVEDG8ZVft9mrRGX6GSXU { color:rgba(var(--color-primary-0),1);display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:63.1875rem;left:37.9375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qd4hxN50crHeocDnVyt7eZ8xidpiZbCQ { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:68.75rem;left:37.8125rem;display:block; }
#yrcZZ9CsTR9D7Bi1LzcaDoPAy34LZCpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#divfemygPaUCGB7VhTCcmUPHGWspvNCx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VIyEJQTiTV7RJI9MwHPn3hx8i8KQaEBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEDsVTGNTrTPvOB6PMzvFTI8SCpOm0XE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EkzCJv1befmUHUHNhwZiDLFMNUyiLglI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VmkzJcQL6eaC28KafHb2UhfMli86l2ks { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VfkVA8SO1HySKAuUhwNouA614zm9iyd1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ { position:relative;display:block; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ { background-color: transparent; background-image: none; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row .container > .video-iframe-container { display: none; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row > .video-iframe-container { display: none; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .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); }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ { border-width: 0; border-radius: 0; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .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; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:25rem;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; }#TLErUoVBbTSQDfOvfpfCpaGqlzwgUPxe { color:rgba(var(--color-primary-0),1);display:block;width:37.5625rem;position:absolute;font-family:"alike angular";font-size:3.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.26171875rem;left:2.96875rem;height:13.6494375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7p0xeQCxhBaPJlbPN3srSKVyI2eT821 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.25rem;top:3.2734375rem;left:45.6875rem;overflow:hidden;display:block; }
#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt { position:relative;display:block; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt { background-color: transparent; background-image: none; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row .container > .video-iframe-container { display: none; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row > .video-iframe-container { display: none; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .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); }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt { border-width: 0; border-radius: 0; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .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; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:42.1875rem;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; }#wKlT70ARRzBX43LSPDl1q584whQFHnUI { color:rgba(var(--color-primary-0),1);display:block;width:31.4375rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.125rem;left:21.78125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7iRgpFFVC5eAcX2bKyrgTfAfWpQ1Cs8 { color:#ccf67e;display:block;width:8.625rem;position:absolute;font-family:urbanist;font-size:4rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.875rem;left:18.625rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qh2OkS31eVbQT1apc42eUoLQKGfTVWFf { color:rgba(var(--color-primary-0),1);display:block;width:9.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.0625rem;left:18.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FpN39IQCoOKSK4VFKn0BhitbqO4JvXtW { color:#ccf67e;display:block;width:11.5rem;position:absolute;font-family:urbanist;font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.875rem;left:44.75rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fDKseWT6k6TWbFUTsCIPaqwU3mrtTtQA { color:rgba(var(--color-primary-0),1);display:block;width:11.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.0625rem;left:44.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lKFQECF7T2JW6X0MnSCEXBtx5De5ULm5 { color:#ccf67e;display:block;width:8.625rem;position:absolute;font-family:urbanist;font-size:4rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.875rem;left:18.625rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLWFTOm5bTqhok0JKFsZ82gWTn6zGBSN { color:rgba(var(--color-primary-0),1);display:block;width:9.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.0625rem;left:18.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pGJyulgvIckbIZtGmhzZiFUkMdhsxCTi { color:#ccf67e;display:block;width:11.875rem;position:absolute;font-family:urbanist;font-size:4rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.875rem;left:44.75rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLZwtEDWgoRObB2bPhFCrUcA51kffKTL { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.0625rem;left:44.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HiJWheVpWUPxQOaoEwKLgWG1zsSkKAah { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.9375rem;left:32.8125rem;display:block; }
#RutuaRUFZk10bo2HFqEMTNBUNTb2D5J7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2aJQA4Np0Ir31qkv9yVeUrW9Vwa6m4t { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#n8qQFd4EL0AzLE1P8vVTEmTCXPo7iL0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { position:relative;display:block; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { background-color: transparent; background-image: none; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container > .video-iframe-container { display: none; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row > .video-iframe-container { display: none; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .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); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { border-width: 0; border-radius: 0; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .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; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:49.875rem;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; }#Wy33A3kTceLh7XZwxcNPXEpsx8e7RS4b { color:rgba(var(--color-primary-0),1);display:block;width:56.125rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:9.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrDw0tXup9lNCG94nFSu2qOqAZ6CgKLt { box-sizing:content-box;height:31.875rem;width:33.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #a6a6a6;border-left:0.0625rem solid #a6a6a6;border-right:0.0625rem solid #a6a6a6;border-bottom:0.0625rem solid #a6a6a6;top:13.375rem;left:3.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#n2EVnZSB6l0XkDfwxUeh3r3BrTd9WXhI { color:rgba(var(--color-primary-0),1);display:block;width:14.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.3125rem;left:4.75rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#qmdv8vv6vgAmaXG5MTNrU6T36tLuQ2G6 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:16.8125rem;top:15rem;left:19.25rem;overflow:hidden;display:block; }
#BUxNWPOPvqz6puAipE6Gy5vnWhcMOCzF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:27.1875rem;left:18.125rem;overflow:hidden;display:block; }
#XiFQP23WuZQgAKADWnND7WTtzoXCFW5W { color:rgba(var(--color-primary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.5rem;left:4.875rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#JPkMHOOqBB4gsq9ZFATp1GegNqxLxFOz { box-sizing:content-box;height:31.875rem;width:33.1875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #a6a6a6;border-left:0.0625rem solid #a6a6a6;border-right:0.0625rem solid #a6a6a6;border-bottom:0.0625rem solid #a6a6a6;top:13.375rem;left:38.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WNBJwWRI8E2niKfEoC1ZUaSOfIov8ObL { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:16.8125rem;top:15rem;left:53.75rem;overflow:hidden;display:block; }
#mfqCTImvgmyVNgmxzJ9i5AT61wyPAIV0 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:27.1875rem;left:52.625rem;overflow:hidden;display:block; }
#Pdnv9UuBKOAh9yI8kISS7QmMMDqFdzmo { color:rgba(var(--color-primary-0),1);display:block;width:14.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.3125rem;left:39.25rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#xvvRlV4S6ScZcSdyWu42FHBKlXkoAPS1 { color:rgba(var(--color-primary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.5rem;left:39.375rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { position:relative;display:block; } #Nl9hSas6iy2btLzFTmavZZ31snJWFInI *:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI input[type="text"]:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI input[type="email"]:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI input[type="tel"]:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI textarea:focus-visible { outline:0.125rem solid #000000;; } #Nl9hSas6iy2btLzFTmavZZ31snJWFInI { background-color: transparent; background-image: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .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); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { border-width: 0; border-radius: 0; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .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; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container { border-top:0.0625rem solid #a6a6a6;border-left:0.625rem solid rgba(var(--color-primary-2),0);border-right:0.625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid #a6a6a6;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;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; }#usMAyDZXL2uUaC2HQwpxArofuwBD8KhH { color:rgba(var(--color-primary-0),1);display:block;width:43.625rem;position:absolute;font-family:"alike angular";font-size:3.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.07421875rem;left:15.6875rem;height:9.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kX1CuyfSQJxJO4JTUhUaXaULcseLk3lT { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.9375rem;left:28.8125rem;display:block; }
#EWSLrqWhJsz8rMdEKkcgs31aMT0WZpew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owbsPFXwkrawoESukTA3w0X7EOfLatXp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KJKtzJaevTADnpFsWv8CmDLB7R5KfTe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 { position:relative;display:block; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 { background-color: transparent; background-image: none; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row .container > .video-iframe-container { display: none; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row > .video-iframe-container { display: none; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .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); }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 { border-width: 0; border-radius: 0; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .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; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3e3d3c;background-image:none;font-size:0.875rem;font-family:arial;height:12rem;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; }#KAgTTTTVZ09QcR9XQbR9uQqLLTWZf3rF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.9375rem;top:3.71875rem;left:34.03125rem;overflow:hidden;display:block; }
#uAOZw78e9IoXQDXhxvWAAagwZVPOLvWC { color:rgba(var(--color-primary-0),1);display:block;width:6.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:29.75rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#g6ZFQcOb6ssrGag0Frh8kiqScL5zmCHx { color:rgba(var(--color-primary-0),1);display:block;width:6.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:38.8125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eQdKpC181eInmd6NkETKBXl7FxqbunSB { display:block; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRl4miNW1b30VSM4tiG9m02aOP2ZnxbL { top:0.875rem;left:0rem;width:6.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkR2J4197Jaq7pRT6MaIOwhVUiEiL00e { top:2.6875rem;left:0rem;width:40.5625rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKV09gNRTHygauhCdWCzhCGdJ7DWVDL { top:6.3125rem;left:0rem;width:36.375rem;height:11.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5uTQUo6x0kh3Ja6TzVl7pAAvHoWFVSI { top:20rem;left:0rem;width:30.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s52kPQpkI4JUIv4hM0Xs4XCmzm7pqxEs { top:2.6875rem;left:32.3125rem;width:15.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCTfSq4wprDPs805Si8KySqWOXxqaaG4 { top:5.6875rem;left:19.375rem;width:28.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITLJ20zQ0F1InNvb6suyogkfmJL6KPw { top:9.6875rem;left:21.0625rem;width:26.6875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wMNfXnIXTb6cOga6xvqUzqeuVVk2xt { top:9.0625rem;left:19.625rem;width:28.125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln4WV65zrFWzGwBFxKt7p3kSXKSCyXo4 { top:49.6875rem;left:38rem;width:2.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNT1WFFDp6dHsr1gQRTvH2NQVzBBSLGB { top:49.6875rem;left:38rem;width:9.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZD3qFLyAVZ7TE3rIPsgo4ANpCddnBe { top:52.0625rem;left:33.25rem;width:14.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cImxIsg9OecRPLbq1A0iGKRVvwJVaR8z { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #peFbKdBZzo7hhDuO1ciXh1lAAtyEgCWW { display:block; }
 }@media only screen and (max-width: 763px) { #OcmPKO2hXGfHK4TysTyCqRZIqA3blT6Z { top:24.4375rem;left:0rem;width:35rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btEL1l9zte4GnltkMM3yJ1FpF8l9OFT1 { top:44.375rem;left:26.125rem;width:21.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { display:block; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOTKinToC2XVRn1ZGtDxPlwW4JgIzUN3 { top:2.25rem;left:0rem;width:47.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLfSgQouTNhM6Et6n3iPygNT4TGecZ3 { top:3.75rem;left:0rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4vggnSIDQAWxghSTLOevou1T392wUna { top:5.875rem;left:0rem;width:13.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ5V3aAfyDBbdLHob27wZk4WC447XBt3 { top:13.1875rem;left:0rem;width:9.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQlpuCOHZX0h4Ug7heI4BdU1A2dH19I { top:12.875rem;left:6.375rem;width:6.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vanbBmWxcUhe7z9e1e02uZ26BTLormPy { top:13.125rem;left:17.15625rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7He5Nwl7oW3dR6eLeGOs9zf1JCfDkoo { top:13.25rem;left:27.0625rem;width:6.875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUIMwgPLK0vt1MCxyt3z0589OGrl1tAQ { top:13rem;left:37.75rem;width:8.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOnolT0TVZLrBVMr3fqkxrVRtpApbTmo { top:13.125rem;left:40.625rem;width:7.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEyr8i88mb9vZatlJyaVDUvvrX8f0K4s { top:3.75rem;left:21.09375rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVBLS30c3l8ZXKP2b8KiRM5y6EtiGi8 { top:5.875rem;left:17.25rem;width:13.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irOmLBClTV5D1K2N5i0aGUktXTsAGNJU { top:3.75rem;left:39.0625rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqrn8qkSKz3RviHO1Udkc6csCPOnPCb { top:5.875rem;left:30.375rem;width:17.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXohTasZplWCPGluUfsvga9FB15JzhD0 { display:block; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDHDQd6ziq0lKX76zJkvweizxKnpr45 { top:2rem;left:4.78125rem;width:38.1875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5gMpTsxGoBThTMdeEctSMUbWwr2sPB { top:10.4375rem;left:0rem;width:47.75rem;height:67rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDUVJO20KAWP3ITfTRBZCmGTO2OhRds { top:13.4375rem;left:4.875rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B79EEXR1ubrK09bmNx5MlZVuazx0d97H { top:14.6875rem;left:24.1875rem;width:17.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlaRiAM5gZFwps9NWqESRTrohsqAzd2 { top:20.125rem;left:24.1875rem;width:18.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWxz1ZutnKEEkNymVUre94t9rG4lOnRA { width:9.375rem;height:2.625rem;top:26.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HicQR90lZP5BUMLRHeNpwoW5vWez0aq8 { display:block; }
 }@media only screen and (max-width: 763px) { #kpEQ0PPQwr2sPLyTBz2c974FMPaPR85T { top:35.5rem;left:25.71875rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkz8ivOsiLwnHUhWomFZHFFbzZWUB7DA { top:37.1875rem;left:4.8125rem;width:17.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRZPms2yDJmO3CSoAUdFeK5TIaJeSZW { top:42.625rem;left:4.8125rem;width:18.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNdSQsgz9ZGicJXgCVL64bfsaIG4P6C { width:9.375rem;height:2.625rem;top:48.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlEgZTwCdgID521CPspmWUQ9t6GTTmU { display:block; }
 }@media only screen and (max-width: 763px) { #OzXbe0BrwuSHPXAwf1kcqZtvUHxFg2sr { top:56.9375rem;left:4.875rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rokDESfHm6dxxhzePzGzHbebGtKMcahN { top:59.8125rem;left:24.1875rem;width:17.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaq8OqnN2vGVEDG8ZVft9mrRGX6GSXU { top:63.1875rem;left:24.3125rem;width:18.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4hxN50crHeocDnVyt7eZ8xidpiZbCQ { width:9.375rem;height:2.625rem;top:68.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrcZZ9CsTR9D7Bi1LzcaDoPAy34LZCpS { display:block; }
 }@media only screen and (max-width: 763px) { #divfemygPaUCGB7VhTCcmUPHGWspvNCx { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VIyEJQTiTV7RJI9MwHPn3hx8i8KQaEBm { display:block; }
 }@media only screen and (max-width: 763px) { #gEDsVTGNTrTPvOB6PMzvFTI8SCpOm0XE { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EkzCJv1befmUHUHNhwZiDLFMNUyiLglI { display:block; }
 }@media only screen and (max-width: 763px) { #VmkzJcQL6eaC28KafHb2UhfMli86l2ks { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VfkVA8SO1HySKAuUhwNouA614zm9iyd1 { display:block; }
 }@media only screen and (max-width: 763px) { #diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ { display:block; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLErUoVBbTSQDfOvfpfCpaGqlzwgUPxe { top:4.25rem;left:0rem;width:37.5625rem;height:13.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7p0xeQCxhBaPJlbPN3srSKVyI2eT821 { top:3.25rem;left:21.5rem;width:26.25rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt { display:block; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKlT70ARRzBX43LSPDl1q584whQFHnUI { top:4.125rem;left:8.15625rem;width:31.4375rem;height:5.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7iRgpFFVC5eAcX2bKyrgTfAfWpQ1Cs8 { top:14.875rem;left:5rem;width:8.625rem;height:5.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh2OkS31eVbQT1apc42eUoLQKGfTVWFf { top:20.0625rem;left:4.8125rem;width:9.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpN39IQCoOKSK4VFKn0BhitbqO4JvXtW { top:14.875rem;left:31.125rem;width:11.5rem;height:5.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDKseWT6k6TWbFUTsCIPaqwU3mrtTtQA { top:20.0625rem;left:31.125rem;width:11.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKFQECF7T2JW6X0MnSCEXBtx5De5ULm5 { top:23.875rem;left:5rem;width:8.625rem;height:5.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLWFTOm5bTqhok0JKFsZ82gWTn6zGBSN { top:29.0625rem;left:4.8125rem;width:9.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGJyulgvIckbIZtGmhzZiFUkMdhsxCTi { top:23.875rem;left:31.125rem;width:11.875rem;height:5.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZwtEDWgoRObB2bPhFCrUcA51kffKTL { top:29.0625rem;left:31.125rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiJWheVpWUPxQOaoEwKLgWG1zsSkKAah { width:9.375rem;height:2.625rem;top:34.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RutuaRUFZk10bo2HFqEMTNBUNTb2D5J7 { display:block; }
 }@media only screen and (max-width: 763px) { #b2aJQA4Np0Ir31qkv9yVeUrW9Vwa6m4t { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #n8qQFd4EL0AzLE1P8vVTEmTCXPo7iL0e { display:block; }
 }@media only screen and (max-width: 763px) { #qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { display:block; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy33A3kTceLh7XZwxcNPXEpsx8e7RS4b { top:5.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDw0tXup9lNCG94nFSu2qOqAZ6CgKLt { top:13.375rem;left:0rem;width:33.1875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2EVnZSB6l0XkDfwxUeh3r3BrTd9WXhI { top:18.3125rem;left:0rem;width:14.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmdv8vv6vgAmaXG5MTNrU6T36tLuQ2G6 { top:15rem;left:5.625rem;width:16.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxNWPOPvqz6puAipE6Gy5vnWhcMOCzF { top:27.1875rem;left:4.5rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiFQP23WuZQgAKADWnND7WTtzoXCFW5W { top:33.5rem;left:0rem;width:31.0625rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPkMHOOqBB4gsq9ZFATp1GegNqxLxFOz { top:13.375rem;left:14.4375rem;width:33.1875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNBJwWRI8E2niKfEoC1ZUaSOfIov8ObL { top:15rem;left:30.9375rem;width:16.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfqCTImvgmyVNgmxzJ9i5AT61wyPAIV0 { top:27.1875rem;left:39rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdnv9UuBKOAh9yI8kISS7QmMMDqFdzmo { top:18.3125rem;left:25.625rem;width:14.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvRlV4S6ScZcSdyWu42FHBKlXkoAPS1 { top:33.5rem;left:16.6875rem;width:31.0625rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9hSas6iy2btLzFTmavZZ31snJWFInI { display:block; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usMAyDZXL2uUaC2HQwpxArofuwBD8KhH { top:6.0625rem;left:2.0625rem;width:43.625rem;height:9.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1CuyfSQJxJO4JTUhUaXaULcseLk3lT { width:17.375rem;height:3.4375rem;top:16.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWSLrqWhJsz8rMdEKkcgs31aMT0WZpew { display:block; }
 }@media only screen and (max-width: 763px) { #owbsPFXwkrawoESukTA3w0X7EOfLatXp { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KJKtzJaevTADnpFsWv8CmDLB7R5KfTe5 { display:block; }
 }@media only screen and (max-width: 763px) { #fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 { display:block; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAgTTTTVZ09QcR9XQbR9uQqLLTWZf3rF { top:3.6875rem;left:20.40625rem;width:6.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOZw78e9IoXQDXhxvWAAagwZVPOLvWC { top:7.8125rem;left:16.125rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ZFQcOb6ssrGag0Frh8kiqScL5zmCHx { top:7.8125rem;left:25.1875rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eQdKpC181eInmd6NkETKBXl7FxqbunSB { display:block; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRl4miNW1b30VSM4tiG9m02aOP2ZnxbL { width:6.8125rem;height:1.75rem;top:1.96875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkR2J4197Jaq7pRT6MaIOwhVUiEiL00e { width:20rem;height:45.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #deKV09gNRTHygauhCdWCzhCGdJ7DWVDL { width:20rem;height:6.8246875rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5uTQUo6x0kh3Ja6TzVl7pAAvHoWFVSI { width:20rem;height:7.312rem;top:10.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s52kPQpkI4JUIv4hM0Xs4XCmzm7pqxEs { width:15.4375rem;height:0;top:48.1875rem;left:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCTfSq4wprDPs805Si8KySqWOXxqaaG4 { width:20rem;height:0;top:51.7109375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LITLJ20zQ0F1InNvb6suyogkfmJL6KPw { width:20rem;height:32.8125rem;top:56.99609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5wMNfXnIXTb6cOga6xvqUzqeuVVk2xt { width:20rem;height:34.0625rem;top:56.37109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ln4WV65zrFWzGwBFxKt7p3kSXKSCyXo4 { width:2.625rem;height:3.375rem;top:25.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNT1WFFDp6dHsr1gQRTvH2NQVzBBSLGB { width:9.75rem;height:1.75rem;top:26.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZD3qFLyAVZ7TE3rIPsgo4ANpCddnBe { width:14.5rem;height:0;top:99.30859375rem;left:2.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cImxIsg9OecRPLbq1A0iGKRVvwJVaR8z { top:20.25rem;left:0.0625rem;width:20rem;height:4rem;z-index:15008;font-family:"dm sans";font-size:1.125rem;color:#3e3d3c;background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #peFbKdBZzo7hhDuO1ciXh1lAAtyEgCWW { display:block; }
 }@media only screen and (max-width: 763px) { #OcmPKO2hXGfHK4TysTyCqRZIqA3blT6Z { width:20rem;height:19.6875rem;top:30.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #btEL1l9zte4GnltkMM3yJ1FpF8l9OFT1 { width:20rem;height:auto;top:44.375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { display:block; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOTKinToC2XVRn1ZGtDxPlwW4JgIzUN3 { width:19.875rem;height:20.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLfSgQouTNhM6Et6n3iPygNT4TGecZ3 { width:5.5625rem;height:1.13720625rem;top:2.75rem;left:7.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4vggnSIDQAWxghSTLOevou1T392wUna { width:13.25rem;height:2.5996125rem;top:5rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ5V3aAfyDBbdLHob27wZk4WC447XBt3 { width:7.875rem;height:0.75rem;top:24.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQlpuCOHZX0h4Ug7heI4BdU1A2dH19I { width:8.1875rem;height:2.125rem;top:23.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vanbBmWxcUhe7z9e1e02uZ26BTLormPy { width:8.0625rem;height:1.625rem;top:27.3125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7He5Nwl7oW3dR6eLeGOs9zf1JCfDkoo { width:6.875rem;height:1rem;top:30.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUIMwgPLK0vt1MCxyt3z0589OGrl1tAQ { width:8.1875rem;height:1.5rem;top:27.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOnolT0TVZLrBVMr3fqkxrVRtpApbTmo { width:7.375rem;height:1.25rem;top:30.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEyr8i88mb9vZatlJyaVDUvvrX8f0K4s { width:5.5625rem;height:1.13720625rem;top:9.513671875rem;left:7.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVBLS30c3l8ZXKP2b8KiRM5y6EtiGi8 { width:13.25rem;height:2.5996125rem;top:11.375rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #irOmLBClTV5D1K2N5i0aGUktXTsAGNJU { width:5.5625rem;height:1.13720625rem;top:16.1875rem;left:7.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqrn8qkSKz3RviHO1Udkc6csCPOnPCb { width:17.375rem;height:2.5996125rem;top:17.8486328125rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXohTasZplWCPGluUfsvga9FB15JzhD0 { display:block; }#eXohTasZplWCPGluUfsvga9FB15JzhD0 > .row .container { width:20rem;height:125.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDHDQd6ziq0lKX76zJkvweizxKnpr45 { width:20rem;height:auto;top:2rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eo5gMpTsxGoBThTMdeEctSMUbWwr2sPB { width:20rem;height:67rem;top:10.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHDUVJO20KAWP3ITfTRBZCmGTO2OhRds { width:20rem;height:20rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B79EEXR1ubrK09bmNx5MlZVuazx0d97H { width:20rem;height:3.8994125rem;top:23.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlaRiAM5gZFwps9NWqESRTrohsqAzd2 { width:20rem;height:4.38720625rem;top:29.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWxz1ZutnKEEkNymVUre94t9rG4lOnRA { width:20rem;height:3.625rem;top:118.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HicQR90lZP5BUMLRHeNpwoW5vWez0aq8 { display:block; }
 }@media only screen and (max-width: 763px) { #kpEQ0PPQwr2sPLyTBz2c974FMPaPR85T { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkz8ivOsiLwnHUhWomFZHFFbzZWUB7DA { width:20rem;height:3.8994125rem;top:65.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRZPms2yDJmO3CSoAUdFeK5TIaJeSZW { width:20rem;height:2.92480625rem;top:71.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNdSQsgz9ZGicJXgCVL64bfsaIG4P6C { width:20rem;height:3.625rem;top:35.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOlEgZTwCdgID521CPspmWUQ9t6GTTmU { display:block; }
 }@media only screen and (max-width: 763px) { #OzXbe0BrwuSHPXAwf1kcqZtvUHxFg2sr { width:20rem;height:20rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rokDESfHm6dxxhzePzGzHbebGtKMcahN { width:20rem;height:1.94970625rem;top:108.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaq8OqnN2vGVEDG8ZVft9mrRGX6GSXU { width:20rem;height:4.38720625rem;top:111.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4hxN50crHeocDnVyt7eZ8xidpiZbCQ { width:20rem;height:3.625rem;top:76.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrcZZ9CsTR9D7Bi1LzcaDoPAy34LZCpS { display:block; }
 }@media only screen and (max-width: 763px) { #divfemygPaUCGB7VhTCcmUPHGWspvNCx { top:35.3125rem;left:0rem;width:20rem;height:4rem;z-index:15009;font-family:"dm sans";font-size:1.125rem;color:#3e3d3c;background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIyEJQTiTV7RJI9MwHPn3hx8i8KQaEBm { display:block; }
 }@media only screen and (max-width: 763px) { #gEDsVTGNTrTPvOB6PMzvFTI8SCpOm0XE { top:76.5rem;left:0rem;width:20rem;height:4rem;z-index:15010;font-family:"dm sans";font-size:1.125rem;color:#3e3d3c;background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzCJv1befmUHUHNhwZiDLFMNUyiLglI { display:block; }
 }@media only screen and (max-width: 763px) { #VmkzJcQL6eaC28KafHb2UhfMli86l2ks { top:118rem;left:0rem;width:20rem;height:4rem;z-index:15000;font-family:"dm sans";font-size:1.125rem;color:#3e3d3c;background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfkVA8SO1HySKAuUhwNouA614zm9iyd1 { display:block; }
 }@media only screen and (max-width: 763px) { #diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ { display:block; }#diS0gla0Py9TvnwySlEkTTNoO1Twv2cZ > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLErUoVBbTSQDfOvfpfCpaGqlzwgUPxe { width:20rem;height:18.6865rem;top:3.599609375rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7p0xeQCxhBaPJlbPN3srSKVyI2eT821 { width:20rem;height:13.4755625rem;top:25.2744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt { display:block; }#cTSRtbrcTrAC6bIP6UrgsxsfK9LqtClt > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKlT70ARRzBX43LSPDl1q584whQFHnUI { width:20rem;height:10.724625rem;top:3.97265625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7iRgpFFVC5eAcX2bKyrgTfAfWpQ1Cs8 { width:8.625rem;height:4.875rem;top:17.125rem;left:0rem;font-size:3.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qh2OkS31eVbQT1apc42eUoLQKGfTVWFf { width:7.5625rem;height:3.375rem;top:22.51171875rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FpN39IQCoOKSK4VFKn0BhitbqO4JvXtW { width:6.875rem;height:4.875rem;top:17.125rem;left:10.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDKseWT6k6TWbFUTsCIPaqwU3mrtTtQA { width:6.9375rem;height:5.0625rem;top:22.51171875rem;left:13.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lKFQECF7T2JW6X0MnSCEXBtx5De5ULm5 { width:8.625rem;height:4.875rem;top:29.75rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLWFTOm5bTqhok0JKFsZ82gWTn6zGBSN { width:8.625rem;height:3.375rem;top:34.625rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pGJyulgvIckbIZtGmhzZiFUkMdhsxCTi { width:9.625rem;height:4.875rem;top:29.8125rem;left:10.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZwtEDWgoRObB2bPhFCrUcA51kffKTL { width:9.8125rem;height:3.375rem;top:34.625rem;left:10.1875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HiJWheVpWUPxQOaoEwKLgWG1zsSkKAah { width:20rem;height:3.625rem;top:41.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RutuaRUFZk10bo2HFqEMTNBUNTb2D5J7 { display:block; }
 }@media only screen and (max-width: 763px) { #b2aJQA4Np0Ir31qkv9yVeUrW9Vwa6m4t { top:41.25rem;left:0rem;width:20rem;height:4rem;z-index:15001;font-family:"dm sans";font-size:1.125rem;color:#3e3d3c;background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8qQFd4EL0AzLE1P8vVTEmTCXPo7iL0e { display:block; }
 }@media only screen and (max-width: 763px) { #qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { display:block; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy33A3kTceLh7XZwxcNPXEpsx8e7RS4b { width:20rem;height:7.7988125rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDw0tXup9lNCG94nFSu2qOqAZ6CgKLt { width:19.875rem;height:49.8125rem;top:14.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2EVnZSB6l0XkDfwxUeh3r3BrTd9WXhI { width:18.25rem;height:4.38720625rem;top:57.2353515625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmdv8vv6vgAmaXG5MTNrU6T36tLuQ2G6 { width:18.875rem;height:11.75rem;top:15.4228515625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxNWPOPvqz6puAipE6Gy5vnWhcMOCzF { width:4.4375rem;height:4.4375rem;top:28.125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiFQP23WuZQgAKADWnND7WTtzoXCFW5W { width:18.25rem;height:20.1220625rem;top:33.6875rem;left:1rem;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JPkMHOOqBB4gsq9ZFATp1GegNqxLxFOz { width:19.875rem;height:48.0625rem;top:67.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNBJwWRI8E2niKfEoC1ZUaSOfIov8ObL { width:18.875rem;height:11.75rem;top:68.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfqCTImvgmyVNgmxzJ9i5AT61wyPAIV0 { width:4.4375rem;height:4.4375rem;top:81rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdnv9UuBKOAh9yI8kISS7QmMMDqFdzmo { width:18.25rem;height:4.3872rem;top:108.5625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvRlV4S6ScZcSdyWu42FHBKlXkoAPS1 { width:18.25rem;height:18.109875rem;top:87.4375rem;left:0.875rem;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9hSas6iy2btLzFTmavZZ31snJWFInI { display:block; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { background-color: transparent; background-image: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .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); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { border-width: 0; border-radius: 0; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container { width:20rem;height:22.5rem;border-top:0.0625rem solid #a6a6a6;border-left:0.625rem solid rgba(var(--color-primary-2),0);border-right:0.625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid #a6a6a6;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usMAyDZXL2uUaC2HQwpxArofuwBD8KhH { width:20rem;height:8.7744375rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1CuyfSQJxJO4JTUhUaXaULcseLk3lT { width:20rem;height:3.625rem;top:14.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWSLrqWhJsz8rMdEKkcgs31aMT0WZpew { display:block; }
 }@media only screen and (max-width: 763px) { #owbsPFXwkrawoESukTA3w0X7EOfLatXp { top:14.5rem;left:0rem;width:20rem;height:4rem;z-index:15002;font-family:"dm sans";font-size:1.125rem;color:#3e3d3c;background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJKtzJaevTADnpFsWv8CmDLB7R5KfTe5 { display:block; }
 }@media only screen and (max-width: 763px) { #fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 { display:block; }#fIL7gcFxpZgD68ZkdBHpThSFC4OHEyq3 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAgTTTTVZ09QcR9XQbR9uQqLLTWZf3rF { width:6.5625rem;height:1.625rem;top:1.9375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOZw78e9IoXQDXhxvWAAagwZVPOLvWC { width:6.0625rem;height:1.13720625rem;top:4.9375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ZFQcOb6ssrGag0Frh8kiqScL5zmCHx { width:6.0625rem;height:1.13720625rem;top:7.32421875rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }