.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:252,217,217;--color-primary-1:244,129,129;--color-primary-2:232,2,2;--color-primary-3:116,1,1;--color-primary-4:35,0,0;--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:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#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); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP { position:relative;display:block; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP { background-color: transparent; background-image: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container > .video-iframe-container { display: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row > .video-iframe-container { display: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .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); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP { border-width: 0; border-radius: 0; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uvMEmks2/fb_rosexpress.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container.adaptive-delivery-prevent-bg, #Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container.lazyload, #Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container.lazyloading { background-image: none; }#WVRtP2lUFZJE7QDgAUTGwAQg6fHJ8Pkp { position:absolute;display:block;z-index:15019;height:3.6875rem;width:6.6875rem;top:0.8125rem;left:52.375rem;display:block; }
#WXJfWMnyuF6PbPow14mweE21rwX7puEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { background-color: transparent; background-image: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .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); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { border-width: 0; border-radius: 0; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#lwreey0ubfcbkamL2CsCI17S2ueqGnix { color:rgba(var(--color-tertiary-2),1);display:block;width:26.1865rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:1.3486328125rem;left:16.9052734375rem;height:1.91288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 { position:relative;display:block; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 { background-color: transparent; background-image: none; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row .container > .video-iframe-container { display: none; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row > .video-iframe-container { display: none; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .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); }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 { border-width: 0; border-radius: 0; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .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; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTTQFTCW42plBJk1mgiEkVNVadlVNnN2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8742885589599rem;left:17.1875rem;display:block; }
#TKxPhcxktmsTl73JNtMgxeAMtcWabEBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONglggVAaDCLf6iihE7qi5Tn8ht1IcHp { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:2.8125rem;width:2.8125rem;top:1.4996452331543rem;left:16.624645233154rem;display:block; }
#lh2SbJBsVWEPMx0M5K6Uf3Zniz5EXWGu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.75rem;left:16.875rem; }
#NtDTLtZLdwk537S8hSSXi0xK4tsRXPuS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.8748226165771rem;left:32.187496185302rem;display:block; }
#qd25n2PwqqAbzO31IN8A0DK9hPD2V5GG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTHGnsxiM5agWG1wHO00H8GDKvTtee9T { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:2.8125rem;width:2.8125rem;top:1.4992885589599rem;left:31.624641418457rem;display:block; }
#aevMp7zqisV5kOt9doqMl0lfBLytITxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.7496452331543rem;left:31.874996185302rem; }
#Bh2MDhg08vOG0FLCkhJDMTInXWRFACyc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.875rem;left:47.1875rem;display:block; }
#necoU0sVgXHi7TFd2MMbQSm0PwTuRG6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwFZ7D7F1qqpHaNpk0UOwJi242pGE3i7 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:2.8125rem;width:2.8125rem;top:1.5rem;left:46.625rem;display:block; }
#TuV87lAUkBVlKSmTDZIk6Ntix6dITlBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.75rem;left:46.875rem; }
#LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8744678497314rem;left:2.1875rem;display:block; }
#xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trzVC32rrKo71g43M98sTFhlKbDnfVlW { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:2.8125rem;width:2.8125rem;top:1.4998226165771rem;left:1.6246433258057rem;display:block; }
#ikEnRTlu3Z3R3MwzAuVbTkvIQuqVEJx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.7492885589599rem;left:1.875rem; }
#akTkynqJAdrsnraezrFyHqXufel5fZmp { position:relative;display:none; }#akTkynqJAdrsnraezrFyHqXufel5fZmp { border-width: 0; border-radius: 0; }#akTkynqJAdrsnraezrFyHqXufel5fZmp > .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; }#akTkynqJAdrsnraezrFyHqXufel5fZmp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aQD3XVlmMTIovOFEpGTz93XnTO093t1Q { color:rgba(var(--color-tertiary-2),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.9990234375rem;left:12.65625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdLoqHCKQBIGRcaTDCxNeLlLU7LQXtha { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:3.125rem;left:19.781251907349rem;height:7.7988375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { background-color: transparent; background-image: none; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container > .video-iframe-container { display: none; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row > .video-iframe-container { display: none; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .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); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { border-width: 0; border-radius: 0; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#C8uKMZiZf35LOMGa9RA0NNZ1Le8Twc9s { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.5625rem;left:22.75rem;display:block; }
#PaVNcS2HZQSAUV6ObSwpTVOuiNFLunbX { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.5625rem;left:30.1875rem;display:block; }
#pF4vOkoFUO445dcMbCLaJP3QuGAStlyS { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.5625rem;left:26.5rem;display:block; }
#W4R1WoIPv699hNFTpzbKS94PlmE7pdws { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1rem;left:21.4375rem;height:1.05025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yP26zK39KJtLs9P50T5EVGaMIBsrNlK5 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.5rem;left:18.375rem;height:1.04955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zob80dJc1rZVBuaovexvyMfp5B4NPaqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.5625rem;left:34rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP { display:block; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVRtP2lUFZJE7QDgAUTGwAQg6fHJ8Pkp { width:6.6875rem;height:3.6875rem;top:0.8125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwreey0ubfcbkamL2CsCI17S2ueqGnix { top:1.3125rem;left:10.7802734375rem;width:26.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sECNz1bnkqQVJXet2x09dskmiaMXW6H5 { display:block; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTTQFTCW42plBJk1mgiEkVNVadlVNnN2 { width:11.1875rem;height:2.875rem;top:1.8125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxPhcxktmsTl73JNtMgxeAMtcWabEBS { display:block; }
 }@media only screen and (max-width: 763px) { #ONglggVAaDCLf6iihE7qi5Tn8ht1IcHp { top:1.4375rem;left:12.030895233154rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh2SbJBsVWEPMx0M5K6Uf3Zniz5EXWGu { width:2.375rem;height:2.375rem;top:1.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDTLtZLdwk537S8hSSXi0xK4tsRXPuS { width:11.1875rem;height:2.875rem;top:1.8125rem;left:24.531246185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd25n2PwqqAbzO31IN8A0DK9hPD2V5GG { display:block; }
 }@media only screen and (max-width: 763px) { #XTHGnsxiM5agWG1wHO00H8GDKvTtee9T { top:1.4375rem;left:23.968391418457rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevMp7zqisV5kOt9doqMl0lfBLytITxC { width:2.375rem;height:2.375rem;top:1.6875rem;left:24.218746185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh2MDhg08vOG0FLCkhJDMTInXWRFACyc { width:11.1875rem;height:2.875rem;top:1.875rem;left:36.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #necoU0sVgXHi7TFd2MMbQSm0PwTuRG6I { display:block; }
 }@media only screen and (max-width: 763px) { #JwFZ7D7F1qqpHaNpk0UOwJi242pGE3i7 { top:1.5rem;left:35.90625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV87lAUkBVlKSmTDZIk6Ntix6dITlBq { width:2.375rem;height:2.375rem;top:1.75rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { width:11.1875rem;height:2.875rem;top:1.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block; }
 }@media only screen and (max-width: 763px) { #trzVC32rrKo71g43M98sTFhlKbDnfVlW { top:1.4375rem;left:0.093393325805662rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEnRTlu3Z3R3MwzAuVbTkvIQuqVEJx7 { width:2.375rem;height:2.375rem;top:1.6875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTkynqJAdrsnraezrFyHqXufel5fZmp { display:block; }#akTkynqJAdrsnraezrFyHqXufel5fZmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQD3XVlmMTIovOFEpGTz93XnTO093t1Q { width:34.6875rem;height:1.125rem;top:0.9375rem;left:6.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdLoqHCKQBIGRcaTDCxNeLlLU7LQXtha { width:20.4375rem;height:7.75rem;top:3.125rem;left:13.656251907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs { display:block; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8uKMZiZf35LOMGa9RA0NNZ1Le8Twc9s { top:2.5625rem;left:16.625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaVNcS2HZQSAUV6ObSwpTVOuiNFLunbX { top:2.5625rem;left:24.0625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF4vOkoFUO445dcMbCLaJP3QuGAStlyS { top:2.5625rem;left:20.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R1WoIPv699hNFTpzbKS94PlmE7pdws { top:1rem;left:15.3125rem;width:17.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP26zK39KJtLs9P50T5EVGaMIBsrNlK5 { top:6.4375rem;left:12.249368667602rem;width:23.25rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zob80dJc1rZVBuaovexvyMfp5B4NPaqB { width:3.0625rem;height:3.0625rem;top:2.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP { background-color:rgba(232,2,2,0.03);background-image:url("https://images.assets-landingi.com/pX12isbH/fb_rosexpress_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP.adaptive-delivery-prevent-bg, #Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP.lazyload, #Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP.lazyloading { background-image: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container { background-color: transparent; background-image: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container > .video-iframe-container { display: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row > .video-iframe-container { display: none; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .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); }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container { border-width: 0; border-radius: 0; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9tVtHGFTPCItLA84mCMITBLbbvVRlaP > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVRtP2lUFZJE7QDgAUTGwAQg6fHJ8Pkp { width:2.25rem;height:2.4375rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwreey0ubfcbkamL2CsCI17S2ueqGnix { width:18.5625rem;height:1.487925rem;top:0.68679046630862rem;left:0.74840193986894rem;font-size:0.875rem;z-index:15037;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #sECNz1bnkqQVJXet2x09dskmiaMXW6H5 { display:block; }#sECNz1bnkqQVJXet2x09dskmiaMXW6H5 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTTQFTCW42plBJk1mgiEkVNVadlVNnN2 { width:11.1875rem;height:2.875rem;top:5.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxPhcxktmsTl73JNtMgxeAMtcWabEBS { display:block; }
 }@media only screen and (max-width: 763px) { #ONglggVAaDCLf6iihE7qi5Tn8ht1IcHp { width:2.8125rem;height:2.8125rem;top:5.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh2SbJBsVWEPMx0M5K6Uf3Zniz5EXWGu { width:2.375rem;height:2.375rem;top:5.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDTLtZLdwk537S8hSSXi0xK4tsRXPuS { width:11.1875rem;height:2.875rem;top:9.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd25n2PwqqAbzO31IN8A0DK9hPD2V5GG { display:block; }
 }@media only screen and (max-width: 763px) { #XTHGnsxiM5agWG1wHO00H8GDKvTtee9T { width:2.8125rem;height:2.8125rem;top:9.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevMp7zqisV5kOt9doqMl0lfBLytITxC { width:2.375rem;height:2.375rem;top:9.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh2MDhg08vOG0FLCkhJDMTInXWRFACyc { width:11.1875rem;height:2.875rem;top:13.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #necoU0sVgXHi7TFd2MMbQSm0PwTuRG6I { display:block; }
 }@media only screen and (max-width: 763px) { #JwFZ7D7F1qqpHaNpk0UOwJi242pGE3i7 { width:2.8125rem;height:2.8125rem;top:13.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV87lAUkBVlKSmTDZIk6Ntix6dITlBq { width:2.375rem;height:2.375rem;top:14.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { width:11.1875rem;height:2.875rem;top:1.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block; }
 }@media only screen and (max-width: 763px) { #trzVC32rrKo71g43M98sTFhlKbDnfVlW { width:2.75rem;height:2.75rem;top:1.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEnRTlu3Z3R3MwzAuVbTkvIQuqVEJx7 { width:2.4375rem;height:2.4375rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTkynqJAdrsnraezrFyHqXufel5fZmp { display:none; }#akTkynqJAdrsnraezrFyHqXufel5fZmp > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aQD3XVlmMTIovOFEpGTz93XnTO093t1Q { width:17.9375rem;height:2.2734375rem;top:1.1875rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdLoqHCKQBIGRcaTDCxNeLlLU7LQXtha { width:20rem;height:8.396475rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs { display:block; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8uKMZiZf35LOMGa9RA0NNZ1Le8Twc9s { width:3.125rem;height:3.125rem;top:4.0625rem;left:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaVNcS2HZQSAUV6ObSwpTVOuiNFLunbX { width:3.125rem;height:3.125rem;top:4.0625rem;left:10.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF4vOkoFUO445dcMbCLaJP3QuGAStlyS { width:3.125rem;height:3.125rem;top:4.0625rem;left:6.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R1WoIPv699hNFTpzbKS94PlmE7pdws { width:20rem;height:1.05025rem;top:2.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yP26zK39KJtLs9P50T5EVGaMIBsrNlK5 { width:20rem;height:0.9619125rem;top:7.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zob80dJc1rZVBuaovexvyMfp5B4NPaqB { width:3.0625rem;height:3.0625rem;top:4.0625rem;left:13.875rem;display:block; }
 }