.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:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container { background-color: transparent; background-image: none; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container > .video-iframe-container { display: none; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row > .video-iframe-container { display: none; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .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); }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container { border-width: 0; border-radius: 0; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#NseVpJ1dHeOPLskc1ov0fURM9oTk9lcO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#I1vm8uX60fHM7bFVH8Tn5zW50cslkSBL { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0617897510529rem;left:62.12428855896rem;display:block; }
#TMGxDpSDdLoc6MudAaksINGV8wvlrIVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi.adaptive-delivery-prevent-bg, #hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi.lazyload, #hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi.lazyloading { background-image: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { background-color: transparent; background-image: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container > .video-iframe-container { display: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container { display: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .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); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { border-width: 0; border-radius: 0; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#TRHr17A9BOWHF4xRLQdfnPrieTJTbyUX { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n4l1OFWsOXayvcc4zJuWTO1pGNt6M6cc { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#iWkxTzMAPkoTzgSr4SBbQCqbK9rOaNeJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;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:#321e50;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:none; }
#kqn2htIgDy7h3cmTCpTDIlTvfiqolFGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP { position:relative;display:block; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP { background-color: transparent; background-image: none; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row .container > .video-iframe-container { display: none; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row > .video-iframe-container { display: none; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .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); }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP { border-width: 0; border-radius: 0; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .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; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#TgpmbSvAFdhsk47dVWLgxfGtNDBsqd00 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:4.25rem;left:0rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DIkoH5qE6AEZ6zWF450EWEIskX8iDU2n { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.5625rem;left:0rem;display:block; }
#URLPoXgsyzM0zVtUIF7yTrzdFF9XzWpi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzff4DDeOl03KutSgAuHAczuO3FWdslW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.375rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#NMnOIUyC9TG36WyCT97tiMXuRIvTi63k { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:31.125rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container { background-color: transparent; background-image: none; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container > .video-iframe-container { display: none; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row > .video-iframe-container { display: none; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .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); }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container { border-width: 0; border-radius: 0; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#b1NUDroUiMRzzUF9qFWVpU5W48QotqJi { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7744140625rem;left:15.59375rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIDAfvg1oDrUcZlpIUO87Iq6zsdCaIJU { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8WLZmSFUXoqo2vNTiKCMhyKOklQob58 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#crps9CXV33JN5ri4cfuqWSGpu0lTl7Wy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#sQzPkLdAT3zBJDUmMeLwzLzAd3LDOK1x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#GXJ91ymQiV7cQIMCnkGrmlBeVC6tRAXv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#KUUBQz9N3vKCZizxQtABlgkNGN4lbO1b { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#P64gekTnf0MGsvoAvbENfzAiyCm0JSam { position:relative;display:block; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam { background-color: transparent; background-image: none; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row .container > .video-iframe-container { display: none; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row > .video-iframe-container { display: none; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .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); }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam { border-width: 0; border-radius: 0; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .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; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;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; }#vczazprQTinPZTcWKcTsHqIbg7PHzsQb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.375rem;left:40.500002384186rem;height:10.799rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oOWAkCS4vkphOJDgPJxW0rBRynHfXwCA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:40.500002384186rem;display:block; }
#rUiglCvBrXgn3RNJQQNRlxCmw49i1rB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vz3knFCTB2k4KtQLKsGNnP3tWFRaZcCS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.8125rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#L9Bi5Ckp2F2oWWeCnXsLDsVD9y4WATZe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:33.75rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#zFPXVs8zRyyR0xAiMVhzpNCWl8Rlrw4O { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.9375rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container { background-color: transparent; background-image: none; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container > .video-iframe-container { display: none; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row > .video-iframe-container { display: none; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .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); }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container { border-width: 0; border-radius: 0; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#oXes3MreRz796ge4DI4z8xe4WN5yyppK { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HyAc23FO8OEVnTiJnHUnrnRH5qmapo2A { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W1DItry2XTCyhpLDucdG3Cd7yvlmi6ch { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#sh2cwuRU4skLGV04TW6M7Byc4DVprTwF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#Wr4GMuwRQytLqTeV6KPknfBTQp8ws5l9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vnez3wIr5hlgsTMfCRXWi9yh0dOLzBbT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.937498959712rem;left:4.8117885589599rem;display:block; }
#gyzXP9Nt4xw2l50E9hih9e8tlAAdoXXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UL5tu0P9WTdrFC2e40peAv9VRna6Op3X { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:22.5625rem;top:8.34375rem;left:47.25rem;overflow:hidden;display:block; }
#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr { position:relative;display:block; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr { background-color: transparent; background-image: none; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row .container > .video-iframe-container { display: none; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row > .video-iframe-container { display: none; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .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); }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr { border-width: 0; border-radius: 0; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .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; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;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; }#QSQ7XOSWO8OckW03NohfTeubx5sWht4u { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ReMQlRubhiscdZaEvnqducy3ZeoilNeq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.5rem;left:0rem;display:block; }
#by6gf3a9OmRSMIZC6dy9LauHOG6vFk7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3012Oaoptpr8d6TVQxhAm4qJTkJuxqk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.25rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#u1yDFnmpxDQFNMe6BrMcBNGKT8Flnkdl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:42.25rem;top:6.28125rem;left:32.75rem;overflow:hidden;display:block; }
#GmUZNpPT82RRTkCHW95mciGeNRohyLkE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:1.57404375rem;font-style:normal;display:block; }
#dqTTyr9hKnhQTtIF3CihtJEJkZng38V1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:20.9375rem;left:0rem;overflow:hidden;display:block; }
#DLGc4WMpamowfqOCf5rpdTpZoJ86fTXl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.92578125rem;left:2.875rem;height:1.39915rem;font-style:normal;display:block; }
#GGLRQTglBBviilZKDIHzQwr6zl6BRdAC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#TPLbTmQJsUAmUuOISwGTMeeV5ZwR9duR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.5625rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#t9Qxpl1d1cexwVu1yAFogVGGt9TlAd7M { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#yZPAwIvGLHq8Und8hk0UEsH2UaJAQOUv { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container { background-color: transparent; background-image: none; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container > .video-iframe-container { display: none; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row > .video-iframe-container { display: none; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .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); }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container { border-width: 0; border-radius: 0; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#QKNXvlpGxT6AUFyCC9q6vBKU2aCrWEx4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:1.8125rem;left:38.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d5FfPGSbrPTyTcwGFyVMxHiERczxupzS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.125rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#T8Ry4Rr8asGmLcEhIvErIO5gTV3xvrwc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:36.8125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#xbMm8CD6aWxQzDfC1d5l38f5P0ub7umT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#X9RyXqVHqSymg1wzIp03kmZsxaH1QB7a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#izt31VnHMcyQps1mGWkOcUBLN5b1ChkG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#zW1aA4NzGQZQnKlipzbhREPN2DpFU8V4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#wUqbn7eexWkBsgTCqcCtUywGgL1uiCNu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#GcnpyL4fKwMH9JH5y5Km74eLrutSJyxI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#mTpmL9lqs7UEgor9CMBdRHCofUum8WOK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#gXfhVh9syKO705xNt2NyE5abuyA4Zt9I { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#dvDMJ248b58GptJWrJSmhExkO2OdIMNO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.39915rem;font-style:normal;display:block; }
#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container { background-color: transparent; background-image: none; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container > .video-iframe-container { display: none; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row > .video-iframe-container { display: none; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .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); }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container { border-width: 0; border-radius: 0; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#NymXg9QcfRaGaIRCspFZDJWXDa8TCZTr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACCFMc8pwurAZbkBSgTGdF5Rvu7QgD7C { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRqkOaSK1h4C63uTEa2JTrPJddNFw2Zx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#aLfyoKVWn9RqU6wavPnPMF3NzbnwxG3m { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbZJwP7Dz7R6do6ntxfVdC6zaXvKND9I { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbNa4MtR8rlTWh5IoVkT84KVTdXPIg4o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#uHzWmKSfEmzVQrHWCzwlcOPNcTWwnkWr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#KTUoASvlQii0F94UhGRHVHRcZgUV9yuP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLf59MG0z5lluTek5TVQqW7Okf59vsFh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container { background-color: transparent; background-image: none; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container > .video-iframe-container { display: none; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row > .video-iframe-container { display: none; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .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); }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container { border-width: 0; border-radius: 0; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#zPTZmKvZLiVT75thpO8Ld5Cmx2PQPlEH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#dWOTQAOSnt6RGeoPU5RizFTHF7wNgX4o { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#ObUexH3Q6mdX99tT26PGFVDkwLOvi5PO { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#xFnDfvt9CN8bXOHUtDJM6rKdSBTDF2Xp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#q6s7VkCJJM3pF2BosuO9xGqothHGrTyv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#fFbn9GCDy8g7fT5NHKkU2z0A2UHMdf4O { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#ZkdKus8nUnc0FSm9Szl386UF4o9dtXmx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:54.625rem;height:1.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT { display:block; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NseVpJ1dHeOPLskc1ov0fURM9oTk9lcO { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vm8uX60fHM7bFVH8Tn5zW50cslkSBL { width:11.8125rem;height:2.875rem;top:1rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGxDpSDdLoc6MudAaksINGV8wvlrIVS { display:block; }
 }@media only screen and (max-width: 763px) { #hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi { display:block; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi { background-color: transparent; background-image: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container > .video-iframe-container { display: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container { display: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .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); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi { border-width: 0; border-radius: 0; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRHr17A9BOWHF4xRLQdfnPrieTJTbyUX { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4l1OFWsOXayvcc4zJuWTO1pGNt6M6cc { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWkxTzMAPkoTzgSr4SBbQCqbK9rOaNeJ { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqn2htIgDy7h3cmTCpTDIlTvfiqolFGE { display:block; }
 }@media only screen and (max-width: 763px) { #IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP { display:block; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgpmbSvAFdhsk47dVWLgxfGtNDBsqd00 { top:4.25rem;left:0rem;width:31.0625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIkoH5qE6AEZ6zWF450EWEIskX8iDU2n { width:17.4375rem;height:2.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URLPoXgsyzM0zVtUIF7yTrzdFF9XzWpi { display:block; }
 }@media only screen and (max-width: 763px) { #lzff4DDeOl03KutSgAuHAczuO3FWdslW { top:13.3125rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMnOIUyC9TG36WyCT97tiMXuRIvTi63k { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh { display:block; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1NUDroUiMRzzUF9qFWVpU5W48QotqJi { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIDAfvg1oDrUcZlpIUO87Iq6zsdCaIJU { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WLZmSFUXoqo2vNTiKCMhyKOklQob58 { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crps9CXV33JN5ri4cfuqWSGpu0lTl7Wy { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzPkLdAT3zBJDUmMeLwzLzAd3LDOK1x { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJ91ymQiV7cQIMCnkGrmlBeVC6tRAXv { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUUBQz9N3vKCZizxQtABlgkNGN4lbO1b { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P64gekTnf0MGsvoAvbENfzAiyCm0JSam { display:block; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vczazprQTinPZTcWKcTsHqIbg7PHzsQb { top:3.375rem;left:20.3125rem;width:27.4375rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOWAkCS4vkphOJDgPJxW0rBRynHfXwCA { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUiglCvBrXgn3RNJQQNRlxCmw49i1rB8 { display:block; }
 }@media only screen and (max-width: 763px) { #vz3knFCTB2k4KtQLKsGNnP3tWFRaZcCS { top:13.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Bi5Ckp2F2oWWeCnXsLDsVD9y4WATZe { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPXVs8zRyyR0xAiMVhzpNCWl8Rlrw4O { top:18.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk { display:block; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXes3MreRz796ge4DI4z8xe4WN5yyppK { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyAc23FO8OEVnTiJnHUnrnRH5qmapo2A { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1DItry2XTCyhpLDucdG3Cd7yvlmi6ch { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh2cwuRU4skLGV04TW6M7Byc4DVprTwF { width:19.3125rem;height:2.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4GMuwRQytLqTeV6KPknfBTQp8ws5l9 { display:block; }
 }@media only screen and (max-width: 763px) { #Vnez3wIr5hlgsTMfCRXWi9yh0dOLzBbT { width:19.4375rem;height:2.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzXP9Nt4xw2l50E9hih9e8tlAAdoXXn { display:block; }
 }@media only screen and (max-width: 763px) { #UL5tu0P9WTdrFC2e40peAv9VRna6Op3X { top:8.3125rem;left:25.125rem;width:22.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr { display:block; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSQ7XOSWO8OckW03NohfTeubx5sWht4u { top:5rem;left:0rem;width:26.125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReMQlRubhiscdZaEvnqducy3ZeoilNeq { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #by6gf3a9OmRSMIZC6dy9LauHOG6vFk7f { display:block; }
 }@media only screen and (max-width: 763px) { #q3012Oaoptpr8d6TVQxhAm4qJTkJuxqk { top:21.25rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yDFnmpxDQFNMe6BrMcBNGKT8Flnkdl { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmUZNpPT82RRTkCHW95mciGeNRohyLkE { top:16.875rem;left:0rem;width:25.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTTyr9hKnhQTtIF3CihtJEJkZng38V1 { top:20.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLGc4WMpamowfqOCf5rpdTpZoJ86fTXl { top:23.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGLRQTglBBviilZKDIHzQwr6zl6BRdAC { top:23.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLbTmQJsUAmUuOISwGTMeeV5ZwR9duR { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Qxpl1d1cexwVu1yAFogVGGt9TlAd7M { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZPAwIvGLHq8Und8hk0UEsH2UaJAQOUv { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9KCLkNoKdx7lesrXlDpyuggWg63dXp { display:block; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKNXvlpGxT6AUFyCC9q6vBKU2aCrWEx4 { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5FfPGSbrPTyTcwGFyVMxHiERczxupzS { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ry4Rr8asGmLcEhIvErIO5gTV3xvrwc { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMm8CD6aWxQzDfC1d5l38f5P0ub7umT { top:15.0625rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RyXqVHqSymg1wzIp03kmZsxaH1QB7a { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #izt31VnHMcyQps1mGWkOcUBLN5b1ChkG { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1aA4NzGQZQnKlipzbhREPN2DpFU8V4 { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUqbn7eexWkBsgTCqcCtUywGgL1uiCNu { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcnpyL4fKwMH9JH5y5Km74eLrutSJyxI { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpmL9lqs7UEgor9CMBdRHCofUum8WOK { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXfhVh9syKO705xNt2NyE5abuyA4Zt9I { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvDMJ248b58GptJWrJSmhExkO2OdIMNO { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ { display:block; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NymXg9QcfRaGaIRCspFZDJWXDa8TCZTr { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACCFMc8pwurAZbkBSgTGdF5Rvu7QgD7C { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRqkOaSK1h4C63uTEa2JTrPJddNFw2Zx { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfyoKVWn9RqU6wavPnPMF3NzbnwxG3m { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbZJwP7Dz7R6do6ntxfVdC6zaXvKND9I { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbNa4MtR8rlTWh5IoVkT84KVTdXPIg4o { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHzWmKSfEmzVQrHWCzwlcOPNcTWwnkWr { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUoASvlQii0F94UhGRHVHRcZgUV9yuP { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLf59MG0z5lluTek5TVQqW7Okf59vsFh { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde { display:block; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPTZmKvZLiVT75thpO8Ld5Cmx2PQPlEH { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWOTQAOSnt6RGeoPU5RizFTHF7wNgX4o { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUexH3Q6mdX99tT26PGFVDkwLOvi5PO { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFnDfvt9CN8bXOHUtDJM6rKdSBTDF2Xp { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6s7VkCJJM3pF2BosuO9xGqothHGrTyv { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFbn9GCDy8g7fT5NHKkU2z0A2UHMdf4O { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkdKus8nUnc0FSm9Szl386UF4o9dtXmx { top:2.1875rem;left:37.5rem;width:10.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT { display:block; }#UfFpEyFuSIDBVHNuaNoTly0PanMQtKHT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NseVpJ1dHeOPLskc1ov0fURM9oTk9lcO { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vm8uX60fHM7bFVH8Tn5zW50cslkSBL { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMGxDpSDdLoc6MudAaksINGV8wvlrIVS { display:block; }
 }@media only screen and (max-width: 763px) { #hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi { background-color:#321e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { background-color: transparent; background-image: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container > .video-iframe-container { display: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container { display: none; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .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); }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { border-width: 0; border-radius: 0; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hunnUNBGIhw8LaWm60HBGWqC1dWrtCLi > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRHr17A9BOWHF4xRLQdfnPrieTJTbyUX { width:20rem;height:2.24964375rem;top:3rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4l1OFWsOXayvcc4zJuWTO1pGNt6M6cc { width:20rem;height:6.9993125rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWkxTzMAPkoTzgSr4SBbQCqbK9rOaNeJ { width:16.390238625rem;height:2.076526125rem;top:15.5rem;left:1.75rem;z-index:15015;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kqn2htIgDy7h3cmTCpTDIlTvfiqolFGE { display:block; }
 }@media only screen and (max-width: 763px) { #IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP { display:block; }#IGTUbrCaaBuBn08HwwQ4M7R3UGPJcpeP > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgpmbSvAFdhsk47dVWLgxfGtNDBsqd00 { width:20rem;height:4.5rem;top:1.8125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIkoH5qE6AEZ6zWF450EWEIskX8iDU2n { width:17.4375rem;height:2.875rem;top:14.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URLPoXgsyzM0zVtUIF7yTrzdFF9XzWpi { display:block; }
 }@media only screen and (max-width: 763px) { #lzff4DDeOl03KutSgAuHAczuO3FWdslW { width:20rem;height:5.59659375rem;top:7.6748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMnOIUyC9TG36WyCT97tiMXuRIvTi63k { width:17.9375rem;height:11.375rem;top:18.974609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh { display:block; }#Z7p1RIlTmOqJX3e4wn6Rr5n0M0asBePh > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1NUDroUiMRzzUF9qFWVpU5W48QotqJi { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIDAfvg1oDrUcZlpIUO87Iq6zsdCaIJU { width:20rem;height:2.79829375rem;top:6.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8WLZmSFUXoqo2vNTiKCMhyKOklQob58 { width:5.4375rem;height:1.625rem;top:15.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crps9CXV33JN5ri4cfuqWSGpu0lTl7Wy { width:11.8125rem;height:3.5625rem;top:10.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzPkLdAT3zBJDUmMeLwzLzAd3LDOK1x { width:8.3125rem;height:2.8125rem;top:27.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJ91ymQiV7cQIMCnkGrmlBeVC6tRAXv { width:8.75rem;height:3.3125rem;top:23.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUUBQz9N3vKCZizxQtABlgkNGN4lbO1b { width:8.75rem;height:3.3125rem;top:18.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P64gekTnf0MGsvoAvbENfzAiyCm0JSam { display:block; }#P64gekTnf0MGsvoAvbENfzAiyCm0JSam > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vczazprQTinPZTcWKcTsHqIbg7PHzsQb { width:20rem;height:5.3986125rem;top:2.8795557022095rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOWAkCS4vkphOJDgPJxW0rBRynHfXwCA { width:17.104166625rem;height:2.791666625rem;top:25.1796875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUiglCvBrXgn3RNJQQNRlxCmw49i1rB8 { display:block; }
 }@media only screen and (max-width: 763px) { #vz3knFCTB2k4KtQLKsGNnP3tWFRaZcCS { width:20rem;height:5.59659375rem;top:9.7923183441163rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9Bi5Ckp2F2oWWeCnXsLDsVD9y4WATZe { width:20rem;height:14.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPXVs8zRyyR0xAiMVhzpNCWl8Rlrw4O { width:20rem;height:6.99575rem;top:16.479818344116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk { display:block; }#Vwe0P27wbS6tuWAhT3VrcyqLtN7K7gvk > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXes3MreRz796ge4DI4z8xe4WN5yyppK { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyAc23FO8OEVnTiJnHUnrnRH5qmapo2A { width:17.625rem;height:1.79980625rem;top:5.1250002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #W1DItry2XTCyhpLDucdG3Cd7yvlmi6ch { width:17.9375rem;height:4.19824375rem;top:8.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh2cwuRU4skLGV04TW6M7Byc4DVprTwF { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4GMuwRQytLqTeV6KPknfBTQp8ws5l9 { display:block; }
 }@media only screen and (max-width: 763px) { #Vnez3wIr5hlgsTMfCRXWi9yh0dOLzBbT { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzXP9Nt4xw2l50E9hih9e8tlAAdoXXn { display:block; }
 }@media only screen and (max-width: 763px) { #UL5tu0P9WTdrFC2e40peAv9VRna6Op3X { width:17.5rem;height:13rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr { display:block; }#acgn3GvDu7tOcSK9nBOJ90qx2v7ZbNxr > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSQ7XOSWO8OckW03NohfTeubx5sWht4u { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReMQlRubhiscdZaEvnqducy3ZeoilNeq { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #by6gf3a9OmRSMIZC6dy9LauHOG6vFk7f { display:block; }
 }@media only screen and (max-width: 763px) { #q3012Oaoptpr8d6TVQxhAm4qJTkJuxqk { width:17.75rem;height:1.3994125rem;top:12.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1yDFnmpxDQFNMe6BrMcBNGKT8Flnkdl { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmUZNpPT82RRTkCHW95mciGeNRohyLkE { width:20rem;height:2.798825rem;top:7.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqTTyr9hKnhQTtIF3CihtJEJkZng38V1 { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLGc4WMpamowfqOCf5rpdTpZoJ86fTXl { width:17.75rem;height:2.798825rem;top:15.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGLRQTglBBviilZKDIHzQwr6zl6BRdAC { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLbTmQJsUAmUuOISwGTMeeV5ZwR9duR { width:17.75rem;height:1.3994125rem;top:18.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t9Qxpl1d1cexwVu1yAFogVGGt9TlAd7M { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZPAwIvGLHq8Und8hk0UEsH2UaJAQOUv { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hg9KCLkNoKdx7lesrXlDpyuggWg63dXp { display:block; }#hg9KCLkNoKdx7lesrXlDpyuggWg63dXp > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKNXvlpGxT6AUFyCC9q6vBKU2aCrWEx4 { width:20rem;height:3.5996125rem;top:13.6123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5FfPGSbrPTyTcwGFyVMxHiERczxupzS { width:17.75rem;height:1.3994125rem;top:20.5625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ry4Rr8asGmLcEhIvErIO5gTV3xvrwc { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMm8CD6aWxQzDfC1d5l38f5P0ub7umT { width:17.6875rem;height:2.798825rem;top:21.8994140625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X9RyXqVHqSymg1wzIp03kmZsxaH1QB7a { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izt31VnHMcyQps1mGWkOcUBLN5b1ChkG { width:17.625rem;height:1.3994125rem;top:25.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zW1aA4NzGQZQnKlipzbhREPN2DpFU8V4 { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUqbn7eexWkBsgTCqcCtUywGgL1uiCNu { width:17.5rem;height:1.3994125rem;top:26.9375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GcnpyL4fKwMH9JH5y5Km74eLrutSJyxI { width:17.5rem;height:2.798825rem;top:28.9375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTpmL9lqs7UEgor9CMBdRHCofUum8WOK { width:17.5rem;height:2.798825rem;top:31.7744140625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gXfhVh9syKO705xNt2NyE5abuyA4Zt9I { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvDMJ248b58GptJWrJSmhExkO2OdIMNO { width:20rem;height:1.3994125rem;top:17.837890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ { display:block; }#NSVANvDLzI2VvTIs9GQ92taMxsE5ATUQ > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NymXg9QcfRaGaIRCspFZDJWXDa8TCZTr { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACCFMc8pwurAZbkBSgTGdF5Rvu7QgD7C { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRqkOaSK1h4C63uTEa2JTrPJddNFw2Zx { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfyoKVWn9RqU6wavPnPMF3NzbnwxG3m { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbZJwP7Dz7R6do6ntxfVdC6zaXvKND9I { width:16.0625rem;height:2.79829375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbNa4MtR8rlTWh5IoVkT84KVTdXPIg4o { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHzWmKSfEmzVQrHWCzwlcOPNcTWwnkWr { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUoASvlQii0F94UhGRHVHRcZgUV9yuP { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLf59MG0z5lluTek5TVQqW7Okf59vsFh { width:20rem;height:1.4rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde { display:block; }#JoiVT96zH6Vlgu3hNvGLVesVTUua1Tde > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPTZmKvZLiVT75thpO8Ld5Cmx2PQPlEH { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWOTQAOSnt6RGeoPU5RizFTHF7wNgX4o { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObUexH3Q6mdX99tT26PGFVDkwLOvi5PO { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFnDfvt9CN8bXOHUtDJM6rKdSBTDF2Xp { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6s7VkCJJM3pF2BosuO9xGqothHGrTyv { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFbn9GCDy8g7fT5NHKkU2z0A2UHMdf4O { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkdKus8nUnc0FSm9Szl386UF4o9dtXmx { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }