.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:253,231,227;--color-primary-1:245,138,115;--color-primary-2:245,137,116;--color-primary-3:147,82,70;--color-primary-4:49,27,23;--color-secondary-0:255,255,255;--color-secondary-1:241,240,240;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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); }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { position:relative;display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { border-width: 0; border-radius: 0; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .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; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e9c2e9af-21c5-4895-9c40-adf8c0d45cfd/Cozytober_Style_DesktopHeader_1500x7001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.adaptive-delivery-prevent-bg, #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.lazyload, #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.lazyloading { background-image: none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { border-width: 0; border-radius: 0; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:none; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5184d415-74c6-498e-b460-4dbc74586b76/Cozytober_Style_DesktopHeader_1500x700_V1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL.adaptive-delivery-prevent-bg, #CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL.lazyload, #CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL.lazyloading { background-image: none; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container { background-color: transparent; background-image: none; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container > .video-iframe-container { display: none; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row > .video-iframe-container { display: none; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .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); }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container { border-width: 0; border-radius: 0; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#qbF1zdnsE69Nzt9bwSBurHi9MNLVPOFx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:"scotch text";font-size:8.75rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:9.75rem;left:10.9375rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#rU6we70Q3N0z2WO4ogWpTuIiALeintwy { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:"mark pro";font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.9375rem;left:10rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8kMb7SlWyAlILM6lcmqfD46CCCzVADV { box-sizing:content-box;height:17.375rem;width:61rem;position:absolute;display:block;z-index:15003;background-color:#8e5452;background-image:none;top:37.0625rem;left:7rem;display:block; }
#Qddekk81rbGCXEH0oypIrxsWcqAVeTgW { box-sizing:content-box;height:17.375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/2413b1ff-fb03-48ff-92dd-e7dd9c1e76a3/5Reasons.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.0625rem;left:7rem;display:block; }#Qddekk81rbGCXEH0oypIrxsWcqAVeTgW.adaptive-delivery-prevent-bg, #Qddekk81rbGCXEH0oypIrxsWcqAVeTgW.lazyload, #Qddekk81rbGCXEH0oypIrxsWcqAVeTgW.lazyloading { background-image: none; }
#kZAaCumz7LuyZxiTlJi9QZnNuXfxVbpd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"scotch text";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.875rem;left:25.21875rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KbdFKAGbWL6OaHNTlK3hfx5faKrp3gAy { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"mark pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:41.624999046326rem;left:25.218751907349rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mKpV3WLngILTaxLSegJ4AFcD64QmRdIV { background-color:transparent;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:none; }
#erBDsqFt7urO27UhBcNTi9xzt3uJlOOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCZIgBg0habsAvuKsDhuiFfvS78R2FNl { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:20.3125rem;top:3.6875rem;left:27.34375rem;overflow:hidden;display:block; }
#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v { 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; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container { background-color: transparent; background-image: none; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container > .video-iframe-container { display: none; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row > .video-iframe-container { display: none; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .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); }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container { border-width: 0; border-radius: 0; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#JL866yNczPA9ndnSdEdTXoWSUECUHKDK { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.849609375rem;left:25.599609375rem;display:block; }
#k4zTdXpEghSkaMWBK47qKHr2Wlmxs24l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Itn6aON8vwZ11OXLTEbabMh1A9phTmRu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:"scotch text";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.65625rem;left:23.59375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUu5ZTh8kxXLrPUMPcusX5whWvMhuqhg { 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:12.6875rem;width:12.6875rem;top:19.875rem;left:6.1875rem;overflow:hidden;display:block; }
#o2AbXIHr33sN9rbF4vBhzUqqiZ0quZJF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.0625rem;left:3.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxabyTJCGHch6HdCxLPOr6TXaEiTISPX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:26.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJDHafamx15T9xgEtTfNp93I5EA7AlKX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:19.875rem;left:31.25rem;overflow:hidden;display:block; }
#EIc1vP5txezJbXC4ri140QlZZXrFJtxW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36rem;left:4.75rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#iKcFkguROCGT5vrmRDyeyS9hTcUWmTN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:28.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#m0vSJV3FpLgi6DCxweKsw2DIkXoWnXzP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.0625rem;left:53.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGBpr9OsZWqJ8LQGq87PiQRv2kz7HKtp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36rem;left:54.75rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#txxrPCKNbwCxx6LReud379lD0RheTF0o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:19.875rem;left:55.75rem;overflow:hidden;display:block; }
#fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf { position:relative;display:none; }#fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf { border-width: 0; border-radius: 0; }#fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf > .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; }#fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf > .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:6.0625rem;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:none; }#D3fR0CmiDRq7IHqXeTTDb7XfuyCOg9x8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:23.59375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9rWM9Xaw32Twewhum96GCePUKTHtCAI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LmsUZSw9cghasLJwX64uvWcoqPBDVJ6C { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#aBEcyJI9exlxpie8k8XDltuWQED7XO21 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#SONoVUNGnmspUU2kl4iOAa7r3fciCXMS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#rUuWO2s24fzPigLFqz1egi96T6nO0SnH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OMOiqCiMcRTTzDoBREui3HOpbtoAsKD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#PxBalyfJvXcro15Dbokm98bu4IT6rgmm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Q0WLrgRifPsDPa1WbdOOu1au2ETczqoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#lUg4ESneg5QHFTDdBP5RWLODX9AENNGh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA { position:relative;display:none; }#Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA { border-width: 0; border-radius: 0; }#Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA > .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; }#Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA > .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:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { color:rgba(var(--color-tertiary-4),1);display:block;width:46.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.2677001953125rem;left:14.124755859375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAQiOV4NSTcleBtTbPQ0KMC89s223lTH { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8917236328125rem;left:15.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.7066650390625rem;left:25.562133789062rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.948974609375rem;left:29.312133789062rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { position:relative;display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { border-width: 0; border-radius: 0; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .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; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eboLJdwSta2wH2GRDlLzXEDURTUtZItx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#d88atZ4oZdO7KmxgXfcqhau3StseSBhV { color:rgba(var(--color-tertiary-4),1);display:block;width:46.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.5179443359375rem;left:14.124755859375rem;height:3.37524375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QHQdAP4iVmA39yKMAUBmdLZEHKuChhw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8917236328125rem;left:15.3125rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { position:relative;display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { border-width: 0; border-radius: 0; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .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; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.125rem;left:11.125rem;display:none; }
#LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:15.75rem;left:9.0625rem;display:none; }
#O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d { position:relative;display:block; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d { background-color: transparent; background-image: none; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .row .container > .video-iframe-container { display: none; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .row > .video-iframe-container { display: none; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .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); }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d { border-width: 0; border-radius: 0; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .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; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .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:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v1esckzqXn2M3632WZ9oPWpNHwIcA3u6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:"scotch text";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:18.71875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eC4IMryra6KedSQAcFcVydLTNAxnyGfq { box-sizing:content-box;height:0.1875rem;width:21.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.71875rem;left:0rem;display:block; }
#oIKrhE2qqRm1mmw22CZzzo22IpKZL3br { box-sizing:content-box;height:0.1875rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.9375rem;left:53.75rem;display:block; }
#VqGFDxsM6h1flPxhoiETv7WA4ezxRaTe { color:rgba(var(--color-tertiary-4),1);display:block;width:72.625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.875rem;left:1.1875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH { position:relative;display:none; }#GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH { border-width: 0; border-radius: 0; }#GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH > .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; }#GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aZivGT0tDSbRI0cg8VBCqSpeqAzJTbkH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ns8KhrSedAocTVGW1MNAbOcNLsclPh7A { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx { position:relative;display:block; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx { background-color: transparent; background-image: none; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .row .container > .video-iframe-container { display: none; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .row > .video-iframe-container { display: none; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .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); }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx { border-width: 0; border-radius: 0; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .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; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .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:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fAw4Wg6TNduXHFGJhrCAr6pCGZTt3xnu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"scotch text";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLrCu3o6ti9sNShwfrXrgF4doZVueI2c { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"scotch text";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSKBFrcA1PUa54hRSPcWNKDCNES8aaSt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:"scotch text";font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:1.1875rem;left:35.96875rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nUi3EMbiMkKHPnzrdwi6K6eiAMkP1LCO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"scotch text";font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:1.1875rem;left:56.8125rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOvnQB1ASc5pAaHyw3Rcu9FPdJa8tiwv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#DRLlr3cmyzPvZXIxaB0C8hk7vMq7O8i9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#XLwqN9b6O04p7XEoJvgLit77B7zoFfMg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#e80Xh0eOMQVPDZz8yplJDAm0GV0ppu3q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:57.0625rem;overflow:hidden;display:block; }
#TSnpQpyJUfQRblByQWTGn5uBZwJMTJUK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.75rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#grzWkbQmfQ1qgzHpHUTWyDop7SPQHetq { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:21.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ufD9lbTMGfM0dgXb6kIHL318l5ZIAKh6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:40.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#sWNeBKc5y5GxDd7gSWnytNpQLzUEnnGb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:58.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KIkBhql8zpOFVuhb2Tl2w1A045h3KI5S { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AdM2X8DGJMWsaNq5zaTX5dgoZZoSlRvK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#gPxcA7C6qhhIEWRft1VAbbgKAJm6Ua1y { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#rderewQGmPWZ7iMgLp1gCkysJZGlUshS { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#O64UZsA1hzbWueFGiZRlMZTTf4rxonWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXITdXRIcsSMCxSQwmBMEI4mkJ6KesU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#siZJ3yNChR2e4D02oPu26xupJonGlrax { position:relative;display:none; }#siZJ3yNChR2e4D02oPu26xupJonGlrax { border-width: 0; border-radius: 0; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .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; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE { position:relative;display:none; }#lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE { border-width: 0; border-radius: 0; }#lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE > .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; }#lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE > .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:31.5rem;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:none; }#ybmU22PpabTekLXkT0nxVfuKMfUJJaTa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zD6tHccboZZtvVMPRDfEzpKgFWDT1pnA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTzWNKAbXnQ1IydCmBrktvMvBiVZLwJM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2QysWQrhUzsUpyNXdHTICmhDDyDkpSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:0.9375rem;left:56.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssITtzQNRz2DHHTwtuVWiKlpQzsCrEPT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#iwax9ukAT1Zprsv7XCZPNE2lqMg1Q41K { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#qgL1F2wKEFkQyvAJA0FbKBUV6kdAwozK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#CL4n9kSnfMpoNB2fuBhIv6b8eabShthT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:57.0625rem;overflow:hidden;display:block; }
#loCKBnxfTmedGJvqVm4VtLULMlkNr0Tl { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#oREdgTFsTSVm2iTwP3rpz2cWfLVnzdXu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:19.5rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#IyNmQo0QH8w6XIKBBlkhd6TL46zlxdEK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:38.3125rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#CHu1DrfPxMB7M2HaOTBzs7dDiJMxQ1SN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:56.25rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#APPoc3EptwkwORPhWgww3slZWmx5Ua44 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.25rem;left:2.0625rem;display:block; }
#k10SkPZfx2iCxsyPhFgQuTb6MJxcOgwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsgaGguiLV08CHoyR2cUFZDTESGEFuEG { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.25rem;left:20.8125rem;display:block; }
#nRbkZFhf2DDJDruLP60Mh9mw6HCfOyli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKiKRLfh6N31dZAf7nxdyn5zorgQdzQA { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.25rem;left:39.5625rem;display:block; }
#v07etrRUenmT8UHwKhT850wWLo5Cm8dJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQnXsG88K8WsaRlnrcWnLmD43fU0HyFU { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.25rem;left:58.3125rem;display:block; }
#OF257Mbe48lpZXOxWyrUSdooXx01uLhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZQktK7ZKpIOAsbK5cg0v2qVsHwz88AU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KBBJ08AHMRrrbNbhyWaLAEckyywWInI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#sls5W1S8D9TZthh9DODuszC6l336iIyK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#QbouMwWwGvSHmk2FhInxTFRx1wzOvctl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL { position:relative;display:none; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL { border-width: 0; border-radius: 0; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .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; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk { position:relative;display:none; }#VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk { border-width: 0; border-radius: 0; }#VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk > .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; }#VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk > .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:31.5rem;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:none; }#EvMTCNFHoqne5Ar72yw2r4qCp7WbaxXn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3r1z3vFOyihhct2ZrtIpAwkt85TO4iu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r18ZBZlUHBtUWBaGLRc819OlVZcyLMf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4bgITGkggygz7eIMay3T0yeFv3nVFEk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:0.9375rem;left:56.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBWOL7BGNzHeyi9ozzlo82TUyfQ0iepF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#sKnT1XreVZ3Xrf8vtq7HZEbVrrbKoIUL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#fTcFiE7nFg4QLSft7xEFo5x1eHedF2NU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#netWvcacxIac51DWq8nTBGuoO39dmUW4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:57.0625rem;overflow:hidden;display:block; }
#OOaZUMtqxTouwnSGxlGSwAtIRtr3Mx5e { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#eIQnuuL9wWdU0W3cnag53lIeH5NDE5FH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:19.5rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#Ti6Vrbih23PaxdhTbx799zzTbqVnNX24 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:38.3125rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#vRZhTimLZ3pvRHTRwhqRDqiodKiWr4RH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:56.25rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#SgZMLGcluqMt1oE0uIUnedhupd94nwp3 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.25rem;left:2.0625rem;display:block; }
#rTPk0KPek8dlvwPTp1tMu7HPDbe0y3Vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLzcF0GZR4yHum1sgdCMt5ZCVS2wWCgr { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.25rem;left:20.8125rem;display:block; }
#MIcQdynpNegrUyMXySKzrHSbMVRgBm9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mb5VTTUPvMucO6iolcAF1RgcEaSEu02s { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.25rem;left:39.5625rem;display:block; }
#fkg0iGt5yMJrTOXw5J6AyuvKT83iftzE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s70NZ6apgXPUmOF5FoZe9cS0c7JxxUot { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.25rem;left:58.3125rem;display:block; }
#N35hoMoCQIV2kGUGmzgUEUbwpLFaMPVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNTxw3OuVFuake56ZpLyBoygemVHRRZo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OGTceRgnVbcnoGTbtGhU43AGibNs93Ai { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#ruETkgKsU7DcJ60lkTSczrn3NBOR3ld5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#oHC7lJEQ65Df5y7WgL22u6U7mRhrQ24T { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx { position:relative;display:none; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx { border-width: 0; border-radius: 0; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .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; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH { position:relative;display:none; }#d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH { border-width: 0; border-radius: 0; }#d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH > .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; }#d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH > .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:31.5rem;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:none; }#GSd3Flstv3cJE5FyEzRyfTWorL4JzMix { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHvPvwAIVbGhfhqN0tXOfoMTMOG1rp66 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ps8WuNdvoCGFTfTXJ44TRKTikfWSypCK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSOpPU1t6fAk1akCa6Px5UvEdQEiJEVU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:0.9375rem;left:56.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MbOVtZJtAGKhbMht2gcnn6iT2vlQLBEt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#i4AiwP5K7rfRX3BsO4OCrH3ZwATTKiDB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#SKVlykG1HWqknAwHQciutAzRM4VKKZ4e { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#soHZUbdMcxguBtl7gmXVQZEWRMb1bT4z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:57.0625rem;overflow:hidden;display:block; }
#dXz2RTyKQaQSrWdZ7CrnItoEU38ZlpDi { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#Vyhpel6a69FIJCsSNOV6mMUOOE3vRskA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:19.5rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#eSURElumuMtdavcntD0KW7deByyBeIt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:38.3125rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#TxwNn56TscdTZtAODeM85baQQWEFSQT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:56.25rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#SXfOAvQRMJUKVqibHTSp7kNz98CG3GMC { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.25rem;left:2.0625rem;display:block; }
#VGg83MK30EhRLTv2FmKKfuQMTOtmKa7S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyrRkpzWLLFBqgOFRy4o8DnO9iVvqggq { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.25rem;left:20.8125rem;display:block; }
#Vpx9sqh5d1wyLUKtepWzQDWJn9a5WyVy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tF8i0iekiVs4qudQ1yQ2UE8TQfmCRiUE { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.25rem;left:39.5625rem;display:block; }
#aysIxerTHbzucit0QbH4TeMGsSRm30aM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9DpDGZkcGos0seHeiiOynFZ1TTfv8Te { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.25rem;left:58.3125rem;display:block; }
#qMuAkKZZ0T54Z0zHI6iTDXr0hHmkThgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFmItqrq4BIzqo35ZPgIGVAIyy1yDvLs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V3EaTerUfywKNVrkWVwz1HkxAweppE9T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#ILUnnwX1wH9O7hrb847qJnc8otIveqp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#BLThsHHCpFl6CzfmzXicolJusA7qBODy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU { position:relative;display:none; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU { border-width: 0; border-radius: 0; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .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; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t { position:relative;display:none; }#GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t { border-width: 0; border-radius: 0; }#GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t > .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; }#GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t > .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:31.5rem;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:none; }#Ta1GWxCEM6TD3Rt57eN9WGsUuf4NwFLg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9ZzQFQvrqJoekMiEvpz13JBzTWS6Tkm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibOGhpRfbvAE69OsLMUCHTadM2Lrdhoq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0iOSTfIcxTISLclIZ46JLJeg8QOBfMO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:0.9375rem;left:56.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5lGPTGHEudhdb8GWe53HzlOHTkX7TwL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#Quqfh1STWsR0vmVqVlsF97z1utz1gpXD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#zTaitLEiltu0P0rZIeuATEMkw0t3vZMc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#kimONxynbu4FwRvmEoFtB24WuzC22f0X { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:57.0625rem;overflow:hidden;display:block; }
#yX9Ox6SHOACaTJIXh87gVF5qQQmyLkrF { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#AND5cdW3J2I2eXfiRDHqgHKbkODLFAnn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:19.5rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#p5OZnUtE9rpqKJhaqUGof28UIfVu6hlz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:38.3125rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#tNgXQyX0fWKdRnoBqyioCbHQrJGZE2xn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:56.25rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#kfE4FsHrhkg77z9EvA3keeHX2DCTXdzA { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.25rem;left:2.0625rem;display:block; }
#oHgwleoy7MS32aCo4xKHwU1wuZ3rq8eI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBI8LVO3eFEk00qQwZamTdRVZ9w6LFdd { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.25rem;left:20.8125rem;display:block; }
#wThDT1CfcoPrvlng1KEvTVhfoHV18SbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JF26Kh4l588l5bwPJ5gRusPlPqxVJCyq { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.25rem;left:39.5625rem;display:block; }
#tbvJFR7Se2nHM92Ub2bGGR4q7PaZl5lv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNbN5S2kBWwcWnLLmEy46XmDBuvLlpd6 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.25rem;left:58.3125rem;display:block; }
#nX3kg7JnqX38HWcQRw5tJIaM2SvrqrPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DulpkHkIuvJURcw6TIneQ5IzwTQpQ1D3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tv9pATHK7KfzqBuQKKJPBmymaqALrBJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#h8JRfLfmAt1Gh8eilBTtim9T4y3lewUe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#oIRRCV0MrVynkKTTEhSTSB9iGJtPtnv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { position:relative;display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { border-width: 0; border-radius: 0; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .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; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#b7FaqnX1V1Lua6mP2DimkihICL78yDmz { position:relative;display:none; }#b7FaqnX1V1Lua6mP2DimkihICL78yDmz { border-width: 0; border-radius: 0; }#b7FaqnX1V1Lua6mP2DimkihICL78yDmz > .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; }#b7FaqnX1V1Lua6mP2DimkihICL78yDmz > .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:7.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:none; }#LTazQxJXghiJtdH24WI2P3L6gk9SVd3r { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.1875rem;left:18.71875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jgg0G4CN4PZeHK8yk3EsZONImTp3EgwF { box-sizing:content-box;height:0.1875rem;width:19.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.71875rem;left:0rem;display:block; }
#Pkt46hbsGXCq6ZnsydkDVd9oaXMuw4en { box-sizing:content-box;height:0.1875rem;width:19.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.65625rem;left:55.9375rem;display:block; }
#qSrDCoSJQUvFGctN54wF736kPZH5QXxu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8994140625rem;left:20.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu { position:relative;display:none; }#dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu { border-width: 0; border-radius: 0; }#dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu > .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; }#dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu > .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:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QzthXRm2EhCqNxXiSrV6iVxxme2CGFFI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.125rem;width:17.125rem;top:4.5rem;left:1rem;overflow:hidden;display:block; }
#HRpkTxXO6DMS2bgMaOAV5Kixye6R6NNp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.125rem;width:17.125rem;top:4.5rem;left:19.75rem;overflow:hidden;display:block; }
#cWGOTXVw2GkamoCs5bZeE0OvGmygeywA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.125rem;width:17.125rem;top:4.5rem;left:38.5rem;overflow:hidden;display:block; }
#QdgDh6T4Ek5Sid6ZzlOJK6CrT58N2664 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.125rem;width:17.125rem;top:4.5rem;left:57.25rem;overflow:hidden;display:block; }
#P1X2gDTaIqUINGBQ9JnDcHUxxQTtGFsD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0.625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#qeHbo19nNDJLqmR7mgCaXU6dmHrXWK7W { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.4375rem;left:19.625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#FwOnVuKbGUohKMy7pRmhTAS69zSTAfVI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.4375rem;left:39.0625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#D4kTvV7pokssBK605ocFSICzDhBcmtdb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.4375rem;left:57.1875rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#I5sAzmbEzuoJCARH9tJLnKOmfNUU0Q5a { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.1875rem;left:2.25rem;display:block; }
#yPD4XQshJfUpmGr6fJ6rAOLn4WvT3pnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipx3DcG1TuSSScVJPdG5ITON9QcN8uZr { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.1875rem;left:21rem;display:block; }
#H5LspHOi0v4y0S0BZFyt4ZvHeVw4lwpF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvVKAkItOvBSCZNmr6oM4MCpBOJpWpyJ { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.1875rem;left:39.75rem;display:block; }
#TBqlk7n8FVhTtCrTbIACNyDFedgWRbQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgf28IffMGvUVQ0nbKmyAJCt0TtzDVCg { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:29.1875rem;left:58.5rem;display:block; }
#sqmnKDXBXAHtJDnETFiAlFieC3a3GdGP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VN5Tr2MqWFexnvv2Z4VegEwAJiOsymbg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#c89hebdZUakFpCrqVisBcl1g9TtynzTW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#hemmSaax7uZ6c0cxiFv0EuGLCRh1lViG { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#fw0hVo8dZcrRNLCnBt1rKxXwrM1MdgB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r52TgedbhiDrq8XvFQprUCJUKZXV4acd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#n2vfs3H1oPKD3rkumApXBHVeEAJamEIe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#EW35GmnnVM4T4bp4HqyyqK1o21zsAUe8 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#L3FgS3cfPw0h6xzhpZ0TKwycouOucb3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvpxgFASTefJg6sM64GTJBgiCr6591rJ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#CTG1w6RGXWkosMxTXf9xPDDh8kGPsksX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#gbxDl9TMPZTglALx8Z3HXd3GUJXecfAs { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#bx4qvB1339IAl3HvTLcraNJWxIhmiitw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOgILv2txHeyWmHagRx29TJ9JHygLnOi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#F8JiTA3uIi5HbD9fwOUHrnSCgQp9xnTT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IR2EliglizAscnxIiegzWAkpxBC7InIR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#C3lOX0PLMpD7P61rJg8xrBCAF2wEsUe5 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#CsCiDT0Ls3QVU4y7uHb5JWiE77V4l5OR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ea1bJQWKEgVRZmcf9MkCuSHKZicoT957 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FIXMCoTzZR44fPIW6BKHanGqJkDQ9Alb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NS91hvJ40FyXSrzSz7M8wpyrv0c00SnK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d0riwetXhCnq5qEyMF0KBcPl8khlPPaM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:0.625rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDg4fQNaRDT8PTZF3k5TQbpT3bL0wARo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:0.625rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8kqGtzCcTtP0o3FT1GE49fDJINBCUho { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:0.625rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhSfgoiqqgZJ1BvLXg3TWq53qizQZNWi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:0.625rem;left:56.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { position:relative;display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { border-width: 0; border-radius: 0; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .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; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#er5fEMXU3S39sLVExoVpgFOnBF96smGc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { position:relative;display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { border-width: 0; border-radius: 0; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .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; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:20.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z { position:relative;display:none; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z { border-width: 0; border-radius: 0; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .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; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lMTCSKlGFeN22glmADX0zg8rUVxkoWcb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iBpISgE4Caxch7HwlvkvtHk0veCJIafw { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#dNTUneyLIdzEZ528CbNHQbB5MIFm5emQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#GLsMB55EBLuci09VCQT1lkn8uMmmXG8L { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#EWnmS7Be7iAEv0QALFp83FpNHs85ZT2D { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#xTEv2uLcx3gfK7geQKXQMJuCrX9ZuAaD { position:absolute;display:block;z-index:15014;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#bBpeU2auNWEOdqndKSSs6xExIHuiBxWF { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#W7tOr8iwmUQnadVSwlEGJQbRBgWt1mAL { position:absolute;display:block;z-index:15012;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#oKdoCdLEi0GeWezriTNBVJr9iqGkRQKt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Nmya1yQFZvIu1elXEhEAQK025TWO6MMF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eCGTOpiEfkNtCMzFThJR0DpInb79fm3d { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#ycTo4QRuhqqCyNNU16mbtAfLpgCpqyrc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#gMI1DEmvwLk6tasfivFriRS6JTB9RPhG { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#GupngG1FhX1R15lVK6M6mqiO1oP7uVFA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l8T7nWQW5oJK3Iepngs3SE2abOGD03e4 { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#QMvE4E3ngJipN2zolnfbwkT0hUgg2hp8 { position:absolute;display:block;z-index:15014;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#d5zvp2ZqRE4Fl8Ryp7lS1ItzQ1OOR45V { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#cMqAO7uHmIhg1yaOkRlfDk3yoTRcrnP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EiTcQy42f5s7cLe2LLuiqfIHTzQtwZA5 { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#TOPqEnphtXrU7zww8eXdyzSmvSv4SMkC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#mZmxuDCX4yPnKTkPOuz0iAzgwoh5R8qW { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#d5N1yy8K694JpowC06vxNQfK9IKRTTU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GGitksUzDP4WE6pLAodyAEn8y8Fulmq5 { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#TOQzs8kJbahnbM11JOuuP1T005U9zSEa { position:absolute;display:block;z-index:15014;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#wOq5H3RQdQ835gGgEwnBbim1dhTQeXQ6 { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#yPom2WEp9WK69mmGtiZunyyfeVNO10Pz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#trBN8NZvpKyyr9pamd3BGdgD5PgDpezV { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#O7zlZN2iuTyow25ikJKIKzyTMup58Ku8 { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#hGDkkFQxtzsr7aQHl2mLpFbIKkZX7pzT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { position:relative;display:none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { border-width: 0; border-radius: 0; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .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; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .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:7.8125rem;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:none; }#NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:16.875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:20.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 > .row .container { border-width: 0; border-radius: 0; }#XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:none; }#sJwraMkq3AzItzIVh4cWHZw4n5HZaShi { position:absolute;display:block;z-index:15000;height:24.9375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;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; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container { background-color: transparent; background-image: none; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container > .video-iframe-container { display: none; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row > .video-iframe-container { display: none; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .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); }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container { border-width: 0; border-radius: 0; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#a8epAzSaBVp2Sdnetv8MZ5etFTTqiMvy { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:"scotch text";font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.25rem;left:3.8125rem;height:2.625125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiqOM01xhRmCdmH2yRTJifo9gOGgA5ir { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cg1dh8RZAZPsZuo869IENVOglOINp1M4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:block; }
#FUwTfwaukt9EQmcf8iS59WmSmEcd5nvc { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pr33VEbnHmh4kNH3dhV5MxZMboi9WNSz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:"mark pro";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hm4HSCh7oJgVPW5fN7TyHdmwcPH9KEDe { position:absolute;display:block;z-index:15012;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.3125rem;width:1.3125rem;top:7.25rem;left:50.5625rem;overflow:hidden;display:block; }
#KKJyUT1qAxRHv6Uqpu9BWvH94bKdrgMB { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:7.25rem;left:51.8125rem;overflow:hidden;display:block; }
#TnXXH7VOQpsuDqGgUdROeudQtFfp2nsv { position:absolute;display:block;z-index:15014;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.3125rem;width:1.3125rem;top:7.25rem;left:53.0625rem;overflow:hidden;display:block; }
#LT6aAisqq3MlC7Khhpr8FPl7UmoW9Rep { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:7.25rem;left:54.375rem;overflow:hidden;display:block; }
#h1rcuks5CK7LzGtKcwd7EBPEUsiyBFMU { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:7.25rem;left:55.625rem;overflow:hidden;display:block; }
#HJWKVBFiCiWoMZDT0KSZakeNd4VTgrQb { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:14.375rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#O44Hr6XGTT8k06qbgv4XnA1RQR8sXTPO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:14.9375rem;left:51.5rem;overflow:hidden;display:block; }
#UEi3bbpfNK68b3AaynvLIPzN9lNsApHS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:35.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OBAXU6LOBD0asTmoIdfSpR0O9lIQodcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:"mark pro";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0146484375rem;left:17.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DTR1TxWTTazKTx9eT2EKFdTdFO5NLLz5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:22.9375rem;overflow:hidden;display:block; }
#LytvIUa6Op7MTVBKM0dE7MApLieWkeEy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:19.25rem;overflow:hidden;display:block; }
#C2CJ5ZeFKp4Ut3PBScJ25akhe7pRLeGT { position:absolute;display:block;z-index:15023;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.3125rem;width:1.3125rem;top:14.9375rem;left:21.875rem;overflow:hidden;display:block; }
#cima6uqi7HcwwPP7xrnu6RATzBLAEIxL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:17.9375rem;overflow:hidden;display:block; }
#yW5z6kCKBWJLx6Rh6K4mg2PQL0R8OAJW { position:absolute;display:block;z-index:15025;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.3125rem;width:1.3125rem;top:14.9375rem;left:20.5625rem;overflow:hidden;display:block; }
#Aeq6xnMrX0H1EZpzkSlaHoQPpuTMbKAb { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:22.1875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ETJXGZ9X7MLxub3rfg866IDq4OX9HRR2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:22.75rem;left:17.9375rem;overflow:hidden;display:block; }
#MoZETmJQ2cRMRygbClcxLUXra9SViv5F { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#goFRcEGT8lPkwwZQCwh0HpU5l3I1xHlM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:"mark pro";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SQNlcibVDiSJTShaIkU0VowxuKii6ODh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:55.625rem;overflow:hidden;display:block; }
#IJ9t20xaTt3roiSNN2d85mfebqRN8hTd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:54.375rem;overflow:hidden;display:block; }
#J18MBLQeldLWmQFnEn5RKyQPfSTw5b4L { position:absolute;display:block;z-index:15023;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.3125rem;width:1.3125rem;top:22.75rem;left:53.125rem;overflow:hidden;display:block; }
#Ti9KiAMxUQ37qUgrim3u7zuGKPQveDAT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:51.875rem;overflow:hidden;display:block; }
#SkitCiFXpzJrKOA9sGdesLdov9aBUTHe { position:absolute;display:block;z-index:15025;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.3125rem;width:1.3125rem;top:22.75rem;left:50.5625rem;overflow:hidden;display:block; }
#erXWrfywOnrT4ISg18KPHXrDBBTTTNst { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:29.8125rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vAXo0TBrVQwOR8bRstieQTzlhzP8zFeR { position:absolute;display:block;z-index:15033;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.3125rem;width:1.3125rem;top:30.4375rem;left:18rem;overflow:hidden;display:block; }
#v8HMtmnai8n5ZFgITkCedJha8GUphAC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:"mark pro";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:32.7646484375rem;left:17.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HcJTnaNQDE8dblpJiMVkLliaArVG77ED { position:absolute;display:block;z-index:15030;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.3125rem;width:1.3125rem;top:30.4375rem;left:23.125rem;overflow:hidden;display:block; }
#kZaMSH2aGrGCbRWb8G7Vlrzd0cyWSl6k { position:absolute;display:block;z-index:15031;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.3125rem;width:1.3125rem;top:30.4375rem;left:19.3125rem;overflow:hidden;display:block; }
#bPSWXUe9XQBL454cTETk4fCnT8tZTLT5 { position:absolute;display:block;z-index:15032;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.3125rem;width:1.3125rem;top:30.4375rem;left:21.9375rem;overflow:hidden;display:block; }
#BG4G5XPTb1f7Zc6vRAyrd3Tmtu9Wy38C { position:absolute;display:block;z-index:15034;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.3125rem;width:1.3125rem;top:30.4375rem;left:20.625rem;overflow:hidden;display:block; }
#nKFOKTW8q99bHyCTyOlcdM4I74nXhG83 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.6875rem;left:38.875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OKdB5Fq6WlEDehoNJMhHDf6C6EJHt8JS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:30.375rem;left:51.5rem;overflow:hidden;display:block; }
#CRoh4xKhn4WuREaKwNTUmGnzAWZKZcuK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.94921875rem;left:54.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ { position:relative;display:block; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ { background-color: transparent; background-image: none; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .row .container > .video-iframe-container { display: none; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .row > .video-iframe-container { display: none; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .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); }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ { border-width: 0; border-radius: 0; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .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; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .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:7.0625rem;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; }#XPwG8cf4LyOzgiTrPfCXD4dkvGCtDVIp { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.744140625rem;left:3.09375rem;height:2.88671875rem;text-align:center;text-align-last:center;display:block; }
#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs { position:relative;display:block; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs { background-color: transparent; background-image: none; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .row .container > .video-iframe-container { display: none; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .row > .video-iframe-container { display: none; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .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); }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs { border-width: 0; border-radius: 0; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .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; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .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:3rem;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; }#Pcs0DbydoTzAz6BLkltlrPX6tMw5Fh69 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#TxXaXPrnpRuK5W85gsZ4qbfdkvGEmXfg { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.19921875rem;left:16.875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UbcItk5gp0XyP7hCzb06lecoORCxd4GK { position:relative;display:block; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK { background-color: transparent; background-image: none; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .row .container > .video-iframe-container { display: none; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .row > .video-iframe-container { display: none; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .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); }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK { border-width: 0; border-radius: 0; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .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; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .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:7.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QVpw5rsihTpLaBqKS5dW2D2wNwJ9AxPr { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:5.94970625rem;text-align:left;text-align-last:left;display:block; }
#UqqpPBom4lxXlgRezIu0ZQKWsNT4mm5n { box-sizing:content-box;height:5.0625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.03125rem;left:6rem;display:block; }
#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c { position:relative;display:block; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c { background-color: transparent; background-image: none; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .row .container > .video-iframe-container { display: none; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .row > .video-iframe-container { display: none; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .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); }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c { border-width: 0; border-radius: 0; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .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; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .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:3rem;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; }#Akwm9XKy9NI6TPtXh6fsBeERTMxob9Jr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#lxSAXzH34HdGegu0mBLZlCn8OTfn5231 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.19921875rem;left:18.875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#na4xTzglgk0KsDNL9OAQuuErpFTIehNm { position:relative;display:block; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm { background-color: transparent; background-image: none; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .row .container > .video-iframe-container { display: none; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .row > .video-iframe-container { display: none; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .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); }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm { border-width: 0; border-radius: 0; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .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; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .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:9.0625rem;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; }#CFlZp2Ak0omf5S8or5RKSqVqd1OzBe0M { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:7.437125rem;text-align:left;text-align-last:left;display:block; }
#aNJqJR8MbZ2A8iPSpRXrcnaLIdXVg9Uc { box-sizing:content-box;height:6.875rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.03125rem;left:6rem;display:block; }
#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN { position:relative;display:block; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN { background-color: transparent; background-image: none; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .row .container > .video-iframe-container { display: none; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .row > .video-iframe-container { display: none; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .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); }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN { border-width: 0; border-radius: 0; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .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; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .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:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#urqLkmlq8vy0mgpL9UJGi9uSwvPUEGS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937515258789rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#zHlOSNQiqERkQ8FLWEJGI6x6mPOLsCT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:26.5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm { position:relative;display:block; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm { background-color: transparent; background-image: none; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .row .container > .video-iframe-container { display: none; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .row > .video-iframe-container { display: none; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .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); }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm { border-width: 0; border-radius: 0; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .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; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .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:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qhuIupHA2nyK2Z3Ce7dqv9vIimCcZ7BZ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#Tza5inrzAF4XTCSMJqqEFKu0SA7WVGA7 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk { position:relative;display:block; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk { background-color: transparent; background-image: none; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .row .container > .video-iframe-container { display: none; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .row > .video-iframe-container { display: none; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .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); }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk { border-width: 0; border-radius: 0; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .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; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .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:3.0625rem;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; }#Ri9bU7INcvLlLOfgvlo073XMgzQt63Tu { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#UufBPF5G7ABESupJPWNugMLKLkMf9hPF { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.26171875rem;left:33.6875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU { position:relative;display:block; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU { background-color: transparent; background-image: none; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .row .container > .video-iframe-container { display: none; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .row > .video-iframe-container { display: none; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .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); }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU { border-width: 0; border-radius: 0; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .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; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .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:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t8DT6M83EWsENiRrBTqLozlOuNFhKPnB { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#t0dpzxkMucU9LGHhAKRQh3TGTLuvSM1o { box-sizing:content-box;height:3.3125rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS { position:relative;display:block; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS { background-color: transparent; background-image: none; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .row .container > .video-iframe-container { display: none; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .row > .video-iframe-container { display: none; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .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); }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS { border-width: 0; border-radius: 0; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .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; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .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:3.0625rem;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; }#yCF4A8NpSTAMRgFvUckfu0CIqFLLQ7ub { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#TOmfEHtPmb7TStZ8G6Rt7Nxn6KS3PJ6r { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:29.375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta { position:relative;display:block; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta { background-color: transparent; background-image: none; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .row .container > .video-iframe-container { display: none; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .row > .video-iframe-container { display: none; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .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); }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta { border-width: 0; border-radius: 0; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .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; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .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:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ieT8b12bPTKMTLHHEQPKZ620crn2IKQv { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#Z8Gu9aS4CX7iGLa1cmVd7WNg90qkclz1 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#oPs28genVvG9qR0eho8IRmdTM0B4DwPN { position:relative;display:block; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN { background-color: transparent; background-image: none; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .row .container > .video-iframe-container { display: none; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .row > .video-iframe-container { display: none; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .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); }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN { border-width: 0; border-radius: 0; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .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; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .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:3.0625rem;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; }#CQutkIrxqOWm7cTIUCLUleq50TyTHs6D { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#E1v2s0SWClUs88aIi5SXRMGA8qRTXTDR { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:26.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 { position:relative;display:block; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 { background-color: transparent; background-image: none; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .row .container > .video-iframe-container { display: none; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .row > .video-iframe-container { display: none; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .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); }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 { border-width: 0; border-radius: 0; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .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; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .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:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G8X6pbmHlLD7ew7TgtZlgrEX99bw1uBp { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:7.43653125rem;text-align:left;text-align-last:left;display:block; }
#LevteDs4tZegzT4d3mcnEUE7OTv7MNkC { box-sizing:content-box;height:6.1875rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.71875rem;left:6rem;display:block; }
#GZrdTXoLUUPzplIfJht1os97cpk9J5DC { position:relative;display:block; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC { background-color: transparent; background-image: none; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .row .container > .video-iframe-container { display: none; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .row > .video-iframe-container { display: none; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .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); }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC { border-width: 0; border-radius: 0; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .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; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .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:3.0625rem;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; }#ymkF283NsTIeWlBdXTb1E5O0TXPTiqOv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#WZOr4TXBJ4XpGcEWFvry5u3epbfRT94L { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:22.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt { position:relative;display:block; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt { background-color: transparent; background-image: none; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .row .container > .video-iframe-container { display: none; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .row > .video-iframe-container { display: none; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .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); }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt { border-width: 0; border-radius: 0; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .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; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .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:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HqeNnCR2rTJPtfCKSuoTBumRVTp41q5b { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#rlg5wieN4EA4FGWk6FduMsIAFN8dS6pe { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.71875rem;left:6rem;display:block; }
#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a { position:relative;display:block; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a { background-color: transparent; background-image: none; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .row .container > .video-iframe-container { display: none; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .row > .video-iframe-container { display: none; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .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); }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a { border-width: 0; border-radius: 0; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .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; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .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:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fnsn1A3ndUeRFyLNSbX0Wmk9RAwBriyS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937515258789rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#JhDzyA8v6Mpw3z7L4yTxNqqOo6PxUURT { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:24.25rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr { position:relative;display:block; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr { background-color: transparent; background-image: none; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .row .container > .video-iframe-container { display: none; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .row > .video-iframe-container { display: none; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .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); }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr { border-width: 0; border-radius: 0; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .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; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .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:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rR015oRyv8J6Mg9aa2w0NM2OTDcqDEGA { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#wlswnCDenCrQ6uPGr95MElw6FAsbtQV1 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 { position:relative;display:block; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 { background-color: transparent; background-image: none; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .row .container > .video-iframe-container { display: none; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .row > .video-iframe-container { display: none; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .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); }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 { border-width: 0; border-radius: 0; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .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; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .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:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eWfJq1cewTPQSux42gcRTu3Ovn4UnRq5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#HbwStvMa8a1NIkFJP5P9r3fO0nQ7pXNN { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:1.32421875rem;left:30.375rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB { position:relative;display:block; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB { background-color: transparent; background-image: none; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .row .container > .video-iframe-container { display: none; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .row > .video-iframe-container { display: none; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .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); }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB { border-width: 0; border-radius: 0; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .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; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .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:5rem;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; }#Dc322VFVLZS6ezTp5HHdUQWavco5W9Sb { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.5556640625rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#I4GWdlOTMsgfRaVnfqTk38kpqCCARQ8N { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK { position:relative;display:block; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK { background-color: transparent; background-image: none; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .row .container > .video-iframe-container { display: none; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .row > .video-iframe-container { display: none; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .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); }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK { border-width: 0; border-radius: 0; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .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; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .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:5.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; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { background-color: transparent; background-image: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container > .video-iframe-container { display: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container { display: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .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); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { border-width: 0; border-radius: 0; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.59375rem;height:12.503875rem;text-align:center;text-align-last:center;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { 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:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { display:block; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL { display:block; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbF1zdnsE69Nzt9bwSBurHi9MNLVPOFx { top:9.75rem;left:0rem;width:47.75rem;height:15.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6we70Q3N0z2WO4ogWpTuIiALeintwy { top:26.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8kMb7SlWyAlILM6lcmqfD46CCCzVADV { top:37.0625rem;left:0rem;width:47.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qddekk81rbGCXEH0oypIrxsWcqAVeTgW { top:37.0625rem;left:0rem;width:17.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZAaCumz7LuyZxiTlJi9QZnNuXfxVbpd { top:38.875rem;left:11.59375rem;width:31.8125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbdFKAGbWL6OaHNTlK3hfx5faKrp3gAy { top:41.625rem;left:8.9375rem;width:38.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKpV3WLngILTaxLSegJ4AFcD64QmRdIV { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #erBDsqFt7urO27UhBcNTi9xzt3uJlOOs { display:block; }
 }@media only screen and (max-width: 763px) { #ZCZIgBg0habsAvuKsDhuiFfvS78R2FNl { top:3.6875rem;left:13.71875rem;width:20.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guDySgJpSvKygiWnsI7JBB1vlFgqzr1v { display:block; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JL866yNczPA9ndnSdEdTXoWSUECUHKDK { width:17.5rem;height:3.4375rem;top:4.8125rem;left:11.974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4zTdXpEghSkaMWBK47qKHr2Wlmxs24l { display:block; }
 }@media only screen and (max-width: 763px) { #Itn6aON8vwZ11OXLTEbabMh1A9phTmRu { top:13.625rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUu5ZTh8kxXLrPUMPcusX5whWvMhuqhg { top:19.875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AbXIHr33sN9rbF4vBhzUqqiZ0quZJF { top:33.0625rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxabyTJCGHch6HdCxLPOr6TXaEiTISPX { top:33.0625rem;left:13.1875rem;width:21.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDHafamx15T9xgEtTfNp93I5EA7AlKX { top:19.875rem;left:17.625rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIc1vP5txezJbXC4ri140QlZZXrFJtxW { top:36rem;left:0rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKcFkguROCGT5vrmRDyeyS9hTcUWmTN8 { top:36rem;left:14.9375rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vSJV3FpLgi6DCxweKsw2DIkXoWnXzP { top:33.0625rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGBpr9OsZWqJ8LQGq87PiQRv2kz7HKtp { top:36rem;left:32.1875rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txxrPCKNbwCxx6LReud379lD0RheTF0o { top:19.875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf { display:none; }#fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D3fR0CmiDRq7IHqXeTTDb7XfuyCOg9x8 { top:1.6875rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9rWM9Xaw32Twewhum96GCePUKTHtCAI { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmsUZSw9cghasLJwX64uvWcoqPBDVJ6C { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBEcyJI9exlxpie8k8XDltuWQED7XO21 { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SONoVUNGnmspUU2kl4iOAa7r3fciCXMS { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUuWO2s24fzPigLFqz1egi96T6nO0SnH { top:12.25rem;left:0rem;width:9.8125rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMOiqCiMcRTTzDoBREui3HOpbtoAsKD2 { top:14.1875rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxBalyfJvXcro15Dbokm98bu4IT6rgmm { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0WLrgRifPsDPa1WbdOOu1au2ETczqoZ { top:21.9375rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUg4ESneg5QHFTDdBP5RWLODX9AENNGh { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA { display:block; }#Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { top:1.25rem;left:0.499755859375rem;width:46.6875rem;height:3.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAQiOV4NSTcleBtTbPQ0KMC89s223lTH { top:5.875rem;left:1.6875rem;width:44.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { top:8.6875rem;left:11.937133789062rem;width:23.8125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { top:13.9375rem;left:15.687133789062rem;width:24.375rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eboLJdwSta2wH2GRDlLzXEDURTUtZItx { top:3.375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { top:10.625rem;left:0rem;width:20rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d88atZ4oZdO7KmxgXfcqhau3StseSBhV { top:1.5rem;left:0.499755859375rem;width:46.6875rem;height:3.375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHQdAP4iVmA39yKMAUBmdLZEHKuChhw7 { top:6.5625rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { top:1.1875rem;left:0rem;width:18.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { top:6.3125rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { display:none; }
 }@media only screen and (max-width: 763px) { #b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d { display:block; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1esckzqXn2M3632WZ9oPWpNHwIcA3u6 { top:2.1875rem;left:5.09375rem;width:37.5625rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC4IMryra6KedSQAcFcVydLTNAxnyGfq { top:3.6875rem;left:0rem;width:21.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIKrhE2qqRm1mmw22CZzzo22IpKZL3br { top:3.9375rem;left:26.5rem;width:21.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGFDxsM6h1flPxhoiETv7WA4ezxRaTe { top:5.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH { display:none; }#GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aZivGT0tDSbRI0cg8VBCqSpeqAzJTbkH { top:2.9375rem;left:0rem;width:20rem;height:5.625rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns8KhrSedAocTVGW1MNAbOcNLsclPh7A { top:7.3125rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx { display:block; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAw4Wg6TNduXHFGJhrCAr6pCGZTt3xnu { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrCu3o6ti9sNShwfrXrgF4doZVueI2c { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKBFrcA1PUa54hRSPcWNKDCNES8aaSt { top:1.1875rem;left:2.0625rem;width:21.8125rem;height:2.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUi3EMbiMkKHPnzrdwi6K6eiAMkP1LCO { top:1.1875rem;left:30.125rem;width:17.625rem;height:2.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvnQB1ASc5pAaHyw3Rcu9FPdJa8tiwv { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRLlr3cmyzPvZXIxaB0C8hk7vMq7O8i9 { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLwqN9b6O04p7XEoJvgLit77B7zoFfMg { top:4.5rem;left:18.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e80Xh0eOMQVPDZz8yplJDAm0GV0ppu3q { top:4.5rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnpQpyJUfQRblByQWTGn5uBZwJMTJUK { top:22.75rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grzWkbQmfQ1qgzHpHUTWyDop7SPQHetq { top:22.75rem;left:9.875rem;width:14rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufD9lbTMGfM0dgXb6kIHL318l5ZIAKh6 { top:22.75rem;left:23.25rem;width:12.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWNeBKc5y5GxDd7gSWnytNpQLzUEnnGb { top:22.75rem;left:34.125rem;width:13.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIkBhql8zpOFVuhb2Tl2w1A045h3KI5S { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdM2X8DGJMWsaNq5zaTX5dgoZZoSlRvK { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPxcA7C6qhhIEWRft1VAbbgKAJm6Ua1y { top:22rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rderewQGmPWZ7iMgLp1gCkysJZGlUshS { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O64UZsA1hzbWueFGiZRlMZTTf4rxonWB { display:block; }
 }@media only screen and (max-width: 763px) { #ZXITdXRIcsSMCxSQwmBMEI4mkJ6KesU3 { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #siZJ3yNChR2e4D02oPu26xupJonGlrax { display:none; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE { display:none; }#lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ybmU22PpabTekLXkT0nxVfuKMfUJJaTa { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6tHccboZZtvVMPRDfEzpKgFWDT1pnA { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzWNKAbXnQ1IydCmBrktvMvBiVZLwJM { top:0.9375rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QysWQrhUzsUpyNXdHTICmhDDyDkpSJ { top:0.9375rem;left:30.125rem;width:17.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssITtzQNRz2DHHTwtuVWiKlpQzsCrEPT { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwax9ukAT1Zprsv7XCZPNE2lqMg1Q41K { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgL1F2wKEFkQyvAJA0FbKBUV6kdAwozK { top:4.5rem;left:18.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL4n9kSnfMpoNB2fuBhIv6b8eabShthT { top:4.5rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loCKBnxfTmedGJvqVm4VtLULMlkNr0Tl { top:22.75rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oREdgTFsTSVm2iTwP3rpz2cWfLVnzdXu { top:22.75rem;left:6.5625rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyNmQo0QH8w6XIKBBlkhd6TL46zlxdEK { top:22.75rem;left:18.6875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHu1DrfPxMB7M2HaOTBzs7dDiJMxQ1SN { top:22.75rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APPoc3EptwkwORPhWgww3slZWmx5Ua44 { width:14.6875rem;height:2.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10SkPZfx2iCxsyPhFgQuTb6MJxcOgwx { display:block; }
 }@media only screen and (max-width: 763px) { #dsgaGguiLV08CHoyR2cUFZDTESGEFuEG { width:14.6875rem;height:2.9375rem;top:26.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRbkZFhf2DDJDruLP60Mh9mw6HCfOyli { display:block; }
 }@media only screen and (max-width: 763px) { #rKiKRLfh6N31dZAf7nxdyn5zorgQdzQA { width:14.6875rem;height:2.9375rem;top:26.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v07etrRUenmT8UHwKhT850wWLo5Cm8dJ { display:block; }
 }@media only screen and (max-width: 763px) { #lQnXsG88K8WsaRlnrcWnLmD43fU0HyFU { width:14.6875rem;height:2.9375rem;top:26.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF257Mbe48lpZXOxWyrUSdooXx01uLhv { display:block; }
 }@media only screen and (max-width: 763px) { #GZQktK7ZKpIOAsbK5cg0v2qVsHwz88AU { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBBJ08AHMRrrbNbhyWaLAEckyywWInI3 { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sls5W1S8D9TZthh9DODuszC6l336iIyK { top:4.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbouMwWwGvSHmk2FhInxTFRx1wzOvctl { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL { display:none; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk { display:none; }#VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EvMTCNFHoqne5Ar72yw2r4qCp7WbaxXn { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3r1z3vFOyihhct2ZrtIpAwkt85TO4iu { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r18ZBZlUHBtUWBaGLRc819OlVZcyLMf8 { top:0.9375rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bgITGkggygz7eIMay3T0yeFv3nVFEk { top:0.9375rem;left:30.125rem;width:17.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWOL7BGNzHeyi9ozzlo82TUyfQ0iepF { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKnT1XreVZ3Xrf8vtq7HZEbVrrbKoIUL { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcFiE7nFg4QLSft7xEFo5x1eHedF2NU { top:4.5rem;left:18.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #netWvcacxIac51DWq8nTBGuoO39dmUW4 { top:4.5rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOaZUMtqxTouwnSGxlGSwAtIRtr3Mx5e { top:22.75rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIQnuuL9wWdU0W3cnag53lIeH5NDE5FH { top:22.75rem;left:6.5625rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6Vrbih23PaxdhTbx799zzTbqVnNX24 { top:22.75rem;left:18.6875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZhTimLZ3pvRHTRwhqRDqiodKiWr4RH { top:22.75rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgZMLGcluqMt1oE0uIUnedhupd94nwp3 { width:14.6875rem;height:2.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPk0KPek8dlvwPTp1tMu7HPDbe0y3Vg { display:block; }
 }@media only screen and (max-width: 763px) { #hLzcF0GZR4yHum1sgdCMt5ZCVS2wWCgr { width:14.6875rem;height:2.9375rem;top:26.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIcQdynpNegrUyMXySKzrHSbMVRgBm9s { display:block; }
 }@media only screen and (max-width: 763px) { #mb5VTTUPvMucO6iolcAF1RgcEaSEu02s { width:14.6875rem;height:2.9375rem;top:26.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkg0iGt5yMJrTOXw5J6AyuvKT83iftzE { display:block; }
 }@media only screen and (max-width: 763px) { #s70NZ6apgXPUmOF5FoZe9cS0c7JxxUot { width:14.6875rem;height:2.9375rem;top:26.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N35hoMoCQIV2kGUGmzgUEUbwpLFaMPVR { display:block; }
 }@media only screen and (max-width: 763px) { #VNTxw3OuVFuake56ZpLyBoygemVHRRZo { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGTceRgnVbcnoGTbtGhU43AGibNs93Ai { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruETkgKsU7DcJ60lkTSczrn3NBOR3ld5 { top:3.1875rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHC7lJEQ65Df5y7WgL22u6U7mRhrQ24T { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx { display:none; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH { display:none; }#d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GSd3Flstv3cJE5FyEzRyfTWorL4JzMix { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHvPvwAIVbGhfhqN0tXOfoMTMOG1rp66 { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps8WuNdvoCGFTfTXJ44TRKTikfWSypCK { top:0.9375rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSOpPU1t6fAk1akCa6Px5UvEdQEiJEVU { top:0.9375rem;left:30.125rem;width:17.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbOVtZJtAGKhbMht2gcnn6iT2vlQLBEt { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4AiwP5K7rfRX3BsO4OCrH3ZwATTKiDB { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKVlykG1HWqknAwHQciutAzRM4VKKZ4e { top:4.5rem;left:18.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soHZUbdMcxguBtl7gmXVQZEWRMb1bT4z { top:4.5rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXz2RTyKQaQSrWdZ7CrnItoEU38ZlpDi { top:22.75rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyhpel6a69FIJCsSNOV6mMUOOE3vRskA { top:22.75rem;left:6.5625rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSURElumuMtdavcntD0KW7deByyBeIt7 { top:22.75rem;left:18.6875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxwNn56TscdTZtAODeM85baQQWEFSQT3 { top:22.75rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXfOAvQRMJUKVqibHTSp7kNz98CG3GMC { width:14.6875rem;height:2.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGg83MK30EhRLTv2FmKKfuQMTOtmKa7S { display:block; }
 }@media only screen and (max-width: 763px) { #VyrRkpzWLLFBqgOFRy4o8DnO9iVvqggq { width:14.6875rem;height:2.9375rem;top:26.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpx9sqh5d1wyLUKtepWzQDWJn9a5WyVy { display:block; }
 }@media only screen and (max-width: 763px) { #tF8i0iekiVs4qudQ1yQ2UE8TQfmCRiUE { width:14.6875rem;height:2.9375rem;top:26.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aysIxerTHbzucit0QbH4TeMGsSRm30aM { display:block; }
 }@media only screen and (max-width: 763px) { #V9DpDGZkcGos0seHeiiOynFZ1TTfv8Te { width:14.6875rem;height:2.9375rem;top:26.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMuAkKZZ0T54Z0zHI6iTDXr0hHmkThgv { display:block; }
 }@media only screen and (max-width: 763px) { #TFmItqrq4BIzqo35ZPgIGVAIyy1yDvLs { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3EaTerUfywKNVrkWVwz1HkxAweppE9T { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILUnnwX1wH9O7hrb847qJnc8otIveqp9 { top:3.1875rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLThsHHCpFl6CzfmzXicolJusA7qBODy { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU { display:none; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t { display:none; }#GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ta1GWxCEM6TD3Rt57eN9WGsUuf4NwFLg { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ZzQFQvrqJoekMiEvpz13JBzTWS6Tkm { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOGhpRfbvAE69OsLMUCHTadM2Lrdhoq { top:0.9375rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0iOSTfIcxTISLclIZ46JLJeg8QOBfMO { top:0.9375rem;left:30.125rem;width:17.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lGPTGHEudhdb8GWe53HzlOHTkX7TwL { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quqfh1STWsR0vmVqVlsF97z1utz1gpXD { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaitLEiltu0P0rZIeuATEMkw0t3vZMc { top:4.5rem;left:18.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kimONxynbu4FwRvmEoFtB24WuzC22f0X { top:4.5rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX9Ox6SHOACaTJIXh87gVF5qQQmyLkrF { top:22.75rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AND5cdW3J2I2eXfiRDHqgHKbkODLFAnn { top:22.75rem;left:6.5625rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OZnUtE9rpqKJhaqUGof28UIfVu6hlz { top:22.75rem;left:18.6875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNgXQyX0fWKdRnoBqyioCbHQrJGZE2xn { top:22.75rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfE4FsHrhkg77z9EvA3keeHX2DCTXdzA { width:14.6875rem;height:2.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHgwleoy7MS32aCo4xKHwU1wuZ3rq8eI { display:block; }
 }@media only screen and (max-width: 763px) { #nBI8LVO3eFEk00qQwZamTdRVZ9w6LFdd { width:14.6875rem;height:2.9375rem;top:26.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThDT1CfcoPrvlng1KEvTVhfoHV18SbT { display:block; }
 }@media only screen and (max-width: 763px) { #JF26Kh4l588l5bwPJ5gRusPlPqxVJCyq { width:14.6875rem;height:2.9375rem;top:26.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvJFR7Se2nHM92Ub2bGGR4q7PaZl5lv { display:block; }
 }@media only screen and (max-width: 763px) { #NNbN5S2kBWwcWnLLmEy46XmDBuvLlpd6 { width:14.6875rem;height:2.9375rem;top:26.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX3kg7JnqX38HWcQRw5tJIaM2SvrqrPe { display:block; }
 }@media only screen and (max-width: 763px) { #DulpkHkIuvJURcw6TIneQ5IzwTQpQ1D3 { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tv9pATHK7KfzqBuQKKJPBmymaqALrBJ2 { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8JRfLfmAt1Gh8eilBTtim9T4y3lewUe { top:3.1875rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIRRCV0MrVynkKTTEhSTSB9iGJtPtnv0 { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { top:1.1875rem;left:0rem;width:18.5rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { top:6.6875rem;left:0rem;width:18.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7FaqnX1V1Lua6mP2DimkihICL78yDmz { display:block; }#b7FaqnX1V1Lua6mP2DimkihICL78yDmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTazQxJXghiJtdH24WI2P3L6gk9SVd3r { top:1.1875rem;left:5.09375rem;width:37.5625rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgg0G4CN4PZeHK8yk3EsZONImTp3EgwF { top:2.6875rem;left:0rem;width:19.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkt46hbsGXCq6ZnsydkDVd9oaXMuw4en { top:2.625rem;left:28.6875rem;width:19.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrDCoSJQUvFGctN54wF736kPZH5QXxu { top:4.875rem;left:6.59375rem;width:34.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu { display:block; }#dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzthXRm2EhCqNxXiSrV6iVxxme2CGFFI { top:4.5rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpkTxXO6DMS2bgMaOAV5Kixye6R6NNp { top:4.5rem;left:6.75rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGOTXVw2GkamoCs5bZeE0OvGmygeywA { top:4.5rem;left:18.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgDh6T4Ek5Sid6ZzlOJK6CrT58N2664 { top:4.5rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1X2gDTaIqUINGBQ9JnDcHUxxQTtGFsD { top:22.4375rem;left:0rem;width:17.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHbo19nNDJLqmR7mgCaXU6dmHrXWK7W { top:22.4375rem;left:6.5rem;width:17.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOnVuKbGUohKMy7pRmhTAS69zSTAfVI { top:22.4375rem;left:19.75rem;width:16.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4kTvV7pokssBK605ocFSICzDhBcmtdb { top:22.4375rem;left:30.4375rem;width:17.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5sAzmbEzuoJCARH9tJLnKOmfNUU0Q5a { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPD4XQshJfUpmGr6fJ6rAOLn4WvT3pnr { display:block; }
 }@media only screen and (max-width: 763px) { #ipx3DcG1TuSSScVJPdG5ITON9QcN8uZr { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5LspHOi0v4y0S0BZFyt4ZvHeVw4lwpF { display:block; }
 }@media only screen and (max-width: 763px) { #CvVKAkItOvBSCZNmr6oM4MCpBOJpWpyJ { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqlk7n8FVhTtCrTbIACNyDFedgWRbQM { display:block; }
 }@media only screen and (max-width: 763px) { #fgf28IffMGvUVQ0nbKmyAJCt0TtzDVCg { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmnKDXBXAHtJDnETFiAlFieC3a3GdGP { display:block; }
 }@media only screen and (max-width: 763px) { #VN5Tr2MqWFexnvv2Z4VegEwAJiOsymbg { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c89hebdZUakFpCrqVisBcl1g9TtynzTW { top:22rem;left:0rem;width:19.375rem;height:6.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hemmSaax7uZ6c0cxiFv0EuGLCRh1lViG { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fw0hVo8dZcrRNLCnBt1rKxXwrM1MdgB1 { display:block; }
 }@media only screen and (max-width: 763px) { #r52TgedbhiDrq8XvFQprUCJUKZXV4acd { display:none; }
 }@media only screen and (max-width: 763px) { #n2vfs3H1oPKD3rkumApXBHVeEAJamEIe { top:65.125rem;left:0rem;width:20rem;height:6.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EW35GmnnVM4T4bp4HqyyqK1o21zsAUe8 { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3FgS3cfPw0h6xzhpZ0TKwycouOucb3H { display:block; }
 }@media only screen and (max-width: 763px) { #BvpxgFASTefJg6sM64GTJBgiCr6591rJ { display:none; }
 }@media only screen and (max-width: 763px) { #CTG1w6RGXWkosMxTXf9xPDDh8kGPsksX { top:96.75rem;left:0rem;width:20rem;height:6.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbxDl9TMPZTglALx8Z3HXd3GUJXecfAs { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx4qvB1339IAl3HvTLcraNJWxIhmiitw { display:block; }
 }@media only screen and (max-width: 763px) { #zOgILv2txHeyWmHagRx29TJ9JHygLnOi { display:none; }
 }@media only screen and (max-width: 763px) { #F8JiTA3uIi5HbD9fwOUHrnSCgQp9xnTT { top:98.9375rem;left:0rem;width:17rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR2EliglizAscnxIiegzWAkpxBC7InIR { top:127.625rem;left:0rem;width:20rem;height:6.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3lOX0PLMpD7P61rJg8xrBCAF2wEsUe5 { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsCiDT0Ls3QVU4y7uHb5JWiE77V4l5OR { display:block; }
 }@media only screen and (max-width: 763px) { #Ea1bJQWKEgVRZmcf9MkCuSHKZicoT957 { top:0.75rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIXMCoTzZR44fPIW6BKHanGqJkDQ9Alb { top:33.9375rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS91hvJ40FyXSrzSz7M8wpyrv0c00SnK { top:65.3125rem;left:0rem;width:17rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0riwetXhCnq5qEyMF0KBcPl8khlPPaM { top:0.625rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDg4fQNaRDT8PTZF3k5TQbpT3bL0wARo { top:0.625rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kqGtzCcTtP0o3FT1GE49fDJINBCUho { top:0.625rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhSfgoiqqgZJ1BvLXg3TWq53qizQZNWi { top:0.625rem;left:30.125rem;width:17.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.5625rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0rem;width:18.875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { top:5.875rem;left:6.5625rem;width:17.9375rem;height:1.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { top:0.625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z { display:none; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lMTCSKlGFeN22glmADX0zg8rUVxkoWcb { top:0.8125rem;left:0rem;width:20rem;height:5.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBpISgE4Caxch7HwlvkvtHk0veCJIafw { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTUneyLIdzEZ528CbNHQbB5MIFm5emQ { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLsMB55EBLuci09VCQT1lkn8uMmmXG8L { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWnmS7Be7iAEv0QALFp83FpNHs85ZT2D { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTEv2uLcx3gfK7geQKXQMJuCrX9ZuAaD { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBpeU2auNWEOdqndKSSs6xExIHuiBxWF { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7tOr8iwmUQnadVSwlEGJQbRBgWt1mAL { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKdoCdLEi0GeWezriTNBVJr9iqGkRQKt { top:7.0625rem;left:0rem;width:6.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nmya1yQFZvIu1elXEhEAQK025TWO6MMF { top:14.3125rem;left:0rem;width:17.5625rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCGTOpiEfkNtCMzFThJR0DpInb79fm3d { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycTo4QRuhqqCyNNU16mbtAfLpgCpqyrc { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMI1DEmvwLk6tasfivFriRS6JTB9RPhG { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GupngG1FhX1R15lVK6M6mqiO1oP7uVFA { top:24rem;left:0rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8T7nWQW5oJK3Iepngs3SE2abOGD03e4 { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMvE4E3ngJipN2zolnfbwkT0hUgg2hp8 { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5zvp2ZqRE4Fl8Ryp7lS1ItzQ1OOR45V { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMqAO7uHmIhg1yaOkRlfDk3yoTRcrnP7 { top:35.5rem;left:0rem;width:17.3125rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiTcQy42f5s7cLe2LLuiqfIHTzQtwZA5 { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOPqEnphtXrU7zww8eXdyzSmvSv4SMkC { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZmxuDCX4yPnKTkPOuz0iAzgwoh5R8qW { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5N1yy8K694JpowC06vxNQfK9IKRTTU6 { top:39.6875rem;left:0rem;width:9.5rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGitksUzDP4WE6pLAodyAEn8y8Fulmq5 { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOQzs8kJbahnbM11JOuuP1T005U9zSEa { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOq5H3RQdQ835gGgEwnBbim1dhTQeXQ6 { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPom2WEp9WK69mmGtiZunyyfeVNO10Pz { top:46.9375rem;left:0rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #trBN8NZvpKyyr9pamd3BGdgD5PgDpezV { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7zlZN2iuTyow25ikJKIKzyTMup58Ku8 { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGDkkFQxtzsr7aQHl2mLpFbIKkZX7pzT { top:47.625rem;left:0rem;width:16.625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { display:block; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { top:1.6875rem;left:3.25rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { top:5.1875rem;left:6.5625rem;width:34.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 { display:block; }#XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJwraMkq3AzItzIVh4cWHZw4n5HZaShi { width:47.75rem;height:24.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA { display:block; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8epAzSaBVp2Sdnetv8MZ5etFTTqiMvy { top:2.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiqOM01xhRmCdmH2yRTJifo9gOGgA5ir { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg1dh8RZAZPsZuo869IENVOglOINp1M4 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUwTfwaukt9EQmcf8iS59WmSmEcd5nvc { top:7.5rem;left:10.5625rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr33VEbnHmh4kNH3dhV5MxZMboi9WNSz { top:9.1875rem;left:10.5625rem;width:33.25rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm4HSCh7oJgVPW5fN7TyHdmwcPH9KEDe { top:7.25rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKJyUT1qAxRHv6Uqpu9BWvH94bKdrgMB { top:7.25rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXXH7VOQpsuDqGgUdROeudQtFfp2nsv { top:7.25rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT6aAisqq3MlC7Khhpr8FPl7UmoW9Rep { top:7.25rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1rcuks5CK7LzGtKcwd7EBPEUsiyBFMU { top:7.25rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJWKVBFiCiWoMZDT0KSZakeNd4VTgrQb { top:14.375rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44Hr6XGTT8k06qbgv4XnA1RQR8sXTPO { top:14.9375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEi3bbpfNK68b3AaynvLIPzN9lNsApHS { top:15.0625rem;left:21.5625rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBAXU6LOBD0asTmoIdfSpR0O9lIQodcZ { top:17rem;left:4.3125rem;width:32.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTR1TxWTTazKTx9eT2EKFdTdFO5NLLz5 { top:14.9375rem;left:9.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LytvIUa6Op7MTVBKM0dE7MApLieWkeEy { top:14.9375rem;left:5.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2CJ5ZeFKp4Ut3PBScJ25akhe7pRLeGT { top:14.9375rem;left:8.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cima6uqi7HcwwPP7xrnu6RATzBLAEIxL { top:14.9375rem;left:4.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW5z6kCKBWJLx6Rh6K4mg2PQL0R8OAJW { top:14.9375rem;left:6.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeq6xnMrX0H1EZpzkSlaHoQPpuTMbKAb { top:22.1875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJXGZ9X7MLxub3rfg866IDq4OX9HRR2 { top:22.75rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoZETmJQ2cRMRygbClcxLUXra9SViv5F { top:22.875rem;left:10.5625rem;width:24.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFRcEGT8lPkwwZQCwh0HpU5l3I1xHlM { top:24.4375rem;left:10.5625rem;width:32.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQNlcibVDiSJTShaIkU0VowxuKii6ODh { top:22.75rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9t20xaTt3roiSNN2d85mfebqRN8hTd { top:22.75rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J18MBLQeldLWmQFnEn5RKyQPfSTw5b4L { top:22.75rem;left:39.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9KiAMxUQ37qUgrim3u7zuGKPQveDAT { top:22.75rem;left:38.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkitCiFXpzJrKOA9sGdesLdov9aBUTHe { top:22.75rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erXWrfywOnrT4ISg18KPHXrDBBTTTNst { top:29.8125rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXo0TBrVQwOR8bRstieQTzlhzP8zFeR { top:30.4375rem;left:4.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HMtmnai8n5ZFgITkCedJha8GUphAC5 { top:32.75rem;left:4.3125rem;width:32.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJTnaNQDE8dblpJiMVkLliaArVG77ED { top:30.4375rem;left:9.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZaMSH2aGrGCbRWb8G7Vlrzd0cyWSl6k { top:30.4375rem;left:5.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPSWXUe9XQBL454cTETk4fCnT8tZTLT5 { top:30.4375rem;left:8.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4G5XPTb1f7Zc6vRAyrd3Tmtu9Wy38C { top:30.4375rem;left:7rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFOKTW8q99bHyCTyOlcdM4I74nXhG83 { top:30.6875rem;left:25.25rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdB5Fq6WlEDehoNJMhHDf6C6EJHt8JS { top:30.375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRoh4xKhn4WuREaKwNTUmGnzAWZKZcuK { top:26.9375rem;left:40.75rem;width:4.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ { display:block; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPwG8cf4LyOzgiTrPfCXD4dkvGCtDVIp { width:47.75rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs { display:block; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcs0DbydoTzAz6BLkltlrPX6tMw5Fh69 { width:15.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxXaXPrnpRuK5W85gsZ4qbfdkvGEmXfg { width:0.875rem;height:1.75rem;top:1.1875rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbcItk5gp0XyP7hCzb06lecoORCxd4GK { display:block; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVpw5rsihTpLaBqKS5dW2D2wNwJ9AxPr { width:47.75rem;height:5.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqqpPBom4lxXlgRezIu0ZQKWsNT4mm5n { width:0.125rem;height:5.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c { display:block; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Akwm9XKy9NI6TPtXh6fsBeERTMxob9Jr { width:15.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxSAXzH34HdGegu0mBLZlCn8OTfn5231 { width:0.875rem;height:1.75rem;top:1.1875rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #na4xTzglgk0KsDNL9OAQuuErpFTIehNm { display:block; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFlZp2Ak0omf5S8or5RKSqVqd1OzBe0M { width:47.75rem;height:7.375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNJqJR8MbZ2A8iPSpRXrcnaLIdXVg9Uc { width:0.125rem;height:6.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUTvNKOVRokftGrf56WoOeNbJUgTHvN { display:block; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urqLkmlq8vy0mgpL9UJGi9uSwvPUEGS0 { width:19.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHlOSNQiqERkQ8FLWEJGI6x6mPOLsCT6 { width:0.875rem;height:1.75rem;top:1.1875rem;left:12.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm { display:block; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhuIupHA2nyK2Z3Ce7dqv9vIimCcZ7BZ { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tza5inrzAF4XTCSMJqqEFKu0SA7WVGA7 { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #as7R9yuRIkee1E4IqoRdVSiUH637C6Zk { display:block; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ri9bU7INcvLlLOfgvlo073XMgzQt63Tu { width:38.1875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UufBPF5G7ABESupJPWNugMLKLkMf9hPF { width:0.875rem;height:1.75rem;top:1.25rem;left:20.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU { display:block; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8DT6M83EWsENiRrBTqLozlOuNFhKPnB { width:47.75rem;height:4.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dpzxkMucU9LGHhAKRQh3TGTLuvSM1o { width:0.125rem;height:3.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS { display:block; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCF4A8NpSTAMRgFvUckfu0CIqFLLQ7ub { width:24.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmfEHtPmb7TStZ8G6Rt7Nxn6KS3PJ6r { width:0.875rem;height:1.75rem;top:1.1875rem;left:15.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta { display:block; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieT8b12bPTKMTLHHEQPKZ620crn2IKQv { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Gu9aS4CX7iGLa1cmVd7WNg90qkclz1 { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPs28genVvG9qR0eho8IRmdTM0B4DwPN { display:block; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQutkIrxqOWm7cTIUCLUleq50TyTHs6D { width:24.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1v2s0SWClUs88aIi5SXRMGA8qRTXTDR { width:0.875rem;height:1.75rem;top:1.1875rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 { display:block; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8X6pbmHlLD7ew7TgtZlgrEX99bw1uBp { width:47.75rem;height:7.375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LevteDs4tZegzT4d3mcnEUE7OTv7MNkC { width:0.125rem;height:6.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrdTXoLUUPzplIfJht1os97cpk9J5DC { display:block; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymkF283NsTIeWlBdXTb1E5O0TXPTiqOv { width:17.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZOr4TXBJ4XpGcEWFvry5u3epbfRT94L { width:0.875rem;height:1.75rem;top:1.1875rem;left:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt { display:block; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqeNnCR2rTJPtfCKSuoTBumRVTp41q5b { width:47.75rem;height:1.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlg5wieN4EA4FGWk6FduMsIAFN8dS6pe { width:0.125rem;height:1.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2CpZiqRROsSMJkiZRIDOkJXg85NP77a { display:block; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fnsn1A3ndUeRFyLNSbX0Wmk9RAwBriyS { width:18.75rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhDzyA8v6Mpw3z7L4yTxNqqOo6PxUURT { width:0.875rem;height:1.75rem;top:1.1875rem;left:10.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThevIHKvKWl1Cxtg0SU259iMQEelVyLr { display:block; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR015oRyv8J6Mg9aa2w0NM2OTDcqDEGA { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlswnCDenCrQ6uPGr95MElw6FAsbtQV1 { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 { display:block; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWfJq1cewTPQSux42gcRTu3Ovn4UnRq5 { width:31.9375rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbwStvMa8a1NIkFJP5P9r3fO0nQ7pXNN { width:0.875rem;height:1.75rem;top:1.3125rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB { display:block; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc322VFVLZS6ezTp5HHdUQWavco5W9Sb { width:47.75rem;height:3rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4GWdlOTMsgfRaVnfqTk38kpqCCARQ8N { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxcNkp3aknMtnVtlvDp9MJzqSKoillbK { display:block; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { display:block; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { top:1.5625rem;left:4.96875rem;width:35.75rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/396db9ef-e3bc-45a7-8687-77bb56ec5b3a/Cozytober_ComboCombinedLP.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.adaptive-delivery-prevent-bg, #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.lazyload, #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.lazyloading { background-image: none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { border-width: 0; border-radius: 0; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL { display:block; }#CQtUOTsrUEZ755fvN8cAGiGKM9cgMKSL > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbF1zdnsE69Nzt9bwSBurHi9MNLVPOFx { width:20rem;height:7.8359375rem;top:4.8999996185303rem;left:0rem;font-size:3.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rU6we70Q3N0z2WO4ogWpTuIiALeintwy { width:17.8125rem;height:4.0625rem;top:13.6103515625rem;left:1.09375rem;font-size:1.5625rem;z-index:15007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N8kMb7SlWyAlILM6lcmqfD46CCCzVADV { width:20rem;height:22.5625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qddekk81rbGCXEH0oypIrxsWcqAVeTgW { width:17.1875rem;height:17.375rem;top:13.475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZAaCumz7LuyZxiTlJi9QZnNuXfxVbpd { width:12.5625rem;height:4.548825rem;top:20.375rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbdFKAGbWL6OaHNTlK3hfx5faKrp3gAy { width:18.5625rem;height:14.168rem;top:25.375rem;left:0.75rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mKpV3WLngILTaxLSegJ4AFcD64QmRdIV { width:17.2998125rem;height:3.23730625rem;top:40.375rem;left:1.375rem;z-index:15006;font-family:"mark pro";background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #erBDsqFt7urO27UhBcNTi9xzt3uJlOOs { display:block; }
 }@media only screen and (max-width: 763px) { #ZCZIgBg0habsAvuKsDhuiFfvS78R2FNl { width:13.75rem;height:3.25rem;top:1.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guDySgJpSvKygiWnsI7JBB1vlFgqzr1v { display:none; }#guDySgJpSvKygiWnsI7JBB1vlFgqzr1v > .row .container { width:20rem;height:141.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JL866yNczPA9ndnSdEdTXoWSUECUHKDK { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4zTdXpEghSkaMWBK47qKHr2Wlmxs24l { display:block; }
 }@media only screen and (max-width: 763px) { #Itn6aON8vwZ11OXLTEbabMh1A9phTmRu { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUu5ZTh8kxXLrPUMPcusX5whWvMhuqhg { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AbXIHr33sN9rbF4vBhzUqqiZ0quZJF { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxabyTJCGHch6HdCxLPOr6TXaEiTISPX { width:17.5625rem;height:3.8984375rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDHafamx15T9xgEtTfNp93I5EA7AlKX { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIc1vP5txezJbXC4ri140QlZZXrFJtxW { width:15.5625rem;height:5.19921875rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKcFkguROCGT5vrmRDyeyS9hTcUWmTN8 { width:15.5625rem;height:5.19921875rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vSJV3FpLgi6DCxweKsw2DIkXoWnXzP { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGBpr9OsZWqJ8LQGq87PiQRv2kz7HKtp { width:15.5625rem;height:5.19921875rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txxrPCKNbwCxx6LReud379lD0RheTF0o { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf { display:block; }#fpTDH8Iy3kaBnTDiFTqJC02CBEcWxIkf > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3fR0CmiDRq7IHqXeTTDb7XfuyCOg9x8 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #J9rWM9Xaw32Twewhum96GCePUKTHtCAI { width:9.4375rem;height:1.4619125rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #LmsUZSw9cghasLJwX64uvWcoqPBDVJ6C { top:6.61376953125rem;left:8.46875rem;width:10.6875rem;height:4.22265625rem;z-index:15004;font-family:"mark pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBEcyJI9exlxpie8k8XDltuWQED7XO21 { width:7.25rem;height:7.1875rem;top:12.28125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SONoVUNGnmspUU2kl4iOAa7r3fciCXMS { width:7.25rem;height:7.1875rem;top:20.375rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rUuWO2s24fzPigLFqz1egi96T6nO0SnH { width:9.8125rem;height:2.69921875rem;top:12.28125rem;left:8.46875rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;font-family:"scotch text";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OMOiqCiMcRTTzDoBREui3HOpbtoAsKD2 { top:14.98046875rem;left:8.46875rem;width:10.875rem;height:4.22265625rem;z-index:15005;font-family:"mark pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxBalyfJvXcro15Dbokm98bu4IT6rgmm { width:9.4375rem;height:1.4619125rem;top:20.375rem;left:8.5rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #Q0WLrgRifPsDPa1WbdOOu1au2ETczqoZ { top:21.9375rem;left:8.5rem;width:10.875rem;height:4.546875rem;z-index:15006;font-family:"mark pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUg4ESneg5QHFTDdBP5RWLODX9AENNGh { width:7.25rem;height:7.1875rem;top:4.03515625rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA { display:none; }#Fgtm48yVtcf4Neu0o4luzGn5nSTxQzzA > .row .container { width:20rem;height:29.77392578125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { width:19.75rem;height:4.00024375rem;top:25.77392578125rem;left:0.250244140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAQiOV4NSTcleBtTbPQ0KMC89s223lTH { width:17.5625rem;height:5.1178rem;top:0.625rem;left:1.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { width:19.375rem;height:7.124rem;top:5rem;left:0.3125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { width:16.625rem;height:7.124rem;top:15.9375rem;left:1.6875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eboLJdwSta2wH2GRDlLzXEDURTUtZItx { top:10.3125rem;left:-39.5rem;width:13.562rem;height:1.29980625rem;z-index:15009;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { top:10.3125rem;left:0rem;width:20rem;height:3.8994125rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d88atZ4oZdO7KmxgXfcqhau3StseSBhV { width:19.74975rem;height:4.375rem;top:1.1248779296875rem;left:0.250244140625rem;font-size:2.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QHQdAP4iVmA39yKMAUBmdLZEHKuChhw7 { width:17.56225rem;height:2.5996125rem;top:6.5753173828125rem;left:1.21826171875rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { border-width: 0; border-radius: 0; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { top:1.203125rem;left:1.90625rem;width:18.5rem;height:5.19921875rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { top:7.125rem;left:0rem;width:19.999375rem;height:1.381225rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { top:9.5rem;left:7.5rem;width:5rem;height:0.3125rem;z-index:15006;background-color:#000000;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d { display:none; }#b5ztWen3r2RCeTXUlLExUg4FA0ATlD0d > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v1esckzqXn2M3632WZ9oPWpNHwIcA3u6 { width:20rem;height:auto;top:2.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC4IMryra6KedSQAcFcVydLTNAxnyGfq { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIKrhE2qqRm1mmw22CZzzo22IpKZL3br { width:20rem;height:0.1875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGFDxsM6h1flPxhoiETv7WA4ezxRaTe { width:20rem;height:auto;top:5.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH { display:block; }#GSXeqVTxfaXAdHX3TlmsJdoqPsSspuMH > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZivGT0tDSbRI0cg8VBCqSpeqAzJTbkH { width:20rem;height:5.636725rem;top:1.0625rem;left:0rem;font-size:2.5625rem;z-index:15015;line-height:1.1;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #ns8KhrSedAocTVGW1MNAbOcNLsclPh7A { top:7.3203125rem;left:0rem;width:20rem;height:5.19921875rem;z-index:15004;font-family:"mark pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx { display:none; }#f6LcP9cpP6pWXLWsrPUgeit5FRr5B5lx > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fAw4Wg6TNduXHFGJhrCAr6pCGZTt3xnu { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLrCu3o6ti9sNShwfrXrgF4doZVueI2c { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSKBFrcA1PUa54hRSPcWNKDCNES8aaSt { width:20rem;height:auto;top:1.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUi3EMbiMkKHPnzrdwi6K6eiAMkP1LCO { width:17.625rem;height:auto;top:1.1875rem;left:1.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOvnQB1ASc5pAaHyw3Rcu9FPdJa8tiwv { width:17.0625rem;height:17.0625rem;top:3.9375rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DRLlr3cmyzPvZXIxaB0C8hk7vMq7O8i9 { width:17.125rem;height:17.125rem;top:36.0625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XLwqN9b6O04p7XEoJvgLit77B7zoFfMg { width:17.0625rem;height:17.0625rem;top:67.8125rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e80Xh0eOMQVPDZz8yplJDAm0GV0ppu3q { width:17.0625rem;height:17.0625rem;top:99.5625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TSnpQpyJUfQRblByQWTGn5uBZwJMTJUK { width:15.125rem;height:auto;top:22.75rem;left:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #grzWkbQmfQ1qgzHpHUTWyDop7SPQHetq { width:14rem;height:auto;top:22.75rem;left:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufD9lbTMGfM0dgXb6kIHL318l5ZIAKh6 { width:12.5625rem;height:auto;top:22.75rem;left:3.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWNeBKc5y5GxDd7gSWnytNpQLzUEnnGb { width:13.625rem;height:auto;top:22.75rem;left:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIkBhql8zpOFVuhb2Tl2w1A045h3KI5S { width:20rem;height:2.19970625rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AdM2X8DGJMWsaNq5zaTX5dgoZZoSlRvK { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gPxcA7C6qhhIEWRft1VAbbgKAJm6Ua1y { width:20rem;height:2.5996125rem;top:4.0625rem;left:0rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rderewQGmPWZ7iMgLp1gCkysJZGlUshS { width:19rem;height:2.9375rem;top:7.5625rem;left:0.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #O64UZsA1hzbWueFGiZRlMZTTf4rxonWB { display:block; }
 }@media only screen and (max-width: 763px) { #ZXITdXRIcsSMCxSQwmBMEI4mkJ6KesU3 { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #siZJ3yNChR2e4D02oPu26xupJonGlrax { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb4d76c5-57cb-46c5-9249-69daddf21acf/Cozytober_Style_750x750copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#siZJ3yNChR2e4D02oPu26xupJonGlrax.adaptive-delivery-prevent-bg, #siZJ3yNChR2e4D02oPu26xupJonGlrax.lazyload, #siZJ3yNChR2e4D02oPu26xupJonGlrax.lazyloading { background-image: none; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row .container { background-color: transparent; background-image: none; }#siZJ3yNChR2e4D02oPu26xupJonGlrax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row .container > .video-iframe-container { display: none; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row > .video-iframe-container { display: none; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .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); }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row .container { border-width: 0; border-radius: 0; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siZJ3yNChR2e4D02oPu26xupJonGlrax > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE { display:block; }#lJLxKs6cezAX0AuQBfkAaUdDc9qHCUZE > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybmU22PpabTekLXkT0nxVfuKMfUJJaTa { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD6tHccboZZtvVMPRDfEzpKgFWDT1pnA { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTzWNKAbXnQ1IydCmBrktvMvBiVZLwJM { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2QysWQrhUzsUpyNXdHTICmhDDyDkpSJ { width:17.625rem;height:auto;top:0.9375rem;left:1.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssITtzQNRz2DHHTwtuVWiKlpQzsCrEPT { width:17.0625rem;height:17.0625rem;top:3.9375rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iwax9ukAT1Zprsv7XCZPNE2lqMg1Q41K { width:17.125rem;height:17.125rem;top:36.0625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qgL1F2wKEFkQyvAJA0FbKBUV6kdAwozK { width:17.0625rem;height:17.0625rem;top:67.8125rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CL4n9kSnfMpoNB2fuBhIv6b8eabShthT { width:17.0625rem;height:17.0625rem;top:99.5625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #loCKBnxfTmedGJvqVm4VtLULMlkNr0Tl { width:18rem;height:auto;top:22.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oREdgTFsTSVm2iTwP3rpz2cWfLVnzdXu { width:17.3125rem;height:auto;top:22.75rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyNmQo0QH8w6XIKBBlkhd6TL46zlxdEK { width:17.125rem;height:auto;top:22.75rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHu1DrfPxMB7M2HaOTBzs7dDiJMxQ1SN { width:18.125rem;height:auto;top:22.75rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #APPoc3EptwkwORPhWgww3slZWmx5Ua44 { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k10SkPZfx2iCxsyPhFgQuTb6MJxcOgwx { display:block; }
 }@media only screen and (max-width: 763px) { #dsgaGguiLV08CHoyR2cUFZDTESGEFuEG { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRbkZFhf2DDJDruLP60Mh9mw6HCfOyli { display:block; }
 }@media only screen and (max-width: 763px) { #rKiKRLfh6N31dZAf7nxdyn5zorgQdzQA { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v07etrRUenmT8UHwKhT850wWLo5Cm8dJ { display:block; }
 }@media only screen and (max-width: 763px) { #lQnXsG88K8WsaRlnrcWnLmD43fU0HyFU { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OF257Mbe48lpZXOxWyrUSdooXx01uLhv { display:block; }
 }@media only screen and (max-width: 763px) { #GZQktK7ZKpIOAsbK5cg0v2qVsHwz88AU { width:20rem;height:2.19921875rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #KBBJ08AHMRrrbNbhyWaLAEckyywWInI3 { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #sls5W1S8D9TZthh9DODuszC6l336iIyK { width:17.0625rem;height:2.5996125rem;top:3.19921875rem;left:1.46875rem;font-size:1rem;z-index:15007;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #QbouMwWwGvSHmk2FhInxTFRx1wzOvctl { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36c81d46-43a9-43f6-8a30-f923d6227ac0/Cozytober_Active_750x750px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL.adaptive-delivery-prevent-bg, #sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL.lazyload, #sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL.lazyloading { background-image: none; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row .container { background-color: transparent; background-image: none; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row .container > .video-iframe-container { display: none; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row > .video-iframe-container { display: none; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .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); }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row .container { border-width: 0; border-radius: 0; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRTyuLV4GQ07VHMHWOob1IGe6k7PG2aL > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk { display:block; }#VmWVM3ZpRM5lmu8lMqTZZkyuDhz0KITk > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvMTCNFHoqne5Ar72yw2r4qCp7WbaxXn { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3r1z3vFOyihhct2ZrtIpAwkt85TO4iu { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #r18ZBZlUHBtUWBaGLRc819OlVZcyLMf8 { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4bgITGkggygz7eIMay3T0yeFv3nVFEk { width:17.625rem;height:auto;top:0.9375rem;left:1.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBWOL7BGNzHeyi9ozzlo82TUyfQ0iepF { width:17.0625rem;height:17.0625rem;top:3.9375rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sKnT1XreVZ3Xrf8vtq7HZEbVrrbKoIUL { width:17.125rem;height:17.125rem;top:36.0625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fTcFiE7nFg4QLSft7xEFo5x1eHedF2NU { width:17.0625rem;height:17.0625rem;top:67.8125rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #netWvcacxIac51DWq8nTBGuoO39dmUW4 { width:17.0625rem;height:17.0625rem;top:99.5625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OOaZUMtqxTouwnSGxlGSwAtIRtr3Mx5e { width:18rem;height:auto;top:22.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIQnuuL9wWdU0W3cnag53lIeH5NDE5FH { width:17.3125rem;height:auto;top:22.75rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti6Vrbih23PaxdhTbx799zzTbqVnNX24 { width:17.125rem;height:auto;top:22.75rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRZhTimLZ3pvRHTRwhqRDqiodKiWr4RH { width:18.125rem;height:auto;top:22.75rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgZMLGcluqMt1oE0uIUnedhupd94nwp3 { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTPk0KPek8dlvwPTp1tMu7HPDbe0y3Vg { display:block; }
 }@media only screen and (max-width: 763px) { #hLzcF0GZR4yHum1sgdCMt5ZCVS2wWCgr { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIcQdynpNegrUyMXySKzrHSbMVRgBm9s { display:block; }
 }@media only screen and (max-width: 763px) { #mb5VTTUPvMucO6iolcAF1RgcEaSEu02s { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkg0iGt5yMJrTOXw5J6AyuvKT83iftzE { display:block; }
 }@media only screen and (max-width: 763px) { #s70NZ6apgXPUmOF5FoZe9cS0c7JxxUot { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N35hoMoCQIV2kGUGmzgUEUbwpLFaMPVR { display:block; }
 }@media only screen and (max-width: 763px) { #VNTxw3OuVFuake56ZpLyBoygemVHRRZo { width:20rem;height:2.19921875rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #OGTceRgnVbcnoGTbtGhU43AGibNs93Ai { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ruETkgKsU7DcJ60lkTSczrn3NBOR3ld5 { width:17.0625rem;height:2.5996125rem;top:3.19921875rem;left:1.46875rem;font-size:1rem;z-index:15007;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #oHC7lJEQ65Df5y7WgL22u6U7mRhrQ24T { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/48d9f54c-c7bf-47ae-bdfd-c8e2d7cdd368/Cozytober_SB_750x750_V2copy2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx.adaptive-delivery-prevent-bg, #IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx.lazyload, #IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx.lazyloading { background-image: none; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row .container { background-color: transparent; background-image: none; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row .container > .video-iframe-container { display: none; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row > .video-iframe-container { display: none; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .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); }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row .container { border-width: 0; border-radius: 0; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuABH9oCoiq9lP4ytHKSmWM7KlcEZpcx > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH { display:block; }#d4qoGBuyZZLZUblF9TD3uMRwywqxcoBH > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSd3Flstv3cJE5FyEzRyfTWorL4JzMix { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHvPvwAIVbGhfhqN0tXOfoMTMOG1rp66 { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ps8WuNdvoCGFTfTXJ44TRKTikfWSypCK { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSOpPU1t6fAk1akCa6Px5UvEdQEiJEVU { width:17.625rem;height:auto;top:0.9375rem;left:1.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbOVtZJtAGKhbMht2gcnn6iT2vlQLBEt { width:17.0625rem;height:17.0625rem;top:3.9375rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #i4AiwP5K7rfRX3BsO4OCrH3ZwATTKiDB { width:17.125rem;height:17.125rem;top:36.0625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SKVlykG1HWqknAwHQciutAzRM4VKKZ4e { width:17.0625rem;height:17.0625rem;top:67.8125rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #soHZUbdMcxguBtl7gmXVQZEWRMb1bT4z { width:17.0625rem;height:17.0625rem;top:99.5625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dXz2RTyKQaQSrWdZ7CrnItoEU38ZlpDi { width:18rem;height:auto;top:22.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vyhpel6a69FIJCsSNOV6mMUOOE3vRskA { width:17.3125rem;height:auto;top:22.75rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSURElumuMtdavcntD0KW7deByyBeIt7 { width:17.125rem;height:auto;top:22.75rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxwNn56TscdTZtAODeM85baQQWEFSQT3 { width:18.125rem;height:auto;top:22.75rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXfOAvQRMJUKVqibHTSp7kNz98CG3GMC { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGg83MK30EhRLTv2FmKKfuQMTOtmKa7S { display:block; }
 }@media only screen and (max-width: 763px) { #VyrRkpzWLLFBqgOFRy4o8DnO9iVvqggq { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vpx9sqh5d1wyLUKtepWzQDWJn9a5WyVy { display:block; }
 }@media only screen and (max-width: 763px) { #tF8i0iekiVs4qudQ1yQ2UE8TQfmCRiUE { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aysIxerTHbzucit0QbH4TeMGsSRm30aM { display:block; }
 }@media only screen and (max-width: 763px) { #V9DpDGZkcGos0seHeiiOynFZ1TTfv8Te { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMuAkKZZ0T54Z0zHI6iTDXr0hHmkThgv { display:block; }
 }@media only screen and (max-width: 763px) { #TFmItqrq4BIzqo35ZPgIGVAIyy1yDvLs { width:20rem;height:2.19921875rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #V3EaTerUfywKNVrkWVwz1HkxAweppE9T { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ILUnnwX1wH9O7hrb847qJnc8otIveqp9 { width:18rem;height:1.29980625rem;top:3.19921875rem;left:1rem;font-size:1rem;z-index:15007;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #BLThsHHCpFl6CzfmzXicolJusA7qBODy { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c7a0b21-9210-45a1-9eaf-bd1bae64d3c2/Cozytober_MenActive_750x750copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU.adaptive-delivery-prevent-bg, #dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU.lazyload, #dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU.lazyloading { background-image: none; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row .container { background-color: transparent; background-image: none; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row .container > .video-iframe-container { display: none; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row > .video-iframe-container { display: none; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .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); }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row .container { border-width: 0; border-radius: 0; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvaiyBAqDb0w8fSTf1XLyyROZ0VC7LBU > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t { display:block; }#GvD7mNOufPxoM5NzDbQGkDvnIKdXQl4t > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta1GWxCEM6TD3Rt57eN9WGsUuf4NwFLg { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9ZzQFQvrqJoekMiEvpz13JBzTWS6Tkm { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibOGhpRfbvAE69OsLMUCHTadM2Lrdhoq { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0iOSTfIcxTISLclIZ46JLJeg8QOBfMO { width:17.625rem;height:auto;top:0.9375rem;left:1.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5lGPTGHEudhdb8GWe53HzlOHTkX7TwL { width:17.0625rem;height:17.0625rem;top:3.9375rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Quqfh1STWsR0vmVqVlsF97z1utz1gpXD { width:17.125rem;height:17.125rem;top:36.0625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zTaitLEiltu0P0rZIeuATEMkw0t3vZMc { width:17.0625rem;height:17.0625rem;top:67.8125rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kimONxynbu4FwRvmEoFtB24WuzC22f0X { width:17.0625rem;height:17.0625rem;top:99.5625rem;left:1.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yX9Ox6SHOACaTJIXh87gVF5qQQmyLkrF { width:18rem;height:auto;top:22.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AND5cdW3J2I2eXfiRDHqgHKbkODLFAnn { width:17.3125rem;height:auto;top:22.75rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5OZnUtE9rpqKJhaqUGof28UIfVu6hlz { width:17.125rem;height:auto;top:22.75rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNgXQyX0fWKdRnoBqyioCbHQrJGZE2xn { width:18.125rem;height:auto;top:22.75rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfE4FsHrhkg77z9EvA3keeHX2DCTXdzA { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHgwleoy7MS32aCo4xKHwU1wuZ3rq8eI { display:block; }
 }@media only screen and (max-width: 763px) { #nBI8LVO3eFEk00qQwZamTdRVZ9w6LFdd { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wThDT1CfcoPrvlng1KEvTVhfoHV18SbT { display:block; }
 }@media only screen and (max-width: 763px) { #JF26Kh4l588l5bwPJ5gRusPlPqxVJCyq { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbvJFR7Se2nHM92Ub2bGGR4q7PaZl5lv { display:block; }
 }@media only screen and (max-width: 763px) { #NNbN5S2kBWwcWnLLmEy46XmDBuvLlpd6 { width:14.6875rem;height:2.9375rem;top:26.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nX3kg7JnqX38HWcQRw5tJIaM2SvrqrPe { display:block; }
 }@media only screen and (max-width: 763px) { #DulpkHkIuvJURcw6TIneQ5IzwTQpQ1D3 { width:20rem;height:2.19921875rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #tv9pATHK7KfzqBuQKKJPBmymaqALrBJ2 { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #h8JRfLfmAt1Gh8eilBTtim9T4y3lewUe { width:19.5625rem;height:1.29980625rem;top:3.19921875rem;left:0.21875rem;font-size:1rem;z-index:15007;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #oIRRCV0MrVynkKTTEhSTSB9iGJtPtnv0 { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { top:1.1875rem;left:0.75rem;width:18.5rem;height:5.125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.5625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { width:18.4375rem;height:2.598875rem;top:6.6875rem;left:0.78125rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #b7FaqnX1V1Lua6mP2DimkihICL78yDmz { display:none; }#b7FaqnX1V1Lua6mP2DimkihICL78yDmz > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LTazQxJXghiJtdH24WI2P3L6gk9SVd3r { width:20rem;height:auto;top:1.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jgg0G4CN4PZeHK8yk3EsZONImTp3EgwF { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkt46hbsGXCq6ZnsydkDVd9oaXMuw4en { width:20rem;height:0.1875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrDCoSJQUvFGctN54wF736kPZH5QXxu { width:17.875rem;height:0;top:4.125rem;left:1.0625rem;font-size:1.1875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu { display:none; }#dDtuVZLIcf1Ggl8x1M6wzNe3AByq5Qlu > .row .container { width:20rem;height:127.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzthXRm2EhCqNxXiSrV6iVxxme2CGFFI { width:17.125rem;height:17.125rem;top:3.9375rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HRpkTxXO6DMS2bgMaOAV5Kixye6R6NNp { width:17.125rem;height:17.125rem;top:37.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGOTXVw2GkamoCs5bZeE0OvGmygeywA { width:17.125rem;height:17.125rem;top:68.0625rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QdgDh6T4Ek5Sid6ZzlOJK6CrT58N2664 { width:17.125rem;height:17.125rem;top:100rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P1X2gDTaIqUINGBQ9JnDcHUxxQTtGFsD { width:17.9375rem;height:auto;top:22.4375rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeHbo19nNDJLqmR7mgCaXU6dmHrXWK7W { width:17.375rem;height:auto;top:22.4375rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwOnVuKbGUohKMy7pRmhTAS69zSTAfVI { width:16.0625rem;height:auto;top:22.4375rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4kTvV7pokssBK605ocFSICzDhBcmtdb { width:17.3125rem;height:auto;top:22.4375rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5sAzmbEzuoJCARH9tJLnKOmfNUU0Q5a { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPD4XQshJfUpmGr6fJ6rAOLn4WvT3pnr { display:block; }
 }@media only screen and (max-width: 763px) { #ipx3DcG1TuSSScVJPdG5ITON9QcN8uZr { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5LspHOi0v4y0S0BZFyt4ZvHeVw4lwpF { display:block; }
 }@media only screen and (max-width: 763px) { #CvVKAkItOvBSCZNmr6oM4MCpBOJpWpyJ { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBqlk7n8FVhTtCrTbIACNyDFedgWRbQM { display:block; }
 }@media only screen and (max-width: 763px) { #fgf28IffMGvUVQ0nbKmyAJCt0TtzDVCg { width:14.6875rem;height:2.9375rem;top:29.1875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqmnKDXBXAHtJDnETFiAlFieC3a3GdGP { display:block; }
 }@media only screen and (max-width: 763px) { #VN5Tr2MqWFexnvv2Z4VegEwAJiOsymbg { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #c89hebdZUakFpCrqVisBcl1g9TtynzTW { width:18.4375rem;height:5.19775625rem;top:22.1875rem;left:0.78125rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hemmSaax7uZ6c0cxiFv0EuGLCRh1lViG { width:19rem;height:2.9375rem;top:28.25rem;left:0.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #fw0hVo8dZcrRNLCnBt1rKxXwrM1MdgB1 { display:block; }
 }@media only screen and (max-width: 763px) { #r52TgedbhiDrq8XvFQprUCJUKZXV4acd { top:32.625rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15020;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n2vfs3H1oPKD3rkumApXBHVeEAJamEIe { width:20rem;height:3.8983125rem;top:55.3125rem;left:0rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #EW35GmnnVM4T4bp4HqyyqK1o21zsAUe8 { width:19rem;height:2.9375rem;top:60rem;left:0.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #L3FgS3cfPw0h6xzhpZ0TKwycouOucb3H { display:block; }
 }@media only screen and (max-width: 763px) { #BvpxgFASTefJg6sM64GTJBgiCr6591rJ { top:64.375rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15021;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CTG1w6RGXWkosMxTXf9xPDDh8kGPsksX { width:20rem;height:3.8983125rem;top:86.3125rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gbxDl9TMPZTglALx8Z3HXd3GUJXecfAs { width:19rem;height:2.9375rem;top:91.1875rem;left:0.5rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bx4qvB1339IAl3HvTLcraNJWxIhmiitw { display:block; }
 }@media only screen and (max-width: 763px) { #zOgILv2txHeyWmHagRx29TJ9JHygLnOi { top:95.375rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15022;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F8JiTA3uIi5HbD9fwOUHrnSCgQp9xnTT { width:17rem;height:2.19970625rem;top:96.75rem;left:1.5rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #IR2EliglizAscnxIiegzWAkpxBC7InIR { width:20rem;height:3.8983125rem;top:118.4375rem;left:0rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #C3lOX0PLMpD7P61rJg8xrBCAF2wEsUe5 { width:19rem;height:2.9375rem;top:123.3125rem;left:0.5rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CsCiDT0Ls3QVU4y7uHb5JWiE77V4l5OR { display:block; }
 }@media only screen and (max-width: 763px) { #Ea1bJQWKEgVRZmcf9MkCuSHKZicoT957 { width:20rem;height:2.19970625rem;top:0.75rem;left:0rem;font-size:2rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FIXMCoTzZR44fPIW6BKHanGqJkDQ9Alb { width:20rem;height:2.19970625rem;top:33.9375rem;left:0rem;font-size:2rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NS91hvJ40FyXSrzSz7M8wpyrv0c00SnK { width:17rem;height:2.19970625rem;top:65.3125rem;left:1.5rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #d0riwetXhCnq5qEyMF0KBcPl8khlPPaM { width:16.625rem;height:auto;top:0.625rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDg4fQNaRDT8PTZF3k5TQbpT3bL0wARo { width:16.9375rem;height:auto;top:0.625rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8kqGtzCcTtP0o3FT1GE49fDJINBCUho { width:20rem;height:auto;top:0.625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhSfgoiqqgZJ1BvLXg3TWq53qizQZNWi { width:17.625rem;height:auto;top:0.625rem;left:1.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.1103515625rem;left:0rem;width:20rem;height:2.0625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.623046875rem;left:1.5625rem;width:16.875rem;height:1.29980625rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0.5625rem;width:18.875rem;height:3.41015625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { width:17.9375rem;height:1.54358125rem;top:5.9375rem;left:1.03125rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { top:8.375rem;left:0.6875rem;width:18.625rem;height:10.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { width:20rem;height:4.75rem;top:0.6494140625rem;left:0rem;font-size:2.375rem;z-index:15009;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z { background-color:#f1f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row .container { background-color: transparent; background-image: none; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row .container > .video-iframe-container { display: none; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row > .video-iframe-container { display: none; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .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); }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row .container { border-width: 0; border-radius: 0; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGeUOSGxZmz0e7HH5GedtEDtpmTRIG6Z > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMTCSKlGFeN22glmADX0zg8rUVxkoWcb { width:18rem;height:6.07324375rem;top:0.9375rem;left:1rem;font-size:1.6875rem;z-index:15005;line-height:1.2;font-family:"scotch text";display:block; }
 }@media only screen and (max-width: 763px) { #iBpISgE4Caxch7HwlvkvtHk0veCJIafw { width:20rem;height:16.125rem;top:7.9375rem;left:0rem;z-index:15009;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dNTUneyLIdzEZ528CbNHQbB5MIFm5emQ { width:7.375rem;height:7.375rem;top:8.5rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GLsMB55EBLuci09VCQT1lkn8uMmmXG8L { width:1.3125rem;height:1.3125rem;top:12.75rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EWnmS7Be7iAEv0QALFp83FpNHs85ZT2D { width:1.375rem;height:1.375rem;top:12.75rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xTEv2uLcx3gfK7geQKXQMJuCrX9ZuAaD { width:1.3125rem;height:1.3125rem;top:12.75rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #bBpeU2auNWEOdqndKSSs6xExIHuiBxWF { width:1.3125rem;height:1.3125rem;top:12.75rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W7tOr8iwmUQnadVSwlEGJQbRBgWt1mAL { width:1.3125rem;height:1.3125rem;top:12.75rem;left:15.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oKdoCdLEi0GeWezriTNBVJr9iqGkRQKt { width:6.8125rem;height:2.19921875rem;top:10.0625rem;left:10.125rem;font-size:1rem;z-index:15011;line-height:1.1;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #Nmya1yQFZvIu1elXEhEAQK025TWO6MMF { width:18.1875rem;height:6.09375rem;top:17.0625rem;left:1.0625rem;font-size:0.9375rem;z-index:15012;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #eCGTOpiEfkNtCMzFThJR0DpInb79fm3d { width:20rem;height:15.9375rem;top:25.0625rem;left:0rem;z-index:15009;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ycTo4QRuhqqCyNNU16mbtAfLpgCpqyrc { width:7.375rem;height:7.375rem;top:26.3125rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gMI1DEmvwLk6tasfivFriRS6JTB9RPhG { width:1.3125rem;height:1.3125rem;top:31.125rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #GupngG1FhX1R15lVK6M6mqiO1oP7uVFA { width:7.8125rem;height:2.19921875rem;top:28.1875rem;left:10.125rem;font-size:1rem;z-index:15011;line-height:1.1;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #l8T7nWQW5oJK3Iepngs3SE2abOGD03e4 { width:1.3125rem;height:1.3125rem;top:31.125rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QMvE4E3ngJipN2zolnfbwkT0hUgg2hp8 { width:1.3125rem;height:1.3125rem;top:31.125rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #d5zvp2ZqRE4Fl8Ryp7lS1ItzQ1OOR45V { width:1.3125rem;height:1.3125rem;top:31.125rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cMqAO7uHmIhg1yaOkRlfDk3yoTRcrnP7 { width:17.3125rem;height:4.875rem;top:34.875rem;left:1.375rem;font-size:0.9375rem;z-index:15021;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #EiTcQy42f5s7cLe2LLuiqfIHTzQtwZA5 { width:20rem;height:19.625rem;top:42.1875rem;left:0rem;z-index:15009;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TOPqEnphtXrU7zww8eXdyzSmvSv4SMkC { width:7.375rem;height:7.375rem;top:43.1875rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mZmxuDCX4yPnKTkPOuz0iAzgwoh5R8qW { width:1.3125rem;height:1.3125rem;top:47.9375rem;left:10.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #d5N1yy8K694JpowC06vxNQfK9IKRTTU6 { width:7.25rem;height:3.65625rem;top:44.25rem;left:10.3125rem;font-size:0.9375rem;z-index:15011;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #GGitksUzDP4WE6pLAodyAEn8y8Fulmq5 { width:1.3125rem;height:1.3125rem;top:47.9375rem;left:11.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TOQzs8kJbahnbM11JOuuP1T005U9zSEa { width:1.3125rem;height:1.3125rem;top:47.9375rem;left:12.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wOq5H3RQdQ835gGgEwnBbim1dhTQeXQ6 { width:1.3125rem;height:1.3125rem;top:47.9375rem;left:14rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #yPom2WEp9WK69mmGtiZunyyfeVNO10Pz { width:17.75rem;height:7.957rem;top:51.5rem;left:1.6875rem;font-size:0.875rem;z-index:15021;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #trBN8NZvpKyyr9pamd3BGdgD5PgDpezV { width:1.3125rem;height:1.3125rem;top:31.125rem;left:15.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #O7zlZN2iuTyow25ikJKIKzyTMup58Ku8 { width:1.3125rem;height:1.3125rem;top:47.9375rem;left:15.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hGDkkFQxtzsr7aQHl2mLpFbIKkZX7pzT { width:3.375rem;height:1.21875rem;top:59.75rem;left:1.6875rem;font-size:0.9375rem;z-index:15022;font-family:"mark pro";display:block; }
 }@media only screen and (max-width: 763px) { #IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { display:none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { width:20rem;height:63.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { width:20rem;height:2.5996125rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 { display:block; }#XowyAsPvrTE2DVtpS7dwcqVxuJvJW2T5 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJwraMkq3AzItzIVh4cWHZw4n5HZaShi { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA { display:none; }#SM9PTGqJpo2U335IA4cq1WoZsbkbsJuA > .row .container { width:20rem;height:81.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a8epAzSaBVp2Sdnetv8MZ5etFTTqiMvy { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiqOM01xhRmCdmH2yRTJifo9gOGgA5ir { width:20rem;height:6.5625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg1dh8RZAZPsZuo869IENVOglOINp1M4 { width:5.4375rem;height:5.4375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUwTfwaukt9EQmcf8iS59WmSmEcd5nvc { width:6.8125rem;height:1.29980625rem;top:22.19921875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr33VEbnHmh4kNH3dhV5MxZMboi9WNSz { width:20rem;height:6.499rem;top:37.51171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm4HSCh7oJgVPW5fN7TyHdmwcPH9KEDe { width:1.3125rem;height:1.3125rem;top:24.69921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKJyUT1qAxRHv6Uqpu9BWvH94bKdrgMB { width:1.3125rem;height:1.3125rem;top:27.26171875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXXH7VOQpsuDqGgUdROeudQtFfp2nsv { width:1.3125rem;height:1.3125rem;top:29.82421875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT6aAisqq3MlC7Khhpr8FPl7UmoW9Rep { width:1.3125rem;height:1.3125rem;top:32.38671875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1rcuks5CK7LzGtKcwd7EBPEUsiyBFMU { width:1.3125rem;height:1.3125rem;top:34.94921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJWKVBFiCiWoMZDT0KSZakeNd4VTgrQb { width:20rem;height:6.5625rem;top:42.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44Hr6XGTT8k06qbgv4XnA1RQR8sXTPO { width:5.4375rem;height:5.4375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEi3bbpfNK68b3AaynvLIPzN9lNsApHS { width:11.1875rem;height:0;top:43.32421875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBAXU6LOBD0asTmoIdfSpR0O9lIQodcZ { width:20rem;height:5.19921875rem;top:44.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTR1TxWTTazKTx9eT2EKFdTdFO5NLLz5 { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LytvIUa6Op7MTVBKM0dE7MApLieWkeEy { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2CJ5ZeFKp4Ut3PBScJ25akhe7pRLeGT { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cima6uqi7HcwwPP7xrnu6RATzBLAEIxL { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW5z6kCKBWJLx6Rh6K4mg2PQL0R8OAJW { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeq6xnMrX0H1EZpzkSlaHoQPpuTMbKAb { width:20rem;height:6.5625rem;top:50.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJXGZ9X7MLxub3rfg866IDq4OX9HRR2 { width:5.4375rem;height:5.4375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoZETmJQ2cRMRygbClcxLUXra9SViv5F { width:11.4375rem;height:0;top:51.13671875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFRcEGT8lPkwwZQCwh0HpU5l3I1xHlM { width:20rem;height:4.875rem;top:52.5498046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQNlcibVDiSJTShaIkU0VowxuKii6ODh { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9t20xaTt3roiSNN2d85mfebqRN8hTd { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J18MBLQeldLWmQFnEn5RKyQPfSTw5b4L { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9KiAMxUQ37qUgrim3u7zuGKPQveDAT { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkitCiFXpzJrKOA9sGdesLdov9aBUTHe { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erXWrfywOnrT4ISg18KPHXrDBBTTTNst { width:20rem;height:6.5625rem;top:61.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXo0TBrVQwOR8bRstieQTzlhzP8zFeR { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HMtmnai8n5ZFgITkCedJha8GUphAC5 { width:20rem;height:0;top:63.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJTnaNQDE8dblpJiMVkLliaArVG77ED { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZaMSH2aGrGCbRWb8G7Vlrzd0cyWSl6k { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPSWXUe9XQBL454cTETk4fCnT8tZTLT5 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4G5XPTb1f7Zc6vRAyrd3Tmtu9Wy38C { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFOKTW8q99bHyCTyOlcdM4I74nXhG83 { width:11.75rem;height:0;top:62.142578125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdB5Fq6WlEDehoNJMhHDf6C6EJHt8JS { width:5.4375rem;height:5.4375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRoh4xKhn4WuREaKwNTUmGnzAWZKZcuK { width:4.4375rem;height:0;top:69.07421875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ { display:block; }#iaVgl7JOrfZBVAdtqF113UBktSJnh2MJ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPwG8cf4LyOzgiTrPfCXD4dkvGCtDVIp { width:20rem;height:5.2246125rem;top:1.10546875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs { display:block; }#Gz1LbJFNrEqtPVWnUoucMz3LMK32ctZs > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcs0DbydoTzAz6BLkltlrPX6tMw5Fh69 { width:12.5625rem;height:1.3999rem;top:1.1181640625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TxXaXPrnpRuK5W85gsZ4qbfdkvGEmXfg { width:0.875rem;height:2.10021875rem;top:0.73046875rem;left:10.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UbcItk5gp0XyP7hCzb06lecoORCxd4GK { display:block; }#UbcItk5gp0XyP7hCzb06lecoORCxd4GK > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVpw5rsihTpLaBqKS5dW2D2wNwJ9AxPr { width:18.9375rem;height:13.125rem;top:0.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UqqpPBom4lxXlgRezIu0ZQKWsNT4mm5n { width:0.125rem;height:12.875rem;top:0.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c { display:block; }#UZyKqkvgoGC6NSh7xQMoi6buRKOTfR5c > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Akwm9XKy9NI6TPtXh6fsBeERTMxob9Jr { width:12.5625rem;height:1.4rem;top:0.80625152587888rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lxSAXzH34HdGegu0mBLZlCn8OTfn5231 { width:0.875rem;height:2.10021875rem;top:0.5rem;left:13rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #na4xTzglgk0KsDNL9OAQuuErpFTIehNm { display:block; }#na4xTzglgk0KsDNL9OAQuuErpFTIehNm > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFlZp2Ak0omf5S8or5RKSqVqd1OzBe0M { width:18.9375rem;height:15.75rem;top:0.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aNJqJR8MbZ2A8iPSpRXrcnaLIdXVg9Uc { width:0.125rem;height:15.625rem;top:0.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUTvNKOVRokftGrf56WoOeNbJUgTHvN { display:block; }#dDUTvNKOVRokftGrf56WoOeNbJUgTHvN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urqLkmlq8vy0mgpL9UJGi9uSwvPUEGS0 { width:17.125rem;height:2.799075rem;top:0.43125152587891rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zHlOSNQiqERkQ8FLWEJGI6x6mPOLsCT6 { width:0.875rem;height:2.10021875rem;top:1.5062494277954rem;left:7.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm { display:block; }#Vfg1Sbx0FCWK0v7rCMCAec27X0u301Fm > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhuIupHA2nyK2Z3Ce7dqv9vIimCcZ7BZ { width:18.4375rem;height:5.25rem;top:0.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tza5inrzAF4XTCSMJqqEFKu0SA7WVGA7 { width:0.125rem;height:4.1875rem;top:0.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #as7R9yuRIkee1E4IqoRdVSiUH637C6Zk { display:block; }#as7R9yuRIkee1E4IqoRdVSiUH637C6Zk > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ri9bU7INcvLlLOfgvlo073XMgzQt63Tu { width:14.4375rem;height:2.799075rem;top:0.43124961853027rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UufBPF5G7ABESupJPWNugMLKLkMf9hPF { width:0.875rem;height:2.10021875rem;top:1.478515625rem;left:14rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU { display:block; }#rvI6xJ9ek3QeuaWGVAP2txGJyNxlcsnU > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8DT6M83EWsENiRrBTqLozlOuNFhKPnB { width:18rem;height:10.5rem;top:0.375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t0dpzxkMucU9LGHhAKRQh3TGTLuvSM1o { width:0.125rem;height:9.875rem;top:0.68750190734863rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS { display:block; }#wi9yuZPLQECRNXdpLt9AXavNFqe8vVOS > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCF4A8NpSTAMRgFvUckfu0CIqFLLQ7ub { width:14.8125rem;height:2.799075rem;top:0.41250038146973rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TOmfEHtPmb7TStZ8G6Rt7Nxn6KS3PJ6r { width:0.875rem;height:2.10021875rem;top:1.4875001907349rem;left:9.125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta { display:block; }#lR2eWBeF6kuCduVZbPSVl8T5Mq5Qq4Ta > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieT8b12bPTKMTLHHEQPKZ620crn2IKQv { width:17.9375rem;height:7.875rem;top:0.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Gu9aS4CX7iGLa1cmVd7WNg90qkclz1 { width:0.125rem;height:7.625rem;top:1.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPs28genVvG9qR0eho8IRmdTM0B4DwPN { display:block; }#oPs28genVvG9qR0eho8IRmdTM0B4DwPN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQutkIrxqOWm7cTIUCLUleq50TyTHs6D { width:13.125rem;height:2.799075rem;top:0.4375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E1v2s0SWClUs88aIi5SXRMGA8qRTXTDR { width:0.875rem;height:2.10021875rem;top:1.5124998092651rem;left:8.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 { display:block; }#ASq8mTZTdJ9oL9fH2nH2bOQcuFlNfVu5 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8X6pbmHlLD7ew7TgtZlgrEX99bw1uBp { width:15.625rem;height:10.5rem;top:0.4375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LevteDs4tZegzT4d3mcnEUE7OTv7MNkC { width:0.125rem;height:10.3125rem;top:0.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrdTXoLUUPzplIfJht1os97cpk9J5DC { display:block; }#GZrdTXoLUUPzplIfJht1os97cpk9J5DC > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymkF283NsTIeWlBdXTb1E5O0TXPTiqOv { width:17.5rem;height:1.4rem;top:0.80624961853025rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WZOr4TXBJ4XpGcEWFvry5u3epbfRT94L { width:0.875rem;height:2.10021875rem;top:0.45624923706055rem;left:16.75rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt { display:block; }#V5UerdQcnEtaLUVWAE5X2M3LMFm7bbOt > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqeNnCR2rTJPtfCKSuoTBumRVTp41q5b { width:17.4375rem;height:2.625rem;top:0.5625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rlg5wieN4EA4FGWk6FduMsIAFN8dS6pe { width:0.125rem;height:2.375rem;top:0.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2CpZiqRROsSMJkiZRIDOkJXg85NP77a { display:block; }#H2CpZiqRROsSMJkiZRIDOkJXg85NP77a > .row .container { width:20rem;height:3.51171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fnsn1A3ndUeRFyLNSbX0Wmk9RAwBriyS { width:14.8125rem;height:2.799075rem;top:0.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JhDzyA8v6Mpw3z7L4yTxNqqOo6PxUURT { width:0.875rem;height:2.10021875rem;top:1.4499998092651rem;left:7.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ThevIHKvKWl1Cxtg0SU259iMQEelVyLr { display:block; }#ThevIHKvKWl1Cxtg0SU259iMQEelVyLr > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR015oRyv8J6Mg9aa2w0NM2OTDcqDEGA { width:17.6875rem;height:6.5625rem;top:1.2499504089356rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wlswnCDenCrQ6uPGr95MElw6FAsbtQV1 { width:0.125rem;height:6.25rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 { display:block; }#sXnHsEhx1cCAkTmuA3Z0iIUgzhTSTrQ9 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWfJq1cewTPQSux42gcRTu3Ovn4UnRq5 { width:12.5rem;height:2.799075rem;top:0.625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HbwStvMa8a1NIkFJP5P9r3fO0nQ7pXNN { width:0.875rem;height:2.10021875rem;top:1.3603515625rem;left:12.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB { display:block; }#ly6HPAaZpd8JMDHw7p5ASdCdkeM4SUTB > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc322VFVLZS6ezTp5HHdUQWavco5W9Sb { width:18.125rem;height:7.875rem;top:1.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I4GWdlOTMsgfRaVnfqTk38kpqCCARQ8N { width:0.125rem;height:7.5rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxcNkp3aknMtnVtlvDp9MJzqSKoillbK { display:block; }#mxcNkp3aknMtnVtlvDp9MJzqSKoillbK > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { display:block; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { width:18.5rem;height:25.0078125rem;top:1.396484375rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89355625rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }