.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:250,241,215;--color-primary-1:240,214,136;--color-primary-2:230,186,57;--color-primary-3:230,207,57;--color-primary-4:230,162,57;--color-secondary-0:241,217,217;--color-secondary-1:209,128,128;--color-secondary-2:162,0,0;--color-secondary-3:81,0,0;--color-secondary-4:24,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,250,250;--color-tertiary-2:153,150,150;--color-tertiary-3:92,90,90;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed2024;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; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container { background-color: transparent; background-image: none; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container > .video-iframe-container { display: none; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row > .video-iframe-container { display: none; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .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); }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container { border-width: 0; border-radius: 0; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TSJ0uhWmZvhOJOhyaSSHPnTBiEMxpSot { 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:18.125rem;width:23.4375rem;top:0rem;left:9.125rem;overflow:hidden;display:block; }
#xKHqrr0eW9yJkiTczbFPQFGuL2wF0Ut4 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:"montserrat black";font-size:3.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:34.78125rem;height:12.43125rem;display:block; }
#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr { 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/bc66c2fe-2cb5-4205-ab0f-d5e158d7c9d6/flipped3.png");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:block; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr.adaptive-delivery-prevent-bg, #g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr.lazyload, #g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr.lazyloading { background-image: none; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container { background-color: transparent; background-image: none; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container > .video-iframe-container { display: none; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row > .video-iframe-container { display: none; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .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); }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container { border-width: 0; border-radius: 0; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#EFSTFR7tQzrFBf5ZTePl2O0qJsnag8PT { color:#fde43f;display:block;width:61.75rem;position:absolute;font-family:"montserrat black";font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.8125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#Or4ORCKH7wi3m769BFCwzASsOKf9ZkaS { color:rgba(var(--color-tertiary-4),1);display:block;width:57.375rem;position:absolute;font-family:"montserrat black";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:8.8125rem;height:17.55rem;text-align:center;text-align-last:center;display:block; }
#pD2qbVHzgblz6ff0W9uWTvSLioXTpPtS { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:"montserrat regular";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.1875rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#JCUzEmTNgxFOdasKTJVuwPwuwQ4fRmLn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(223,223,223,0.64) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat black";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:4.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.8125rem;left:20.5rem;display:block; }
#tSEpfTX26W11fw6Bk66aFVtD7veKPJTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8Mkltn1DyHk76qGS4cbb32RXrxoWwzB { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.4375rem;left:28.25rem;display:block; }
#ha3HhXyxRDBiLFrRZfmsKD1sC3Ctzgm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvWt3fxd4OZM6Huf73HsZeQZTRcRWezn { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.4375rem;left:48.3125rem;display:block; }
#fMIb55fff7pO1S0eD4Oru0fREXsBgqbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGi8VZT0upBvxDfLMxs5oI8UuTfdh1tW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.4375rem;left:6.125rem;display:block; }
#lITBNXi7rHM2c9tKPAzT225H4wB7IfPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h { 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/c902b636-9d6b-4f02-9dc2-3f14070b09cb/herobgimage.png");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:block; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h.adaptive-delivery-prevent-bg, #u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h.lazyload, #u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h.lazyloading { background-image: none; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container { background-color: transparent; background-image: none; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container > .video-iframe-container { display: none; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row > .video-iframe-container { display: none; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .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); }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container { border-width: 0; border-radius: 0; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#aMFRU3ckgyWPWJtTrz2BPyhgIoLSQoxH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.0625rem;top:6.21875rem;left:2.46875rem;display:block; }
#WWSkXBs0ET3kbryK0AyeFTPBk99erHkP { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.375rem;left:5.5rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#ZTUubF1nRhkiK2FN5TNBBFcrPlCNA3Jt { 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:15.625rem;width:15.625rem;top:2.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#g1N1O7eCH2aRDTk0FXnmoVbsgdqWn0Ey { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.0625rem;top:6.21875rem;left:27.46875rem;display:block; }
#LrgcCVCLwpKBl8mpLbK9TwwOCaEdac91 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.0625rem;top:6.21875rem;left:52.46875rem;display:block; }
#d6TqUZHAOAx1WdHsZaJxOE8dgO5GFuoa { position:absolute;display:block;z-index:15003;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:15.625rem;width:15.625rem;top:2.5625rem;left:29.6875rem;overflow:hidden;display:block; }
#rHCC313G42SRBKTDu0disWm9uIOulFlO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.375rem;left:29.25rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#eNDZawwK1iF58sazRlUhSo1Mdzam8rZb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.625rem;top:2.5625rem;left:54.6875rem;overflow:hidden;display:block; }
#UHBfy85TbPAVNlZISV7vGRqVUI7KZWCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:54.25rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 { 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; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container { background-color: transparent; background-image: none; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container > .video-iframe-container { display: none; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row > .video-iframe-container { display: none; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .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); }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container { border-width: 0; border-radius: 0; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#MDu9iuloD7EqOmI3qSi9WEF1IQsnVhh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.75rem;position:absolute;font-family:"montserrat black";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.4375rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#TdDGT0Bv6Sn95DyTM19iUdI3EWEfKnXS { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.71875rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#pgGUtflx3xQ9HWTE4h6AfWwA9psTvShh { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:12.5rem;height:2.925rem;display:block; }
#id9JwDaWd1QEmC3Bshq9rZxqSFJheLs0 { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.25rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#UQwf27MPwwL3daecdF85wBI2ZRzpSFrn { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:12.5rem;height:2.925rem;display:block; }
#KlnS56yQKclzL6zuWJwbInMbz7HEnTHe { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.6875rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#KO6apMdznOR5kw12Jq7pOsyKnv0Wlss6 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:12.5rem;height:1.4625rem;display:block; }
#vib72p9aIJ4Ut760XsmO2JTuLTMRSFgA { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.5625rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#ybeLESLxeuaxfXZ0bcTpLXlZSUZ4GZo5 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5rem;left:12.5rem;height:1.4625rem;display:block; }
#wPnnWryvW367hcyxB7Ue8lFZgPPcwoy8 { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.25rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#EZFv0eMw4uEVLFuqpuX0u3VmMV2IMi2g { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.1875rem;left:12.5rem;height:2.925rem;display:block; }
#mLMMTyeV5k3zIitDBHk57y2KKJ9NJuuM { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.0625rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#cyEhwaRNzDqg2S77s9UxCr9fmE8BXtyZ { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44rem;left:12.5rem;height:2.925rem;display:block; }
#zzAUPLpQr6MKJXsia8B04GN1xxCQfV5o { color:rgba(var(--color-primary-3),1);display:block;width:49.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.625rem;left:12.5625rem;height:1.95rem;font-style:normal;display:block; }
#TCKuNuN3TFTrBUZvhqxRrVTaQ9PpvfuH { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.5625rem;left:12.5rem;height:2.925rem;display:block; }
#krduTbJNLqPpUwPdwn5aS6GUJcvq7VPt { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(223,223,223,0.64) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat black";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:54.5rem;left:20.5rem;display:block; }
#HKqWIdGoyIzZSe123XKBmFDKv4tmfNai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZkizFlUI7TcD0MfvXTbJZI2Dk3c8Z92 { background-color:#71706d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:60rem;left:57.0625rem;display:block; }
#H4rTTfkh1fLK4LM5dnNQqUTUzT3WQS67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container { background-color: transparent; background-image: none; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container > .video-iframe-container { display: none; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row > .video-iframe-container { display: none; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .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); }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container { border-width: 0; border-radius: 0; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#GcHy4vkMGkbGUBGmGxaJ2nu7lOcQxw5Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.1875rem;left:35rem; }
#LDER1PzcuQ0X9XmJqFp0LyP5hLTBTz6h { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.5625rem;left:28.125rem; }
#KV8foPXFeW8FnXuTaOdt5ySEgbrQTVw3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.5625rem;left:31.875rem; }
#mEMey9CDNTCKTafOAcCD1PwBbIxfzgoP { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.5625rem;left:35.625rem; }
#GRIDy8K4xLvB5Pdsu1vqGBNxxqlyCn4a { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.5625rem;left:39.375rem; }
#ovAVVOnQEMSMZRN4C2FztAT7Fl9cTIWy { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.5625rem;left:43.125rem; }
#udFVTf7Qof6T1AGvOnPaLWtOGXXngDlb { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:8.1875rem;height:10.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z77Fd2EoZTgAvsvxmTHULLddP5NAyzOH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:6.6875rem;top:18rem;left:26.65625rem;overflow:hidden;display:block; }
#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 { 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/78c88361-b4bf-4a4f-b8ab-3db9cdea4af1/everwondered.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8.adaptive-delivery-prevent-bg, #IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8.lazyload, #IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8.lazyloading { background-image: none; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container { background-color: transparent; background-image: none; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container > .video-iframe-container { display: none; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row > .video-iframe-container { display: none; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .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); }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container { border-width: 0; border-radius: 0; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#rZnsX0dPBheRZhpk07BN5pQWBTiae4Vv { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5rem;width:35rem;top:2.75rem;left:38.750001907349rem;display:block; }
#ehv6pEr1Tvd4yeVEI2h8vlzKpmGMqBba { color:#c00000;display:block;width:34.625rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:38.9375rem;height:4.0625rem;font-style:normal;display:block; }
#Qz3anvW11va47s5dMv9lzeVTmL5IgiPc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:"montserrat regular";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5000009536744rem;left:39.906251907349rem;height:32.5rem;font-style:normal;display:block; }
#PrN6366FrTfphTCTS1MT6wHHPmTViDLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:url("https://images.assets-landingi.com/uc/b279b9e2-4293-4059-82e7-2cf4df684560/flipped3.webp");background-position:top 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:block; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV.adaptive-delivery-prevent-bg, #PrN6366FrTfphTCTS1MT6wHHPmTViDLV.lazyload, #PrN6366FrTfphTCTS1MT6wHHPmTViDLV.lazyloading { background-image: none; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container { background-color: transparent; background-image: none; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container > .video-iframe-container { display: none; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row > .video-iframe-container { display: none; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .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); }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container { border-width: 0; border-radius: 0; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#kgc6nA7SNTcI977ubRL0qi6IsmlBTbem { color:#ed2024;display:block;width:62rem;position:absolute;font-family:"montserrat black";font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:6.5rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#y8VqWVRC9EVDTX636QRTZ6tuqdlc8uo3 { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.875rem;left:5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#BafhQ6Z3Krnid1aq8soNUqmdBVlsy2sw { color:rgba(var(--color-tertiary-0),1);display:block;width:62rem;position:absolute;font-family:"montserrat black";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.9375rem;left:6.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container { background-color: transparent; background-image: none; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container > .video-iframe-container { display: none; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row > .video-iframe-container { display: none; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .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); }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container { border-width: 0; border-radius: 0; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#FgpiM2dh6GJkCwKrQmFPVVQkTORo4Xxk { color:rgba(var(--color-secondary-2),1);display:block;width:58.125rem;position:absolute;font-family:"montserrat black";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.4375rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#m3BsCvut3cMDLArAWaqvfbGnsocrZeGI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:13.625rem;left:11.25rem; }
#TTlHHfRL6sSHNZewT3VesvMlyIctwFsL { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#eZbFlbModRsQgAQrO4IdOGZogDlVMGCh { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.6875rem;left:14.4375rem;height:4.0625rem;font-style:normal;display:block; }
#WMSSX81STMELLTNTRefXamZX2U8RFoEA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.75rem;left:11.25rem; }
#XlTz6UUWaTvMC6TrdeKQG94KaQPBfTGW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:21.9375rem;left:11.25rem; }
#endANNGESng33q4kNJ224r5AS2If9oD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.8125rem;left:14.4375rem;height:4.0625rem;font-style:normal;display:block; }
#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container { background-color: transparent; background-image: none; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container > .video-iframe-container { display: none; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row > .video-iframe-container { display: none; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .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); }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container { border-width: 0; border-radius: 0; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#cBMeG0lDXAvo4pQfsizJTllvLbqVQNJx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:"bebas neue";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6125011444092rem;left:8.4375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#Ug9Dsd6FKzP83tHG5Ts7vpwpsU0qwOPR { color:rgba(var(--color-secondary-2),1);display:block;width:58.125rem;position:absolute;font-family:"montserrat black";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.4375rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#ACOqcRZfhKVTfBkW9w8LN6XlrORQkTI0 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:19.375rem;left:11.25rem; }
#CTdmzdAOlOTAlN3gkTD4LTe7elH1JuSH { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#sNunTF5bWe2TbQPgmTqBGoRALqQFchbq { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.75rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#hREvlmy0cnVhWhP7TQmc5GXPCTI2Rzpq { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.625rem;left:11.25rem; }
#Ht1QlP7PQysd6AryeKLBG6IXGVRKWCaC { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.25rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#T5oeTUKJJTHXgPEykdKndNVh6d578ngL { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:26.125rem;left:11.25rem; }
#S5BcoNVgFTzREfkR6Ub93kZTxgHI3LAW { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.4375rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#H7zckCrVGWTzTTSwvFoRNT1oq9c5br94 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.3125rem;left:11.25rem; }
#zJFaXisaivVPr415tnbNMaartGqZreWk { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.625rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#Kqx8fZZST4Uo5mqwndPnBTMTyw5d8Kci { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:39.4375rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#a3uu8MP74LUHHeXskRyVCyxwayIymtCn { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:39.3125rem;left:11.25rem; }
#UFuc1NMzaBJWEIT3XwWCrQK3TcG89E4c { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:42.5rem;left:11.25rem; }
#UQqSfGg5sWS4gb1Bne1r2lgsHyL7glUP { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.9375rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#arEOT33XfxbUQ906VxBzwt3nuPftEeTi { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.8125rem;left:11.25rem; }
#fRXmOvm4aroe1Jp1cbOuKvgklQnAwLK8 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.5625rem;left:11.25rem; }
#u69eOQD6FhDhvFSIGw91hQMFXKh3ds7v { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#T1MS0tNy1locD0bKrbyIWd5e0x7PMh6A { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.5625rem;left:7.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S { position:relative;display:block; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S { background-color: transparent; background-image: none; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .row .container > .video-iframe-container { display: none; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .row > .video-iframe-container { display: none; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .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); }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S { border-width: 0; border-radius: 0; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .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; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .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:11.375rem;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; }#KUi0RgyGxsLgJDX70gZ2qIU2eOcf2e24 { color:rgba(var(--color-secondary-2),1);display:block;width:60.75rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.125rem;height:10.075rem;text-align:center;text-align-last:center;display:block; }
#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG { position:relative;display:block; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG { background-color: transparent; background-image: none; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .row .container > .video-iframe-container { display: none; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .row > .video-iframe-container { display: none; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .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); }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG { border-width: 0; border-radius: 0; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .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; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .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:23.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; }#RzREfkg70XVCNt7QdXVs1LsrW1z3yEx1 { 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:22rem;width:30.6875rem;top:0rem;left:5.34375rem;overflow:hidden;display:block; }
#piqvBeyh3DhT9L2FoCCuCm0MNKX24aIA { 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:22rem;width:30.75rem;top:0rem;left:38.78125rem;overflow:hidden;display:block; }
#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO { position:relative;display:block; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO { background-color: transparent; background-image: none; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .row .container > .video-iframe-container { display: none; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .row > .video-iframe-container { display: none; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .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); }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO { border-width: 0; border-radius: 0; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .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; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .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:23.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; }#NFbXBN0nkWVtx6Fzmz7MTubI3lUd9eWk { 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:19.5625rem;width:24.3125rem;top:1.84375rem;left:18.75rem;overflow:hidden;display:block; }
#vI2NevAtOL5lOyayVhXJ77ds3sbumQVb { 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:19.3125rem;width:13.875rem;top:1.96875rem;left:4.044921875rem;overflow:hidden;display:block; }
#iZcHrMvgD17H1hOuT6mzJXA4Jqtu5ycL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:11.8125rem;top:1.875rem;left:43.75rem;overflow:hidden;display:block; }
#iUN7lT5Nu6gE8PytKKK0NZT86vnN3geT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:13.375rem;top:1.96875rem;left:56.810546875rem;overflow:hidden;display:block; }
#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container { background-color: transparent; background-image: none; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container > .video-iframe-container { display: none; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row > .video-iframe-container { display: none; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .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); }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container { border-width: 0; border-radius: 0; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#B6VJLqoAbFsxXDGrZ9ssymIaRd6AhD2p { color:rgba(var(--color-secondary-2),1);display:block;width:62rem;position:absolute;font-family:"montserrat black";font-size:3.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-0),0.66);top:0.6171875rem;left:6.5rem;height:8.45rem;text-align:center;text-align-last:center;display:block; }
#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S { 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/fb2c9621-e58a-46a6-b4e2-bbcc75939e19/6weekherochallenge.png");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:block; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S.adaptive-delivery-prevent-bg, #fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S.lazyload, #fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S.lazyloading { background-image: none; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container { background-color: transparent; background-image: none; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container > .video-iframe-container { display: none; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row > .video-iframe-container { display: none; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .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); }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container { border-width: 0; border-radius: 0; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container { font-size:0.875rem;font-family:arial;height:92.3125rem;width:75rem;position:relative;display:block; }#TNUOLPTfei5Ifqo0SlSqV5XHHiAV1NhT { color:rgba(var(--color-tertiary-4),1);display:block;width:64.75rem;position:absolute;font-family:"montserrat black";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:5.125rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#gJEBGBZHQ34NnPOezSFGnxar6fNBciZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.75rem;position:absolute;font-family:"montserrat regular";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.512500047684rem;left:5.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QERhdaN9C0do0zFLvf3ZB3WVSr0ea1p0 { position:absolute;display:block;z-index:15020;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:70rem;width:68.6875rem;top:20.4609375rem;left:3.125rem;overflow:hidden;display:block; }
#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ac142;background-image:url("https://images.assets-landingi.com/uc/bc66c2fe-2cb5-4205-ab0f-d5e158d7c9d6/flipped3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC.adaptive-delivery-prevent-bg, #BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC.lazyload, #BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC.lazyloading { background-image: none; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container { background-color: transparent; background-image: none; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container > .video-iframe-container { display: none; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row > .video-iframe-container { display: none; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .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); }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container { border-width: 0; border-radius: 0; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#TpkoPA5A1MIyvTB9qD0ckFBoppQrnxLy { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:"montserrat black";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7500133514404rem;left:6.25rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#MdAT9xnmGIZdeRWDZxQAS3BIGt4BcADN { color:rgba(var(--color-primary-2),1);display:block;width:62.5rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5000133514406rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Zf1aS9AiMfrh1X5oSshzBbXcSetnZLWd { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:"montserrat black";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.437513351441rem;left:6.25rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH { 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/c95f16c3-68e9-423f-bc73-6d733a5dab77/herearejustbg.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH.adaptive-delivery-prevent-bg, #Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH.lazyload, #Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH.lazyloading { background-image: none; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container { background-color: transparent; background-image: none; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container > .video-iframe-container { display: none; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row > .video-iframe-container { display: none; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .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); }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container { border-width: 0; border-radius: 0; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#zHaaAZb82lWTRir4gEEJ5KuT70C4o9Ah { color:rgba(var(--color-secondary-2),1);display:block;width:60.75rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4000015258789rem;left:7.1250019073488rem;height:15.1125rem;text-align:center;text-align-last:center;display:block; }
#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB { 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/c95f16c3-68e9-423f-bc73-6d733a5dab77/herearejustbg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB.adaptive-delivery-prevent-bg, #ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB.lazyload, #ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB.lazyloading { background-image: none; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container { background-color: transparent; background-image: none; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container > .video-iframe-container { display: none; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row > .video-iframe-container { display: none; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .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); }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container { border-width: 0; border-radius: 0; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#HIhdlQEQt9SerNEkwOJqyBTwA0fv2u2U { 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:29.1875rem;width:33.0625rem;top:2.6875rem;left:2.34375rem;overflow:hidden;display:block; }
#Br2GzfwCR7OwpD28ca3OV067aH7m1cUp { 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:29.25rem;width:33.25rem;top:2.75rem;left:39.625rem;overflow:hidden;display:block; }
#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 { 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/c95f16c3-68e9-423f-bc73-6d733a5dab77/herearejustbg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34.adaptive-delivery-prevent-bg, #BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34.lazyload, #BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34.lazyloading { background-image: none; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container { background-color: transparent; background-image: none; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container > .video-iframe-container { display: none; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row > .video-iframe-container { display: none; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .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); }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container { border-width: 0; border-radius: 0; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#oeMmDFTTQWBcPFC5WFSarPsdiM3ZxPsI { 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:29rem;width:32.8125rem;top:1.3125rem;left:2.34375rem;overflow:hidden;display:block; }
#Tte1mNazK2NwKpTBMviG8MHT8wKQG6Hy { 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:29rem;width:32.8125rem;top:1.3125rem;left:39.78125rem;overflow:hidden;display:block; }
#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container { background-color: transparent; background-image: none; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container > .video-iframe-container { display: none; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row > .video-iframe-container { display: none; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .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); }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container { border-width: 0; border-radius: 0; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#pCM6EfbPuPu2pS4QJcluZ2QTFfzh058n { color:rgba(var(--color-tertiary-4),1);display:block;width:58.25rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5869140625rem;left:8.375rem;height:10.075rem;text-align:center;text-align-last:center;display:block; }
#RpaFzTX0vJuRLPfZturngyJ6KTnyw9Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.4375rem;left:6.4375rem; }
#xg7i0FzrMtBc4Nti0bOzF74VEbUIu4vi { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:9.3125rem;height:4.0625rem;display:block; }
#SxH6HLCngAZp5dhMftcb9sC4woRUHn32 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:18.625rem;left:6.4375rem; }
#gRxcwTz2uhsQAq41IPITqhU3R6FgDqTy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.625rem;left:9.3125rem;height:4.0625rem;display:block; }
#auPgbvTd9UV5PrbN5GPRWU8hcvL1tCeL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:25.125rem;left:6.4375rem; }
#CLaIHdJIGqfIpQOvA59SmALJpZ9ry48Z { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.125rem;left:9.3125rem;height:4.0625rem;display:block; }
#pTnzsVd3USITlxCXpyQtoeJ0xOiGotFB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.125rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat black";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.0625rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.0625rem;left:16.46875rem;display:block; }
#QqAQ28woVMA7uBoJQLoUNOtktWlhX3if { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXeHgvJJ1upRGKUoioeoAAXJqTz5Nan7 { color:rgba(var(--color-primary-2),1);display:block;width:66.125rem;position:absolute;font-family:"montserrat black";font-size:4.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.875rem;left:5.875rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm { 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/216ad00f-9135-4b95-b529-e3949e867edb/meetyourtrainerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm.adaptive-delivery-prevent-bg, #JxLZauzov2SpQbPq86TTRs6uDFs7QhJm.lazyload, #JxLZauzov2SpQbPq86TTRs6uDFs7QhJm.lazyloading { background-image: none; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container { background-color: transparent; background-image: none; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container > .video-iframe-container { display: none; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row > .video-iframe-container { display: none; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .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); }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container { border-width: 0; border-radius: 0; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#xR0NiG8G6bkIgmAT5Su21w2kwvvDcmEP { color:#ede320;display:block;width:49.75rem;position:absolute;font-family:"bebas neue";font-size:5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.625rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT { 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/216ad00f-9135-4b95-b529-e3949e867edb/meetyourtrainerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT.adaptive-delivery-prevent-bg, #KqB7ocAozSf4bWpuuldna8f3CRcQCKXT.lazyload, #KqB7ocAozSf4bWpuuldna8f3CRcQCKXT.lazyloading { background-image: none; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container { background-color: transparent; background-image: none; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container > .video-iframe-container { display: none; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row > .video-iframe-container { display: none; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .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); }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container { border-width: 0; border-radius: 0; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#UcevrEeeCTbEPQBqETB8g7BLvgcdDzvB { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:"montserrat regular";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:37.4375rem;height:34.53125rem;display:block; }
#LnAeSWLOWR2450i4OqJIUkCRiQ1t8MTH { 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:20.625rem;width:28.75rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#GCQoHDH6uf1d9WWtLZKcwDWrMf5pq1lo { position:absolute;display:block;z-index:15003;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:10.0625rem;width:10.0625rem;top:21.65625rem;left:6.8125rem;overflow:hidden;display:block; }
#EssTNzI6OOrk9LrueoOb5lyr3oXVpChh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:33.125rem;left:6.71875rem;overflow:hidden;display:block; }
#WeMT2EzTHCdeXILB2ZFCDgbOEs0htJhF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:10.0625rem;top:21.1875rem;left:20.125rem;overflow:hidden;display:block; }
#Kve0eTo8f0l2CvmOwh84FC1pAF7h3SqR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.3125rem;top:32.9375rem;left:20.09375rem;overflow:hidden;display:block; }
#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 { position:relative;display:block; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 { background-color: transparent; background-image: none; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .row .container > .video-iframe-container { display: none; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .row > .video-iframe-container { display: none; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .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); }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 { border-width: 0; border-radius: 0; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .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; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .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:79.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; }#u11rvHqh8SdfpqmngaHFsbsbh4Xzzvm0 { color:#9a0000;display:block;width:64.125rem;position:absolute;font-family:"montserrat black";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:5.4375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#qwmhJNz2J98PgJ8oT7KDK6KadnHub0gW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:13.015625rem;left:8.46875rem; }
#UZxeRQT5CyX9MpqIzgUpVsQ6IH0aTQgh { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.78125rem;left:11.78125rem;height:2.03125rem;display:block; }
#xkbCzb6h2ZCM80yZwune713PABogtyXV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.5rem;left:8.46875rem; }
#k7nT9QwQGylp0egLyHMVckseRvM8dWfp { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:11.78125rem;height:4.0625rem;display:block; }
#XxU1QOdgbCbgOl6OVOtUDC8LFtSx8TqF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:24.4375rem;left:8.46875rem; }
#rTwXe1HDtJkAAWV8q9TaP7xBImD4sVA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.4375rem;left:11.78125rem;height:4.0625rem;display:block; }
#n3HaPhp7vX0i8Fs872osvgJpeMO2KDAe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:30.453125rem;left:8.46875rem; }
#yAAk0TLzxdV4vM9CsKWdJEGsi9eTPSbz { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.453125rem;left:11.78125rem;height:2.03125rem;display:block; }
#OVPl1EmpGKFhvmgxAIddSZL6OaJLUKBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:36.140625rem;left:8.46875rem; }
#zPsAxnC6yuhHaXQ82InAfihFID7OZeTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.140625rem;left:11.78125rem;height:2.03125rem;display:block; }
#mC8TVH1k2GeKV9CTChZvvKJ7rqd8kpoB { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.890625rem;left:9.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#xLrkeh5pi1oisOUMyRFRm7my3RKkHfvO { color:#9a0000;display:block;width:56.8125rem;position:absolute;font-family:"montserrat black";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:50.125rem;left:9.09375rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Je1g5SeF0KQV3tOxFIH9XtbPDFAD5GJf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:61.828125rem;left:8.46875rem; }
#CGDmkhWQXEwh29ERCmlOS64ehIWSMuaC { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:61.59375rem;left:11.9375rem;height:2.03125rem;display:block; }
#fGmfxR0wPbOTPDWJHCh0lTGSOaDH7a28 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:65.765625rem;left:8.46875rem; }
#xqlSP4itnN7WaZtK580RpmVlCU03P3hq { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:65.53125rem;left:11.9375rem;height:2.03125rem;display:block; }
#OmaLpHGed3syZ5yDRWyXTqCVATZxS37k { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:69.5rem;left:8.46875rem; }
#I0rT7PFGkIaQJXiUzFRAhbOR7TfcNZgD { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:69.265625rem;left:11.9375rem;height:2.03125rem;display:block; }
#BTl4cowvsBWbPD1uAIc6x3WOS6olXblN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:72.8125rem;left:8.46875rem; }
#mNK7VgkgdrEfpmeu9fD0WpuTeA6T5BbC { color:rgba(var(--color-tertiary-4),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:72.578125rem;left:11.9375rem;height:2.03125rem;display:block; }
#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK { 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/216ad00f-9135-4b95-b529-e3949e867edb/meetyourtrainerbg.png");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:block; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK.adaptive-delivery-prevent-bg, #N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK.lazyload, #N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK.lazyloading { background-image: none; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container { background-color: transparent; background-image: none; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container > .video-iframe-container { display: none; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row > .video-iframe-container { display: none; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .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); }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container { border-width: 0; border-radius: 0; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#KsTXQZ5JFJD9pya594HqCNTvI5NpwODB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.1875rem;height:10.075rem;text-align:center;text-align-last:center;display:block; }
#gfHbb0kb8RicHtOdGUZStxgedIfJQFbi { color:rgba(var(--color-tertiary-4),1);display:block;width:67.9375rem;position:absolute;font-family:"montserrat regular";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.53125rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG { 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; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container { background-color: transparent; background-image: none; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container > .video-iframe-container { display: none; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row > .video-iframe-container { display: none; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .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); }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container { border-width: 0; border-radius: 0; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#QS8TChvDdTo4b04RiRG8qyL9BaVNQnQT { color:#9a0000;display:block;width:61.375rem;position:absolute;font-family:"bebas neue";font-size:4.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.8125rem;height:18.525rem;text-align:center;text-align-last:center;display:block; }
#LKJ476Hdrkggw9015Q3TKqS47H6ydyAe { 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:28.625rem;width:61.4375rem;top:17.3125rem;left:6.8125rem;overflow:hidden;display:block; }
#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ { 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; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container { background-color: transparent; background-image: none; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container > .video-iframe-container { display: none; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row > .video-iframe-container { display: none; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .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); }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container { border-width: 0; border-radius: 0; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#DzW2LBhTyA8shmVy2TClgc4xASZFr1N8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#DzW2LBhTyA8shmVy2TClgc4xASZFr1N8.adaptive-delivery-prevent-bg, #DzW2LBhTyA8shmVy2TClgc4xASZFr1N8.lazyload, #DzW2LBhTyA8shmVy2TClgc4xASZFr1N8.lazyloading { background-image: none; }
#gtblcPuWAgfRAgnq2DlTRsdm8u0VTzHc { 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:19.375rem;width:14.875rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#eBONK2ioye24Du27hfq9meS35DS9fAub { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#q04RlLOgRvFpqSKyOcX6Xd0IGkEWBuw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#lvu4veqBUeBfbmJZqbMTdrZWMLVxCJGn { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:20.49374961853rem;height:10.15625rem;display:block; }
#xdTFtWvBdr00nCWWSp4IQLla9cD9KuHP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.0625rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit { 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; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container { background-color: transparent; background-image: none; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container > .video-iframe-container { display: none; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row > .video-iframe-container { display: none; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .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); }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container { border-width: 0; border-radius: 0; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#mnsQNUVnGfHqvS35zIv2xr8Vd3Jq96Gt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#mnsQNUVnGfHqvS35zIv2xr8Vd3Jq96Gt.adaptive-delivery-prevent-bg, #mnsQNUVnGfHqvS35zIv2xr8Vd3Jq96Gt.lazyload, #mnsQNUVnGfHqvS35zIv2xr8Vd3Jq96Gt.lazyloading { background-image: none; }
#aKCvovUvy1l1EkvbQ0hX3BpPJsVTpCNs { 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:19.375rem;width:14.875rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#NEAwJyIXFQT4tvMGstBqS59eNZmmqMFz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#DfT3tEOTZygTrzd5qgX6Zb81nBTbSu73 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#IiNQ3GVoqshDoTQfAWBfIZwW5BsfSUNk { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:20.49374961853rem;height:12.1875rem;display:block; }
#gP4K9Q6VfQDHSDKAXvx916lFIwRVqfCR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA { 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; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container { background-color: transparent; background-image: none; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container > .video-iframe-container { display: none; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row > .video-iframe-container { display: none; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .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); }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container { border-width: 0; border-radius: 0; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#TIUyivs0CwGzBE22VtecxQ1FrL9yNTsT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#TIUyivs0CwGzBE22VtecxQ1FrL9yNTsT.adaptive-delivery-prevent-bg, #TIUyivs0CwGzBE22VtecxQ1FrL9yNTsT.lazyload, #TIUyivs0CwGzBE22VtecxQ1FrL9yNTsT.lazyloading { background-image: none; }
#meqhCJpVJ4tiMMJZeE4lhpny3xUct3Sm { 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:19.375rem;width:14.875rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#nwsN264vRlfFbbeHOpP2ZACNIakJphgd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#rwzMLARMGzcJp0AgvmTqOmSpwPnuKNut { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#R4akChvkAxOM6NRUkJWGdkVa5fDZX4ek { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.898426055908rem;left:20.49374961853rem;height:8.125rem;display:block; }
#SpuNyU4X4sauw4QkA8yqbxNAhdAd0dNI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.1875rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn { 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; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container { background-color: transparent; background-image: none; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container > .video-iframe-container { display: none; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row > .video-iframe-container { display: none; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .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); }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container { border-width: 0; border-radius: 0; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#wV5493t6wyOTQLrWv9I1IxQ4bAU1KtMv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#wV5493t6wyOTQLrWv9I1IxQ4bAU1KtMv.adaptive-delivery-prevent-bg, #wV5493t6wyOTQLrWv9I1IxQ4bAU1KtMv.lazyload, #wV5493t6wyOTQLrWv9I1IxQ4bAU1KtMv.lazyloading { background-image: none; }
#a8zXJL8aXiJ15WkkhTCc7F0Hqz7hTAeh { 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:19.375rem;width:14.875rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#TEAv4iqK6RGIlVHOTc1smWVXTTo185IO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#PA6X3eSIvksxhxtkzVZ2FQbzNH0awLTa { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#AiZIpLT7F6Av1wIlmOixwQ8Ww1H6nB5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:20.49374961853rem;height:10.15625rem;display:block; }
#bUWl8LHFbcWU30U51L59IuItzVKNtacm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.15625rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ { 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; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container { background-color: transparent; background-image: none; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container > .video-iframe-container { display: none; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row > .video-iframe-container { display: none; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .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); }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container { border-width: 0; border-radius: 0; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#aTLbi94FPDbSJ7o21xJ2CQDreofdZKwO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#aTLbi94FPDbSJ7o21xJ2CQDreofdZKwO.adaptive-delivery-prevent-bg, #aTLbi94FPDbSJ7o21xJ2CQDreofdZKwO.lazyload, #aTLbi94FPDbSJ7o21xJ2CQDreofdZKwO.lazyloading { background-image: none; }
#eiuNqxie03L2aP7lOE0PyDPT6HdETfTs { 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:19.4375rem;width:14.8125rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#qfP0k78dbvaEV7oILx0xROT31XIpH3ix { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#Gqdacl9tnRLsTsvR6FdLQ6ktqUBCaclt { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#X6JIBwkzXoozAenica9dI5NqfkyXwaDw { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:20.49374961853rem;height:8.125rem;display:block; }
#iICnhG2lg1uXEZTorcKoq3K9T5Z2suQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.03125rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#xXncF47Pb67EdSED998XBvy8lLLNnTTW { 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; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container { background-color: transparent; background-image: none; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container > .video-iframe-container { display: none; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row > .video-iframe-container { display: none; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .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); }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container { border-width: 0; border-radius: 0; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#MoD02cuFpriGa0Xf2VcZhRDxWLuAhJQE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#MoD02cuFpriGa0Xf2VcZhRDxWLuAhJQE.adaptive-delivery-prevent-bg, #MoD02cuFpriGa0Xf2VcZhRDxWLuAhJQE.lazyload, #MoD02cuFpriGa0Xf2VcZhRDxWLuAhJQE.lazyloading { background-image: none; }
#FXRqw6Q5fQAWiABBxuBd2GlZdpc1khJM { 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:19.375rem;width:14.875rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#JE719e5M8Z7mRJEl8pKO7sTiNWUPqs2J { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#cMqwQZmMo45QS8T9mti5JlxiqhCZTIHv { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#Bu1pTsQt3VAq97A6g2C8pMyLTT1ditHe { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:20.49374961853rem;height:12.1875rem;display:block; }
#FkwW1e85XEI1B1dAr6sBbu3cBDnBJsUa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.53125rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S { 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; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container { background-color: transparent; background-image: none; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container > .video-iframe-container { display: none; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row > .video-iframe-container { display: none; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .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); }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container { border-width: 0; border-radius: 0; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#EiVbeQsgbSaehmuNvT1M9U2l5t4KZHcq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5924364c-3eb8-44cf-ad90-08d6109aa2c4/headerbg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.21875rem;left:0rem;display:block; }#EiVbeQsgbSaehmuNvT1M9U2l5t4KZHcq.adaptive-delivery-prevent-bg, #EiVbeQsgbSaehmuNvT1M9U2l5t4KZHcq.lazyload, #EiVbeQsgbSaehmuNvT1M9U2l5t4KZHcq.lazyloading { background-image: none; }
#MTd9x3qsTI0gokAJzIblueg2wNwA8ase { 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:19.375rem;width:14.875rem;top:3.34375rem;left:2.8359375rem;overflow:hidden;display:block; }
#QOWqzeDqHaIE2Cy7JzudXrIikIB5O2PU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:52.125rem;top:3.34375rem;left:20.46249961853rem;display:block; }
#eyJWyZbsTZxIFKawh72EkzI87O33gabd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.71249961853rem;height:2.4375rem;display:block; }
#z1rC4POuJ4CLLSh4CGU6SFwCbXRPJ3gs { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:20.49374961853rem;height:8.125rem;display:block; }
#t3l9GHRHkrgubwrP2MJLq1TB6wFxGJ9b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.71875rem;left:20.4619140625rem;height:1.8375rem;display:block; }
#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh { 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; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container { background-color: transparent; background-image: none; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container > .video-iframe-container { display: none; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row > .video-iframe-container { display: none; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .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); }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container { border-width: 0; border-radius: 0; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#W058hiLFL2iaO18ZyWKgg4eTCvKJDN6E { color:#9a0000;display:block;width:63.6875rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:5.65625rem;height:10.075rem;text-align:center;text-align-last:center;display:block; }
#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q { 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; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container { background-color: transparent; background-image: none; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container > .video-iframe-container { display: none; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row > .video-iframe-container { display: none; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .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); }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container { border-width: 0; border-radius: 0; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#a8kET8inQeU4r5fvJItuKsaBO3U8SyBR { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.125rem;left:0rem;display:block; }#a8kET8inQeU4r5fvJItuKsaBO3U8SyBR.adaptive-delivery-prevent-bg, #a8kET8inQeU4r5fvJItuKsaBO3U8SyBR.lazyload, #a8kET8inQeU4r5fvJItuKsaBO3U8SyBR.lazyloading { background-image: none; }
#O5rdkcM6TZCyvqzuoCAQy5aPl4tAXloM { 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:19.4375rem;width:12.3125rem;top:3.25rem;left:2.7117185592651rem;overflow:hidden;display:block; }
#GLJVlrFkF0Zos98S1RJPShV3nTK1CTiX { color:#ed2024;display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:20.21249961853rem;height:2.4375rem;display:block; }
#RoTT0pwDk5xIHK4rbp26s4WM66NTfTul { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.015625rem;left:20.21249961853rem;height:10.15625rem;display:block; }
#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX { 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; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container { background-color: transparent; background-image: none; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container > .video-iframe-container { display: none; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row > .video-iframe-container { display: none; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .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); }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container { border-width: 0; border-radius: 0; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#ZGeog6mQsdKBfssdDVepXC2DxwawphkH { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.125rem;left:0rem;display:block; }#ZGeog6mQsdKBfssdDVepXC2DxwawphkH.adaptive-delivery-prevent-bg, #ZGeog6mQsdKBfssdDVepXC2DxwawphkH.lazyload, #ZGeog6mQsdKBfssdDVepXC2DxwawphkH.lazyloading { background-image: none; }
#Pd3JtITe724VeEifcPCIn1iPRoOLS1RT { 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:19.3125rem;width:12.3125rem;top:3.25rem;left:2.7117185592651rem;overflow:hidden;display:block; }
#VVliZcy3en1H9Ku8TJsUQWJDnn2AUxeQ { color:#ed2024;display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:20.21249961853rem;height:2.4375rem;display:block; }
#uSMifUeSA8eA3kK2RM2Kr75EaGn6WRiu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.015625rem;left:20.21249961853rem;height:6.09375rem;display:block; }
#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e { 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; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container { background-color: transparent; background-image: none; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container > .video-iframe-container { display: none; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row > .video-iframe-container { display: none; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .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); }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container { border-width: 0; border-radius: 0; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#RXvMI9LlieAX0DcsWKy4f0vkyemgWoLh { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.125rem;left:0rem;display:block; }#RXvMI9LlieAX0DcsWKy4f0vkyemgWoLh.adaptive-delivery-prevent-bg, #RXvMI9LlieAX0DcsWKy4f0vkyemgWoLh.lazyload, #RXvMI9LlieAX0DcsWKy4f0vkyemgWoLh.lazyloading { background-image: none; }
#TmntzraRViWnggE899QNrmVsKfaOABoh { 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:19.4375rem;width:12.3125rem;top:3.25rem;left:2.7117185592651rem;overflow:hidden;display:block; }
#MzWRbiz7LMDC2TkshRz1m3mEuJTHUOnA { color:#ed2024;display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:20.21249961853rem;height:2.4375rem;display:block; }
#AS7Q7SfwWxN4IIsxRudH327q95T9m0it { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.015625rem;left:20.21249961853rem;height:8.125rem;display:block; }
#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW { 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; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container { background-color: transparent; background-image: none; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container > .video-iframe-container { display: none; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row > .video-iframe-container { display: none; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .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); }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container { border-width: 0; border-radius: 0; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#MTreIy5ZefEp8PNbmcieXcT3JQmKEzCH { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:75rem;top:1.125rem;left:0rem;display:block; }#MTreIy5ZefEp8PNbmcieXcT3JQmKEzCH.adaptive-delivery-prevent-bg, #MTreIy5ZefEp8PNbmcieXcT3JQmKEzCH.lazyload, #MTreIy5ZefEp8PNbmcieXcT3JQmKEzCH.lazyloading { background-image: none; }
#SS5TMT72ZgS3PfSFuGbtJIAV1GSwzbXG { 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:18rem;width:35.625rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#LSTKCN5Vqh5XmsKBXfE6FERQ6h63sO3D { color:#ed2024;display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.125rem;height:2.4375rem;display:block; }
#ZJbhCODu4cWkluIIOleXJrornsfOosS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.015625rem;left:27.7744140625rem;height:14.21875rem;display:block; }
#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT { 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; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container { background-color: transparent; background-image: none; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container > .video-iframe-container { display: none; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row > .video-iframe-container { display: none; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .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); }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container { border-width: 0; border-radius: 0; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#aeuzuUWL9zsUg88KbTbNELIbSiPXMLMG { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:75rem;top:1.125rem;left:0rem;display:block; }#aeuzuUWL9zsUg88KbTbNELIbSiPXMLMG.adaptive-delivery-prevent-bg, #aeuzuUWL9zsUg88KbTbNELIbSiPXMLMG.lazyload, #aeuzuUWL9zsUg88KbTbNELIbSiPXMLMG.lazyloading { background-image: none; }
#M5p6c2QPuNpI83QPcuwIcsfrzyOV6TSF { 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:15.625rem;width:17.9375rem;top:3.1875rem;left:1rem;overflow:hidden;display:block; }
#J51OpZBm8lz70Jyu5xoI2dXDI8C7c2kG { color:#ed2024;display:block;width:49.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.125rem;height:2.4375rem;display:block; }
#PmITypyOeIx7aWsCCy3zCKbnwhyAwUvR { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.015625rem;left:20.1494140625rem;height:8.125rem;display:block; }
#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI { 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; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container { background-color: transparent; background-image: none; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container > .video-iframe-container { display: none; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row > .video-iframe-container { display: none; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .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); }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container { border-width: 0; border-radius: 0; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#BcekhOREVqihFk89EOSbOvEbxb6T9zeN { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:75rem;top:1.4375rem;left:0rem;display:block; }#BcekhOREVqihFk89EOSbOvEbxb6T9zeN.adaptive-delivery-prevent-bg, #BcekhOREVqihFk89EOSbOvEbxb6T9zeN.lazyload, #BcekhOREVqihFk89EOSbOvEbxb6T9zeN.lazyloading { background-image: none; }
#yT2GRHxTSrnJilnlLz2fW2coW6mmy6V3 { 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:15.5rem;width:17.75rem;top:4.46875rem;left:0.75rem;overflow:hidden;display:block; }
#DFcH91v52rPu83z9RXT5PprHf2oRCCBt { color:#ed2024;display:block;width:54.25rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.875rem;height:2.4375rem;display:block; }
#eGkVo9Hy8g9BEBCmsdRndhhnvVGkXBnV { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.828125rem;left:20.2744140625rem;height:12.1875rem;display:block; }
#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 { 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; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container { background-color: transparent; background-image: none; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container > .video-iframe-container { display: none; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row > .video-iframe-container { display: none; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .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); }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container { border-width: 0; border-radius: 0; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#ukqFDkJE38LGvdoTWXro9JqglJHcg8Xl { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.125rem;left:0rem;display:block; }#ukqFDkJE38LGvdoTWXro9JqglJHcg8Xl.adaptive-delivery-prevent-bg, #ukqFDkJE38LGvdoTWXro9JqglJHcg8Xl.lazyload, #ukqFDkJE38LGvdoTWXro9JqglJHcg8Xl.lazyloading { background-image: none; }
#QkMFpzZyK32XIgF3kBSVlgMdMhBvc0Th { color:#ed2024;display:block;width:54.25rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.875rem;height:2.4375rem;display:block; }
#ItJduSRH5uxe3pE43t71naOe1FvAFu0z { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:19.875rem;height:10.15625rem;display:block; }
#N8PUmHRHXQU8b1W9TQdW5RGwRxTyb4ru { 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:20.0625rem;width:12.625rem;top:3.03125rem;left:2.8125rem;overflow:hidden;display:block; }
#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 { 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; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container { background-color: transparent; background-image: none; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container > .video-iframe-container { display: none; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row > .video-iframe-container { display: none; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .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); }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container { border-width: 0; border-radius: 0; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#m1yTUQ8UrLpLuFw0TOGpd5tOEG47TIkd { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92cd02a-99e7-4e1b-bff3-c2bba5ccdfbf/3.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:75rem;top:1.125rem;left:0rem;display:block; }#m1yTUQ8UrLpLuFw0TOGpd5tOEG47TIkd.adaptive-delivery-prevent-bg, #m1yTUQ8UrLpLuFw0TOGpd5tOEG47TIkd.lazyload, #m1yTUQ8UrLpLuFw0TOGpd5tOEG47TIkd.lazyloading { background-image: none; }
#Vt24TGDS9iVaBT9vMzUvmuox9xeVEpZn { 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:19.875rem;width:26.0625rem;top:3.125rem;left:0.625rem;overflow:hidden;display:block; }
#QA822ZLI4MDFakxoUEOElNEAwQTayZ1h { color:#ed2024;display:block;width:47.25rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:27.75rem;height:2.4375rem;display:block; }
#wqnDyvFUTbkXv5H5PcabGB2efDa2sadV { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.015625rem;left:27.7744140625rem;height:12.1875rem;display:block; }
#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU { 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/d42d32d9-ed6a-4f85-ad5e-33ec2b540917/thatsatotalvalueofmore.webp");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:block; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU.adaptive-delivery-prevent-bg, #NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU.lazyload, #NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU.lazyloading { background-image: none; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container { background-color: transparent; background-image: none; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container > .video-iframe-container { display: none; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row > .video-iframe-container { display: none; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .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); }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container { border-width: 0; border-radius: 0; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#Vq32zwV1oLaDDabATSFEsTrMsnaSbmT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.125rem;position:absolute;font-family:"montserrat black";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:4.4375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#UEeu0msIRTd0CvsGgTlxmGEMsBDBEhdh { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5rem;left:5.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#A5uPyxDNTTxxs9pcUwbzZyOqTMbifSqe { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.75rem;left:5.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#U5fMLIdRkI55oHTngW0bOZi9Db7Rxdu3 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.125rem;position:absolute;font-family:"montserrat black";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:29.375000379979rem;left:4.4375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#hdrqJTquwsxfwHXNANtBiEl19a4lNFgS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:23.9375rem;top:39.8310546875rem;left:25.75rem;display:block; }
#HBDb0u6LGWW4qTdy49e14ox3hy6iSiRN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:"bebas neue";font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.0498046875rem;left:23.78125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rZ9zbEGtCMClMnyVrm9TcZteUdig1tGZ { color:#fffe5f;display:block;width:64.9375rem;position:absolute;font-family:"montserrat black";font-size:5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:46.9375rem;left:5.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#mwaW9gxi8fk5moptmJWOTKTrZQto2k4D { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.1875rem 0.125rem 0rem rgba(var(--color-tertiary-0),0.99);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat black";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.4375rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.912109375rem;left:17.71875rem;display:block; }
#XBzvTdlRcm7CMgAD2hz5XeG26rsmsMn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWmBnSHCTtP5CWTqruBRGXVutqlqpWrr { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:61.25rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hkN5unf3guhpg6lJfKCLQmVbSxe4Af3y { background-color:#71706d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.25rem;left:60.15625rem;display:block; }
#sL42wPOBNhdoxqUXIfeO75aTFFDccLDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zVLTrT7pxuV63BerqT5EcNrgEP549gJG { 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; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container { background-color: transparent; background-image: none; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container > .video-iframe-container { display: none; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row > .video-iframe-container { display: none; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .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); }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container { border-width: 0; border-radius: 0; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#FkwEF10TNMwiswTUNcPWnv69cB6RgyNx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:10.125rem;height:15.1125rem;text-align:center;text-align-last:center;display:block; }
#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw { 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; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container { background-color: transparent; background-image: none; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container > .video-iframe-container { display: none; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row > .video-iframe-container { display: none; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .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); }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container { border-width: 0; border-radius: 0; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#G2lTzGv2r5XTypKyrRREk8foFfchDEPS { 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:18.9375rem;width:19rem;top:2.625rem;left:5.25rem;overflow:hidden;display:block; }
#I9UJ3npi4ARiXv1CIOIo5BDeO6M2nTbv { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:"montserrat regular";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:27.125rem;height:14.21875rem;display:block; }
#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc { 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/6b7b2666-4049-4354-bd5c-4562687df17b/thischallenegisforyoubg.png");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:block; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc.adaptive-delivery-prevent-bg, #tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc.lazyload, #tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc.lazyloading { background-image: none; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container { background-color: transparent; background-image: none; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container > .video-iframe-container { display: none; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row > .video-iframe-container { display: none; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .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); }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container { border-width: 0; border-radius: 0; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#CdPrvy8DPyONrN31L3CU0M3XiGAK0lCn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.6875rem;height:2.4375rem;display:block; }
#C2tRh1OCXLmi0nspCzrNUTX3yhcXGIUp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.5rem;left:4.0625rem; }
#PQTES4V6mfUaT6zp6GKQp0ZuT2zJJMgy { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.8125rem;height:4.0625rem;display:block; }
#SeESWAq1rsNLzuBaodTtRhoTt2cdHnUC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:7.8125rem;height:6.09375rem;display:block; }
#m4hJWApTgah7e3ENIOU5Q6UIVhq53zUm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.75rem;left:4.0625rem; }
#TrRSXnE8tA0Hmzq7w65KEdAOz52v60wB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.625rem;left:4.0625rem; }
#lDy74uMmAlacWdFGcfEZeHhUPeIbaa5z { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.625rem;left:7.8125rem;height:4.0625rem;display:block; }
#kLXxdEpsyFXu0TmmnuCux7iu26I55raH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.5625rem;left:7.8125rem;height:4.0625rem;display:block; }
#Koy4WAs8UDK2L6fUL7EuNTLpVhgPJwZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.5625rem;left:4.0625rem; }
#DdMQOTM0VxrBwIHrXLx8cQ3sESOOJc8s { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38rem;left:7.8125rem;height:4.0625rem;display:block; }
#tAorFvTSPTFwzlSRi5OIxx2WAv64G1Gl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38rem;left:4.0625rem; }
#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK { 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; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container { background-color: transparent; background-image: none; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container > .video-iframe-container { display: none; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row > .video-iframe-container { display: none; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .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); }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container { border-width: 0; border-radius: 0; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#ymTM0aGi9q6v6XynMDAvqyOBh1231X44 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.25rem;left:35rem; }
#Rq5WlUCtvuNVCP7r0ZuLV56ushKhmIVQ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.25rem;left:28.1875rem; }
#QBoDQEZGdzC0qW5RGIHRtvH3FuEhKVxk { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:31.875rem; }
#lIBIWwXnRhd0HEkukBCTVnCNAMLTTRWX { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.3125rem;left:35.625rem; }
#qeMMIZTkPX0MZ07o9QxCCX2M6UwsQ6X3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.3125rem;left:39.375rem; }
#xEKQ30XR8r5STblix6A2nfvTOH1vJG0q { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.3125rem;left:43.125rem; }
#EVe4R98H84zKbRR35VsFIZAyPiEg0QHX { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:8.1875rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAtcV4J9aMu63tyCREaOS3eiJAuZG7Uu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:6.3125rem;top:17.8125rem;left:26.85523069148rem;overflow:hidden;display:block; }
#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");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:block; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU.adaptive-delivery-prevent-bg, #GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU.lazyload, #GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU.lazyloading { background-image: none; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container { background-color: transparent; background-image: none; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container > .video-iframe-container { display: none; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row > .video-iframe-container { display: none; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .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); }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container { border-width: 0; border-radius: 0; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#bAmvwzH8WdbnOiwbQ1CiAq1UgTA8BnFX { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:8.9375rem;height:10.725rem;text-align:center;text-align-last:center;display:block; }
#V9Ekiss7mwfcqIdxFNpzdBy3I2lFQao5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:25rem;top:17rem;left:24.5625rem;display:block; }
#FXZqMSzmtfxhkcmlUxCxS34BvMGOm70Q { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:"bebas neue";font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.25rem;left:23.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#yBDQqL7ud70xg9TmRiMxXPAZnJ5JWBDx { color:rgba(var(--color-tertiary-4),1);display:block;width:66.125rem;position:absolute;font-family:"montserrat black";font-size:5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.3125rem;left:4.4375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#PFMyy11xs2UuieHZdDZZUaiNpGmhFxnA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat black";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.75rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.4375rem;left:17.75rem;display:block; }
#BJiwWE9WiFs40Et3pmWSr7v2L9XregeJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Urx9T7g6sOWpmsSvpPAO2IOTO69Th2od { color:#020101;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.4375rem;left:32.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa { 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/216ad00f-9135-4b95-b529-e3949e867edb/meetyourtrainerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa.adaptive-delivery-prevent-bg, #ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa.lazyload, #ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa.lazyloading { background-image: none; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container { background-color: transparent; background-image: none; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container > .video-iframe-container { display: none; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row > .video-iframe-container { display: none; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .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); }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container { border-width: 0; border-radius: 0; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#RWeWm98oPXC0IKRDqNopMVyHoHTTBHs7 { color:#f80000;display:block;width:57.1875rem;position:absolute;font-family:"bebas neue";font-size:5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-0),0.81);top:2.4367184638977rem;left:8.90625rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF { 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/216ad00f-9135-4b95-b529-e3949e867edb/meetyourtrainerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF.adaptive-delivery-prevent-bg, #ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF.lazyload, #ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF.lazyloading { background-image: none; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container { background-color: transparent; background-image: none; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container > .video-iframe-container { display: none; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row > .video-iframe-container { display: none; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .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); }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container { border-width: 0; border-radius: 0; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#VKXwylV79QDRJHntxpNi2oXcyxNGn1q0 { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #fdfdfd;border-left:0.3125rem solid #fdfdfd;border-right:0.3125rem solid #fdfdfd;border-bottom:0.3125rem solid #fdfdfd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:32.625rem;width:31.0625rem;top:1.125rem;left:2.90625rem;overflow:hidden;display:block; }
#piTf0CSCHELU1pK0iZ9KTX9sTTt9HQm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:;position:absolute;font-family:"montserrat regular";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:37.4375rem;height:51.1875rem;display:block; }
#bgcLvALvdITDCK6NcozCTKIIMyeX4X3H { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:"bebas neue";font-size:5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:37.5rem;height:13rem;text-align:left;text-align-last:left;display:block; }
#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS.adaptive-delivery-prevent-bg, #fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS.lazyload, #fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS.lazyloading { background-image: none; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container { background-color: transparent; background-image: none; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container > .video-iframe-container { display: none; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row > .video-iframe-container { display: none; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .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); }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container { border-width: 0; border-radius: 0; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#FfNOv6T4hCI24I9pxh4e83D9SWq4c4JD { color:rgba(var(--color-secondary-2),1);display:block;width:67.6875rem;position:absolute;font-family:"bebas neue";font-size:3.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.25rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3.adaptive-delivery-prevent-bg, #TNS6VFw9xCt82MSo03wTmpotBcLDliq3.lazyload, #TNS6VFw9xCt82MSo03wTmpotBcLDliq3.lazyloading { background-image: none; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container { background-color: transparent; background-image: none; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container > .video-iframe-container { display: none; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row > .video-iframe-container { display: none; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .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); }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container { border-width: 0; border-radius: 0; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#qgAbbgWBPET0w1sckZMIbXoFsIWno8Ew { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#oeTyf3y8Wan7PM2GPq5UUG3T7gbBTO0W { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#kNToUFNaBJuTKvAyEnKDzAbca6VKB2AU { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:9.75rem;font-style:normal;display:block; }
#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3.adaptive-delivery-prevent-bg, #TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3.lazyload, #TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3.lazyloading { background-image: none; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container { background-color: transparent; background-image: none; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container > .video-iframe-container { display: none; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row > .video-iframe-container { display: none; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .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); }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container { border-width: 0; border-radius: 0; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#iql4GqQNfoiK92RJZnxuTOQTxXB1adbP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#GtZen9bZwuPeuURqLZi0ewcgrQLECFKD { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#lFHGfwQx75MZw6yzBD6OzVBBVUOCs5fd { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:11.375rem;font-style:normal;display:block; }
#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63.adaptive-delivery-prevent-bg, #GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63.lazyload, #GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63.lazyloading { background-image: none; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container { background-color: transparent; background-image: none; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container > .video-iframe-container { display: none; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row > .video-iframe-container { display: none; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .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); }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container { border-width: 0; border-radius: 0; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#bk7X3GqJADcqB6AQyrRwWZo30pS6Hn1L { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#JzhO1euboO0TtPF97HG4q8N2tGtlDIJ4 { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#mKUswlW0EPZLGPGxBz5Bny19yFadkZNI { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:19.5rem;font-style:normal;display:block; }
#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS.adaptive-delivery-prevent-bg, #V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS.lazyload, #V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS.lazyloading { background-image: none; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container { background-color: transparent; background-image: none; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container > .video-iframe-container { display: none; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row > .video-iframe-container { display: none; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .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); }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container { border-width: 0; border-radius: 0; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#TecAKc7QX3VnM2t1vBO23RfRTObMliQq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#kG6wOhJKTG3F2miSFzqcn9H6SSE6ZX9Z { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.5625rem;left:5.15625rem;height:;font-style:normal;display:block; }#sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf li:before{  }
#NJNEGRsvgQHBaoE8ZpGMNMH2LblkBcrT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:5.15625rem;height:3.25rem;font-style:normal;display:block; }
#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu.adaptive-delivery-prevent-bg, #VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu.lazyload, #VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu.lazyloading { background-image: none; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container { background-color: transparent; background-image: none; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container > .video-iframe-container { display: none; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row > .video-iframe-container { display: none; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .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); }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container { border-width: 0; border-radius: 0; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#STElz1172zOIaWACvA0llFvBmBC39DlH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#fxKwVCxyGQ0cemrmslVi0nHGpqpiADD0 { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#T7bfcbEJlF0Zh8M0VxPT0LHGcyFsA5Vh { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:5.15625rem;height:9.75rem;font-style:normal;display:block; }
#TeuTKVQMbyyMNID84CK41DLvchhSOhug { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug.adaptive-delivery-prevent-bg, #TeuTKVQMbyyMNID84CK41DLvchhSOhug.lazyload, #TeuTKVQMbyyMNID84CK41DLvchhSOhug.lazyloading { background-image: none; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container { background-color: transparent; background-image: none; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container > .video-iframe-container { display: none; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row > .video-iframe-container { display: none; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .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); }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container { border-width: 0; border-radius: 0; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#octyldwpHT0BTJSGdu66MWyTIJ2ATxkX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#po0hHvev68ATx17p59xUHuDzy6EhPVtq { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#r8qznMMDHMowuZTr2HAk9tTT330wdybX { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:3.25rem;font-style:normal;display:block; }
#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG.adaptive-delivery-prevent-bg, #rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG.lazyload, #rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG.lazyloading { background-image: none; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container { background-color: transparent; background-image: none; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container > .video-iframe-container { display: none; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row > .video-iframe-container { display: none; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .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); }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container { border-width: 0; border-radius: 0; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#HGPnTiq2wAl8TRdXzNRlsLQbJ6EBK4Ir { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#O1cn0bg5U2IeqyJePVPlVfr6VCsB6TUb { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#Q4FHsPuVTiLmXFiZcUMqDeSa8SMdcTL4 { color:#009944;display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:4.875rem;font-style:normal;display:block; }
#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi.adaptive-delivery-prevent-bg, #Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi.lazyload, #Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi.lazyloading { background-image: none; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container { background-color: transparent; background-image: none; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container > .video-iframe-container { display: none; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row > .video-iframe-container { display: none; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .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); }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container { border-width: 0; border-radius: 0; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#GcvKC6xJmx5GeQglXQ4QWwTXyEZnwMO5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#MIOUzcrtS5Ok5718D5OnaDb2feUQuCNW { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#OdkpJ8Wc83pPmAWRuIbtLzSdC53shf4q { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:13rem;font-style:normal;display:block; }
#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl.adaptive-delivery-prevent-bg, #qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl.lazyload, #qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl.lazyloading { background-image: none; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container { background-color: transparent; background-image: none; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container > .video-iframe-container { display: none; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row > .video-iframe-container { display: none; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .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); }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container { border-width: 0; border-radius: 0; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#lGgiWbntzH4UNiIEsP98B5MRr27dMKbI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#dfl3TgvpDUNWcSv0PVqyydUabSdna68e { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#dc7XEUv4nKCyT2wlAHrzig0qk8tyTgRN { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:9.75rem;font-style:normal;display:block; }
#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF.adaptive-delivery-prevent-bg, #qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF.lazyload, #qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF.lazyloading { background-image: none; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container { background-color: transparent; background-image: none; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container > .video-iframe-container { display: none; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row > .video-iframe-container { display: none; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .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); }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container { border-width: 0; border-radius: 0; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#wLSNb67k6L867hKitxmRTkBnwda7ozoG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#xsmQVDQrLS6kMqDotSvEQQiwHdT6dyqz { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#lV3Z0VOFUec49BL1uZPsLNkm04qHpIxd { color:#089700;display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:8.125rem;font-style:normal;display:block; }
#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d.adaptive-delivery-prevent-bg, #CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d.lazyload, #CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d.lazyloading { background-image: none; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container { background-color: transparent; background-image: none; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container > .video-iframe-container { display: none; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row > .video-iframe-container { display: none; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .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); }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container { border-width: 0; border-radius: 0; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#qk902KL5bgLNbxownqPOzMKMyHHqM8pU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#I6BZqNUSDsAJthpcS5NpqdSy2h5pQ1I4 { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#RGNAQJqSa8dzzzCWMIwKoi1iXylrGS1L { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:26rem;font-style:normal;display:block; }
#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w.adaptive-delivery-prevent-bg, #RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w.lazyload, #RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w.lazyloading { background-image: none; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container { background-color: transparent; background-image: none; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container > .video-iframe-container { display: none; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row > .video-iframe-container { display: none; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .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); }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container { border-width: 0; border-radius: 0; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#kKkZaTfMWGAX84vUpFfiZ6HwIerptiPu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#yAcGhWCz761aPI22tm50CsXJgSTyQ64s { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#xxmJl3PyGkik2lsBDTca5oTkd9FgnmpX { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:16.25rem;font-style:normal;display:block; }
#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV.adaptive-delivery-prevent-bg, #twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV.lazyload, #twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV.lazyloading { background-image: none; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container { background-color: transparent; background-image: none; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container > .video-iframe-container { display: none; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row > .video-iframe-container { display: none; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .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); }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container { border-width: 0; border-radius: 0; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#VabwTn4riUUW2cNM5kGc0RJKUTX9vDod { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#VmboZxQF9QFT49a1Sf78MXuz4b4mghoS { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#DUCcSADW8TR5WK1Fr1GRwDT9B4skJX1h { color:#149406;display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:11.375rem;font-style:normal;display:block; }
#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ.adaptive-delivery-prevent-bg, #HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ.lazyload, #HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ.lazyloading { background-image: none; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container { background-color: transparent; background-image: none; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container > .video-iframe-container { display: none; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row > .video-iframe-container { display: none; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .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); }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container { border-width: 0; border-radius: 0; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#EWHBffeFMN95cOd2FQLUOa9OUQatJr1V { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#CIuSyPM2CvOQ3GDSm7TvPeytF9D35ZZl { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:4.0625rem;font-style:normal;display:block; }
#EVRcT15N1wnW0Jd5wW9hPfUc90nGNLxl { color:rgba(var(--color-tertiary-4),1);display:block;width:66.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:5.15625rem;height:26rem;font-style:normal;display:block; }
#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC { 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/20a2db84-9443-4225-b757-5133cb317039/FAQbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC.adaptive-delivery-prevent-bg, #CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC.lazyload, #CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC.lazyloading { background-image: none; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container { background-color: transparent; background-image: none; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container > .video-iframe-container { display: none; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row > .video-iframe-container { display: none; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .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); }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container { border-width: 0; border-radius: 0; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#TsF3v5ND80R2KAqPW0Me7SLDQJUtRLbV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:5.1875rem; }
#w92mkCqC5VAyQGieJ5rlQL66OZqGoyzx { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.0625rem;height:2.03125rem;font-style:normal;display:block; }
#MTFOptk0sNFIKXrcyuirb9eRNNgHwpeG { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.1875rem;height:19.5rem;font-style:normal;display:block; }
#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ { 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/c52ee112-c0d8-4df0-b291-d698f44e1133/readytorisebg.webp");background-position:top 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:block; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ.adaptive-delivery-prevent-bg, #SSLgnXFRTV7OILynq81P8aDuIZKngTUJ.lazyload, #SSLgnXFRTV7OILynq81P8aDuIZKngTUJ.lazyloading { background-image: none; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container { background-color: transparent; background-image: none; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container > .video-iframe-container { display: none; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row > .video-iframe-container { display: none; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .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); }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container { border-width: 0; border-radius: 0; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#WqyuJ9WE2qkGItzxZmf0fI6pcQxhEBxl { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;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);top:4.01171875rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nTCN1wGZE01NB6lU4mDPqmha6LFcgFeX { color:rgba(var(--color-tertiary-0),1);display:block;width:67.8125rem;position:absolute;font-family:"bebas neue";font-size:5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.26171875rem;left:3.59375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#vCc279UsxkKdzyLAeRdyV7s2mzk4bvDa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat black";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.478875rem;height:4.60390625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.123435974121rem;left:17.721878051757rem;display:block; }
#Nfm6JUvsat58uTD8667pCFaOlNDmW2A4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZOF2wtzIVwlt4oWuC9TVzzlFUoJyREH { background-color:#71706d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.175rem;height:2.55rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.0625rem;left:61.206253051757rem;display:block; }
#Wn4ST0kZ8U8g31vBWPQNHQKbD987Tyrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v { 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; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container { background-color: transparent; background-image: none; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container > .video-iframe-container { display: none; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row > .video-iframe-container { display: none; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .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); }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container { border-width: 0; border-radius: 0; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#fEMCk60obePSstb5ueqkV0PGKJabvZcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:67.8125rem;position:absolute;font-family:"bebas neue";font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#DarIVX4cpsUMdQD1HhyGqpeKUft8bOpT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;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.9375rem;left:25.375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIChFdMTiGlOO12TTOI5T65ThhTb42Fb { display:block; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSJ0uhWmZvhOJOhyaSSHPnTBiEMxpSot { top:0rem;left:0.4375rem;width:23.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHqrr0eW9yJkiTczbFPQFGuL2wF0Ut4 { top:0.8125rem;left:0rem;width:35.375rem;height:16.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr { display:block; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFSTFR7tQzrFBf5ZTePl2O0qJsnag8PT { top:1.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or4ORCKH7wi3m769BFCwzASsOKf9ZkaS { top:5.25rem;left:0rem;width:47.75rem;height:20.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2qbVHzgblz6ff0W9uWTvSLioXTpPtS { top:27.0625rem;left:0rem;width:47.75rem;height:14rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCUzEmTNgxFOdasKTJVuwPwuwQ4fRmLn { width:34rem;height:4.1875rem;top:41.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSEpfTX26W11fw6Bk66aFVtD7veKPJTW { display:block; }
 }@media only screen and (max-width: 763px) { #z8Mkltn1DyHk76qGS4cbb32RXrxoWwzB { width:18.5rem;height:3.625rem;top:47.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha3HhXyxRDBiLFrRZfmsKD1sC3Ctzgm0 { display:block; }
 }@media only screen and (max-width: 763px) { #DvWt3fxd4OZM6Huf73HsZeQZTRcRWezn { width:18.5625rem;height:3.625rem;top:47.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMIb55fff7pO1S0eD4Oru0fREXsBgqbD { display:block; }
 }@media only screen and (max-width: 763px) { #nGi8VZT0upBvxDfLMxs5oI8UuTfdh1tW { width:19.9375rem;height:3.625rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITBNXi7rHM2c9tKPAzT225H4wB7IfPP { display:block; }
 }@media only screen and (max-width: 763px) { #u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h { display:block; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMFRU3ckgyWPWJtTrz2BPyhgIoLSQoxH { top:6.1875rem;left:0rem;width:20.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWSkXBs0ET3kbryK0AyeFTPBk99erHkP { top:19.375rem;left:0.9375rem;width:14rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUubF1nRhkiK2FN5TNBBFcrPlCNA3Jt { top:2.5625rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1N1O7eCH2aRDTk0FXnmoVbsgdqWn0Ey { top:6.1875rem;left:11.6875rem;width:20.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrgcCVCLwpKBl8mpLbK9TwwOCaEdac91 { top:6.1875rem;left:27.5625rem;width:20.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6TqUZHAOAx1WdHsZaJxOE8dgO5GFuoa { top:2.5625rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHCC313G42SRBKTDu0disWm9uIOulFlO { top:19.375rem;left:15.25rem;width:16.5rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNDZawwK1iF58sazRlUhSo1Mdzam8rZb { top:2.5625rem;left:31.875rem;width:15.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHBfy85TbPAVNlZISV7vGRqVUI7KZWCZ { top:19.375rem;left:31.125rem;width:16.5rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 { display:block; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDu9iuloD7EqOmI3qSi9WEF1IQsnVhh9 { top:1rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDGT0Bv6Sn95DyTM19iUdI3EWEfKnXS { top:10.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgGUtflx3xQ9HWTE4h6AfWwA9psTvShh { top:12.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id9JwDaWd1QEmC3Bshq9rZxqSFJheLs0 { top:17.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQwf27MPwwL3daecdF85wBI2ZRzpSFrn { top:19.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlnS56yQKclzL6zuWJwbInMbz7HEnTHe { top:23.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO6apMdznOR5kw12Jq7pOsyKnv0Wlss6 { top:25.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vib72p9aIJ4Ut760XsmO2JTuLTMRSFgA { top:29.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybeLESLxeuaxfXZ0bcTpLXlZSUZ4GZo5 { top:31.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPnnWryvW367hcyxB7Ue8lFZgPPcwoy8 { top:35.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZFv0eMw4uEVLFuqpuX0u3VmMV2IMi2g { top:37.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLMMTyeV5k3zIitDBHk57y2KKJ9NJuuM { top:42.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyEhwaRNzDqg2S77s9UxCr9fmE8BXtyZ { top:44rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzAUPLpQr6MKJXsia8B04GN1xxCQfV5o { top:48.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKuNuN3TFTrBUZvhqxRrVTaQ9PpvfuH { top:50.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krduTbJNLqPpUwPdwn5aS6GUJcvq7VPt { width:34rem;height:4.1875rem;top:54.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKqWIdGoyIzZSe123XKBmFDKv4tmfNai { display:block; }
 }@media only screen and (max-width: 763px) { #TZkizFlUI7TcD0MfvXTbJZI2Dk3c8Z92 { width:10.25rem;height:2.625rem;top:60rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4rTTfkh1fLK4LM5dnNQqUTUzT3WQS67 { display:block; }
 }@media only screen and (max-width: 763px) { #WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf { display:block; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcHy4vkMGkbGUBGmGxaJ2nu7lOcQxw5Z { top:1.1875rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDER1PzcuQ0X9XmJqFp0LyP5hLTBTz6h { top:6.5625rem;left:14.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV8foPXFeW8FnXuTaOdt5ySEgbrQTVw3 { top:6.5625rem;left:18.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMey9CDNTCKTafOAcCD1PwBbIxfzgoP { top:6.5625rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRIDy8K4xLvB5Pdsu1vqGBNxxqlyCn4a { top:6.5625rem;left:25.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAVVOnQEMSMZRN4C2FztAT7Fl9cTIWy { top:6.5625rem;left:29.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udFVTf7Qof6T1AGvOnPaLWtOGXXngDlb { top:11.3125rem;left:0rem;width:47.75rem;height:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z77Fd2EoZTgAvsvxmTHULLddP5NAyzOH { top:18rem;left:13.03125rem;width:6.6875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 { display:block; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZnsX0dPBheRZhpk07BN5pQWBTiae4Vv { top:2.75rem;left:12.75rem;width:35rem;height:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehv6pEr1Tvd4yeVEI2h8vlzKpmGMqBba { top:4.5625rem;left:13.125rem;width:34.625rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3anvW11va47s5dMv9lzeVTmL5IgiPc { top:9.5rem;left:16.3125rem;width:31.4375rem;height:36.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrN6366FrTfphTCTS1MT6wHHPmTViDLV { display:block; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgc6nA7SNTcI977ubRL0qi6IsmlBTbem { top:3.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8VqWVRC9EVDTX636QRTZ6tuqdlc8uo3 { top:10.875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BafhQ6Z3Krnid1aq8soNUqmdBVlsy2sw { top:17.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW { display:block; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgpiM2dh6GJkCwKrQmFPVVQkTORo4Xxk { top:2.5625rem;left:0rem;width:47.75rem;height:8.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3BsCvut3cMDLArAWaqvfbGnsocrZeGI { top:13.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlHHfRL6sSHNZewT3VesvMlyIctwFsL { top:13.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZbFlbModRsQgAQrO4IdOGZogDlVMGCh { top:16.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMSSX81STMELLTNTRefXamZX2U8RFoEA { top:16.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlTz6UUWaTvMC6TrdeKQG94KaQPBfTGW { top:21.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #endANNGESng33q4kNJ224r5AS2If9oD7 { top:21.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN { display:block; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBMeG0lDXAvo4pQfsizJTllvLbqVQNJx { top:2.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug9Dsd6FKzP83tHG5Ts7vpwpsU0qwOPR { top:8.125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACOqcRZfhKVTfBkW9w8LN6XlrORQkTI0 { top:19.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdmzdAOlOTAlN3gkTD4LTe7elH1JuSH { top:19.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNunTF5bWe2TbQPgmTqBGoRALqQFchbq { top:22.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hREvlmy0cnVhWhP7TQmc5GXPCTI2Rzpq { top:22.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1QlP7PQysd6AryeKLBG6IXGVRKWCaC { top:26.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5oeTUKJJTHXgPEykdKndNVh6d578ngL { top:26.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5BcoNVgFTzREfkR6Ub93kZTxgHI3LAW { top:29.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7zckCrVGWTzTTSwvFoRNT1oq9c5br94 { top:29.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFaXisaivVPr415tnbNMaartGqZreWk { top:42.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqx8fZZST4Uo5mqwndPnBTMTyw5d8Kci { top:39.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3uu8MP74LUHHeXskRyVCyxwayIymtCn { top:39.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuc1NMzaBJWEIT3XwWCrQK3TcG89E4c { top:42.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQqSfGg5sWS4gb1Bne1r2lgsHyL7glUP { top:35.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arEOT33XfxbUQ906VxBzwt3nuPftEeTi { top:35.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRXmOvm4aroe1Jp1cbOuKvgklQnAwLK8 { top:32.5625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u69eOQD6FhDhvFSIGw91hQMFXKh3ds7v { top:32.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MS0tNy1locD0bKrbyIWd5e0x7PMh6A { top:46.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cptAbX07oTZSed4QrcnMpkpTxWq0oC2S { display:block; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUi0RgyGxsLgJDX70gZ2qIU2eOcf2e24 { top:0.6875rem;left:0rem;width:47.75rem;height:10rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG { display:block; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzREfkg70XVCNt7QdXVs1LsrW1z3yEx1 { top:0rem;left:0rem;width:30.6875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqvBeyh3DhT9L2FoCCuCm0MNKX24aIA { top:0rem;left:16.875rem;width:30.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO { display:block; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFbXBN0nkWVtx6Fzmz7MTubI3lUd9eWk { top:1.8125rem;left:0rem;width:24.3125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2NevAtOL5lOyayVhXJ77ds3sbumQVb { top:1.9375rem;left:0rem;width:13.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZcHrMvgD17H1hOuT6mzJXA4Jqtu5ycL { top:1.875rem;left:24rem;width:11.8125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUN7lT5Nu6gE8PytKKK0NZT86vnN3geT { top:1.9375rem;left:34.375rem;width:13.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 { display:block; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6VJLqoAbFsxXDGrZ9ssymIaRd6AhD2p { top:0.5625rem;left:0rem;width:47.75rem;height:8.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S { display:block; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNUOLPTfei5Ifqo0SlSqV5XHHiAV1NhT { top:2.5625rem;left:0rem;width:47.75rem;height:10.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJEBGBZHQ34NnPOezSFGnxar6fNBciZQ { top:15.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QERhdaN9C0do0zFLvf3ZB3WVSr0ea1p0 { top:20.4375rem;left:0rem;width:47.75rem;height:48.662420382166rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC { display:block; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpkoPA5A1MIyvTB9qD0ckFBoppQrnxLy { top:2.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdAT9xnmGIZdeRWDZxQAS3BIGt4BcADN { top:9.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1aS9AiMfrh1X5oSshzBbXcSetnZLWd { top:13.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH { display:block; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHaaAZb82lWTRir4gEEJ5KuT70C4o9Ah { top:1.375rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB { display:block; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIhdlQEQt9SerNEkwOJqyBTwA0fv2u2U { top:2.6875rem;left:0rem;width:33.0625rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2GzfwCR7OwpD28ca3OV067aH7m1cUp { top:2.75rem;left:14.5rem;width:33.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 { display:block; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeMmDFTTQWBcPFC5WFSarPsdiM3ZxPsI { top:1.3125rem;left:0rem;width:32.8125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tte1mNazK2NwKpTBMviG8MHT8wKQG6Hy { top:1.3125rem;left:14.8125rem;width:32.8125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd { display:block; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCM6EfbPuPu2pS4QJcluZ2QTFfzh058n { top:1.5625rem;left:0rem;width:47.75rem;height:10rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpaFzTX0vJuRLPfZturngyJ6KTnyw9Th { top:12.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg7i0FzrMtBc4Nti0bOzF74VEbUIu4vi { top:12.4375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxH6HLCngAZp5dhMftcb9sC4woRUHn32 { top:18.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRxcwTz2uhsQAq41IPITqhU3R6FgDqTy { top:18.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auPgbvTd9UV5PrbN5GPRWU8hcvL1tCeL { top:25.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLaIHdJIGqfIpQOvA59SmALJpZ9ry48Z { top:25.125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnzsVd3USITlxCXpyQtoeJ0xOiGotFB { width:42.0625rem;height:4.6875rem;top:41.0625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAQ28woVMA7uBoJQLoUNOtktWlhX3if { display:block; }
 }@media only screen and (max-width: 763px) { #GXeHgvJJ1upRGKUoioeoAAXJqTz5Nan7 { top:32.875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxLZauzov2SpQbPq86TTRs6uDFs7QhJm { display:block; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR0NiG8G6bkIgmAT5Su21w2kwvvDcmEP { top:2.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqB7ocAozSf4bWpuuldna8f3CRcQCKXT { display:block; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcevrEeeCTbEPQBqETB8g7BLvgcdDzvB { top:1.125rem;left:0rem;width:37.5625rem;height:42rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnAeSWLOWR2450i4OqJIUkCRiQ1t8MTH { top:0rem;left:0rem;width:28.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCQoHDH6uf1d9WWtLZKcwDWrMf5pq1lo { top:21.625rem;left:0rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EssTNzI6OOrk9LrueoOb5lyr3oXVpChh { top:33.125rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMT2EzTHCdeXILB2ZFCDgbOEs0htJhF { top:21.1875rem;left:13.3125rem;width:10.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kve0eTo8f0l2CvmOwh84FC1pAF7h3SqR { top:32.9375rem;left:13.28125rem;width:10.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 { display:block; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u11rvHqh8SdfpqmngaHFsbsbh4Xzzvm0 { top:3.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwmhJNz2J98PgJ8oT7KDK6KadnHub0gW { top:13rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZxeRQT5CyX9MpqIzgUpVsQ6IH0aTQgh { top:12.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbCzb6h2ZCM80yZwune713PABogtyXV { top:16.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7nT9QwQGylp0egLyHMVckseRvM8dWfp { top:16.5rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxU1QOdgbCbgOl6OVOtUDC8LFtSx8TqF { top:24.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXe1HDtJkAAWV8q9TaP7xBImD4sVA9 { top:24.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HaPhp7vX0i8Fs872osvgJpeMO2KDAe { top:30.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAk0TLzxdV4vM9CsKWdJEGsi9eTPSbz { top:30.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPl1EmpGKFhvmgxAIddSZL6OaJLUKBF { top:36.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPsAxnC6yuhHaXQ82InAfihFID7OZeTJ { top:36.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC8TVH1k2GeKV9CTChZvvKJ7rqd8kpoB { top:42.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLrkeh5pi1oisOUMyRFRm7my3RKkHfvO { top:50.125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je1g5SeF0KQV3tOxFIH9XtbPDFAD5GJf { top:61.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGDmkhWQXEwh29ERCmlOS64ehIWSMuaC { top:61.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGmfxR0wPbOTPDWJHCh0lTGSOaDH7a28 { top:65.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqlSP4itnN7WaZtK580RpmVlCU03P3hq { top:65.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmaLpHGed3syZ5yDRWyXTqCVATZxS37k { top:69.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0rT7PFGkIaQJXiUzFRAhbOR7TfcNZgD { top:69.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTl4cowvsBWbPD1uAIc6x3WOS6olXblN { top:72.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNK7VgkgdrEfpmeu9fD0WpuTeA6T5BbC { top:72.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK { display:block; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsTXQZ5JFJD9pya594HqCNTvI5NpwODB { top:3.875rem;left:5.5625rem;width:36.625rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfHbb0kb8RicHtOdGUZStxgedIfJQFbi { top:10.125rem;left:0rem;width:47.75rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG { display:block; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QS8TChvDdTo4b04RiRG8qyL9BaVNQnQT { top:3.375rem;left:0rem;width:47.75rem;height:12.25rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKJ476Hdrkggw9015Q3TKqS47H6ydyAe { top:17.3125rem;left:0rem;width:47.75rem;height:22.247711088504rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ { display:block; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzW2LBhTyA8shmVy2TClgc4xASZFr1N8 { top:1.1875rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtblcPuWAgfRAgnq2DlTRsdm8u0VTzHc { top:3.3125rem;left:0rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBONK2ioye24Du27hfq9meS35DS9fAub { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04RlLOgRvFpqSKyOcX6Xd0IGkEWBuw4 { top:4.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvu4veqBUeBfbmJZqbMTdrZWMLVxCJGn { top:9.125rem;left:0rem;width:47.75rem;height:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTFtWvBdr00nCWWSp4IQLla9cD9KuHP { top:22.0625rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiFwdbWVaVigTASmbcVvdtIZOMy1oWit { display:block; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnsQNUVnGfHqvS35zIv2xr8Vd3Jq96Gt { top:1.1875rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKCvovUvy1l1EkvbQ0hX3BpPJsVTpCNs { top:3.3125rem;left:0rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEAwJyIXFQT4tvMGstBqS59eNZmmqMFz { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfT3tEOTZygTrzd5qgX6Zb81nBTbSu73 { top:4.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNQ3GVoqshDoTQfAWBfIZwW5BsfSUNk { top:9.125rem;left:0rem;width:47.75rem;height:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP4K9Q6VfQDHSDKAXvx916lFIwRVqfCR { top:22.1875rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA { display:block; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUyivs0CwGzBE22VtecxQ1FrL9yNTsT { top:1.1875rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meqhCJpVJ4tiMMJZeE4lhpny3xUct3Sm { top:3.3125rem;left:0rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsN264vRlfFbbeHOpP2ZACNIakJphgd { top:3.3125rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwzMLARMGzcJp0AgvmTqOmSpwPnuKNut { top:4.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4akChvkAxOM6NRUkJWGdkVa5fDZX4ek { top:11.875rem;left:0rem;width:47.75rem;height:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpuNyU4X4sauw4QkA8yqbxNAhdAd0dNI { top:22.1875rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn { display:block; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV5493t6wyOTQLrWv9I1IxQ4bAU1KtMv { top:1.1875rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8zXJL8aXiJ15WkkhTCc7F0Hqz7hTAeh { top:3.3125rem;left:0rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAv4iqK6RGIlVHOTc1smWVXTTo185IO { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6X3eSIvksxhxtkzVZ2FQbzNH0awLTa { top:4.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZIpLT7F6Av1wIlmOixwQ8Ww1H6nB5Q { top:9.125rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUWl8LHFbcWU30U51L59IuItzVKNtacm { top:22.125rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ { display:block; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTLbi94FPDbSJ7o21xJ2CQDreofdZKwO { top:1.1875rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiuNqxie03L2aP7lOE0PyDPT6HdETfTs { top:3.3125rem;left:0rem;width:14.8125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfP0k78dbvaEV7oILx0xROT31XIpH3ix { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqdacl9tnRLsTsvR6FdLQ6ktqUBCaclt { top:4.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JIBwkzXoozAenica9dI5NqfkyXwaDw { top:9.125rem;left:0rem;width:47.75rem;height:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iICnhG2lg1uXEZTorcKoq3K9T5Z2suQ9 { top:21rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXncF47Pb67EdSED998XBvy8lLLNnTTW { display:block; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoD02cuFpriGa0Xf2VcZhRDxWLuAhJQE { top:1.1875rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXRqw6Q5fQAWiABBxuBd2GlZdpc1khJM { top:3.3125rem;left:0rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE719e5M8Z7mRJEl8pKO7sTiNWUPqs2J { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqwQZmMo45QS8T9mti5JlxiqhCZTIHv { top:4.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1pTsQt3VAq97A6g2C8pMyLTT1ditHe { top:9.125rem;left:0rem;width:47.75rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwW1e85XEI1B1dAr6sBbu3cBDnBJsUa { top:24.5rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S { display:block; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiVbeQsgbSaehmuNvT1M9U2l5t4KZHcq { top:1.1875rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTd9x3qsTI0gokAJzIblueg2wNwA8ase { top:3.3125rem;left:0rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOWqzeDqHaIE2Cy7JzudXrIikIB5O2PU { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyJWyZbsTZxIFKawh72EkzI87O33gabd { top:4.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1rC4POuJ4CLLSh4CGU6SFwCbXRPJ3gs { top:9.125rem;left:0rem;width:47.75rem;height:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3l9GHRHkrgubwrP2MJLq1TB6wFxGJ9b { top:21.6875rem;left:6.8369140625rem;width:12.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh { display:block; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W058hiLFL2iaO18ZyWKgg4eTCvKJDN6E { top:1.125rem;left:0rem;width:47.75rem;height:10rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBuMQCkXrTFd6TomOHtpWyR41Bi567q { display:block; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8kET8inQeU4r5fvJItuKsaBO3U8SyBR { top:1.125rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5rdkcM6TZCyvqzuoCAQy5aPl4tAXloM { top:3.25rem;left:0rem;width:12.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLJVlrFkF0Zos98S1RJPShV3nTK1CTiX { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoTT0pwDk5xIHK4rbp26s4WM66NTfTul { top:7rem;left:0rem;width:47.75rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX { display:block; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGeog6mQsdKBfssdDVepXC2DxwawphkH { top:1.125rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd3JtITe724VeEifcPCIn1iPRoOLS1RT { top:3.25rem;left:0rem;width:12.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVliZcy3en1H9Ku8TJsUQWJDnn2AUxeQ { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSMifUeSA8eA3kK2RM2Kr75EaGn6WRiu { top:7rem;left:0rem;width:47.75rem;height:8rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e { display:block; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXvMI9LlieAX0DcsWKy4f0vkyemgWoLh { top:1.125rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmntzraRViWnggE899QNrmVsKfaOABoh { top:3.25rem;left:0rem;width:12.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzWRbiz7LMDC2TkshRz1m3mEuJTHUOnA { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS7Q7SfwWxN4IIsxRudH327q95T9m0it { top:7rem;left:0rem;width:47.75rem;height:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW { display:block; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTreIy5ZefEp8PNbmcieXcT3JQmKEzCH { top:1.125rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS5TMT72ZgS3PfSFuGbtJIAV1GSwzbXG { top:10rem;left:0rem;width:35.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSTKCN5Vqh5XmsKBXfE6FERQ6h63sO3D { top:3.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbhCODu4cWkluIIOleXJrornsfOosS3 { top:7rem;left:3.25rem;width:44.5rem;height:18rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT { display:block; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeuzuUWL9zsUg88KbTbNELIbSiPXMLMG { top:1.125rem;left:0rem;width:47.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p6c2QPuNpI83QPcuwIcsfrzyOV6TSF { top:3.1875rem;left:0rem;width:17.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51OpZBm8lz70Jyu5xoI2dXDI8C7c2kG { top:3.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmITypyOeIx7aWsCCy3zCKbnwhyAwUvR { top:7rem;left:0rem;width:47.75rem;height:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI { display:block; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcekhOREVqihFk89EOSbOvEbxb6T9zeN { top:1.4375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT2GRHxTSrnJilnlLz2fW2coW6mmy6V3 { top:4.4375rem;left:0rem;width:17.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFcH91v52rPu83z9RXT5PprHf2oRCCBt { top:3.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkVo9Hy8g9BEBCmsdRndhhnvVGkXBnV { top:6.8125rem;left:0rem;width:47.75rem;height:14rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNP3lV04f5vSo32N27KzeCtLvPgibEP7 { display:block; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukqFDkJE38LGvdoTWXro9JqglJHcg8Xl { top:1.125rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkMFpzZyK32XIgF3kBSVlgMdMhBvc0Th { top:3.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItJduSRH5uxe3pE43t71naOe1FvAFu0z { top:7.0625rem;left:0rem;width:47.75rem;height:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PUmHRHXQU8b1W9TQdW5RGwRxTyb4ru { top:3rem;left:0rem;width:12.625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 { display:block; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1yTUQ8UrLpLuFw0TOGpd5tOEG47TIkd { top:1.125rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt24TGDS9iVaBT9vMzUvmuox9xeVEpZn { top:3.125rem;left:0rem;width:26.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA822ZLI4MDFakxoUEOElNEAwQTayZ1h { top:2.5625rem;left:0rem;width:47.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqnDyvFUTbkXv5H5PcabGB2efDa2sadV { top:7rem;left:3.25rem;width:44.5rem;height:14rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU { display:block; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq32zwV1oLaDDabATSFEsTrMsnaSbmT7 { top:4.125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEeu0msIRTd0CvsGgTlxmGEMsBDBEhdh { top:15.5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5uPyxDNTTxxs9pcUwbzZyOqTMbifSqe { top:23.75rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5fMLIdRkI55oHTngW0bOZi9Db7Rxdu3 { top:29.375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdrqJTquwsxfwHXNANtBiEl19a4lNFgS { top:39.8125rem;left:12.125rem;width:23.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDb0u6LGWW4qTdy49e14ox3hy6iSiRN { top:40rem;left:10.15625rem;width:28.625rem;height:4.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ9zbEGtCMClMnyVrm9TcZteUdig1tGZ { top:46.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwaW9gxi8fk5moptmJWOTKTrZQto2k4D { width:42.4375rem;height:4.6875rem;top:54.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBzvTdlRcm7CMgAD2hz5XeG26rsmsMn9 { display:block; }
 }@media only screen and (max-width: 763px) { #PWmBnSHCTtP5CWTqruBRGXVutqlqpWrr { top:61.25rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkN5unf3guhpg6lJfKCLQmVbSxe4Af3y { width:10.25rem;height:2.625rem;top:61.25rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL42wPOBNhdoxqUXIfeO75aTFFDccLDL { display:block; }
 }@media only screen and (max-width: 763px) { #zVLTrT7pxuV63BerqT5EcNrgEP549gJG { display:block; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkwEF10TNMwiswTUNcPWnv69cB6RgyNx { top:1.625rem;left:0rem;width:47.75rem;height:10rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw { display:block; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2lTzGv2r5XTypKyrRREk8foFfchDEPS { top:2.625rem;left:0rem;width:19rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9UJ3npi4ARiXv1CIOIo5BDeO6M2nTbv { top:5rem;left:5.1875rem;width:42.5625rem;height:14rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc { display:block; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdPrvy8DPyONrN31L3CU0M3XiGAK0lCn { top:2.125rem;left:0rem;width:33.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2tRh1OCXLmi0nspCzrNUTX3yhcXGIUp { top:6.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTES4V6mfUaT6zp6GKQp0ZuT2zJJMgy { top:6.5rem;left:0rem;width:29.375rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeESWAq1rsNLzuBaodTtRhoTt2cdHnUC { top:13.75rem;left:0rem;width:29.375rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4hJWApTgah7e3ENIOU5Q6UIVhq53zUm { top:13.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRSXnE8tA0Hmzq7w65KEdAOz52v60wB { top:21.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDy74uMmAlacWdFGcfEZeHhUPeIbaa5z { top:21.625rem;left:0rem;width:29.375rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLXxdEpsyFXu0TmmnuCux7iu26I55raH { top:29.5625rem;left:0rem;width:29.375rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koy4WAs8UDK2L6fUL7EuNTLpVhgPJwZI { top:29.5625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdMQOTM0VxrBwIHrXLx8cQ3sESOOJc8s { top:38rem;left:0rem;width:29.375rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAorFvTSPTFwzlSRi5OIxx2WAv64G1Gl { top:38rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK { display:block; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymTM0aGi9q6v6XynMDAvqyOBh1231X44 { top:1.25rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5WlUCtvuNVCP7r0ZuLV56ushKhmIVQ { top:6.25rem;left:14.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBoDQEZGdzC0qW5RGIHRtvH3FuEhKVxk { top:6.3125rem;left:18.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIBIWwXnRhd0HEkukBCTVnCNAMLTTRWX { top:6.3125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMMIZTkPX0MZ07o9QxCCX2M6UwsQ6X3 { top:6.3125rem;left:25.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEKQ30XR8r5STblix6A2nfvTOH1vJG0q { top:6.3125rem;left:29.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVe4R98H84zKbRR35VsFIZAyPiEg0QHX { top:11.5rem;left:0rem;width:47.75rem;height:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtcV4J9aMu63tyCREaOS3eiJAuZG7Uu { top:17.8125rem;left:13.23023069148rem;width:6.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU { display:block; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAmvwzH8WdbnOiwbQ1CiAq1UgTA8BnFX { top:4.6875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Ekiss7mwfcqIdxFNpzdBy3I2lFQao5 { top:17rem;left:10.9375rem;width:25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZqMSzmtfxhkcmlUxCxS34BvMGOm70Q { top:17.25rem;left:9.5625rem;width:28.625rem;height:4.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDQqL7ud70xg9TmRiMxXPAZnJ5JWBDx { top:22.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFMyy11xs2UuieHZdDZZUaiNpGmhFxnA { width:41.75rem;height:4.6875rem;top:29.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJiwWE9WiFs40Et3pmWSr7v2L9XregeJ { display:block; }
 }@media only screen and (max-width: 763px) { #Urx9T7g6sOWpmsSvpPAO2IOTO69Th2od { top:35.4375rem;left:18.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa { display:block; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWeWm98oPXC0IKRDqNopMVyHoHTTBHs7 { top:2.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF { display:block; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKXwylV79QDRJHntxpNi2oXcyxNGn1q0 { top:1.125rem;left:0rem;width:31.0625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTf0CSCHELU1pK0iZ9KTX9sTTt9HQm4 { top:6.5rem;left:0rem;width:37.5625rem;height:54rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcLvALvdITDCK6NcozCTKIIMyeX4X3H { top:0rem;left:14.375rem;width:33.375rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS { display:block; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfNOv6T4hCI24I9pxh4e83D9SWq4c4JD { top:3.125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNS6VFw9xCt82MSo03wTmpotBcLDliq3 { display:block; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgAbbgWBPET0w1sckZMIbXoFsIWno8Ew { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTyf3y8Wan7PM2GPq5UUG3T7gbBTO0W { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNToUFNaBJuTKvAyEnKDzAbca6VKB2AU { top:3.875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 { display:block; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iql4GqQNfoiK92RJZnxuTOQTxXB1adbP { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtZen9bZwuPeuURqLZi0ewcgrQLECFKD { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFHGfwQx75MZw6yzBD6OzVBBVUOCs5fd { top:3.875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 { display:block; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk7X3GqJADcqB6AQyrRwWZo30pS6Hn1L { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzhO1euboO0TtPF97HG4q8N2tGtlDIJ4 { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKUswlW0EPZLGPGxBz5Bny19yFadkZNI { top:3.875rem;left:0rem;width:47.75rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS { display:block; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TecAKc7QX3VnM2t1vBO23RfRTObMliQq { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG6wOhJKTG3F2miSFzqcn9H6SSE6ZX9Z { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf li:before{  }
 }@media only screen and (max-width: 763px) { #NJNEGRsvgQHBaoE8ZpGMNMH2LblkBcrT { top:4.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu { display:block; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STElz1172zOIaWACvA0llFvBmBC39DlH { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKwVCxyGQ0cemrmslVi0nHGpqpiADD0 { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bfcbEJlF0Zh8M0VxPT0LHGcyFsA5Vh { top:4.4375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuTKVQMbyyMNID84CK41DLvchhSOhug { display:block; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #octyldwpHT0BTJSGdu66MWyTIJ2ATxkX { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0hHvev68ATx17p59xUHuDzy6EhPVtq { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8qznMMDHMowuZTr2HAk9tTT330wdybX { top:3.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG { display:block; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGPnTiq2wAl8TRdXzNRlsLQbJ6EBK4Ir { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1cn0bg5U2IeqyJePVPlVfr6VCsB6TUb { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4FHsPuVTiLmXFiZcUMqDeSa8SMdcTL4 { top:3.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi { display:block; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcvKC6xJmx5GeQglXQ4QWwTXyEZnwMO5 { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOUzcrtS5Ok5718D5OnaDb2feUQuCNW { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdkpJ8Wc83pPmAWRuIbtLzSdC53shf4q { top:3.875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl { display:block; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGgiWbntzH4UNiIEsP98B5MRr27dMKbI { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfl3TgvpDUNWcSv0PVqyydUabSdna68e { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc7XEUv4nKCyT2wlAHrzig0qk8tyTgRN { top:3.875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF { display:block; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLSNb67k6L867hKitxmRTkBnwda7ozoG { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsmQVDQrLS6kMqDotSvEQQiwHdT6dyqz { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3Z0VOFUec49BL1uZPsLNkm04qHpIxd { top:3.875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d { display:block; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qk902KL5bgLNbxownqPOzMKMyHHqM8pU { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6BZqNUSDsAJthpcS5NpqdSy2h5pQ1I4 { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGNAQJqSa8dzzzCWMIwKoi1iXylrGS1L { top:3.875rem;left:0rem;width:47.75rem;height:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w { display:block; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKkZaTfMWGAX84vUpFfiZ6HwIerptiPu { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAcGhWCz761aPI22tm50CsXJgSTyQ64s { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxmJl3PyGkik2lsBDTca5oTkd9FgnmpX { top:3.875rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV { display:block; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VabwTn4riUUW2cNM5kGc0RJKUTX9vDod { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmboZxQF9QFT49a1Sf78MXuz4b4mghoS { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUCcSADW8TR5WK1Fr1GRwDT9B4skJX1h { top:3.875rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ { display:block; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWHBffeFMN95cOd2FQLUOa9OUQatJr1V { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIuSyPM2CvOQ3GDSm7TvPeytF9D35ZZl { top:1.25rem;left:0rem;width:47.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVRcT15N1wnW0Jd5wW9hPfUc90nGNLxl { top:6.125rem;left:0rem;width:47.75rem;height:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC { display:block; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsF3v5ND80R2KAqPW0Me7SLDQJUtRLbV { top:1.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92mkCqC5VAyQGieJ5rlQL66OZqGoyzx { top:1.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTFOptk0sNFIKXrcyuirb9eRNNgHwpeG { top:3.875rem;left:0rem;width:47.75rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSLgnXFRTV7OILynq81P8aDuIZKngTUJ { display:block; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqyuJ9WE2qkGItzxZmf0fI6pcQxhEBxl { top:4rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCN1wGZE01NB6lU4mDPqmha6LFcgFeX { top:7.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCc279UsxkKdzyLAeRdyV7s2mzk4bvDa { width:39.4375rem;height:4.5625rem;top:17.0625rem;left:4.0968780517578rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfm6JUvsat58uTD8667pCFaOlNDmW2A4 { display:block; }
 }@media only screen and (max-width: 763px) { #vZOF2wtzIVwlt4oWuC9TVzzlFUoJyREH { width:10.125rem;height:2.5rem;top:28.0625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4ST0kZ8U8g31vBWPQNHQKbD987Tyrr { display:block; }
 }@media only screen and (max-width: 763px) { #rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v { display:block; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEMCk60obePSstb5ueqkV0PGKJabvZcZ { top:4.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DarIVX4cpsUMdQD1HhyGqpeKUft8bOpT { top:8.9375rem;left:11.75rem;width:24.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIChFdMTiGlOO12TTOI5T65ThhTb42Fb { display:block; }#FIChFdMTiGlOO12TTOI5T65ThhTb42Fb > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSJ0uhWmZvhOJOhyaSSHPnTBiEMxpSot { width:20rem;height:15.466666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHqrr0eW9yJkiTczbFPQFGuL2wF0Ut4 { width:20rem;height:12.8125rem;top:17.2783203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr { display:block; }#g6sHoCZbOTLbo2LW6gdNcDPnLdGZyWdr > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFSTFR7tQzrFBf5ZTePl2O0qJsnag8PT { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Or4ORCKH7wi3m769BFCwzASsOKf9ZkaS { width:20rem;height:33.75rem;top:10.3rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pD2qbVHzgblz6ff0W9uWTvSLioXTpPtS { width:20rem;height:29rem;top:46.9248046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCUzEmTNgxFOdasKTJVuwPwuwQ4fRmLn { width:19.25rem;height:4.1875rem;top:76.9560546875rem;left:0.375rem;font-size:0.875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(223,223,223,0.64) ;display:block; }
 }@media only screen and (max-width: 763px) { #tSEpfTX26W11fw6Bk66aFVtD7veKPJTW { display:block; }
 }@media only screen and (max-width: 763px) { #z8Mkltn1DyHk76qGS4cbb32RXrxoWwzB { width:17.125rem;height:3.4375rem;top:86.9873046875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha3HhXyxRDBiLFrRZfmsKD1sC3Ctzgm0 { display:block; }
 }@media only screen and (max-width: 763px) { #DvWt3fxd4OZM6Huf73HsZeQZTRcRWezn { width:17.1875rem;height:3.5625rem;top:91.3935546875rem;left:1.40625rem;font-family:lato;font-weight:700;font-style:italic;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMIb55fff7pO1S0eD4Oru0fREXsBgqbD { display:block; }
 }@media only screen and (max-width: 763px) { #nGi8VZT0upBvxDfLMxs5oI8UuTfdh1tW { width:17.375rem;height:3.625rem;top:82.4873046875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITBNXi7rHM2c9tKPAzT225H4wB7IfPP { display:block; }
 }@media only screen and (max-width: 763px) { #u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h { display:block; }#u0TOAXmEBcRXnEUgzZEOMcDCWf1SnB8h > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMFRU3ckgyWPWJtTrz2BPyhgIoLSQoxH { width:20rem;height:12.5rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWSkXBs0ET3kbryK0AyeFTPBk99erHkP { width:14rem;height:6rem;top:11.375rem;left:3.0000001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUubF1nRhkiK2FN5TNBBFcrPlCNA3Jt { width:6.875rem;height:6.875rem;top:3.1875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1N1O7eCH2aRDTk0FXnmoVbsgdqWn0Ey { width:20rem;height:12.5rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrgcCVCLwpKBl8mpLbK9TwwOCaEdac91 { width:20rem;height:12.5rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6TqUZHAOAx1WdHsZaJxOE8dgO5GFuoa { width:6.875rem;height:6.875rem;top:21.3125rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHCC313G42SRBKTDu0disWm9uIOulFlO { width:16.5rem;height:6rem;top:29.4375rem;left:1.7500001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNDZawwK1iF58sazRlUhSo1Mdzam8rZb { width:6.875rem;height:6.8125rem;top:39.78125rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHBfy85TbPAVNlZISV7vGRqVUI7KZWCZ { width:16.5rem;height:6rem;top:48rem;left:1.7500001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 { display:block; }#IZtIqtPc2eg2STWH5cdBFp8AAzUnckB1 > .row .container { width:20rem;height:100.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDu9iuloD7EqOmI3qSi9WEF1IQsnVhh9 { width:20rem;height:10.25rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdDGT0Bv6Sn95DyTM19iUdI3EWEfKnXS { width:20rem;height:3.625rem;top:12.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgGUtflx3xQ9HWTE4h6AfWwA9psTvShh { width:20rem;height:8.625rem;top:16.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id9JwDaWd1QEmC3Bshq9rZxqSFJheLs0 { width:20rem;height:3.875rem;top:27rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQwf27MPwwL3daecdF85wBI2ZRzpSFrn { width:20rem;height:5.75rem;top:30.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlnS56yQKclzL6zuWJwbInMbz7HEnTHe { width:20rem;height:3.875rem;top:38.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO6apMdznOR5kw12Jq7pOsyKnv0Wlss6 { width:20rem;height:2.875rem;top:42.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vib72p9aIJ4Ut760XsmO2JTuLTMRSFgA { width:20rem;height:3.875rem;top:48.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybeLESLxeuaxfXZ0bcTpLXlZSUZ4GZo5 { width:20rem;height:4.3125rem;top:52.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPnnWryvW367hcyxB7Ue8lFZgPPcwoy8 { width:20rem;height:3.875rem;top:59.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZFv0eMw4uEVLFuqpuX0u3VmMV2IMi2g { width:20rem;height:4.125rem;top:63.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLMMTyeV5k3zIitDBHk57y2KKJ9NJuuM { width:20rem;height:3.875rem;top:70.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyEhwaRNzDqg2S77s9UxCr9fmE8BXtyZ { width:20rem;height:4.3125rem;top:73.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzAUPLpQr6MKJXsia8B04GN1xxCQfV5o { width:20rem;height:3.875rem;top:81.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKuNuN3TFTrBUZvhqxRrVTaQ9PpvfuH { width:20rem;height:4.3125rem;top:84.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krduTbJNLqPpUwPdwn5aS6GUJcvq7VPt { width:18.75rem;height:4.1875rem;top:90.4375rem;left:0.625rem;font-size:0.875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(223,223,223,0.64) ;display:block; }
 }@media only screen and (max-width: 763px) { #HKqWIdGoyIzZSe123XKBmFDKv4tmfNai { display:block; }
 }@media only screen and (max-width: 763px) { #TZkizFlUI7TcD0MfvXTbJZI2Dk3c8Z92 { width:10.25rem;height:2.625rem;top:95.9375rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4rTTfkh1fLK4LM5dnNQqUTUzT3WQS67 { display:block; }
 }@media only screen and (max-width: 763px) { #WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf { display:block; }#WPVWywSITTdSGxMxDOOVAsXC0Cenhrxf > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcHy4vkMGkbGUBGmGxaJ2nu7lOcQxw5Z { display:flex;width:3.75rem;height:3.75rem;top:2.2999999523163rem;left:8.1250003576281rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #LDER1PzcuQ0X9XmJqFp0LyP5hLTBTz6h { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:5.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KV8foPXFeW8FnXuTaOdt5ySEgbrQTVw3 { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:7.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mEMey9CDNTCKTafOAcCD1PwBbIxfzgoP { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GRIDy8K4xLvB5Pdsu1vqGBNxxqlyCn4a { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:10.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ovAVVOnQEMSMZRN4C2FztAT7Fl9cTIWy { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:12.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #udFVTf7Qof6T1AGvOnPaLWtOGXXngDlb { width:20rem;height:22rem;top:10rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z77Fd2EoZTgAvsvxmTHULLddP5NAyzOH { width:6.6875rem;height:9.5625rem;top:31.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 { display:block; }#IWXz1gvQ5TVOrtk3JS05sSVdyhuk9BZ8 > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZnsX0dPBheRZhpk07BN5pQWBTiae4Vv { width:20rem;height:73.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehv6pEr1Tvd4yeVEI2h8vlzKpmGMqBba { width:17.5rem;height:8rem;top:1.9375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3anvW11va47s5dMv9lzeVTmL5IgiPc { width:17.5rem;height:60rem;top:11.0625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrN6366FrTfphTCTS1MT6wHHPmTViDLV { display:block; }#PrN6366FrTfphTCTS1MT6wHHPmTViDLV > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgc6nA7SNTcI977ubRL0qi6IsmlBTbem { width:20rem;height:17.9375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8VqWVRC9EVDTX636QRTZ6tuqdlc8uo3 { width:20rem;height:16rem;top:20.7rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BafhQ6Z3Krnid1aq8soNUqmdBVlsy2sw { width:20rem;height:7.6875rem;top:38.2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW { display:block; }#Lv4fsqNeLN4qosKboa5u8UCgwUWR4NMW > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgpiM2dh6GJkCwKrQmFPVVQkTORo4Xxk { width:20rem;height:23.0625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3BsCvut3cMDLArAWaqvfbGnsocrZeGI { display:flex;width:1.875rem;height:1.875rem;top:26.4716796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTlHHfRL6sSHNZewT3VesvMlyIctwFsL { width:17.5rem;height:4rem;top:26.4716796875rem;left:2.5rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZbFlbModRsQgAQrO4IdOGZogDlVMGCh { width:17.5rem;height:10rem;top:32.3623046875rem;left:2.5rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMSSX81STMELLTNTRefXamZX2U8RFoEA { display:flex;width:1.875rem;height:1.875rem;top:32.3623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlTz6UUWaTvMC6TrdeKQG94KaQPBfTGW { display:flex;width:1.875rem;height:1.875rem;top:44.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endANNGESng33q4kNJ224r5AS2If9oD7 { width:17.5rem;height:12rem;top:44.625rem;left:2.5rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN { display:block; }#AWxBdAZnVdSncUK2VAUS5qfWITeV0FTN > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBMeG0lDXAvo4pQfsizJTllvLbqVQNJx { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ug9Dsd6FKzP83tHG5Ts7vpwpsU0qwOPR { width:20rem;height:20.5rem;top:9.6234388351437rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACOqcRZfhKVTfBkW9w8LN6XlrORQkTI0 { display:flex;width:2.25rem;height:2.25rem;top:33.249218940735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTdmzdAOlOTAlN3gkTD4LTe7elH1JuSH { width:17.5rem;height:6rem;top:33.248439788818rem;left:2.5000001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNunTF5bWe2TbQPgmTqBGoRALqQFchbq { width:17.5rem;height:6rem;top:40.374219894409rem;left:2.5000001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hREvlmy0cnVhWhP7TQmc5GXPCTI2Rzpq { display:flex;width:2.25rem;height:2.25rem;top:40.375001907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ht1QlP7PQysd6AryeKLBG6IXGVRKWCaC { width:17.5rem;height:4rem;top:47.655469894409rem;left:2.5000001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5oeTUKJJTHXgPEykdKndNVh6d578ngL { display:flex;width:2.25rem;height:2.25rem;top:47.656251907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S5BcoNVgFTzREfkR6Ub93kZTxgHI3LAW { width:17.5rem;height:4rem;top:53.1875rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7zckCrVGWTzTTSwvFoRNT1oq9c5br94 { display:flex;width:2.25rem;height:2.25rem;top:53.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zJFaXisaivVPr415tnbNMaartGqZreWk { width:17.5rem;height:6rem;top:77.4375rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kqx8fZZST4Uo5mqwndPnBTMTyw5d8Kci { width:17.5rem;height:4rem;top:71.875rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3uu8MP74LUHHeXskRyVCyxwayIymtCn { display:flex;width:2.25rem;height:2.25rem;top:71.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFuc1NMzaBJWEIT3XwWCrQK3TcG89E4c { display:flex;width:2.25rem;height:2.25rem;top:77.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UQqSfGg5sWS4gb1Bne1r2lgsHyL7glUP { width:17.5rem;height:6rem;top:64.4375rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arEOT33XfxbUQ906VxBzwt3nuPftEeTi { display:flex;width:2.25rem;height:2.25rem;top:64.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fRXmOvm4aroe1Jp1cbOuKvgklQnAwLK8 { display:flex;width:2.25rem;height:2.25rem;top:58.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u69eOQD6FhDhvFSIGw91hQMFXKh3ds7v { width:17.5rem;height:4rem;top:58.875rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1MS0tNy1locD0bKrbyIWd5e0x7PMh6A { width:20rem;height:12rem;top:84.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cptAbX07oTZSed4QrcnMpkpTxWq0oC2S { display:block; }#cptAbX07oTZSed4QrcnMpkpTxWq0oC2S > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUi0RgyGxsLgJDX70gZ2qIU2eOcf2e24 { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG { display:block; }#BsP1XwTNKf2iOD5gHxJTN5FubsPdWdRG > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzREfkg70XVCNt7QdXVs1LsrW1z3yEx1 { width:19.875rem;height:14.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqvBeyh3DhT9L2FoCCuCm0MNKX24aIA { width:19.875rem;height:14.25rem;top:16.779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO { display:block; }#WS8A7Qrpu5KP0ixOLfrPrwA6hsxIRebO > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFbXBN0nkWVtx6Fzmz7MTubI3lUd9eWk { width:19.875rem;height:16.0625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2NevAtOL5lOyayVhXJ77ds3sbumQVb { width:14.875rem;height:20.75rem;top:0.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZcHrMvgD17H1hOuT6mzJXA4Jqtu5ycL { width:11.6875rem;height:19.1875rem;top:39.341796875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUN7lT5Nu6gE8PytKKK0NZT86vnN3geT { width:13.375rem;height:19.3125rem;top:59.779296875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 { display:block; }#TGmyo8aqKbWLbstukJu6yGefhLGiT4M1 > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6VJLqoAbFsxXDGrZ9ssymIaRd6AhD2p { width:20rem;height:12.8125rem;top:1.5187501907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S { display:block; }#fp5D9ruKp2i5SzK79tJcDJ9fTw8Sq10S > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNUOLPTfei5Ifqo0SlSqV5XHHiAV1NhT { width:20rem;height:33.3125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJEBGBZHQ34NnPOezSFGnxar6fNBciZQ { width:20rem;height:12rem;top:36.3rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QERhdaN9C0do0zFLvf3ZB3WVSr0ea1p0 { width:20rem;height:20.375rem;top:49.7375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC { display:block; }#BmJRTJQnnrzm6OIyAQui8JzbfCAH6ePC > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpkoPA5A1MIyvTB9qD0ckFBoppQrnxLy { width:20rem;height:17.9375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdAT9xnmGIZdeRWDZxQAS3BIGt4BcADN { width:20rem;height:7.6875rem;top:20.7rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1aS9AiMfrh1X5oSshzBbXcSetnZLWd { width:20rem;height:20.5rem;top:29.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH { display:block; }#Fit9HxkK5NzgpMgyrSl5LXISHi3yxRWH > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHaaAZb82lWTRir4gEEJ5KuT70C4o9Ah { width:20rem;height:7.6875rem;top:1.1312503814698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB { display:block; }#ctlG76gJt1q3UNGJrlo8kvTWv67pKOCB > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIhdlQEQt9SerNEkwOJqyBTwA0fv2u2U { width:20rem;height:17.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2GzfwCR7OwpD28ca3OV067aH7m1cUp { width:20rem;height:17.625rem;top:20.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 { display:block; }#BPQu5u4IqEpaEl5M3yRUBh1BrVQ1yS34 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeMmDFTTQWBcPFC5WFSarPsdiM3ZxPsI { width:20rem;height:17.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tte1mNazK2NwKpTBMviG8MHT8wKQG6Hy { width:20rem;height:17.625rem;top:20.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd { display:block; }#Xd7BbNKA1RkwsoBDvWz0MCEgg7iSBobd > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCM6EfbPuPu2pS4QJcluZ2QTFfzh058n { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpaFzTX0vJuRLPfZturngyJ6KTnyw9Th { display:flex;width:1.5rem;height:1.5rem;top:10.3rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #xg7i0FzrMtBc4Nti0bOzF74VEbUIu4vi { width:20rem;height:14rem;top:13.05rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxH6HLCngAZp5dhMftcb9sC4woRUHn32 { display:flex;width:1.5rem;height:1.5rem;top:28.51875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #gRxcwTz2uhsQAq41IPITqhU3R6FgDqTy { width:20rem;height:14rem;top:31.26875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auPgbvTd9UV5PrbN5GPRWU8hcvL1tCeL { display:flex;width:1.5rem;height:1.5rem;top:46.7375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #CLaIHdJIGqfIpQOvA59SmALJpZ9ry48Z { width:20rem;height:16rem;top:49.4875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTnzsVd3USITlxCXpyQtoeJ0xOiGotFB { width:19rem;height:4.6875rem;top:74.1123046875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAQ28woVMA7uBoJQLoUNOtktWlhX3if { display:block; }
 }@media only screen and (max-width: 763px) { #GXeHgvJJ1upRGKUoioeoAAXJqTz5Nan7 { width:20rem;height:5.125rem;top:66.9248046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxLZauzov2SpQbPq86TTRs6uDFs7QhJm { display:block; }#JxLZauzov2SpQbPq86TTRs6uDFs7QhJm > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR0NiG8G6bkIgmAT5Su21w2kwvvDcmEP { width:20rem;height:2.5625rem;top:1.8250007629394rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqB7ocAozSf4bWpuuldna8f3CRcQCKXT { display:block; }#KqB7ocAozSf4bWpuuldna8f3CRcQCKXT > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcevrEeeCTbEPQBqETB8g7BLvgcdDzvB { width:20rem;height:70rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnAeSWLOWR2450i4OqJIUkCRiQ1t8MTH { width:20rem;height:14.347826086956rem;top:71.7080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCQoHDH6uf1d9WWtLZKcwDWrMf5pq1lo { width:10.0625rem;height:10.0625rem;top:87.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EssTNzI6OOrk9LrueoOb5lyr3oXVpChh { width:10.1875rem;height:10.1875rem;top:97.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMT2EzTHCdeXILB2ZFCDgbOEs0htJhF { width:9.5625rem;height:10.4375rem;top:86.9931640625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kve0eTo8f0l2CvmOwh84FC1pAF7h3SqR { width:9.9375rem;height:9.875rem;top:97.5869140625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 { display:block; }#iZt8W22PhOWxHXuSxoMrBpoGifiT75C5 > .row .container { width:20rem;height:167rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u11rvHqh8SdfpqmngaHFsbsbh4Xzzvm0 { width:20rem;height:20.5rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwmhJNz2J98PgJ8oT7KDK6KadnHub0gW { display:flex;width:1.5625rem;height:1.5625rem;top:23.3rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #UZxeRQT5CyX9MpqIzgUpVsQ6IH0aTQgh { width:20rem;height:6rem;top:26.1125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkbCzb6h2ZCM80yZwune713PABogtyXV { display:flex;width:1.5625rem;height:1.5625rem;top:33.45625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #k7nT9QwQGylp0egLyHMVckseRvM8dWfp { width:20rem;height:14rem;top:36.26875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxU1QOdgbCbgOl6OVOtUDC8LFtSx8TqF { display:flex;width:1.5625rem;height:1.5625rem;top:51.7375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #rTwXe1HDtJkAAWV8q9TaP7xBImD4sVA9 { width:20rem;height:10rem;top:54.55rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3HaPhp7vX0i8Fs872osvgJpeMO2KDAe { display:flex;width:1.5625rem;height:1.5625rem;top:65.95625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #yAAk0TLzxdV4vM9CsKWdJEGsi9eTPSbz { width:20rem;height:10rem;top:68.76875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVPl1EmpGKFhvmgxAIddSZL6OaJLUKBF { display:flex;width:1.5625rem;height:1.5625rem;top:80.175rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #zPsAxnC6yuhHaXQ82InAfihFID7OZeTJ { width:20rem;height:8rem;top:82.9875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mC8TVH1k2GeKV9CTChZvvKJ7rqd8kpoB { width:20rem;height:10rem;top:92.3625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLrkeh5pi1oisOUMyRFRm7my3RKkHfvO { width:20rem;height:23.0625rem;top:103.76875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Je1g5SeF0KQV3tOxFIH9XtbPDFAD5GJf { display:flex;width:1.5625rem;height:1.5625rem;top:128.41875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #CGDmkhWQXEwh29ERCmlOS64ehIWSMuaC { width:20rem;height:6rem;top:131.23125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGmfxR0wPbOTPDWJHCh0lTGSOaDH7a28 { display:flex;width:1.5625rem;height:1.5625rem;top:138.575rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #xqlSP4itnN7WaZtK580RpmVlCU03P3hq { width:20rem;height:4rem;top:141.3875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmaLpHGed3syZ5yDRWyXTqCVATZxS37k { display:flex;width:1.5625rem;height:1.5625rem;top:146.7rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #I0rT7PFGkIaQJXiUzFRAhbOR7TfcNZgD { width:20rem;height:6rem;top:149.5125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTl4cowvsBWbPD1uAIc6x3WOS6olXblN { display:flex;width:1.5625rem;height:1.5625rem;top:156.85625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #mNK7VgkgdrEfpmeu9fD0WpuTeA6T5BbC { width:20rem;height:6rem;top:159.66875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK { display:block; }#N16NvPJAiSGZuJk3vQKt22RRQ4MrCrHK > .row .container { width:20rem;height:38.849609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsTXQZ5JFJD9pya594HqCNTvI5NpwODB { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfHbb0kb8RicHtOdGUZStxgedIfJQFbi { width:20rem;height:33.75rem;top:5.1rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG { display:block; }#QiWCfgR51bOgTuBtrtMLdIclvnUlxlDG > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QS8TChvDdTo4b04RiRG8qyL9BaVNQnQT { width:20rem;height:7.6875rem;top:10.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKJ476Hdrkggw9015Q3TKqS47H6ydyAe { width:20rem;height:9.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ { display:block; }#vETaHnqvRQP2N6ULz7rcWMNKuTyNSMrJ > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzW2LBhTyA8shmVy2TClgc4xASZFr1N8 { width:20rem;height:69.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtblcPuWAgfRAgnq2DlTRsdm8u0VTzHc { width:14.875rem;height:19.375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBONK2ioye24Du27hfq9meS35DS9fAub { width:17.5rem;height:9.375rem;top:23.75000038743rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04RlLOgRvFpqSKyOcX6Xd0IGkEWBuw4 { width:15.625rem;height:7.3125rem;top:24.780473232269rem;left:2.1875001192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvu4veqBUeBfbmJZqbMTdrZWMLVxCJGn { width:17.5rem;height:36rem;top:34.081250190735rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdTFtWvBdr00nCWWSp4IQLla9cD9KuHP { width:12.5rem;height:1.8125rem;top:68.5625rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiFwdbWVaVigTASmbcVvdtIZOMy1oWit { display:block; }#PiFwdbWVaVigTASmbcVvdtIZOMy1oWit > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnsQNUVnGfHqvS35zIv2xr8Vd3Jq96Gt { width:20rem;height:74.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKCvovUvy1l1EkvbQ0hX3BpPJsVTpCNs { width:14.875rem;height:19.375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEAwJyIXFQT4tvMGstBqS59eNZmmqMFz { width:17.5rem;height:7.4375rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfT3tEOTZygTrzd5qgX6Zb81nBTbSu73 { width:15.625rem;height:4.875rem;top:25.03125rem;left:2.1875001192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiNQ3GVoqshDoTQfAWBfIZwW5BsfSUNk { width:17.5rem;height:40rem;top:32.893751144409rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP4K9Q6VfQDHSDKAXvx916lFIwRVqfCR { width:12.5rem;height:1.8125rem;top:73.8125rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA { display:block; }#ZwLPiIin0QvKy48Sg5keuk1oIEtUAlGA > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUyivs0CwGzBE22VtecxQ1FrL9yNTsT { width:20rem;height:68.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meqhCJpVJ4tiMMJZeE4lhpny3xUct3Sm { width:14.875rem;height:19.375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsN264vRlfFbbeHOpP2ZACNIakJphgd { width:17.5rem;height:14.3125rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwzMLARMGzcJp0AgvmTqOmSpwPnuKNut { width:15.625rem;height:12.1875rem;top:24.780473232269rem;left:2.1875001192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4akChvkAxOM6NRUkJWGdkVa5fDZX4ek { width:17.5rem;height:28rem;top:39.956251144409rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpuNyU4X4sauw4QkA8yqbxNAhdAd0dNI { width:12.5rem;height:1.8125rem;top:68.1875rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn { display:block; }#FlrJZCVs21Memu0Xsd7RQRLqwIMtF7Dn > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV5493t6wyOTQLrWv9I1IxQ4bAU1KtMv { width:20rem;height:71.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8zXJL8aXiJ15WkkhTCc7F0Hqz7hTAeh { width:14.875rem;height:19.375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAv4iqK6RGIlVHOTc1smWVXTTo185IO { width:17.5rem;height:9.375rem;top:23.75000038743rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6X3eSIvksxhxtkzVZ2FQbzNH0awLTa { width:15.625rem;height:7.3125rem;top:24.780473232269rem;left:2.1875001192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiZIpLT7F6Av1wIlmOixwQ8Ww1H6nB5Q { width:17.5rem;height:36rem;top:34.081250190735rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUWl8LHFbcWU30U51L59IuItzVKNtacm { width:12.5rem;height:1.8125rem;top:70.8125rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ { display:block; }#IE8Wu6BJdlelkKxb3hlHfwyQQ3nHyghJ > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTLbi94FPDbSJ7o21xJ2CQDreofdZKwO { width:20rem;height:67.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiuNqxie03L2aP7lOE0PyDPT6HdETfTs { width:14.8125rem;height:19.4375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfP0k78dbvaEV7oILx0xROT31XIpH3ix { width:17.5rem;height:12rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqdacl9tnRLsTsvR6FdLQ6ktqUBCaclt { width:15.625rem;height:9.75rem;top:24.875001907349rem;left:2.1875001192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6JIBwkzXoozAenica9dI5NqfkyXwaDw { width:17.5rem;height:28rem;top:37.768750190735rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iICnhG2lg1uXEZTorcKoq3K9T5Z2suQ9 { width:12.5rem;height:1.8125rem;top:66.5625rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXncF47Pb67EdSED998XBvy8lLLNnTTW { display:block; }#xXncF47Pb67EdSED998XBvy8lLLNnTTW > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoD02cuFpriGa0Xf2VcZhRDxWLuAhJQE { width:20rem;height:78rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXRqw6Q5fQAWiABBxuBd2GlZdpc1khJM { width:14.875rem;height:19.375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE719e5M8Z7mRJEl8pKO7sTiNWUPqs2J { width:17.5rem;height:7.4375rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqwQZmMo45QS8T9mti5JlxiqhCZTIHv { width:15.625rem;height:7.3125rem;top:23.8125rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1pTsQt3VAq97A6g2C8pMyLTT1ditHe { width:17.5rem;height:44rem;top:32.893751144409rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkwW1e85XEI1B1dAr6sBbu3cBDnBJsUa { width:12.5rem;height:1.8125rem;top:77.4375rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S { display:block; }#bcoeQZXhFN1xhuN9HvLpRDKdH5lzXh1S > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiVbeQsgbSaehmuNvT1M9U2l5t4KZHcq { width:20rem;height:62.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTd9x3qsTI0gokAJzIblueg2wNwA8ase { width:14.875rem;height:19.375rem;top:2.8125004768372rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOWqzeDqHaIE2Cy7JzudXrIikIB5O2PU { width:17.5rem;height:7.4375rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyJWyZbsTZxIFKawh72EkzI87O33gabd { width:15.625rem;height:6rem;top:24.46875rem;left:2.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1rC4POuJ4CLLSh4CGU6SFwCbXRPJ3gs { width:17.5rem;height:30rem;top:31.625rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3l9GHRHkrgubwrP2MJLq1TB6wFxGJ9b { width:12.5rem;height:1.8125rem;top:61.5625rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh { display:block; }#JZQpHDD3k5K6se9gOmWUK11sJ9b7EyLh > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W058hiLFL2iaO18ZyWKgg4eTCvKJDN6E { width:20rem;height:7.6875rem;top:1.6611328125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGBuMQCkXrTFd6TomOHtpWyR41Bi567q { display:block; }#TGBuMQCkXrTFd6TomOHtpWyR41Bi567q > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8kET8inQeU4r5fvJItuKsaBO3U8SyBR { width:20rem;height:75.375rem;top:1.2187490463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5rdkcM6TZCyvqzuoCAQy5aPl4tAXloM { width:12.3125rem;height:19.4375rem;top:3.4375004768372rem;left:3.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLJVlrFkF0Zos98S1RJPShV3nTK1CTiX { width:17.5rem;height:7.3125rem;top:24.125001907349rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoTT0pwDk5xIHK4rbp26s4WM66NTfTul { width:17.5rem;height:42rem;top:32.530468940735rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX { display:block; }#MDkPKLC1VGNAAc00RDKlg5n20uyQiTeX > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGeog6mQsdKBfssdDVepXC2DxwawphkH { width:20rem;height:53.5rem;top:1.2179565429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd3JtITe724VeEifcPCIn1iPRoOLS1RT { width:12.3125rem;height:19.3125rem;top:3.4375004768372rem;left:3.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVliZcy3en1H9Ku8TJsUQWJDnn2AUxeQ { width:17.5rem;height:7.3125rem;top:24.125001907349rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSMifUeSA8eA3kK2RM2Kr75EaGn6WRiu { width:17.5rem;height:22rem;top:32.530468940735rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e { display:block; }#LdhOW2meU0JlgeB0L50W7T3XU5L4Sl2e > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXvMI9LlieAX0DcsWKy4f0vkyemgWoLh { width:20rem;height:63.1875rem;top:1.2179565429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmntzraRViWnggE899QNrmVsKfaOABoh { width:12.3125rem;height:19.4375rem;top:3.4375004768372rem;left:3.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzWRbiz7LMDC2TkshRz1m3mEuJTHUOnA { width:17.5rem;height:9.75rem;top:24.125001907349rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS7Q7SfwWxN4IIsxRudH327q95T9m0it { width:17.5rem;height:30rem;top:32.530468940735rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW { display:block; }#y0f2VqBRp9nIEkqMZaE5NHOIc66wGmgW > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTreIy5ZefEp8PNbmcieXcT3JQmKEzCH { width:20rem;height:71.4375rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS5TMT72ZgS3PfSFuGbtJIAV1GSwzbXG { width:19.25rem;height:9.6875rem;top:1.75rem;left:0.27269767992424rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSTKCN5Vqh5XmsKBXfE6FERQ6h63sO3D { width:17.5rem;height:4.875rem;top:12.25rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbhCODu4cWkluIIOleXJrornsfOosS3 { width:17.5rem;height:54rem;top:18.3427734375rem;left:1.1474609375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT { display:block; }#FGi9THtIoSrXU5GsyGU3eKVF1Jea0ZzT > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeuzuUWL9zsUg88KbTbNELIbSiPXMLMG { width:20rem;height:60.0625rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p6c2QPuNpI83QPcuwIcsfrzyOV6TSF { width:17.5625rem;height:15.25rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51OpZBm8lz70Jyu5xoI2dXDI8C7c2kG { width:17.5rem;height:7.3125rem;top:18.4375rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmITypyOeIx7aWsCCy3zCKbnwhyAwUvR { width:17.5rem;height:34rem;top:26.5302734375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI { display:block; }#Z4XyEfrNnAAvCzqQVXs3Dt5z6RkZQKmI > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcekhOREVqihFk89EOSbOvEbxb6T9zeN { width:20rem;height:74.9375rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT2GRHxTSrnJilnlLz2fW2coW6mmy6V3 { width:17.625rem;height:15.3125rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFcH91v52rPu83z9RXT5PprHf2oRCCBt { width:17.5rem;height:9.75rem;top:18.8125rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGkVo9Hy8g9BEBCmsdRndhhnvVGkXBnV { width:17.5rem;height:46rem;top:29.8427734375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNP3lV04f5vSo32N27KzeCtLvPgibEP7 { display:block; }#FNP3lV04f5vSo32N27KzeCtLvPgibEP7 > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukqFDkJE38LGvdoTWXro9JqglJHcg8Xl { width:20rem;height:67.5625rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkMFpzZyK32XIgF3kBSVlgMdMhBvc0Th { width:17.5rem;height:4.875rem;top:24.125001907349rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItJduSRH5uxe3pE43t71naOe1FvAFu0z { width:17.5rem;height:38rem;top:29.9052734375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8PUmHRHXQU8b1W9TQdW5RGwRxTyb4ru { width:13.25rem;height:21.1875rem;top:2.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 { display:block; }#ug79fXtVaus0uhJeZa3HCRoI0czNPgz4 > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1yTUQ8UrLpLuFw0TOGpd5tOEG47TIkd { width:20rem;height:61.8125rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt24TGDS9iVaBT9vMzUvmuox9xeVEpZn { width:19.25rem;height:14.625rem;top:2.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA822ZLI4MDFakxoUEOElNEAwQTayZ1h { width:17.5rem;height:4.875rem;top:18.1875rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqnDyvFUTbkXv5H5PcabGB2efDa2sadV { width:17.5rem;height:38rem;top:24.0302734375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU { display:block; }#NwLNCqHyEPdEeGvMm6q1ma7G4feN32VU > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq32zwV1oLaDDabATSFEsTrMsnaSbmT7 { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEeu0msIRTd0CvsGgTlxmGEMsBDBEhdh { width:20rem;height:12.8125rem;top:10.3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5uPyxDNTTxxs9pcUwbzZyOqTMbifSqe { width:20rem;height:12rem;top:24.13671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5fMLIdRkI55oHTngW0bOZi9Db7Rxdu3 { width:20rem;height:10.25rem;top:37.474609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdrqJTquwsxfwHXNANtBiEl19a4lNFgS { width:20rem;height:6.9375rem;top:47.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDb0u6LGWW4qTdy49e14ox3hy6iSiRN { width:16.8125rem;height:7.375rem;top:47.662109375rem;left:1.59375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ9zbEGtCMClMnyVrm9TcZteUdig1tGZ { width:20rem;height:3.875rem;top:55.037109375rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwaW9gxi8fk5moptmJWOTKTrZQto2k4D { width:19rem;height:4.6875rem;top:59.481262207031rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBzvTdlRcm7CMgAD2hz5XeG26rsmsMn9 { display:block; }
 }@media only screen and (max-width: 763px) { #PWmBnSHCTtP5CWTqruBRGXVutqlqpWrr { width:12.5rem;height:1.25rem;top:65.41796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkN5unf3guhpg6lJfKCLQmVbSxe4Af3y { width:10.25rem;height:2.625rem;top:68.41796875rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL42wPOBNhdoxqUXIfeO75aTFFDccLDL { display:block; }
 }@media only screen and (max-width: 763px) { #zVLTrT7pxuV63BerqT5EcNrgEP549gJG { display:block; }#zVLTrT7pxuV63BerqT5EcNrgEP549gJG > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkwEF10TNMwiswTUNcPWnv69cB6RgyNx { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw { display:block; }#GkqRLVKRSwsrECSbLu7zXdppF0pRo9Xw > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2lTzGv2r5XTypKyrRREk8foFfchDEPS { width:19rem;height:18.9375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9UJ3npi4ARiXv1CIOIo5BDeO6M2nTbv { width:20rem;height:28rem;top:21.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc { display:block; }#tUkpSzW5xJnNWlMfvHZCxUNMu3UPPHIc > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdPrvy8DPyONrN31L3CU0M3XiGAK0lCn { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2tRh1OCXLmi0nspCzrNUTX3yhcXGIUp { display:flex;width:2.25rem;height:2.25rem;top:7.375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PQTES4V6mfUaT6zp6GKQp0ZuT2zJJMgy { width:20rem;height:8rem;top:10.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeESWAq1rsNLzuBaodTtRhoTt2cdHnUC { width:20rem;height:10rem;top:23.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4hJWApTgah7e3ENIOU5Q6UIVhq53zUm { display:flex;width:2.25rem;height:2.25rem;top:20.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TrRSXnE8tA0Hmzq7w65KEdAOz52v60wB { display:flex;width:2.25rem;height:2.25rem;top:35.15625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #lDy74uMmAlacWdFGcfEZeHhUPeIbaa5z { width:20rem;height:8rem;top:38.65625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLXxdEpsyFXu0TmmnuCux7iu26I55raH { width:20rem;height:8rem;top:51.53125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Koy4WAs8UDK2L6fUL7EuNTLpVhgPJwZI { display:flex;width:2.25rem;height:2.25rem;top:48.03125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #DdMQOTM0VxrBwIHrXLx8cQ3sESOOJc8s { width:20rem;height:8rem;top:64.40625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAorFvTSPTFwzlSRi5OIxx2WAv64G1Gl { display:flex;width:2.25rem;height:2.25rem;top:60.90625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK { display:block; }#MnZWVJFbkF3ym8h7T2BrMqRommuhPXXK > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymTM0aGi9q6v6XynMDAvqyOBh1231X44 { display:flex;width:3.75rem;height:3.75rem;top:2.2999999523163rem;left:8.1250003576281rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #Rq5WlUCtvuNVCP7r0ZuLV56ushKhmIVQ { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:5.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QBoDQEZGdzC0qW5RGIHRtvH3FuEhKVxk { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:7.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lIBIWwXnRhd0HEkukBCTVnCNAMLTTRWX { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qeMMIZTkPX0MZ07o9QxCCX2M6UwsQ6X3 { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:10.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xEKQ30XR8r5STblix6A2nfvTOH1vJG0q { display:flex;width:1.875rem;height:1.875rem;top:7.125rem;left:12.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EVe4R98H84zKbRR35VsFIZAyPiEg0QHX { width:20rem;height:22rem;top:10.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAtcV4J9aMu63tyCREaOS3eiJAuZG7Uu { width:5.25rem;height:7.6875rem;top:33.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU { display:block; }#GG1JZa54BuJKLmrMKgwK72H64Z6pTpdU > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAmvwzH8WdbnOiwbQ1CiAq1UgTA8BnFX { width:20rem;height:16.25rem;top:2.3125rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9Ekiss7mwfcqIdxFNpzdBy3I2lFQao5 { width:20rem;height:7.0625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZqMSzmtfxhkcmlUxCxS34BvMGOm70Q { width:16.8125rem;height:7.375rem;top:18.8125rem;left:1.59375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDQqL7ud70xg9TmRiMxXPAZnJ5JWBDx { width:20rem;height:3.875rem;top:26.6875rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFMyy11xs2UuieHZdDZZUaiNpGmhFxnA { width:19rem;height:4.6875rem;top:30.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJiwWE9WiFs40Et3pmWSr7v2L9XregeJ { display:block; }
 }@media only screen and (max-width: 763px) { #Urx9T7g6sOWpmsSvpPAO2IOTO69Th2od { width:12.5rem;height:1.25rem;top:36.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa { display:block; }#ymbZeyOnEtzyNcLIfV6Td2EkO48CvcGa > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWeWm98oPXC0IKRDqNopMVyHoHTTBHs7 { width:20rem;height:7.75rem;top:0rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF { display:block; }#ASSyorOs6TS1i4a6Q7PP8eBUuq3wOlcF > .row .container { width:20rem;height:152.8330078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKXwylV79QDRJHntxpNi2oXcyxNGn1q0 { width:19.25rem;height:20.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTf0CSCHELU1pK0iZ9KTX9sTTt9HQm4 { width:20rem;height:128rem;top:24.8330078125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgcLvALvdITDCK6NcozCTKIIMyeX4X3H { width:20rem;height:2.5625rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS { display:block; }#fHtZ88rEIEkUOgC1kuwzJ9DTTtH4J9FS > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfNOv6T4hCI24I9pxh4e83D9SWq4c4JD { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNS6VFw9xCt82MSo03wTmpotBcLDliq3 { display:block; }#TNS6VFw9xCt82MSo03wTmpotBcLDliq3 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgAbbgWBPET0w1sckZMIbXoFsIWno8Ew { display:flex;width:1.5625rem;height:1.5625rem;top:1.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #oeTyf3y8Wan7PM2GPq5UUG3T7gbBTO0W { width:16.5625rem;height:8rem;top:1.25rem;left:2.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNToUFNaBJuTKvAyEnKDzAbca6VKB2AU { width:18.75rem;height:40.625rem;top:9.78125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 { display:block; }#TTRXXncUWeHT8862wVIXAFEGi8OT1Gd3 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iql4GqQNfoiK92RJZnxuTOQTxXB1adbP { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #GtZen9bZwuPeuURqLZi0ewcgrQLECFKD { width:14.625rem;height:4rem;top:2.5625rem;left:3.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFHGfwQx75MZw6yzBD6OzVBBVUOCs5fd { width:18.75rem;height:34.125rem;top:7.34375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 { display:block; }#GLdiyB2gsXCFxMo1XTs5HTerHEqOqq63 > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk7X3GqJADcqB6AQyrRwWZo30pS6Hn1L { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #JzhO1euboO0TtPF97HG4q8N2tGtlDIJ4 { width:11.5625rem;height:4rem;top:1.6875rem;left:4.21875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKUswlW0EPZLGPGxBz5Bny19yFadkZNI { width:18.75rem;height:50.375rem;top:7.28125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS { display:block; }#V9dJqM8stmlZDK9QLkb6T2lsNU5pI9gS > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TecAKc7QX3VnM2t1vBO23RfRTObMliQq { display:flex;width:1.5625rem;height:1.5625rem;top:1.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #kG6wOhJKTG3F2miSFzqcn9H6SSE6ZX9Z { width:14.5rem;height:8rem;top:1.625rem;left:3.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf { width:19.9375rem;height:22.1875rem;top:24.3125rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#sCZ4hHOEOuK9ZU3oHiG2l3nbzyQybHOf li:before{  }
 }@media only screen and (max-width: 763px) { #NJNEGRsvgQHBaoE8ZpGMNMH2LblkBcrT { width:18.8125rem;height:13rem;top:10.4375rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu { display:block; }#VBIig2eSyXTNxvDFePRKRtGPx0X3Llqu > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STElz1172zOIaWACvA0llFvBmBC39DlH { display:flex;width:1.5625rem;height:1.5625rem;top:1.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #fxKwVCxyGQ0cemrmslVi0nHGpqpiADD0 { width:14.5rem;height:4rem;top:1.625rem;left:3.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7bfcbEJlF0Zh8M0VxPT0LHGcyFsA5Vh { width:20rem;height:21.125rem;top:6.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeuTKVQMbyyMNID84CK41DLvchhSOhug { display:block; }#TeuTKVQMbyyMNID84CK41DLvchhSOhug > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #octyldwpHT0BTJSGdu66MWyTIJ2ATxkX { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #po0hHvev68ATx17p59xUHuDzy6EhPVtq { width:15rem;height:10rem;top:2.125rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8qznMMDHMowuZTr2HAk9tTT330wdybX { width:18.75rem;height:11.375rem;top:13.59375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG { display:block; }#rogNzeM5fGuuQcd1nHWgJEHtMhG54CaG > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGPnTiq2wAl8TRdXzNRlsLQbJ6EBK4Ir { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #O1cn0bg5U2IeqyJePVPlVfr6VCsB6TUb { width:15rem;height:8rem;top:2.125rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4FHsPuVTiLmXFiZcUMqDeSa8SMdcTL4 { width:18.75rem;height:19.5rem;top:11.15625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi { display:block; }#Tut6V9NvPeGP2ldCZTUeA22cTkPR1foi > .row .container { width:20rem;height:37.03125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcvKC6xJmx5GeQglXQ4QWwTXyEZnwMO5 { display:flex;width:1.5625rem;height:1.5625rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #MIOUzcrtS5Ok5718D5OnaDb2feUQuCNW { width:15.3125rem;height:4rem;top:1.3125rem;left:3.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdkpJ8Wc83pPmAWRuIbtLzSdC53shf4q { width:20rem;height:30.875rem;top:6.15625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl { display:block; }#qfuK1bqLpaTUbxFGJqLa5XuMiatTOgxl > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGgiWbntzH4UNiIEsP98B5MRr27dMKbI { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #dfl3TgvpDUNWcSv0PVqyydUabSdna68e { width:11.8125rem;height:4rem;top:1.9375rem;left:4.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dc7XEUv4nKCyT2wlAHrzig0qk8tyTgRN { width:18.75rem;height:35.75rem;top:7.21875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF { display:block; }#qiylS5IPTlCH2DsN71pzdrKq6k6rwNxF > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLSNb67k6L867hKitxmRTkBnwda7ozoG { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #xsmQVDQrLS6kMqDotSvEQQiwHdT6dyqz { width:11.8125rem;height:12rem;top:1.9375rem;left:4.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lV3Z0VOFUec49BL1uZPsLNkm04qHpIxd { width:18.75rem;height:29.25rem;top:14.78125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d { display:block; }#CmTrTOpu8yQcV3vaxt6Iop8MgdZ8rX9d > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qk902KL5bgLNbxownqPOzMKMyHHqM8pU { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #I6BZqNUSDsAJthpcS5NpqdSy2h5pQ1I4 { width:11.8125rem;height:12rem;top:1.9375rem;left:4.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGNAQJqSa8dzzzCWMIwKoi1iXylrGS1L { width:18.75rem;height:86.125rem;top:15.0625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w { display:block; }#RDgUMUCDZI7pSUn3k0HElQqW3h5QxQ3w > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKkZaTfMWGAX84vUpFfiZ6HwIerptiPu { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yAcGhWCz761aPI22tm50CsXJgSTyQ64s { width:11.8125rem;height:6rem;top:1.28125rem;left:4.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxmJl3PyGkik2lsBDTca5oTkd9FgnmpX { width:18.75rem;height:58.5rem;top:8.53125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV { display:block; }#twHNJ3sS4aXkRHlaQraGBI4cD9vDMnHV > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VabwTn4riUUW2cNM5kGc0RJKUTX9vDod { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #VmboZxQF9QFT49a1Sf78MXuz4b4mghoS { width:18.25rem;height:10rem;top:1.9375rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUCcSADW8TR5WK1Fr1GRwDT9B4skJX1h { width:18.75rem;height:40.625rem;top:12.78125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ { display:block; }#HtwClyLGo80hZkZl6BN5OKeSc0xvKMVZ > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWHBffeFMN95cOd2FQLUOa9OUQatJr1V { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #CIuSyPM2CvOQ3GDSm7TvPeytF9D35ZZl { width:18.75rem;height:12rem;top:1.9375rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVRcT15N1wnW0Jd5wW9hPfUc90nGNLxl { width:18.75rem;height:86.125rem;top:15.34375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC { display:block; }#CcWzwTAQvgMPF3LnBWBAC0SpUCdo2EDC > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsF3v5ND80R2KAqPW0Me7SLDQJUtRLbV { display:flex;width:1.5625rem;height:1.5625rem;top:1.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #w92mkCqC5VAyQGieJ5rlQL66OZqGoyzx { width:16.25rem;height:6rem;top:1.9375rem;left:2.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTFOptk0sNFIKXrcyuirb9eRNNgHwpeG { width:18.75rem;height:65rem;top:9.03125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSLgnXFRTV7OILynq81P8aDuIZKngTUJ { display:block; }#SSLgnXFRTV7OILynq81P8aDuIZKngTUJ > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqyuJ9WE2qkGItzxZmf0fI6pcQxhEBxl { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTCN1wGZE01NB6lU4mDPqmha6LFcgFeX { width:20rem;height:5.125rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCc279UsxkKdzyLAeRdyV7s2mzk4bvDa { width:19rem;height:4.6875rem;top:24.2375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfm6JUvsat58uTD8667pCFaOlNDmW2A4 { display:block; }
 }@media only screen and (max-width: 763px) { #vZOF2wtzIVwlt4oWuC9TVzzlFUoJyREH { width:10.25rem;height:2.625rem;top:32.6748046875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4ST0kZ8U8g31vBWPQNHQKbD987Tyrr { display:block; }
 }@media only screen and (max-width: 763px) { #rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v { display:block; }#rOiSZESOe9B7VXQwC1nU4Sdu3LHiiH9v > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEMCk60obePSstb5ueqkV0PGKJabvZcZ { width:20rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DarIVX4cpsUMdQD1HhyGqpeKUft8bOpT { width:20rem;height:2.5rem;top:5.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }