.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:235,246,243;--color-primary-1:188,225,214;--color-primary-2:120,195,173;--color-primary-3:60,98,87;--color-primary-4:18,29,26;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:174,219,206;--color-tertiary-2:120,195,173;--color-tertiary-3:72,117,104;--color-tertiary-4:0,42,36;--headlines-font-family:"GIBSON";--paragraphs-font-family:"GIBSON"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv { background-color:#2b4f44;background-image:url("https://images.assets-landingi.com/uc/6760f437-b8f7-4834-ade7-112224d943ad/JUST_R_landing_page_HERO_1920x1080px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv.adaptive-delivery-prevent-bg, #NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv.lazyload, #NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv.lazyloading { background-image: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { background-color: transparent; background-image: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container > .video-iframe-container { display: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row > .video-iframe-container { display: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .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); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { border-width: 0; border-radius: 0; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#CEG7VbN1cpuU5dWAHWcu1EUcH3WJO3gq { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:gibson;font-size:4.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.5rem;left:1.0625rem;height:15.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h67n2FcaJate6Bpax9rw2vA70fWfh7Lm { 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:3.3125rem;width:8.8125rem;top:2.5rem;left:1.0625rem;overflow:hidden;display:block; }
#MgIa07z5NfP6apIeuTEfTgtGQD2wbWTn { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.1875rem;left:1.0625rem;height:7.8rem;font-style:normal;display:block; }
#HGHoaIEFXWgZN3kTO5km7JeOkrWNuq09 { background-color:#78c3ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gibson;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.808625rem;height:3.12255625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.6875rem;left:1.0625rem;display:block; }
#bT68CkkEg91rqJ1Jt53Cv9pTQr1gNbUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9QiH1xhcRxxFJgP3y7a7siJwH0Z2DN8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gibson;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7495rem;height:3.1245125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5927734375rem;left:43.74755859375rem;display:block; }
#c582OtPCTnb2JHKAWKLMvQb8585zHc5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyCXIdbnXC2DbfeO40pDyIGiVvCfryxJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gibson;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9350625rem;height:3.1245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5927734375rem;left:53.4345703125rem;display:block; }
#mTtPl6FsXNFvZshsQVVsDbWoXutwR84Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMqAUa1eqBbd5AnkrttgD1ydVSnTkZMR { background-color:transparent;background-image:none;border-top:0.125rem solid #70ddda;border-left:0.125rem solid #70ddda;border-right:0.125rem solid #70ddda;border-bottom:0.125rem solid #70ddda;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gibson;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.99925rem;height:2.561525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.875rem;left:62.875rem;display:block; }
#rgQgSmgdPHP0xR4MD2KGSmkAa6APEDRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDfx51p1uCLdeLHfWHBU63Etn7E9FlH6 { box-sizing:content-box;height:0.0615234375rem;width:31.2480625rem;position:absolute;display:block;z-index:15008;background-color:#542b71;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.0625rem;display:block; }
#Bg9SBAIkFP4MyH2lq5th43dl0r2rtaSd { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:8.18575rem;top:55.000003814698rem;left:59.375rem;overflow:hidden;display:block; }
#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78c3ad;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; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container { background-color: transparent; background-image: none; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container > .video-iframe-container { display: none; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row > .video-iframe-container { display: none; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .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); }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container { border-width: 0; border-radius: 0; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#cBFwsmn7ySxNdQqH2tc6Iw4C0TTMRAJ2 { color:#2e3541;display:block;width:50rem;position:absolute;font-family:gibson;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.8746490478516rem;left:0rem;height:3.1253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekgpQIwBqxpNwFUWXeOMRA49Up7XgSHI { color:#222221;display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.559814453125rem;left:0rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78c3ad;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; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container { background-color: transparent; background-image: none; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container > .video-iframe-container { display: none; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row > .video-iframe-container { display: none; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .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); }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container { border-width: 0; border-radius: 0; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#ahLHBDGhRTaisuKEox3V6uWfX2xLQxwU { color:#2e3541;display:block;width:13.749rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:5.93408203125rem;left:2.4990234375rem;height:1.35031875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQCWdpQIhq25T4IK8z2J0ROwppdNTSll { color:#222221;display:block;width:13.9350625rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9736328125rem;left:2.4052734375rem;height:2.59863125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifTiRSPmOdAQhRPh8qnhfItEn4idGeuc { color:#2e3541;display:block;width:13.749rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:5.935546875rem;left:40.60400390625rem;height:1.35031875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtweJIvuhlLldEyxd34bs2fniksHb4D6 { color:#222221;display:block;width:13.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9736328125rem;left:40.60107421875rem;height:3.89795rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy1CxSMSLszZPTOTabK45LCM4JrTQNoC { color:#2e3541;display:block;width:13.749rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:5.865234375rem;left:20.46240234375rem;height:1.35031875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lorsQMK84PaQkKWdHWZ00PmN5Sd7QO3F { color:#222221;display:block;width:13.749rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.9736328125rem;left:21.01171875rem;height:2.59863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg0ZCfed786uzIHacuP5AyswRqrIUkDd { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.93750572204588rem;left:45.343753814698rem;overflow:hidden;display:block; }
#nG1Cei1epD2FVnOukvOrTBP6y5rDELiL { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.93750572204588rem;left:25.7734375rem;overflow:hidden;display:block; }
#O65ArUInvChgKWQ2VUSx5G0f2zIns1Dh { color:#222221;display:block;width:13.749rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.9736328125rem;left:59.560546875rem;height:3.89795rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m1BXFohmR6FbDhIpw1vdHNytSX6JXr1K { color:#2e3541;display:block;width:13.74825rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:5.9312858581543rem;left:59.560543060302rem;height:1.35031875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwU4vP4L8kW6cQ41iuQxaAK2zttkeiwO { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.93750572204588rem;left:64.871875762938rem;overflow:hidden;display:block; }
#KQuuMDqyefwNbToUrH5Lr23s7V5ys8JU { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.93750572204588rem;left:7.8101577758787rem;overflow:hidden;display:block; }
#fhi2TA3b8A7I38DCkWD5XJrfvnr7T2KA { box-sizing:content-box;height:13.6875rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(112,221,218,0.25);background-image:none;top:0rem;left:56.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IrsSMNIqC7gghC0QJ9h5M8vita4yz9HL { box-sizing:content-box;height:13.4985625rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#70ddda;background-image:none;top:0rem;left:0.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zhWQZHoUxRCJbxDHldRcUfKeoTZ22BzO { box-sizing:content-box;height:13.4985625rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(112,221,218,0.75);background-image:none;top:0rem;left:18.8251953125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KgPrmQA53LAoBMdZ9BwDhVxdrKUqJaJR { box-sizing:content-box;height:13.4985625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(112,221,218,0.5);background-image:none;top:0rem;left:37.53125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L3efObZ0BJJ9P31DZNCXz000kEBge64n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78c3ad;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; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container { background-color: transparent; background-image: none; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container > .video-iframe-container { display: none; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row > .video-iframe-container { display: none; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .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); }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container { border-width: 0; border-radius: 0; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#cefDZOagg9ulMD5GxMo4U7m2Tht0xAqT { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:5.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container { background-color: transparent; background-image: none; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container > .video-iframe-container { display: none; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row > .video-iframe-container { display: none; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .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); }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container { border-width: 0; border-radius: 0; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#USGCTzerTLl6rwP6J6ZPE9kfpp4I3HNO { color:#222221;display:block;width:29.4375rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.17529296875rem;left:42.6220703125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m99i5zwIlw5uIASJkBADLxOg5uy4uxUs { background-color:#542b71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gibson;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6796875rem;height:3.12109375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.083595275879rem;left:42.621875762939rem;display:block; }
#p9VKhKTe2mTxpSG3Zgwpge2KQxfKC4tH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K21RishkJlTSryJAKGekmDxQUfiyuBUg { color:#222221;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.185157775879rem;left:42.624217987061rem;height:3.89795rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1XWV75wOagck4odHVXEzTIilvln8L0e { color:#2e3541;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:31.026044368744rem;left:42.622398376465rem;height:6.29735625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlRywSDPKqJtFZK78nsbGw5QDaHdkrFZ { color:#2e3541;display:block;width:32.4370625rem;position:absolute;font-family:gibson;font-size:3.125rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:6.3693580627444rem;left:42.564025878906rem;height:3.1253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Be0GCyMxNJnekP7wK0IPhadkCxul36lq { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:39.125rem;top:0.09375rem;left:0.27083375rem;overflow:hidden;display:block; }
#tRszy5hAV3n3AVZChlMT4HC0Ov2VSpCO { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.5rem;top:6.7434902191163rem;left:71.500007629394rem;overflow:hidden;display:block; }
#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container { background-color: transparent; background-image: none; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container > .video-iframe-container { display: none; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row > .video-iframe-container { display: none; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .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); }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container { border-width: 0; border-radius: 0; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#WTgl0gCoF3RpTJApW0zqJ5o6CGQki1pq { color:#2e3541;display:block;width:75rem;position:absolute;font-family:gibson;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.84326171875rem;left:0rem;height:3.1253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cftC7uOxIETTIuyfPrLyGhBHhz9QQ0zr { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.5rem;top:3.21875rem;left:71.500007629394rem;overflow:hidden;display:block; }
#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container { background-color: transparent; background-image: none; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container > .video-iframe-container { display: none; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row > .video-iframe-container { display: none; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .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); }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container { border-width: 0; border-radius: 0; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#bZyr886Rgg8ENiv9heETXXM6I24kafSb { box-sizing:content-box;height:16.4375rem;width:14.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,81,86,0.05);background-image:none;top:15rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#QQIb0wrXA5RetwSc7eM1kzw9J9zbiLk5 { box-sizing:content-box;height:16.499rem;width:14.43725rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,81,86,0.1);background-image:none;top:0.59326171875rem;left:15.11962890625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#yfDwOMels59265mlZmGpeny6eeTxoEZq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.309875rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.096355438233rem;left:0.5625rem;height:5.1972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C0WUh3bedyL9fsbNOCxBTLtlVEsLfxJe { box-sizing:content-box;height:16.5625rem;width:14.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,81,86,0.05);background-image:none;top:14.9375rem;left:30.28125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#tXNhPVoS1uW3zUiTtBlv1SABinxHSpTX { box-sizing:content-box;height:16.62475rem;width:14.43725rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,81,86,0.1);background-image:none;top:0.52978515625rem;left:45.458984375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#LbqBWoTPrLpmUklGe60hh7rt63RV4LKU { box-sizing:content-box;height:16.5rem;width:14.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(78,81,86,0.05);background-image:none;top:15rem;left:60.563804626465rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#vrbLGpNB9XFtLqAwM4uQOMirQP85Jruh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:17.01416015625rem;left:15.11962890625rem;overflow:hidden;display:block; }
#mtPRnvwy7TJEQALSMJxtnVHq61FLp1VL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:0.58203125rem;left:30.28125rem;overflow:hidden;display:block; }
#Wue1TbaiLnzOk9ZgbXPgoRUDQoE8SxQL { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:17.01416015625rem;left:45.458984375rem;overflow:hidden;display:block; }
#Tgbs5vuI5XEwc81ZnNK1RRsyMZuXz9ie { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5302734375rem;left:15.68359375rem;height:3.89795rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcdLOQvpaQl79DfluQ0sLDTF22JvaWcE { color:#2e3541;display:block;width:10.683625rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:2.283935546875rem;left:15.68359375rem;height:1.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRz95xRVwmVwh3LT1RS2d16iuNEIk659 { color:#2e3541;display:block;width:10.683625rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:17.03515625rem;left:30.84375rem;height:1.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CWZcVcUTJyF8eE3SmBUKoQlkVT3m8MJV { color:#2e3541;display:block;width:10.683625rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.283935546875rem;left:46.02294921875rem;height:1.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P1L3dXwoPgwhb4S7IWituGTKKDSpAlvT { color:#2e3541;display:block;width:10.683625rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:17.091064453125rem;left:61.124267578125rem;height:1.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cElEwJogXgcPumacxmOPmaQCJ5wCObyC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.096355438233rem;left:30.84375rem;height:5.1972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNLukEJPpcyU2bEgDRoaVzwNshtlezPM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.8828125rem;left:46.021728515625rem;height:5.1972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iy9nx0NqOi9SzfwwVGDXEDGw3Pt4dRSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:23.18994140625rem;left:61.125rem;height:5.1972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTiMk6OCRaluZSSAmfcswUtkzEd6AyDJ { color:#2e3541;display:block;width:13.375rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:17.03515625rem;left:0.53125rem;height:3.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SMJsPT1hmzQGxA88icTL2aOI9D345gek { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:0.58203125rem;left:60.5625rem;overflow:hidden;display:block; }
#eaS0XkyCqwDIg7sNTJKTaBKEo0TOPqaJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:0.645827293396rem;left:0rem;overflow:hidden;display:block; }
#JeSe56lblvPJXV0LDmPyZeJ4DLzszWbC { box-sizing:content-box;height:0.0618489375rem;width:14.436875rem;position:absolute;display:block;z-index:15009;background-color:#78c3ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.7177734375rem;left:0rem;display:block; }
#UJXVu9HAJxPlmDLPrAQxWIrBWLkGrRFC { box-sizing:content-box;height:0.0618489375rem;width:14.436875rem;position:absolute;display:block;z-index:15010;background-color:#78c3ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.78076171875rem;left:15.11865234375rem;display:block; }
#yXtHHGCdZZ2TdPKGsfiIozblKJ0ICJfe { box-sizing:content-box;height:0.062255875rem;width:14.43725rem;position:absolute;display:block;z-index:15011;background-color:#78c3ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.71875rem;left:30.279541015625rem;display:block; }
#ok3bQENUSH7qAA7p5425oqov352tsM0v { box-sizing:content-box;height:0.062255875rem;width:14.43725rem;position:absolute;display:block;z-index:15012;background-color:#78c3ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.781005859375rem;left:45.45654296875rem;display:block; }
#D7FkqgrSwfybFpK3DzbFrWUqnsdqJ55D { box-sizing:content-box;height:0.062255875rem;width:14.43725rem;position:absolute;display:block;z-index:15013;background-color:#78c3ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.71875rem;left:60.562744140625rem;display:block; }
#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container { background-color: transparent; background-image: none; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container > .video-iframe-container { display: none; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row > .video-iframe-container { display: none; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .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); }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container { border-width: 0; border-radius: 0; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#DuR0fD0puDAcLGPUFH1NUInDCXnSpkqe { color:#2e3541;display:block;width:75rem;position:absolute;font-family:gibson;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.84326171875rem;left:0rem;height:3.1253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xd1GheOylbHTET3cU3rTD7ESN4DBgsua { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.5rem;top:3.2187538146973rem;left:71.500007629394rem;overflow:hidden;display:block; }
#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container { background-color: transparent; background-image: none; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container > .video-iframe-container { display: none; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row > .video-iframe-container { display: none; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .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); }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container { border-width: 0; border-radius: 0; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#oF42Opqv9QVKJT7mLibX6bpd312T5A0Q { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.1875rem;width:14.1875rem;top:0.83203125rem;left:21.029296875rem;overflow:hidden;display:block; }
#MaWr6fk4EOVL8zcTtTzQTFb8rWcOwvMz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.187rem;width:14.187rem;top:9.0263671875rem;left:39.59326171875rem;overflow:hidden;display:block; }
#hnf23hHZHOREhF4mUP6mrX85W9OnLVln { color:rgba(var(--color-tertiary-4),1);display:block;width:17.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:1.3125038146973rem;left:0.375rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLBIkqx7Btxaod2ZvqOHZkaH95HalJK2 { color:#2e3541;display:block;width:13.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.417236328125rem;left:21.156005859375rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehmLASTt8t4Cu42VzIUARNPuGbWzfivy { color:#2e3541;display:block;width:13.306875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:16.417236328125rem;left:58.5009765625rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQXHgTStdLPuTOTcZ9HnRu2DnL50AxJJ { color:#4e5156;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:22.826171875rem;left:21.09375rem;height:1.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3M6x8Tu3HP7Z29kNu4OePQOG4UVxcW6 { color:#2e3541;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:5.28955078125rem;left:39.65478515625rem;height:1.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fa8CTVgpTmOmRarQnveh9kx4pqi3TuMo { color:#2e3541;display:block;width:14.5594375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:0.8311586380005rem;left:39.594186782837rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cHZ3ZqHSSzAiThuQO3wdtBgRT4uMciFs { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.1875rem;width:14.1875rem;top:0.6708984375rem;left:58.5009765625rem;overflow:hidden;display:block; }
#KyTDTOImGqJw4llQscruakGFfd3ZUioP { box-sizing:content-box;height:25.875rem;width:18.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,81,86,0.06);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:18.794273376465rem;display:block; }
#MB9uklZMQQNLT9t89t3yssXWNpHDLEiW { box-sizing:content-box;height:25.875rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,81,86,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:37.54296875rem;display:block; }
#PpDXne2iH37T3vBXe0uExRoIOv00IMe8 { box-sizing:content-box;height:25.875rem;width:18.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,81,86,0.18);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:56.25rem;display:block; }
#nglqBA16Lzb4WkrAJ0mIg4X1erhuNdvW { color:#4e5156;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:23.211669921875rem;left:58.59375rem;height:1.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container { background-color: transparent; background-image: none; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container > .video-iframe-container { display: none; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row > .video-iframe-container { display: none; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .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); }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container { border-width: 0; border-radius: 0; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#RGce6uIueAuD6wqocuXdarRQwNt6GSrT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.1875rem;width:14.1875rem;top:0.83203125rem;left:21.029296875rem;overflow:hidden;display:block; }
#PGeDJKzFlQGDUig5VSBGb713T9MNk5GT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:9.0263671875rem;left:39.59326171875rem;overflow:hidden;display:block; }
#zUckoQyu6H8eoi1C6TNLHmBoRmk5Luay { color:#2e3541;display:block;width:13.3073125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:16.417236328125rem;left:58.5009765625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XX8PV6sK2091vRoOzlHOqhEZBIUxiTyr { color:#4e5156;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:22.826171875rem;left:21.09375rem;height:1.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HJhLNhhCyoEAuMbKTioump2R6tXpuNRD { color:#2e3541;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:5.28955078125rem;left:39.65478515625rem;height:1.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RI0OTMSOTBUZziN4x9LEbV5gArvivwv3 { color:#2e3541;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:0.830078125rem;left:39.593505859375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DoVypvCgWhEyJewPBJQxDG8fIbEW3Rap { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.1875rem;width:14.1875rem;top:0.6708984375rem;left:58.5009765625rem;overflow:hidden;display:block; }
#tqfuOqcK1WVlt2MioPelyPh7sCcFUEI7 { box-sizing:content-box;height:25.8125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,81,86,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:18.75rem;display:block; }
#cue5UqIK1MZNpT8C8HKWivm0vKnsw0M3 { box-sizing:content-box;height:25.75rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,81,86,0.18);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:37.54296875rem;display:block; }
#rK6M9KL1HhAzt5IfaZT75lXMm0zg7AT2 { box-sizing:content-box;height:25.8125rem;width:18.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,81,86,0.06);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:56.25rem;display:block; }
#ugPcNIFf3bVT07a1DCTBHsRCS3OmpT1v { color:#4e5156;display:block;width:15.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:22.82470703125rem;left:58.5009765625rem;height:1.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tqo42HfUZWbpwORF992Zg5NXw6Qv7ezA { color:#2e3541;display:block;width:13.3056875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:15.6689453125rem;left:21.029052734375rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO { 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/be6fd719-e0f3-491b-8f3f-42031b51a5f3/JUST_R_landing_page_SPOLECZNOSC_1920x1080px.jpg");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; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO.adaptive-delivery-prevent-bg, #JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO.lazyload, #JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO.lazyloading { background-image: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container { background-color: transparent; background-image: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container > .video-iframe-container { display: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row > .video-iframe-container { display: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .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); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container { border-width: 0; border-radius: 0; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container { font-size:0.875rem;font-family:arial;height:85.625rem;width:75rem;position:relative;display:block; }#zpPt30sGZfoNT5Ou9UiPdg62W4UH7ZRB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:20.033855438233rem;left:41.5859375rem;height:1.80029375rem;text-align:left;text-align-last:left;display:block; }
#Q2mhbZD4pv9UvdDaCBsQ1psiBr5ShcyZ { position:absolute;display:block;z-index:15019;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: 2.3125rem 3.1875rem 6.8125rem rgba(var(--color-primary-4),0.78) ;height:26.3125rem;width:26.3125rem;top:5.9375rem;left:7.5rem;overflow:hidden;display:block; }
#rx6PiFGA8blA3HtOTecdWyVTR8Uten3a { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.625rem;top:28.936767578125rem;left:63.625rem;overflow:hidden;display:block; }
#V1hCltPCMK6UlXEMfGFJiBxnuXgBEoFi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:28.87451171875rem;left:65.8125rem;overflow:hidden;display:block; }
#W2Rq4HAx0k3uzIzUNVXxSlqyQ7yahE4i { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3.5625rem 1.875rem 6.8125rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:32.3125rem;left:7.5rem;overflow:hidden;display:block; }
#U4IzTKv1rTK00y5Ne4qqgGZgsgVyfwid { position:absolute;display:block;z-index:14998;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: 3.5625rem 1.875rem 6.8125rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:32.3125rem;left:27.5rem;overflow:hidden;display:block; }
#dS6kzOCSdsROFh6OveOFG2bvbPZdnvrr { position:absolute;display:block;z-index:14997;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:20rem;width:20rem;top:32.3125rem;left:47.5rem;overflow:hidden;display:block; }
#Ne7hTE8PTtvG2FFmezRO7ZI26f4TmXEU { 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: 1.875rem 1.875rem 6.8125rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:52.3125rem;left:27.5rem;overflow:hidden;display:block; }
#l8B83idxJavqfFzawacaxFEqWESROFdd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:62.1875rem;left:7.5rem;height:6.4965625rem;font-style:normal;display:block; }
#V3aTDQ6sdVtAkxpzW1BwLQk3owRZ614l { color:#78c3ad;display:block;width:16.559875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:54.49951171875rem;left:7.5rem;height:5.85rem;font-style:normal;display:block; }
#oBqVehXHieB7Lx6nNx83BAzbllk7mBLJ { color:#78c3ad;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:54.49951171875rem;left:49.27978515625rem;height:3.9rem;font-style:normal;display:block; }
#KQt92F0b8avG5iGEkKRTiHzen46G4iNL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:62.1875rem;left:48.875rem;height:5.1972625rem;font-style:normal;display:block; }
#xTreWRrA9oeQ2f9ScNcGwuF1tIIMysDe { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:74.5849609375rem;left:0rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfkUMdTZb3aU4BEwrFl9O8uuW0O46sE4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6850625rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:12.395835876465rem;left:41.5859375rem;height:5.4902375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXv3ei068TrGBIzu5Tsmldv4DWmkJySo { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.9375rem;top:76.9208984375rem;left:35.53125rem;overflow:hidden;display:block; }
#dhsLX6sVkZWfTJlqndvtp0GG7fg5iBnz { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.5rem;top:5.9375rem;left:41.5859375rem;overflow:hidden;display:block; }
#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3541;background-image:url("https://images.assets-landingi.com/uc/2f2a1c16-5d9b-4d77-b945-2a454946ef74/JUST_R_landing_page_VIDEOTLO_1920x1080px.jpg");background-position:center !important;background-repeat: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; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu.adaptive-delivery-prevent-bg, #oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu.lazyload, #oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu.lazyloading { background-image: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container { background-color: transparent; background-image: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container > .video-iframe-container { display: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row > .video-iframe-container { display: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .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); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container { border-width: 0; border-radius: 0; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#VnrSTI21t8re2hEbxivAJcKP2QILyhko { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.9985625rem;width:59.874rem;top:15.18359375rem;left:7.5625rem;display:block; }
#EKbcXzULDNLf0J16eXCVefdHfLN5lPAS { color:#78c3ad;display:block;width:75rem;position:absolute;font-family:gibson;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.2451171875rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#q4dccKkqde64ZfuatodR65ZtOzlMBvsH { color:#78c3ad;display:block;width:75rem;position:absolute;font-family:gibson;font-size:3.125rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.06055rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atQKw0km14Iarr3RCs5ddXkgOv8HNkZU { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.1875rem;top:50.4423828125rem;left:36.40625rem;overflow:hidden;display:block; }
#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF { position:relative;display:block; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF { background-color: transparent; background-image: none; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row .container > .video-iframe-container { display: none; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row > .video-iframe-container { display: none; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .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); }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF { border-width: 0; border-radius: 0; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .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; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TJr3odkWA5f7kT2k0UwhSxQpmuwu5rTS { color:#4e5156;display:block;width:75rem;position:absolute;font-family:gibson;font-size:1.125rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:0.6796875rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nUAN9T1lIbqNBF0E3Wg9UkcEXUneiOxA { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.5rem;top:3.33984375rem;left:0rem;overflow:hidden;display:block; }
#TZ0rFqWDlwT7k2bcU1ySuLyqpl5QSi07 { position:absolute;display:block;z-index:15098;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.4375rem;top:3.37060546875rem;left:20.07568359375rem;overflow:hidden;display:block; }
#BpqRielLlnRixA8yi2XE0sV26LhyvhDL { position:absolute;display:block;z-index:15099;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.4375rem;top:3.37060546875rem;left:40.74755859375rem;overflow:hidden;display:block; }
#H4Z6totTRATwGng7FhGdZg4rTJ6Jqgxg { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.37378125rem;width:12.4975625rem;top:3.33984375rem;left:61.68701171875rem;overflow:hidden;display:block; }
#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78c3ad;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; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container { background-color: transparent; background-image: none; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container > .video-iframe-container { display: none; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row > .video-iframe-container { display: none; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .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); }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container { border-width: 0; border-radius: 0; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#izVdnuBfDSNyp8iMwbW2xeQf1ftE73CW { color:#2e3541;display:block;width:75rem;position:absolute;font-family:gibson;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.9962787628174rem;left:0rem;height:3.1253875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pPu2Gfp44mmASAFxE05AiFmkofAk0ZXE { color:#2e3541;display:block;width:44.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.55685710907rem;left:15.281036376953rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-form-header {  }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:32.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.25rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-button { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#542b71;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.0625rem;margin-bottom:0.25rem;margin-left:8.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:16.125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31rem;overflow:hidden;font-style:normal;float:none; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-container:first-of-type{padding-top:0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-container:last-of-type{padding-bottom:0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.748046875rem;left:20.123699188233rem; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.25rem;display:block;vertical-align:top; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r {display:block;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.748046875rem;left:20.123699188233rem; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #elzSGcMHdmpdUtHyvviJtChU2vT9QBQT { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #AQN3PvBKMAtU9E6IyJ2WpPDstUy4LKZc { position:relative;display:none; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #sFqrTIF3UxLOlKVBtl8i9Ntea8zqnxDs { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #d2l30BD3pzZfXb8Zq8VnhaJasxstzfKH { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #lQ9Kzad7wJokqdaMZCUBgA6WhlI0f1Dg { position:relative;display:none; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #Rat43ivhdKexF9u50Kqex7QWMtFqEz9D { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #Z5Reyzr439pPv25PQNKmaRJCDLZRxkfw { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #IZMslHoWl1GKnqHf722c6m1sxqfCMDB6 { position:relative;z-index:2; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #KRLTDCoOSgh1c5AUduMzMEkCE7r580zb { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #TmoFd60nSqpTbstHTrrK9dm12egI20QJ { position:relative; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r #vKBzrcxLv6pIH1CS5HG063nqVerzv3Uk { position:relative; }
#L1Bo25fhrerZDePOJOVJ38lcR8uf9sNd { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.624375rem;width:37.6248125rem;top:36.5rem;left:0rem;overflow:hidden;display:block; }
#QpggUTNkxwwLKhDqGq2o0kXUPxI92uoU { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:38.0625rem;top:36.561706542969rem;left:36.838157126168rem;overflow:hidden;display:block; }
#r5FIxX1s6B3bzw0zZKcx1Hzfvna7y4DV { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.5625rem;top:46.05859375rem;left:34.935935974121rem;overflow:hidden;display:block; }
#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3541;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; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container { background-color: transparent; background-image: none; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container > .video-iframe-container { display: none; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row > .video-iframe-container { display: none; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .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); }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container { border-width: 0; border-radius: 0; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#bBMg8vOQhb32wbtr6mglwpT3Wq7EUifr { color:#78c3ad;display:block;width:10.9365rem;position:absolute;font-family:gibson;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:2.935546875rem;left:27.9345703125rem;height:1.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EwkzfCFbbKIkooHWNh9QuywqEHstGZ1O { color:rgba(var(--color-tertiary-0),0.6);display:block;width:8.8125rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:5.61767578125rem;left:27.9345703125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRkP6s4TAnHTpaGNalhhW8XUc2NwhWUv { color:#78c3ad;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:2.9375rem;left:12.5625rem;height:1.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGJE3Np8oW7N7QTVzybugNc7Ipuz9qKM { color:#78c3ad;display:block;width:10.5625rem;position:absolute;font-family:gibson;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.0458984375rem;left:57.8740234375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fHsP7GJgDDWscHRdxH6RNpPXhE1qTBf4 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#vgxxLansA5IiZ40fuRbnWLeRZzHgswTG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#vgxxLansA5IiZ40fuRbnWLeRZzHgswTG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#OL1EhI1SJImRGnwRa1mIG2i6aZNX5anu { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:62.125rem;display:block; }
#eWUO5IwLBl5mzyWy7qpgEBPJ87hDi71b { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.125rem;left:62.9375rem; }
#eWUO5IwLBl5mzyWy7qpgEBPJ87hDi71b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#kwa4Lfd1bTw6qa7gXTaKcs4bCnhG4XzK { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.375rem;left:66.375rem;display:block; }
#WD1qze487GLhUrhT0EsLbA8Ua5HQNdcL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.1875rem;left:67.1875rem; }
#WD1qze487GLhUrhT0EsLbA8Ua5HQNdcL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#gEeipGUhkE2XOlWxxLUEsXm8DQ40fRbu { 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:3.31176875rem;width:8.81225rem;top:2.2931480407715rem;left:0rem;overflow:hidden;display:block; }
#qmmXEyQvOTDCqLdWzpUssuHFalq1bQhk { box-sizing:content-box;height:0.625rem;width:75rem;position:absolute;display:block;z-index:15040;background-color:#78c3ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:0rem;display:block; }
#s0SZSJH79reTvXUguxtKlXaxn2QnNg26 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:10.4375rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:7.9375rem;left:12.5625rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2Hq7sPspuuSyyOdG4pBevcNtBZrPcin { color:rgba(var(--color-tertiary-0),0.6);display:block;width:8rem;position:absolute;font-family:gibson;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:5.5rem;left:12.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZblAkNJT1OpyxwJTbh4caA1UopPWsyUN { background-color:#2e3541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2e3541;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.562rem;height:3.436525rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:2.935546875rem;left:41.53125rem;display:block; }
#rqINuLJFqu7GuFeyg5MP2k1G7RKhcn2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv { display:block; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEG7VbN1cpuU5dWAHWcu1EUcH3WJO3gq { width:42.625rem;height:15.4375rem;top:12.5rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h67n2FcaJate6Bpax9rw2vA70fWfh7Lm { width:8.75rem;height:3.2883743155834rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgIa07z5NfP6apIeuTEfTgtGQD2wbWTn { width:38rem;height:7.75rem;top:31.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGHoaIEFXWgZN3kTO5km7JeOkrWNuq09 { width:13.75rem;height:3.0625rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT68CkkEg91rqJ1Jt53Cv9pTQr1gNbUZ { display:block; }
 }@media only screen and (max-width: 763px) { #s9QiH1xhcRxxFJgP3y7a7siJwH0Z2DN8 { width:8.6875rem;height:3.0625rem;top:2.5625rem;left:30.12255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c582OtPCTnb2JHKAWKLMvQb8585zHc5e { display:block; }
 }@media only screen and (max-width: 763px) { #qyCXIdbnXC2DbfeO40pDyIGiVvCfryxJ { width:7.875rem;height:3.0625rem;top:2.5625rem;left:39.8095703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtPl6FsXNFvZshsQVVsDbWoXutwR84Q { display:block; }
 }@media only screen and (max-width: 763px) { #DMqAUa1eqBbd5AnkrttgD1ydVSnTkZMR { width:9.9375rem;height:2.5rem;top:2.875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgQgSmgdPHP0xR4MD2KGSmkAa6APEDRx { display:block; }
 }@media only screen and (max-width: 763px) { #gDfx51p1uCLdeLHfWHBU63Etn7E9FlH6 { top:29.1875rem;left:0rem;width:31.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Bg9SBAIkFP4MyH2lq5th43dl0r2rtaSd { top:55rem;left:39.625rem;width:8.125rem;height:5.3972802141161rem;display:block; }
 }@media only screen and (max-width: 763px) { #GougvyRMrXFKmqQhGiBEibo9LfRE4wEA { display:block; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBFwsmn7ySxNdQqH2tc6Iw4C0TTMRAJ2 { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekgpQIwBqxpNwFUWXeOMRA49Up7XgSHI { width:47.75rem;height:2.375rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz7elMwzbgXFOivT4qQVpXWnbVugxynt { display:block; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahLHBDGhRTaisuKEox3V6uWfX2xLQxwU { width:13.6875rem;height:1.3125rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQCWdpQIhq25T4IK8z2J0ROwppdNTSll { width:13.875rem;height:2.5625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTiRSPmOdAQhRPh8qnhfItEn4idGeuc { width:13.6875rem;height:1.3125rem;top:5.875rem;left:26.97900390625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtweJIvuhlLldEyxd34bs2fniksHb4D6 { width:13.6875rem;height:3.875rem;top:8.9375rem;left:26.97607421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy1CxSMSLszZPTOTabK45LCM4JrTQNoC { width:13.6875rem;height:1.3125rem;top:5.8125rem;left:6.83740234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lorsQMK84PaQkKWdHWZ00PmN5Sd7QO3F { width:13.6875rem;height:2.5625rem;top:8.9375rem;left:7.38671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg0ZCfed786uzIHacuP5AyswRqrIUkDd { top:0.9375rem;left:31.718753814698rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1Cei1epD2FVnOukvOrTBP6y5rDELiL { top:0.9375rem;left:12.1484375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O65ArUInvChgKWQ2VUSx5G0f2zIns1Dh { width:13.6875rem;height:3.875rem;top:8.9375rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1BXFohmR6FbDhIpw1vdHNytSX6JXr1K { width:13.6875rem;height:1.3125rem;top:5.875rem;left:34.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwU4vP4L8kW6cQ41iuQxaAK2zttkeiwO { top:0.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQuuMDqyefwNbToUrH5Lr23s7V5ys8JU { top:0.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhi2TA3b8A7I38DCkWD5XJrfvnr7T2KA { width:18.75rem;height:13.6875rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsSMNIqC7gghC0QJ9h5M8vita4yz9HL { width:18.75rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhWQZHoUxRCJbxDHldRcUfKeoTZ22BzO { width:18.75rem;height:13.4375rem;top:0rem;left:5.2001953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgPrmQA53LAoBMdZ9BwDhVxdrKUqJaJR { width:18.75rem;height:13.4375rem;top:0rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3efObZ0BJJ9P31DZNCXz000kEBge64n { display:block; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cefDZOagg9ulMD5GxMo4U7m2Tht0xAqT { top:0rem;left:0rem;width:5.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv19n4OElFUwBB2nDEgRQzp0wa6p255B { display:block; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USGCTzerTLl6rwP6J6ZPE9kfpp4I3HNO { width:29.375rem;height:1.5rem;top:12.125rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m99i5zwIlw5uIASJkBADLxOg5uy4uxUs { width:10.625rem;height:3.0625rem;top:24.0625rem;left:28.996875762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VKhKTe2mTxpSG3Zgwpge2KQxfKC4tH { display:block; }
 }@media only screen and (max-width: 763px) { #K21RishkJlTSryJAKGekmDxQUfiyuBUg { width:25.4375rem;height:3.875rem;top:16.125rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1XWV75wOagck4odHVXEzTIilvln8L0e { top:31rem;left:15.25rem;width:32.5rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlRywSDPKqJtFZK78nsbGw5QDaHdkrFZ { width:32.375rem;height:3.125rem;top:6.3125rem;left:15.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0GCyMxNJnekP7wK0IPhadkCxul36lq { top:0.0625rem;left:0rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRszy5hAV3n3AVZChlMT4HC0Ov2VSpCO { top:6.6875rem;left:44.25rem;width:3.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 { display:block; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTgl0gCoF3RpTJApW0zqJ5o6CGQki1pq { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cftC7uOxIETTIuyfPrLyGhBHhz9QQ0zr { top:3.1875rem;left:44.25rem;width:3.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH { display:block; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZyr886Rgg8ENiv9heETXXM6I24kafSb { width:14.4375rem;height:16.4375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIb0wrXA5RetwSc7eM1kzw9J9zbiLk5 { width:14.375rem;height:16.4375rem;top:0.5625rem;left:1.49462890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfDwOMels59265mlZmGpeny6eeTxoEZq { width:13.25rem;height:5.1875rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0WUh3bedyL9fsbNOCxBTLtlVEsLfxJe { width:14.4375rem;height:16.5625rem;top:14.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXNhPVoS1uW3zUiTtBlv1SABinxHSpTX { width:14.375rem;height:16.5625rem;top:0.5rem;left:31.833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbqBWoTPrLpmUklGe60hh7rt63RV4LKU { width:14.4375rem;height:16.5rem;top:15rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrbLGpNB9XFtLqAwM4uQOMirQP85Jruh { width:14.375rem;height:14.375rem;top:17rem;left:1.49462890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPRnvwy7TJEQALSMJxtnVHq61FLp1VL { width:14.375rem;height:14.375rem;top:0.5625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wue1TbaiLnzOk9ZgbXPgoRUDQoE8SxQL { width:14.375rem;height:14.375rem;top:17rem;left:31.833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgbs5vuI5XEwc81ZnNK1RRsyMZuXz9ie { width:13.625rem;height:5.1875rem;top:10.5rem;left:2.05859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcdLOQvpaQl79DfluQ0sLDTF22JvaWcE { width:10.625rem;height:1.75rem;top:2.25rem;left:2.05859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRz95xRVwmVwh3LT1RS2d16iuNEIk659 { width:10.625rem;height:1.75rem;top:17rem;left:17.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZcVcUTJyF8eE3SmBUKoQlkVT3m8MJV { width:10.625rem;height:1.75rem;top:2.25rem;left:32.39794921875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L3dXwoPgwhb4S7IWituGTKKDSpAlvT { width:10.625rem;height:1.75rem;top:17.0625rem;left:37.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cElEwJogXgcPumacxmOPmaQCJ5wCObyC { width:13.25rem;height:3.875rem;top:23.0625rem;left:17.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNLukEJPpcyU2bEgDRoaVzwNshtlezPM { width:13.25rem;height:5.1875rem;top:9.875rem;left:32.396728515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy9nx0NqOi9SzfwwVGDXEDGw3Pt4dRSJ { width:13.25rem;height:5.1875rem;top:23.1875rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTiMk6OCRaluZSSAmfcswUtkzEd6AyDJ { width:13.375rem;height:3.5625rem;top:17rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMJsPT1hmzQGxA88icTL2aOI9D345gek { width:14.375rem;height:14.375rem;top:0.5625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaS0XkyCqwDIg7sNTJKTaBKEo0TOPqaJ { width:14.375rem;height:14.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeSe56lblvPJXV0LDmPyZeJ4DLzszWbC { top:21.6875rem;left:0rem;width:14.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UJXVu9HAJxPlmDLPrAQxWIrBWLkGrRFC { top:6.75rem;left:1.49365234375rem;width:14.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yXtHHGCdZZ2TdPKGsfiIozblKJ0ICJfe { top:21.6875rem;left:16.654541015625rem;width:14.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ok3bQENUSH7qAA7p5425oqov352tsM0v { top:6.75rem;left:31.83154296875rem;width:14.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D7FkqgrSwfybFpK3DzbFrWUqnsdqJ55D { top:21.6875rem;left:33.3125rem;width:14.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n { display:block; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuR0fD0puDAcLGPUFH1NUInDCXnSpkqe { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd1GheOylbHTET3cU3rTD7ESN4DBgsua { top:3.1875rem;left:44.25rem;width:3.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD { display:block; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF42Opqv9QVKJT7mLibX6bpd312T5A0Q { width:14.1875rem;height:14.1875rem;top:0.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaWr6fk4EOVL8zcTtTzQTFb8rWcOwvMz { width:14.125rem;height:14.125rem;top:9rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnf23hHZHOREhF4mUP6mrX85W9OnLVln { width:17.9375rem;height:7.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLBIkqx7Btxaod2ZvqOHZkaH95HalJK2 { width:13.875rem;height:5.8125rem;top:16.375rem;left:10rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehmLASTt8t4Cu42VzIUARNPuGbWzfivy { width:13.25rem;height:5.8125rem;top:16.375rem;left:34.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQXHgTStdLPuTOTcZ9HnRu2DnL50AxJJ { width:14.0625rem;height:1.375rem;top:22.8125rem;left:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3M6x8Tu3HP7Z29kNu4OePQOG4UVxcW6 { width:14.0625rem;height:1.375rem;top:5.25rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa8CTVgpTmOmRarQnveh9kx4pqi3TuMo { width:14.5rem;height:3.875rem;top:0.8125rem;left:21.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ3ZqHSSzAiThuQO3wdtBgRT4uMciFs { width:14.1875rem;height:14.1875rem;top:0.625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyTDTOImGqJw4llQscruakGFfd3ZUioP { top:0rem;left:5.1875rem;width:18.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB9uklZMQQNLT9t89t3yssXWNpHDLEiW { top:0rem;left:17.0625rem;width:18.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpDXne2iH37T3vBXe0uExRoIOv00IMe8 { top:0rem;left:28.9375rem;width:18.8125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nglqBA16Lzb4WkrAJ0mIg4X1erhuNdvW { width:14.0625rem;height:1.375rem;top:23.1875rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 { display:block; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGce6uIueAuD6wqocuXdarRQwNt6GSrT { width:14.1875rem;height:14.1875rem;top:0.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGeDJKzFlQGDUig5VSBGb713T9MNk5GT { width:14.125rem;height:14.125rem;top:9rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUckoQyu6H8eoi1C6TNLHmBoRmk5Luay { width:13.25rem;height:1.9375rem;top:16.375rem;left:34.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX8PV6sK2091vRoOzlHOqhEZBIUxiTyr { width:14.0625rem;height:1.375rem;top:22.8125rem;left:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJhLNhhCyoEAuMbKTioump2R6tXpuNRD { width:14.0625rem;height:1.375rem;top:5.25rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI0OTMSOTBUZziN4x9LEbV5gArvivwv3 { width:7.8125rem;height:3.875rem;top:0.8125rem;left:21.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoVypvCgWhEyJewPBJQxDG8fIbEW3Rap { width:14.1875rem;height:14.1875rem;top:0.625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqfuOqcK1WVlt2MioPelyPh7sCcFUEI7 { top:0rem;left:5.25rem;width:18.75rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cue5UqIK1MZNpT8C8HKWivm0vKnsw0M3 { top:0rem;left:17.1875rem;width:18.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK6M9KL1HhAzt5IfaZT75lXMm0zg7AT2 { top:0rem;left:28.9375rem;width:18.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPcNIFf3bVT07a1DCTBHsRCS3OmpT1v { width:15.625rem;height:1.375rem;top:22.8125rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqo42HfUZWbpwORF992Zg5NXw6Qv7ezA { width:13.25rem;height:5.8125rem;top:15.625rem;left:10.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO { display:block; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpPt30sGZfoNT5Ou9UiPdg62W4UH7ZRB { width:25.9375rem;height:1.75rem;top:20rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2mhbZD4pv9UvdDaCBsQ1psiBr5ShcyZ { width:26.3125rem;height:26.3125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx6PiFGA8blA3HtOTecdWyVTR8Uten3a { width:0.625rem;height:1.25rem;top:28.875rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hCltPCMK6UlXEMfGFJiBxnuXgBEoFi { width:1.375rem;height:1.375rem;top:28.8125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Rq4HAx0k3uzIzUNVXxSlqyQ7yahE4i { width:20rem;height:20rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4IzTKv1rTK00y5Ne4qqgGZgsgVyfwid { width:20rem;height:20rem;top:32.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6kzOCSdsROFh6OveOFG2bvbPZdnvrr { width:20rem;height:20rem;top:32.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7hTE8PTtvG2FFmezRO7ZI26f4TmXEU { width:20rem;height:20rem;top:52.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8B83idxJavqfFzawacaxFEqWESROFdd { width:17.4375rem;height:6.4375rem;top:62.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3aTDQ6sdVtAkxpzW1BwLQk3owRZ614l { width:16.5rem;height:5.8125rem;top:54.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqVehXHieB7Lx6nNx83BAzbllk7mBLJ { width:16.4375rem;height:3.875rem;top:54.4375rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQt92F0b8avG5iGEkKRTiHzen46G4iNL { width:17.5rem;height:5.1875rem;top:62.1875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTreWRrA9oeQ2f9ScNcGwuF1tIIMysDe { width:47.75rem;height:1.4375rem;top:74.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfkUMdTZb3aU4BEwrFl9O8uuW0O46sE4 { width:20.625rem;height:5.375rem;top:12.375rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXv3ei068TrGBIzu5Tsmldv4DWmkJySo { top:76.875rem;left:21.90625rem;width:3.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsLX6sVkZWfTJlqndvtp0GG7fg5iBnz { top:5.9375rem;left:27.9609375rem;width:3.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu { display:block; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnrSTI21t8re2hEbxivAJcKP2QILyhko { width:47.75rem;height:26.31662089346rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKbcXzULDNLf0J16eXCVefdHfLN5lPAS { width:47.75rem;height:1.9375rem;top:8.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4dccKkqde64ZfuatodR65ZtOzlMBvsH { width:47.75rem;height:4.0625rem;top:2.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atQKw0km14Iarr3RCs5ddXkgOv8HNkZU { top:50.4375rem;left:22.78125rem;width:2.1875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF { display:block; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJr3odkWA5f7kT2k0UwhSxQpmuwu5rTS { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAN9T1lIbqNBF0E3Wg9UkcEXUneiOxA { top:3.3125rem;left:0rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0rFqWDlwT7k2bcU1ySuLyqpl5QSi07 { top:3.3125rem;left:6.45068359375rem;width:12.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpqRielLlnRixA8yi2XE0sV26LhyvhDL { top:3.3125rem;left:27.12255859375rem;width:12.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Z6totTRATwGng7FhGdZg4rTJ6Jqgxg { top:3.3125rem;left:35.3125rem;width:12.4375rem;height:4.3527611321708rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E { display:block; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izVdnuBfDSNyp8iMwbW2xeQf1ftE73CW { width:47.75rem;height:3.125rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPu2Gfp44mmASAFxE05AiFmkofAk0ZXE { width:44.375rem;height:5.8125rem;top:8.5rem;left:1.6552734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-regular-label { width:32.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-text { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-textarea { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-select { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.0625rem; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-checkbox-label { width:31.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r  { width:32.25rem;height:auto;top:16.6875rem;left:6.4986991882325rem; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .radio-container { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r {display:block;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r { width:32.25rem;height:auto;top:16.6875rem;left:6.4986991882325rem; }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #elzSGcMHdmpdUtHyvviJtChU2vT9QBQT {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #AQN3PvBKMAtU9E6IyJ2WpPDstUy4LKZc {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #sFqrTIF3UxLOlKVBtl8i9Ntea8zqnxDs {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #d2l30BD3pzZfXb8Zq8VnhaJasxstzfKH {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #lQ9Kzad7wJokqdaMZCUBgA6WhlI0f1Dg {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #Rat43ivhdKexF9u50Kqex7QWMtFqEz9D {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #Z5Reyzr439pPv25PQNKmaRJCDLZRxkfw {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #IZMslHoWl1GKnqHf722c6m1sxqfCMDB6 {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #KRLTDCoOSgh1c5AUduMzMEkCE7r580zb {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #TmoFd60nSqpTbstHTrrK9dm12egI20QJ {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #vKBzrcxLv6pIH1CS5HG063nqVerzv3Uk {  }
 }@media only screen and (max-width: 763px) { #L1Bo25fhrerZDePOJOVJ38lcR8uf9sNd { top:36.5rem;left:0rem;width:37.5625rem;height:21.588733124636rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpggUTNkxwwLKhDqGq2o0kXUPxI92uoU { top:36.5rem;left:9.6875rem;width:38.0625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5FIxX1s6B3bzw0zZKcx1Hzfvna7y4DV { top:46rem;left:21.310935974121rem;width:3.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 { display:block; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBMg8vOQhb32wbtr6mglwpT3Wq7EUifr { width:10.875rem;height:1.75rem;top:2.875rem;left:14.3095703125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwkzfCFbbKIkooHWNh9QuywqEHstGZ1O { width:8.8125rem;height:1.625rem;top:5.5625rem;left:14.3095703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRkP6s4TAnHTpaGNalhhW8XUc2NwhWUv { width:12.375rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJE3Np8oW7N7QTVzybugNc7Ipuz9qKM { width:10.5rem;height:1.75rem;top:3rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHsP7GJgDDWscHRdxH6RNpPXhE1qTBf4 { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxxLansA5IiZ40fuRbnWLeRZzHgswTG { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;display:block; }
#vgxxLansA5IiZ40fuRbnWLeRZzHgswTG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #OL1EhI1SJImRGnwRa1mIG2i6aZNX5anu { width:3rem;height:3rem;top:6.3125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWUO5IwLBl5mzyWy7qpgEBPJ87hDi71b { width:1.375rem;height:1.375rem;top:7.125rem;left:46.375rem;display:block; }
#eWUO5IwLBl5mzyWy7qpgEBPJ87hDi71b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #kwa4Lfd1bTw6qa7gXTaKcs4bCnhG4XzK { width:3rem;height:3rem;top:6.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1qze487GLhUrhT0EsLbA8Ua5HQNdcL { width:1.375rem;height:1.375rem;top:7.1875rem;left:46.375rem;display:block; }
#WD1qze487GLhUrhT0EsLbA8Ua5HQNdcL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gEeipGUhkE2XOlWxxLUEsXm8DQ40fRbu { width:8.75rem;height:3.2883743155834rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmXEyQvOTDCqLdWzpUssuHFalq1bQhk { top:15rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0SZSJH79reTvXUguxtKlXaxn2QnNg26 { width:10.375rem;height:4.75rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Hq7sPspuuSyyOdG4pBevcNtBZrPcin { width:8rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZblAkNJT1OpyxwJTbh4caA1UopPWsyUN { width:11.5rem;height:3.375rem;top:2.875rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqINuLJFqu7GuFeyg5MP2k1G7RKhcn2M { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6760f437-b8f7-4834-ade7-112224d943ad/JUST_R_landing_page_HERO_1920x1080px.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv.adaptive-delivery-prevent-bg, #NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv.lazyload, #NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv.lazyloading { background-image: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { background-color: transparent; background-image: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container > .video-iframe-container { display: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row > .video-iframe-container { display: none; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .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); }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { border-width: 0; border-radius: 0; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHggF2ZqdUS4eWXbdTuLeuoZ9MBQAyhv > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEG7VbN1cpuU5dWAHWcu1EUcH3WJO3gq { width:20rem;height:6.59619375rem;top:16.123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h67n2FcaJate6Bpax9rw2vA70fWfh7Lm { width:7rem;height:2.75rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgIa07z5NfP6apIeuTEfTgtGQD2wbWTn { width:17.5rem;height:7.795875rem;top:25.809326171875rem;left:1.25rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGHoaIEFXWgZN3kTO5km7JeOkrWNuq09 { width:13.75rem;height:3.125rem;top:35.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT68CkkEg91rqJ1Jt53Cv9pTQr1gNbUZ { display:block; }
 }@media only screen and (max-width: 763px) { #s9QiH1xhcRxxFJgP3y7a7siJwH0Z2DN8 { width:5.5625rem;height:2.625rem;top:5.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c582OtPCTnb2JHKAWKLMvQb8585zHc5e { display:block; }
 }@media only screen and (max-width: 763px) { #qyCXIdbnXC2DbfeO40pDyIGiVvCfryxJ { width:5.06225625rem;height:2.6245125rem;top:7.87353515625rem;left:7.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtPl6FsXNFvZshsQVVsDbWoXutwR84Q { display:block; }
 }@media only screen and (max-width: 763px) { #DMqAUa1eqBbd5AnkrttgD1ydVSnTkZMR { width:7.343rem;height:2.5932625rem;top:10.99853515625rem;left:6.326904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgQgSmgdPHP0xR4MD2KGSmkAa6APEDRx { display:block; }
 }@media only screen and (max-width: 763px) { #gDfx51p1uCLdeLHfWHBU63Etn7E9FlH6 { width:20rem;height:0.062255875rem;top:23.936767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg9SBAIkFP4MyH2lq5th43dl0r2rtaSd { width:2.9375rem;height:2rem;top:41.6875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GougvyRMrXFKmqQhGiBEibo9LfRE4wEA { display:block; }#GougvyRMrXFKmqQhGiBEibo9LfRE4wEA > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBFwsmn7ySxNdQqH2tc6Iw4C0TTMRAJ2 { width:20rem;height:2.0003875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekgpQIwBqxpNwFUWXeOMRA49Up7XgSHI { width:20rem;height:3.89795rem;top:4.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nz7elMwzbgXFOivT4qQVpXWnbVugxynt { display:block; }#Nz7elMwzbgXFOivT4qQVpXWnbVugxynt > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahLHBDGhRTaisuKEox3V6uWfX2xLQxwU { width:13.75rem;height:1.35rem;top:6.979687690735rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQCWdpQIhq25T4IK8z2J0ROwppdNTSll { width:15rem;height:2.59863125rem;top:9.3296880722044rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifTiRSPmOdAQhRPh8qnhfItEn4idGeuc { width:13.74825rem;height:1.35rem;top:20.417188405991rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtweJIvuhlLldEyxd34bs2fniksHb4D6 { width:13.74825rem;height:3.89795rem;top:22.704688549042rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy1CxSMSLszZPTOTabK45LCM4JrTQNoC { width:13.74825rem;height:1.35rem;top:33.856250762939rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lorsQMK84PaQkKWdHWZ00PmN5Sd7QO3F { width:13.74825rem;height:2.59863125rem;top:36.206251144409rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gg0ZCfed786uzIHacuP5AyswRqrIUkDd { width:3.125rem;height:3.125rem;top:15.81093788147rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1Cei1epD2FVnOukvOrTBP6y5rDELiL { width:3.125rem;height:3.125rem;top:29.312500953674rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O65ArUInvChgKWQ2VUSx5G0f2zIns1Dh { width:13.74825rem;height:3.89795rem;top:49.687501490116rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1BXFohmR6FbDhIpw1vdHNytSX6JXr1K { width:13.74825rem;height:1.35rem;top:47.375001490116rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwU4vP4L8kW6cQ41iuQxaAK2zttkeiwO { width:3.125rem;height:3.125rem;top:42.625003814698rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQuuMDqyefwNbToUrH5Lr23s7V5ys8JU { width:3.125rem;height:3.125rem;top:2.1859374046326rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhi2TA3b8A7I38DCkWD5XJrfvnr7T2KA { width:18.75rem;height:13.4375rem;top:0.93671894073488rem;left:0.5625rem;background-color:#70ddda;background-image:none;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IrsSMNIqC7gghC0QJ9h5M8vita4yz9HL { width:18.75rem;height:13.4375rem;top:14.373438119888rem;left:0.56093752384186rem;background-color:rgba(112,221,218,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zhWQZHoUxRCJbxDHldRcUfKeoTZ22BzO { width:18.75rem;height:13.4375rem;top:27.812500953674rem;left:0.5625rem;background-color:rgba(112,221,218,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KgPrmQA53LAoBMdZ9BwDhVxdrKUqJaJR { width:18.75rem;height:13.4375rem;top:41.312501490116rem;left:0.5625rem;background-color:rgba(112,221,218,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L3efObZ0BJJ9P31DZNCXz000kEBge64n { display:block; }#L3efObZ0BJJ9P31DZNCXz000kEBge64n > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cefDZOagg9ulMD5GxMo4U7m2Tht0xAqT { width:4.9375rem;height:3.375rem;top:-0.000244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv19n4OElFUwBB2nDEgRQzp0wa6p255B { display:block; }#Gv19n4OElFUwBB2nDEgRQzp0wa6p255B > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USGCTzerTLl6rwP6J6ZPE9kfpp4I3HNO { width:20rem;height:1.35rem;top:29.248430252075rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m99i5zwIlw5uIASJkBADLxOg5uy4uxUs { width:10.683625rem;height:3.125rem;top:39.941408157349rem;left:4.6575522422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VKhKTe2mTxpSG3Zgwpge2KQxfKC4tH { display:block; }
 }@media only screen and (max-width: 763px) { #K21RishkJlTSryJAKGekmDxQUfiyuBUg { width:20rem;height:5.1972625rem;top:32.855470657349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1XWV75wOagck4odHVXEzTIilvln8L0e { width:20rem;height:4.04735625rem;top:46.6328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;color:#2e3541;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hlRywSDPKqJtFZK78nsbGw5QDaHdkrFZ { width:20rem;height:2.0003875rem;top:22.125001907349rem;left:0rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be0GCyMxNJnekP7wK0IPhadkCxul36lq { width:20rem;height:20rem;top:0.64583206176756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRszy5hAV3n3AVZChlMT4HC0Ov2VSpCO { width:3.5rem;height:2.375rem;top:25.500001907349rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 { display:block; }#AtrIPXLqt04TK4hasvf9meLtI9p8vqn8 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTgl0gCoF3RpTJApW0zqJ5o6CGQki1pq { width:17.9375rem;height:3.999025rem;top:1.34375rem;left:1.03125rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cftC7uOxIETTIuyfPrLyGhBHhz9QQ0zr { width:3.5rem;height:2.375rem;top:7.03125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH { display:block; }#TJCezp1FViNIJHr6TLNe1BnLr0O5oFtH > .row .container { width:20rem;height:166.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZyr886Rgg8ENiv9heETXXM6I24kafSb { width:14.4375rem;height:30.3125rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIb0wrXA5RetwSc7eM1kzw9J9zbiLk5 { width:14.4375rem;height:31.5625rem;top:32.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfDwOMels59265mlZmGpeny6eeTxoEZq { width:13.125rem;height:5.1972625rem;top:23.968101024628rem;left:3.4375002980233rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C0WUh3bedyL9fsbNOCxBTLtlVEsLfxJe { width:14.436875rem;height:31.5625rem;top:65.80946445465rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXNhPVoS1uW3zUiTtBlv1SABinxHSpTX { width:14.436875rem;height:31.5625rem;top:98.861763000487rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbqBWoTPrLpmUklGe60hh7rt63RV4LKU { width:14.436875rem;height:31.5625rem;top:132.18859100342rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrbLGpNB9XFtLqAwM4uQOMirQP85Jruh { width:14.375rem;height:14.375rem;top:32.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPRnvwy7TJEQALSMJxtnVHq61FLp1VL { width:14.125rem;height:14.125rem;top:65.809898376462rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wue1TbaiLnzOk9ZgbXPgoRUDQoE8SxQL { width:14.125rem;height:14.125rem;top:98.861778497694rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgbs5vuI5XEwc81ZnNK1RRsyMZuXz9ie { width:13.125rem;height:5.1972625rem;top:56.342235565186rem;left:3.4375002980233rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NcdLOQvpaQl79DfluQ0sLDTF22JvaWcE { width:10.625rem;height:1.3501rem;top:50.150828361511rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRz95xRVwmVwh3LT1RS2d16iuNEIk659 { width:10.625rem;height:1.3501rem;top:82.727861404419rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZcVcUTJyF8eE3SmBUKoQlkVT3m8MJV { width:10.625rem;height:1.3501rem;top:115.96137237549rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L3dXwoPgwhb4S7IWituGTKKDSpAlvT { width:10.625rem;height:1.3501rem;top:149.79710006714rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cElEwJogXgcPumacxmOPmaQCJ5wCObyC { width:13.2498125rem;height:3.89795rem;top:88.968105316162rem;left:3.3745663762093rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MNLukEJPpcyU2bEgDRoaVzwNshtlezPM { width:13.2498125rem;height:5.1972625rem;top:122.78212356567rem;left:3.3745663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy9nx0NqOi9SzfwwVGDXEDGw3Pt4dRSJ { width:13.2498125rem;height:5.1972625rem;top:156.65473937988rem;left:3.3745663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTiMk6OCRaluZSSAmfcswUtkzEd6AyDJ { width:10.625rem;height:2.69824375rem;top:17.963321685791rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMJsPT1hmzQGxA88icTL2aOI9D345gek { width:14.125rem;height:14.125rem;top:132.189661026rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaS0XkyCqwDIg7sNTJKTaBKEo0TOPqaJ { width:14.125rem;height:14.125rem;top:1.25rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeSe56lblvPJXV0LDmPyZeJ4DLzszWbC { width:14.436875rem;height:0.0618489375rem;top:53.828129291534rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXVu9HAJxPlmDLPrAQxWIrBWLkGrRFC { width:14.436875rem;height:0.0618489375rem;top:22.686632633209rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXtHHGCdZZ2TdPKGsfiIozblKJ0ICJfe { width:14.436875rem;height:0.060763875rem;top:86.841373443606rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok3bQENUSH7qAA7p5425oqov352tsM0v { width:14.436875rem;height:0.0618489375rem;top:120.31142044067rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7FkqgrSwfybFpK3DzbFrWUqnsdqJ55D { width:14.436875rem;height:0.060763875rem;top:154.43468475342rem;left:2.7810330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n { display:block; }#ZfLZq2ZVGADLskIMl5mTGXV88qVeZR9n > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuR0fD0puDAcLGPUFH1NUInDCXnSpkqe { width:17.933625rem;height:2.0003875rem;top:1.5611991882324rem;left:1.0325521230698rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xd1GheOylbHTET3cU3rTD7ESN4DBgsua { width:3.5rem;height:2.375rem;top:4.9361991882324rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD { display:block; }#TKq6QmanIxpIBJxr7VsxSu7Q79x04fMD > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF42Opqv9QVKJT7mLibX6bpd312T5A0Q { width:14.0625rem;height:14.0625rem;top:19.764540910721rem;left:2.9427085518837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaWr6fk4EOVL8zcTtTzQTFb8rWcOwvMz { width:14.1875rem;height:14.1875rem;top:51.277375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnf23hHZHOREhF4mUP6mrX85W9OnLVln { width:14.6875rem;height:8.9355625rem;top:2.430419921875rem;left:2.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLBIkqx7Btxaod2ZvqOHZkaH95HalJK2 { width:15.686875rem;height:1.29931875rem;top:35.885425567627rem;left:2.1560330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehmLASTt8t4Cu42VzIUARNPuGbWzfivy { width:13.2486875rem;height:2.59863125rem;top:100.01342773438rem;left:3.375244140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQXHgTStdLPuTOTcZ9HnRu2DnL50AxJJ { width:15.686875rem;height:1.5996125rem;top:39.169923067093rem;left:2.1560330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3M6x8Tu3HP7Z29kNu4OePQOG4UVxcW6 { width:15.686875rem;height:1.5996125rem;top:70.615234375rem;left:2.1560330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fa8CTVgpTmOmRarQnveh9kx4pqi3TuMo { width:15.686875rem;height:1.29931875rem;top:66.830513000487rem;left:2.1560330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ3ZqHSSzAiThuQO3wdtBgRT4uMciFs { width:14.125rem;height:14.125rem;top:82.95654296875rem;left:2.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyTDTOImGqJw4llQscruakGFfd3ZUioP { width:20rem;height:31.43675rem;top:13.55224609375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MB9uklZMQQNLT9t89t3yssXWNpHDLEiW { width:20rem;height:34.4995rem;top:44.921875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PpDXne2iH37T3vBXe0uExRoIOv00IMe8 { width:20rem;height:34.75rem;top:79.34326171875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nglqBA16Lzb4WkrAJ0mIg4X1erhuNdvW { width:14.0625rem;height:3.19921875rem;top:105.5908203125rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 { display:block; }#DBa6OSllUuyhCpF9AvT0X7CJvFRVSPM2 > .row .container { width:20rem;height:100.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGce6uIueAuD6wqocuXdarRQwNt6GSrT { width:14.0625rem;height:14.0625rem;top:4.451904296875rem;left:2.935791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGeDJKzFlQGDUig5VSBGb713T9MNk5GT { width:14.125rem;height:14.125rem;top:36.27685546875rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUckoQyu6H8eoi1C6TNLHmBoRmk5Luay { width:13.2483125rem;height:1.29931875rem;top:89.512939453125rem;left:3.375244140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX8PV6sK2091vRoOzlHOqhEZBIUxiTyr { width:15.6860625rem;height:1.5996125rem;top:27.105712890625rem;left:2.15576171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJhLNhhCyoEAuMbKTioump2R6tXpuNRD { width:15.6860625rem;height:1.5996125rem;top:59.989013671875rem;left:2.15576171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI0OTMSOTBUZziN4x9LEbV5gArvivwv3 { width:15.6860625rem;height:1.29931875rem;top:54.578857421875rem;left:2.15576171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoVypvCgWhEyJewPBJQxDG8fIbEW3Rap { width:14.0625rem;height:14.0625rem;top:70.9619140625rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqfuOqcK1WVlt2MioPelyPh7sCcFUEI7 { width:20rem;height:31.5625rem;top:-0.073974609375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cue5UqIK1MZNpT8C8HKWivm0vKnsw0M3 { width:20rem;height:34.4983125rem;top:31.549072265625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rK6M9KL1HhAzt5IfaZT75lXMm0zg7AT2 { width:20rem;height:34.4983125rem;top:66.015869140625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ugPcNIFf3bVT07a1DCTBHsRCS3OmpT1v { width:15.6860625rem;height:1.5996125rem;top:95.27099609375rem;left:2.15576171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tqo42HfUZWbpwORF992Zg5NXw6Qv7ezA { width:13.2483125rem;height:2.59863125rem;top:21.08642578125rem;left:3.375244140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b124e4b0-e258-4dfc-a338-5e31543920c8/JUST_R_landing_page_SPOLECZNOSC_1920x1080px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO.adaptive-delivery-prevent-bg, #JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO.lazyload, #JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO.lazyloading { background-image: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container { background-color: transparent; background-image: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container > .video-iframe-container { display: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row > .video-iframe-container { display: none; }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .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); }#JTiBu1pBrMEcqh5cVpzORvTSoDC2k2wO > .row .container { width:20rem;height:139.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpPt30sGZfoNT5Ou9UiPdg62W4UH7ZRB { width:20rem;height:1.48535rem;top:31.4453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Q2mhbZD4pv9UvdDaCBsQ1psiBr5ShcyZ { width:17.5rem;height:17.5rem;top:1.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rx6PiFGA8blA3HtOTecdWyVTR8Uten3a { width:0.625rem;height:1.25rem;top:34.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hCltPCMK6UlXEMfGFJiBxnuXgBEoFi { width:1.375rem;height:1.375rem;top:34.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Rq4HAx0k3uzIzUNVXxSlqyQ7yahE4i { width:20rem;height:20rem;top:36.8046875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U4IzTKv1rTK00y5Ne4qqgGZgsgVyfwid { width:20rem;height:20rem;top:72.4853515625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dS6kzOCSdsROFh6OveOFG2bvbPZdnvrr { width:20rem;height:20rem;top:104.9658203125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7hTE8PTtvG2FFmezRO7ZI26f4TmXEU { width:20rem;height:20rem;top:119rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8B83idxJavqfFzawacaxFEqWESROFdd { width:17.5rem;height:4.546875rem;top:64.932861328125rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3aTDQ6sdVtAkxpzW1BwLQk3owRZ614l { width:20rem;height:3.24609375rem;top:59.4287109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqVehXHieB7Lx6nNx83BAzbllk7mBLJ { width:20rem;height:3.24609375rem;top:95.137939453125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQt92F0b8avG5iGEkKRTiHzen46G4iNL { width:17.5rem;height:3.41015625rem;top:99.5693359375rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTreWRrA9oeQ2f9ScNcGwuF1tIIMysDe { width:20rem;height:1.29931875rem;top:126.21419143677rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfkUMdTZb3aU4BEwrFl9O8uuW0O46sE4 { width:20rem;height:9.597625rem;top:20rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXv3ei068TrGBIzu5Tsmldv4DWmkJySo { width:3.374025rem;height:3.75rem;top:128.41552734375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsLX6sVkZWfTJlqndvtp0GG7fg5iBnz { width:3.4973125rem;height:2.371825rem;top:135.63598632812rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu { background-color:rgba(78,81,86,0.1);background-image:url("https://images.assets-landingi.com/uc/2f2a1c16-5d9b-4d77-b945-2a454946ef74/JUST_R_landing_page_VIDEOTLO_1920x1080px.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu.adaptive-delivery-prevent-bg, #oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu.lazyload, #oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu.lazyloading { background-image: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container { background-color: transparent; background-image: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container > .video-iframe-container { display: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row > .video-iframe-container { display: none; }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .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); }#oiTvbCOWdrRKLg5nguSfUCta3vKLm4Bu > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnrSTI21t8re2hEbxivAJcKP2QILyhko { height:10.9985625rem;width:20rem;top:6.7333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKbcXzULDNLf0J16eXCVefdHfLN5lPAS { width:20rem;height:1.48535rem;top:3.572998046875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4dccKkqde64ZfuatodR65ZtOzlMBvsH { width:20rem;height:1.9504625rem;top:1.70166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atQKw0km14Iarr3RCs5ddXkgOv8HNkZU { width:2.1875rem;height:1.43676875rem;top:18.480224609375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF { display:block; }#WLxTMrtnnUR9pHDHuaq5ZnvwdeHe6RDF > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJr3odkWA5f7kT2k0UwhSxQpmuwu5rTS { width:20rem;height:1.29931875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAN9T1lIbqNBF0E3Wg9UkcEXUneiOxA { width:12.5rem;height:4.375rem;top:3.6962890625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0rFqWDlwT7k2bcU1ySuLyqpl5QSi07 { width:12.4375rem;height:4.3125rem;top:8.961181640625rem;left:3.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpqRielLlnRixA8yi2XE0sV26LhyvhDL { width:12.4375rem;height:4.3125rem;top:13.19580078125rem;left:3.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Z6totTRATwGng7FhGdZg4rTJ6Jqgxg { width:12.4375rem;height:4.3515625rem;top:17.50732421875rem;left:3.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E { display:block; }#dwNrrR81Z37CCB1BTMTwgmGdfJFwKO3E > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izVdnuBfDSNyp8iMwbW2xeQf1ftE73CW { width:20rem;height:4.8rem;top:2.3117895126342rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPu2Gfp44mmASAFxE05AiFmkofAk0ZXE { width:19.9995rem;height:5.1972625rem;top:9.54638671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r  { width:17.5rem;height:auto;top:15.942932128906rem;left:0rem; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThC85WCwr9XUxl44npNv6Inaav1mGo5r {display:block;}#ThC85WCwr9XUxl44npNv6Inaav1mGo5r { width:17.5rem;height:auto;top:15.942932128906rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #elzSGcMHdmpdUtHyvviJtChU2vT9QBQT {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #AQN3PvBKMAtU9E6IyJ2WpPDstUy4LKZc {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #sFqrTIF3UxLOlKVBtl8i9Ntea8zqnxDs {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #d2l30BD3pzZfXb8Zq8VnhaJasxstzfKH {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #lQ9Kzad7wJokqdaMZCUBgA6WhlI0f1Dg {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #Rat43ivhdKexF9u50Kqex7QWMtFqEz9D {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #Z5Reyzr439pPv25PQNKmaRJCDLZRxkfw {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #IZMslHoWl1GKnqHf722c6m1sxqfCMDB6 {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #KRLTDCoOSgh1c5AUduMzMEkCE7r580zb {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #TmoFd60nSqpTbstHTrrK9dm12egI20QJ {  }
 }@media only screen and (max-width: 763px) { #ThC85WCwr9XUxl44npNv6Inaav1mGo5r #vKBzrcxLv6pIH1CS5HG063nqVerzv3Uk {  }
 }@media only screen and (max-width: 763px) { #L1Bo25fhrerZDePOJOVJ38lcR8uf9sNd { width:20rem;height:11.5rem;top:34.237487792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpggUTNkxwwLKhDqGq2o0kXUPxI92uoU { width:20rem;height:11.5rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5FIxX1s6B3bzw0zZKcx1Hzfvna7y4DV { width:4.9375rem;height:3.1875rem;top:44.543701171875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 { display:block; }#H0iLKMFFGVaSTHPllzwUcbsb3NTAmg21 > .row .container { width:20rem;height:58.68701171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBMg8vOQhb32wbtr6mglwpT3Wq7EUifr { width:18.125rem;height:1.8rem;top:42.5rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwkzfCFbbKIkooHWNh9QuywqEHstGZ1O { width:18.125rem;height:1.5996125rem;top:45.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRkP6s4TAnHTpaGNalhhW8XUc2NwhWUv { width:18.125rem;height:1.8rem;top:29.4375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGJE3Np8oW7N7QTVzybugNc7Ipuz9qKM { width:17.120375rem;height:1.8rem;top:9.561767578125rem;left:1.439208984375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHsP7GJgDDWscHRdxH6RNpPXhE1qTBf4 { width:3rem;height:3rem;top:13.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxxLansA5IiZ40fuRbnWLeRZzHgswTG { display:flex;width:1.3745125rem;height:1.3745125rem;top:13.875rem;left:9.3125rem; }
#vgxxLansA5IiZ40fuRbnWLeRZzHgswTG > img { max-width: 100%;max-height:100%; width:1.3745125rem; height:1.3745125rem; } }@media only screen and (max-width: 763px) { #OL1EhI1SJImRGnwRa1mIG2i6aZNX5anu { width:3rem;height:3rem;top:17.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWUO5IwLBl5mzyWy7qpgEBPJ87hDi71b { display:flex;width:1.375rem;height:1.375rem;top:18.125rem;left:9.3125rem; }
#eWUO5IwLBl5mzyWy7qpgEBPJ87hDi71b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #kwa4Lfd1bTw6qa7gXTaKcs4bCnhG4XzK { width:3rem;height:3rem;top:21.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1qze487GLhUrhT0EsLbA8Ua5HQNdcL { display:flex;width:1.375rem;height:1.375rem;top:22.375rem;left:9.3125rem; }
#WD1qze487GLhUrhT0EsLbA8Ua5HQNdcL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gEeipGUhkE2XOlWxxLUEsXm8DQ40fRbu { width:8.808625rem;height:3.31055rem;top:2.70751953125rem;left:5.594482421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmXEyQvOTDCqLdWzpUssuHFalq1bQhk { width:20rem;height:1.6875rem;top:51.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0SZSJH79reTvXUguxtKlXaxn2QnNg26 { width:17.0613125rem;height:4.7988375rem;top:34.937108039856rem;left:1.4660153985024rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2Hq7sPspuuSyyOdG4pBevcNtBZrPcin { width:17.0625rem;height:1.5996125rem;top:32.312108039856rem;left:1.4671874642372rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZblAkNJT1OpyxwJTbh4caA1UopPWsyUN { width:11.5rem;height:3.375rem;top:54.06201171875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqINuLJFqu7GuFeyg5MP2k1G7RKhcn2M { display:block; }
 }