.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container { background-color: transparent; background-image: none; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container > .video-iframe-container { display: none; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row > .video-iframe-container { display: none; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .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); }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container { border-width: 0; border-radius: 0; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#xdy54eDKBVlsZv7ibluPwNlxulPozEwE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.9375rem;width:5.9375rem;top:0.96875rem;left:2.3109378814698rem;overflow:hidden;display:block; }
#lVWu34nEXo5k4DFkikoI2lyuPSrPpqTW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #bf6849;border-left:0.25rem solid #bf6849;border-right:0.25rem solid #bf6849;border-bottom:0.25rem solid #bf6849;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#bf6849;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.2485625rem;height:3.18725625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.01513671875rem;left:44.749755859375rem;display:block; }
#c7hRdWvNBmi40tmo9sO54P0b7B1bMduq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKIaDb3iuaQfFHmI25FJDdW6gxXrHyJD { background-color:#bf6849;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3108125rem;height:3.18725625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.01513671875rem;left:30.07568359375rem;display:block; }
#oL0LRdLLmTVzW91BV9hZAtpNstPG6oCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHuBG4H6TKQt7ebLDwUUAq0WHCTLTonx { color:#000000;display:block;width:6.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1867188215256rem;left:32.604686737061rem;height:1.625rem;font-style:italic;display:block; }
#Axud5ZMqaLs3IDoB38cSut4StqTs188W { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.1875rem;height:2.92535rem;font-style:italic;display:block; }
#aLZDKRupzo0FOVFqefvOBX0uPCXuOB2k { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.8125rem;top:2.8125rem;left:21.0625rem;overflow:hidden;display:block; }
#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container { background-color: transparent; background-image: none; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container > .video-iframe-container { display: none; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row > .video-iframe-container { display: none; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .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); }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container { border-width: 0; border-radius: 0; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container { width:60rem;height:53.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RmzWBMm8rOTUAtsDJTMTp0klfThEaOQA { color:#000000;display:block;width:27.9373125rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:10.80837726593rem;left:2.5607643127441rem;height:4.50086875rem;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; }
#LTypc0Mq5r1u0XTNawTSeOhLEEQTLHAI { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid #f2c46d;border-left:0.3125rem solid #f2c46d;border-right:0.3125rem solid #f2c46d;border-bottom:0.3125rem solid #f2c46d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:21.9375rem;width:23.4375rem;top:10.184374809265rem;left:32.900783538818rem;overflow:hidden;display:block; }
#XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR { color:#000000;display:block;width:26.8109375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.950000762939rem;left:2.5609378814698rem;height:20.88975rem;display:block; }#XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
#zzB641NDp44Z300OrF4s2IwK5H7ZmL06 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:34.42812538147rem;left:40.388282775879rem;overflow:hidden;display:block; }
#vDurs1MJSMn7HlzbVOBWohfo1oJqf7iW { color:#000000;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:45.24062538147rem;left:39.138282775879rem;height:3.30078125rem;text-align:center;text-align-last:center;display:block; }
#amXSDXDfHUF1iHlcaRvVdQAe4nUMr3KX { color:#000000;display:block;width:28rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:17.078125rem;left:2.5609378814698rem;height:2.62586875rem;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; }
#r9lP6aRqZ7LJ8BVTW2U4EKXTIivM0U3V { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:21.38437461853rem;left:2.5609378814698rem;height:4.25rem;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; }
#TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq > .row .container { border-width: 0; border-radius: 0; }#TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq > .row .container { width:60rem;height:61.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#CDUB7Tq5VmNRvITPytI8wCLHQrZvtGSa { color:#000000;display:block;width:25.5rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:21.328906059265rem;left:1.75rem;height:;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; }
#c7wTSCM0tDqv6LBOZ6UqxseAANzmsG9G { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid #f2c46d;border-left:0.3125rem solid #f2c46d;border-right:0.3125rem solid #f2c46d;border-bottom:0.3125rem solid #f2c46d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:17.1875rem;width:18.3125rem;top:21.328906238079rem;left:32.995311737061rem;overflow:hidden;display:block; }
#rfruSfyH5TunQzydrsh8WqSFnTRKstd4 { color:#000000;display:block;width:26.8109375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:1.75rem;height:20.8875rem;display:block; }#rfruSfyH5TunQzydrsh8WqSFnTRKstd4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rfruSfyH5TunQzydrsh8WqSFnTRKstd4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
#FHEApfdmdMKTucZ7PpRSM6XrU0p5vMnC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:42.00625038147rem;left:37.889064788818rem;overflow:hidden;display:block; }
#H7kc3PD0oNmBhb7tABGX4dgp6cX9TTnT { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:27.498919486999rem;left:1.748046875rem;height:2.62586875rem;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; }
#BmIralEoE9R4PHl1Q75bmxLv0NoWmBTP { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:31.16015625rem;left:1.75rem;height:4.24913125rem;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; }
#BIRmUzkRiIu1c3lTprDrCa19LRAB6Us4 { color:#000000;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:52.825000762939rem;left:37.200782775879rem;height:3.3rem;text-align:center;text-align-last:center;display:block; }
#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#deeff5;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; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { background-color: transparent; background-image: none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container > .video-iframe-container { display: none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row > .video-iframe-container { display: none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .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); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { border-width: 0; border-radius: 0; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#vSFch8fWWc9dmrUwiBKZwhJ04L1EDq6p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.937rem;top:4.0625rem;left:23.5rem;overflow:hidden;display:block; }
#x3MnTlJdkD0g9ddDCehZazqXJF9sl10h { color:#000000;display:block;width:40.18675rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2314453125rem;left:9.90478515625rem;height:3.41363125rem;font-style:normal;display:block; }
#Vo9AVEovlbq0kXEkcUCmUJ4PhMXMDOcv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:4.87426875rem;top:11.561279296875rem;left:27.562255859375rem;overflow:hidden;display:block; }
#aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#deeff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D > .row .container { border-width: 0; border-radius: 0; }#aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:none; }#WOPhaGLJxJo7kL7qV9Jvfq4EQRE8ClP3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.937rem;top:4.0625rem;left:23.5rem;overflow:hidden;display:block; }
#Hv7G5pcJQvDXWsF7kTxva3Ai1dNWJt2z { color:#000000;display:block;width:40.18675rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2314453125rem;left:9.90478515625rem;height:3.41064375rem;font-style:normal;display:block; }
#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { position:relative;display:block; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { background-color: transparent; background-image: none; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container > .video-iframe-container { display: none; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row > .video-iframe-container { display: none; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .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); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { border-width: 0; border-radius: 0; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .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; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;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; }#PyQiHRr5zgo0t6yKQ4ymdpmJgdAXiXfh { color:#4a71b8;display:block;width:55.874rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34033203125rem;left:2.06298828125rem;height:3.00625rem;font-style:normal;display:block; }
#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { position:relative;display:block; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { background-color: transparent; background-image: none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container > .video-iframe-container { display: none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row > .video-iframe-container { display: none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .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); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { border-width: 0; border-radius: 0; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .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; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;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; }#meWSivSVEm4V2DL4ux8mV10RxafhPutf { color:#000000;display:block;width:25.9985625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25732421875rem;left:1.99951171875rem;height:15.3613375rem;display:block; }
#oCZbr5exCTfswmbq2kiFwaIaOPxikyV5 { color:#000000;display:block;width:26.6235625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25732421875rem;left:31.68701171875rem;height:11.94770625rem;display:block; }
#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { position:relative;display:none; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { border-width: 0; border-radius: 0; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .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; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.8125rem;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; }#onHTEdirM0u44XHoAeW4Elblz3Uw6mIv { color:#000000;display:block;width:52.8735625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.65380859375rem;left:3.56201171875rem;height:18.28125rem;display:block; }
#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT { position:relative;display:block; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT { background-color: transparent; background-image: none; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row .container > .video-iframe-container { display: none; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row > .video-iframe-container { display: none; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .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); }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT { border-width: 0; border-radius: 0; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .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; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;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; }#O4sxNp35BC1yfoLTpdSldJe4A4MThKdu { color:#4a71b8;display:block;width:14.9365rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34033203125rem;left:22.530517578125rem;height:3.00625rem;font-style:normal;display:block; }
#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 { position:relative;display:block; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 { background-color: transparent; background-image: none; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row .container > .video-iframe-container { display: none; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row > .video-iframe-container { display: none; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .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); }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 { border-width: 0; border-radius: 0; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .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; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.1875rem;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; }#vCzqGd3sTcI6rc7n3oOBGpe0Dms2e9yv { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.826171875rem;left:4.7808151245117rem;height:2.51844375rem;display:block; }
#cwFqr4JfgtBiTqufwcRVFFwFnlElwT9b { color:#000000;display:block;width:54.875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.63720703125rem;left:3.123046875rem;height:8.5340625rem;display:block; }
#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d93737;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; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { background-color: transparent; background-image: none; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container > .video-iframe-container { display: none; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row > .video-iframe-container { display: none; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .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); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { border-width: 0; border-radius: 0; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#LXRTpJZIzzrfTTadGzMx0dJSwLMFZlU6 { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:arial;font-size:3.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8747825622559rem;left:11.09375rem;height:4.3869375rem;display:block; }
#bJxTUuqT7nNAE1TFPZg8PdxL1anylck2 { color:#ffffff;display:block;width:57.3730625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.959636688233rem;left:2.626953125rem;height:7.79625rem;display:block; }
#NVI3toBBwLC8iOLSHpvZfz2U9dESy86W { color:#ffffff;display:block;width:36.9998125rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.646486282349rem;left:11.974826812744rem;height:3.00564375rem;display:block; }
#tO88pQtkIVv2UqsMan7Z1sxP1E1PumQF { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#d62828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0130075rem;height:3.01302rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.768445968628rem;left:23.464626312256rem;display:block; }
#SwcWeBBti5FMphuCxaWLKK1CThRx7J2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk { 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; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { background-color: transparent; background-image: none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container > .video-iframe-container { display: none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row > .video-iframe-container { display: none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .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); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { border-width: 0; border-radius: 0; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#RBoFwrFNNhdEDvWnRzNIqF3ELVRhWkZH { color:#4a71b8;display:block;width:36.9983125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.13623046875rem;left:11.500244140625rem;height:3.4125rem;font-style:normal;display:block; }
#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.26);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; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { background-color: transparent; background-image: none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container > .video-iframe-container { display: none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row > .video-iframe-container { display: none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .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); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { border-width: 0; border-radius: 0; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#y09pSxpbMcpoTxbHZZuI2o9wtU1enXHv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#w9XN6uHiJvro5nIxo0F8Os9BpomU7fp8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:2.4375rem;left:23.75rem;overflow:hidden;display:block; }
#mp6nbJwLeGKPBgvmDVKPTmmPCBosIXfM { 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:2.6875rem;width:12.5rem;top:2.4375rem;left:43.75rem;overflow:hidden;display:block; }
#ZeZ6SQV4QnpFlr05UdR52GDaglLaol21 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:3.28125rem;height:5.85069375rem;display:block; }
#Tmw14bPslLcbSExU0hZcvdvMVu93sQES { color:#000000;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:23.28125rem;height:8.7760625rem;display:block; }
#mbTJNGJdNnFJAWwh3CcunvKqMlNCe2gd { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:42.59375rem;height:8.7760625rem;display:block; }
#k9TPpSx8lRcEkkRnszzRZtZGiCWzcqtX { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8740234375rem;left:6.68701171875rem;height:1.3rem;display:block; }
#hDQcEXqX0QBd8V1SlMuTTcfU0T4gFNml { color:#000000;display:block;width:5.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.875rem;left:27.3125rem;height:1.3rem;display:block; }
#CaaM3Joo4vS3OOGl5Z9a7AgnioVrvNhK { color:#000000;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:46.6875rem;height:1.3rem;display:block; }
#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV { 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:none; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { border-width: 0; border-radius: 0; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:none; }#gNUcMevduq8PBRlFu3hIMSwFgUOzfDy8 { color:#4a71b8;display:block;width:36.9983125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2607421875rem;left:11.500244140625rem;height:3.4118625rem;font-style:normal;display:block; }
#O92hXnNDQNtG9NXu7kru45gvgUN6Gt1M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68676875rem;width:12.5rem;top:6.357421875rem;left:23.75rem;overflow:hidden;display:block; }
#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.26);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { border-width: 0; border-radius: 0; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:none; }#Z1RNObCIDXI3aAGHS4H1CE2zyBZdvDyu { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.3125rem;height:7.312rem;display:block; }
#wWaFma2xizC4M3wgAZtkbdG1v4WXiqSW { color:#000000;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:23rem;height:8.7744375rem;display:block; }
#vJsILuJZc7nUbSZnKv95vHiARUJWCF4B { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:42.5625rem;height:8.7744375rem;display:block; }
#VTUNwthdq52ykzQabJugUJ7CKgLrfqc6 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75rem;left:6.6875rem;height:1.298825rem;display:block; }
#da5BmbFH7enHUSxoeMTq8EbTQhhCZPiq { color:#000000;display:block;width:5.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5rem;left:27rem;height:1.298825rem;display:block; }
#GqVVRRicGTJytVspFUg4NmrrSTJV7mT2 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.625rem;left:46.6875rem;height:1.298825rem;display:block; }
#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a9d8f;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; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { background-color: transparent; background-image: none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container > .video-iframe-container { display: none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row > .video-iframe-container { display: none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .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); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { border-width: 0; border-radius: 0; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#lyJLEppJRUSM26OWGs2cbmzLcWkUl1J7 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3120727539062rem;left:2.5rem;height:2.43706875rem;font-style:normal;display:block; }
#z9aPFzGL2GWc0qw48RrdOnnvdKdUBUBZ { color:#000000;display:block;width:31.1865rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.7490234375rem;left:14.405517578125rem;height:2.19375rem;font-style:normal;display:block; }
#Tei06hITBZ0GENbb8ryaJWQhbTshW0mR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#d62828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:11.6875rem;left:20.1875rem;display:block; }
#wTItB4uioJhygEHzHD5BKR376XqzorEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqof7zKNQF1GZzWL5NNAs0dksypUswXy { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(0,0,0,0.5);top:16.875rem;left:12.6875rem;height:2.4375rem;font-style:normal;display:block; }
#JaDMvE8WTCqVsGZOrPdfvc8WKeEimDqu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9995rem;width:6.9995rem;top:21.25rem;left:26.5rem;overflow:hidden;display:block; }
#hvo9DRGgoJMHF560ssQgPcXqavDocmlQ { background-color:#d62828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.875rem;left:23.4375rem;display:block; }
#LCAUWdoTJgiSlddklnUZq2qAJOtQExw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIMGaPiX6WinKyLALoltT8v2grsd6nTJ { color:#000000;display:block;width:6.9983125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.1875rem;left:26.5rem;height:1.9487875rem;font-style:normal;display:block; }
#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a9d8f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { border-width: 0; border-radius: 0; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:none; }#dMnyWDe1ue2gHLaV7lyCM1eucZpd70c6 { color:#000000;display:block;width:42.937rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.372314453125rem;left:10.059814453125rem;height:2.19238125rem;font-style:normal;display:block; }
#lpkTKkQPuMeMig33TpRhW8oWkHKdSO5H { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#d62828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.249267578125rem;left:20.15625rem;display:block; }
#Ub2PVI9GwLBblgcJZT5XI0f6X7zSSvU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azwyTmHyz6ofK5tHGGVbmPm0cdJRu63T { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(0,0,0,0.5);top:14.434814453125rem;left:12.65625rem;height:2.436525rem;font-style:normal;display:block; }
#oxqo70hecJObU93CKnUFes0LT5uUyuxc { background-color:#d62828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.523193359375rem;left:23.4375rem;display:block; }
#RShW5axUPErOusEtoIeHBistcVsdQSiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jf6pkP5yIQAmgtM7MsFsvNKLJHmBJa3B { color:#000000;display:block;width:6.9983125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.058837890625rem;left:26.500244140625rem;height:1.9494625rem;font-style:normal;display:block; }
#fuQQutQE9HGsWXcFbTwgXEOITXrEGlwX { color:#000000;display:block;width:51.1230625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:5.965576171875rem;height:2.43706875rem;font-style:normal;display:block; }
#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK { 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; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { background-color: transparent; background-image: none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container > .video-iframe-container { display: none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row > .video-iframe-container { display: none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .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); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { border-width: 0; border-radius: 0; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#HatAFQpirDvo47yvPNFB5C8taCTmpML7 { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:15.53125rem;height:2.2721375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM { display:block; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdy54eDKBVlsZv7ibluPwNlxulPozEwE { top:0.9375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWu34nEXo5k4DFkikoI2lyuPSrPpqTW { width:12.1875rem;height:3.125rem;top:3rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hRdWvNBmi40tmo9sO54P0b7B1bMduq { display:block; }
 }@media only screen and (max-width: 763px) { #MKIaDb3iuaQfFHmI25FJDdW6gxXrHyJD { width:12.25rem;height:3.125rem;top:3rem;left:23.95068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL0LRdLLmTVzW91BV9hZAtpNstPG6oCT { display:block; }
 }@media only screen and (max-width: 763px) { #WHuBG4H6TKQt7ebLDwUUAq0WHCTLTonx { top:1.125rem;left:26.479686737061rem;width:6.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axud5ZMqaLs3IDoB38cSut4StqTs188W { top:2.25rem;left:5.0625rem;width:18.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZDKRupzo0FOVFqefvOBX0uPCXuOB2k { top:2.8125rem;left:14.9375rem;width:3.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJQEundvBbX5U8w5ne2qeoD5QTeucSD { display:block; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmzWBMm8rOTUAtsDJTMTp0klfThEaOQA { width:27.875rem;height:4.5rem;top:10.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTypc0Mq5r1u0XTNawTSeOhLEEQTLHAI { top:10.125rem;left:23.625rem;width:23.4375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR { top:27.9375rem;left:0rem;width:26.75rem;height:20.875rem;font-size:1.125rem;display:block; }#XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #zzB641NDp44Z300OrF4s2IwK5H7ZmL06 { top:34.375rem;left:34.263282775879rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDurs1MJSMn7HlzbVOBWohfo1oJqf7iW { top:45.1875rem;left:33.013282775879rem;width:11.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amXSDXDfHUF1iHlcaRvVdQAe4nUMr3KX { width:27.9375rem;height:;top:17.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9lP6aRqZ7LJ8BVTW2U4EKXTIivM0U3V { width:26.8125rem;height:4.25rem;top:21.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq { display:block; }#TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDUB7Tq5VmNRvITPytI8wCLHQrZvtGSa { width:25.5rem;height:;top:21.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7wTSCM0tDqv6LBOZ6UqxseAANzmsG9G { top:21.3125rem;left:26.870311737061rem;width:18.3125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfruSfyH5TunQzydrsh8WqSFnTRKstd4 { top:37.9375rem;left:0rem;width:26.75rem;height:20.875rem;font-size:1.125rem;display:block; }#rfruSfyH5TunQzydrsh8WqSFnTRKstd4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #FHEApfdmdMKTucZ7PpRSM6XrU0p5vMnC { top:42rem;left:31.764064788818rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7kc3PD0oNmBhb7tABGX4dgp6cX9TTnT { width:27.9375rem;height:2.625rem;top:27.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmIralEoE9R4PHl1Q75bmxLv0NoWmBTP { width:26.8125rem;height:4.25rem;top:31.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIRmUzkRiIu1c3lTprDrCa19LRAB6Us4 { top:52.8125rem;left:31.075782775879rem;width:11.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIeJq51ygK2zED6z1GOSAbXfcb0uflM { display:block; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSFch8fWWc9dmrUwiBKZwhJ04L1EDq6p { top:4.0625rem;left:17.375rem;width:12.875rem;height:2.4882472593044rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MnTlJdkD0g9ddDCehZazqXJF9sl10h { top:7.1875rem;left:3.77978515625rem;width:40.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo9AVEovlbq0kXEkcUCmUJ4PhMXMDOcv { top:11.5rem;left:21.437255859375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D { display:block; }#aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOPhaGLJxJo7kL7qV9Jvfq4EQRE8ClP3 { top:4.0625rem;left:17.375rem;width:12.875rem;height:2.4882472593044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv7G5pcJQvDXWsF7kTxva3Ai1dNWJt2z { top:7.1875rem;left:3.77978515625rem;width:40.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { display:block; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyQiHRr5zgo0t6yKQ4ymdpmJgdAXiXfh { top:1.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { display:block; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meWSivSVEm4V2DL4ux8mV10RxafhPutf { top:1.25rem;left:0rem;width:25.9375rem;height:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCZbr5exCTfswmbq2kiFwaIaOPxikyV5 { top:1.25rem;left:21.1875rem;width:26.5625rem;height:11.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { display:block; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onHTEdirM0u44XHoAeW4Elblz3Uw6mIv { top:2.625rem;left:0rem;width:47.75rem;height:18.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT { display:block; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4sxNp35BC1yfoLTpdSldJe4A4MThKdu { top:1.3125rem;left:16.405517578125rem;width:14.875rem;height:3rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 { display:block; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCzqGd3sTcI6rc7n3oOBGpe0Dms2e9yv { top:1.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFqr4JfgtBiTqufwcRVFFwFnlElwT9b { top:5.625rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw { display:block; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXRTpJZIzzrfTTadGzMx0dJSwLMFZlU6 { top:3.8125rem;left:4.96875rem;width:37.8125rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJxTUuqT7nNAE1TFPZg8PdxL1anylck2 { top:11.9375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVI3toBBwLC8iOLSHpvZfz2U9dESy86W { top:22.625rem;left:5.8498268127441rem;width:36.9375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO88pQtkIVv2UqsMan7Z1sxP1E1PumQF { width:13rem;height:3rem;top:28.75rem;left:17.339626312256rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwcWeBBti5FMphuCxaWLKK1CThRx7J2e { display:block; }
 }@media only screen and (max-width: 763px) { #AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk { display:block; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBoFwrFNNhdEDvWnRzNIqF3ELVRhWkZH { top:2.125rem;left:5.375244140625rem;width:36.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt { display:block; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y09pSxpbMcpoTxbHZZuI2o9wtU1enXHv { top:2.4375rem;left:1.6875rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9XN6uHiJvro5nIxo0F8Os9BpomU7fp8 { top:2.4375rem;left:17.5625rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6nbJwLeGKPBgvmDVKPTmmPCBosIXfM { top:2.4375rem;left:33.4375rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeZ6SQV4QnpFlr05UdR52GDaglLaol21 { top:5.9375rem;left:1.21875rem;width:13.4375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmw14bPslLcbSExU0hZcvdvMVu93sQES { top:6rem;left:17.09375rem;width:14rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTJNGJdNnFJAWwh3CcunvKqMlNCe2gd { top:6rem;left:32.28125rem;width:14.8125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TPpSx8lRcEkkRnszzRZtZGiCWzcqtX { top:15.8125rem;left:4.4375rem;width:4.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQcEXqX0QBd8V1SlMuTTcfU0T4gFNml { top:15.875rem;left:21.125rem;width:5.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaM3Joo4vS3OOGl5Z9a7AgnioVrvNhK { top:15.875rem;left:36.375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV { display:block; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNUcMevduq8PBRlFu3hIMSwFgUOzfDy8 { top:2.25rem;left:5.375244140625rem;width:36.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O92hXnNDQNtG9NXu7kru45gvgUN6Gt1M { top:6.3125rem;left:17.625rem;width:12.5rem;height:2.68676875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox { display:block; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1RNObCIDXI3aAGHS4H1CE2zyBZdvDyu { top:1.875rem;left:1.25rem;width:13.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWaFma2xizC4M3wgAZtkbdG1v4WXiqSW { top:2.625rem;left:16.8125rem;width:13.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJsILuJZc7nUbSZnKv95vHiARUJWCF4B { top:2.75rem;left:32.25rem;width:14.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUNwthdq52ykzQabJugUJ7CKgLrfqc6 { top:11.75rem;left:4.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5BmbFH7enHUSxoeMTq8EbTQhhCZPiq { top:12.5rem;left:20.8125rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVVRRicGTJytVspFUg4NmrrSTJV7mT2 { top:12.625rem;left:36.375rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM { display:block; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyJLEppJRUSM26OWGs2cbmzLcWkUl1J7 { top:4.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9aPFzGL2GWc0qw48RrdOnnvdKdUBUBZ { top:7.6875rem;left:8.280517578125rem;width:31.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tei06hITBZ0GENbb8ryaJWQhbTshW0mR { width:19.6875rem;height:3.4375rem;top:11.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTItB4uioJhygEHzHD5BKR376XqzorEE { display:block; }
 }@media only screen and (max-width: 763px) { #cqof7zKNQF1GZzWL5NNAs0dksypUswXy { top:16.875rem;left:6.5625rem;width:34.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaDMvE8WTCqVsGZOrPdfvc8WKeEimDqu { top:21.25rem;left:20.375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvo9DRGgoJMHF560ssQgPcXqavDocmlQ { width:13.125rem;height:3.125rem;top:31.875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCAUWdoTJgiSlddklnUZq2qAJOtQExw3 { display:block; }
 }@media only screen and (max-width: 763px) { #AIMGaPiX6WinKyLALoltT8v2grsd6nTJ { top:29.1875rem;left:20.375rem;width:6.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp { display:block; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMnyWDe1ue2gHLaV7lyCM1eucZpd70c6 { top:5.3125rem;left:3.934814453125rem;width:42.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpkTKkQPuMeMig33TpRhW8oWkHKdSO5H { width:19.6875rem;height:3.4375rem;top:9.1875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2PVI9GwLBblgcJZT5XI0f6X7zSSvU0 { display:block; }
 }@media only screen and (max-width: 763px) { #azwyTmHyz6ofK5tHGGVbmPm0cdJRu63T { top:14.375rem;left:6.53125rem;width:34.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqo70hecJObU93CKnUFes0LT5uUyuxc { width:13.125rem;height:3.125rem;top:22.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShW5axUPErOusEtoIeHBistcVsdQSiQ { display:block; }
 }@media only screen and (max-width: 763px) { #Jf6pkP5yIQAmgtM7MsFsvNKLJHmBJa3B { top:19rem;left:20.375244140625rem;width:6.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuQQutQE9HGsWXcFbTwgXEOITXrEGlwX { top:1.8125rem;left:0rem;width:20rem;height:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK { display:none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HatAFQpirDvo47yvPNFB5C8taCTmpML7 { top:1.3125rem;left:9.40625rem;width:28.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AcEHRufJzEN8n9E7GZCbrhOF3vFpICqM > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdy54eDKBVlsZv7ibluPwNlxulPozEwE { width:3.99956875rem;height:3.99956875rem;top:0.85937505960463rem;left:7.999132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWu34nEXo5k4DFkikoI2lyuPSrPpqTW { width:18.9984375rem;height:3.24921875rem;top:11.93593788147rem;left:0.50078129768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hRdWvNBmi40tmo9sO54P0b7B1bMduq { display:block; }
 }@media only screen and (max-width: 763px) { #MKIaDb3iuaQfFHmI25FJDdW6gxXrHyJD { width:18.9984375rem;height:3.24921875rem;top:7.6875rem;left:0.50078129768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL0LRdLLmTVzW91BV9hZAtpNstPG6oCT { display:block; }
 }@media only screen and (max-width: 763px) { #WHuBG4H6TKQt7ebLDwUUAq0WHCTLTonx { width:6.4375rem;height:1.54375rem;top:5.625rem;left:6.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axud5ZMqaLs3IDoB38cSut4StqTs188W { width:15.3125rem;height:2.92535rem;top:16.43515586853rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZDKRupzo0FOVFqefvOBX0uPCXuOB2k { width:3.8125rem;height:2.8125rem;top:17.422657012939rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJQEundvBbX5U8w5ne2qeoD5QTeucSD { display:none; }#xgJQEundvBbX5U8w5ne2qeoD5QTeucSD > .row .container { width:20rem;height:90.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RmzWBMm8rOTUAtsDJTMTp0klfThEaOQA { width:20rem;height:5.625rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTypc0Mq5r1u0XTNawTSeOhLEEQTLHAI { width:18.3125rem;height:17.125rem;top:24.659374237061rem;left:0.45000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR { width:20rem;height:25.275rem;top:53.150001525879rem;left:0rem;font-size:1.125rem;display:block; }#XZ2M7iNlBfi3rNI8KedCh5M9IWhVwmGR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #zzB641NDp44Z300OrF4s2IwK5H7ZmL06 { width:6.25rem;height:6.25rem;top:78.37500190735rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDurs1MJSMn7HlzbVOBWohfo1oJqf7iW { width:9.875rem;height:3.3rem;top:85.7500038147rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amXSDXDfHUF1iHlcaRvVdQAe4nUMr3KX { width:20rem;height:2.875rem;top:43.812502384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9lP6aRqZ7LJ8BVTW2U4EKXTIivM0U3V { width:20rem;height:4.25rem;top:47.837500572204rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq { display:block; }#TRIl5UqEfQ74dFXrGRtVBHy4pq38inBq > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDUB7Tq5VmNRvITPytI8wCLHQrZvtGSa { width:20rem;height:3.75rem;top:21.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7wTSCM0tDqv6LBOZ6UqxseAANzmsG9G { width:18.2498125rem;height:17.1245625rem;top:33.789070129394rem;left:0.59570318460464rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfruSfyH5TunQzydrsh8WqSFnTRKstd4 { width:20rem;height:25.27775rem;top:59.150000035763rem;left:0rem;font-size:1.125rem;display:block; }#rfruSfyH5TunQzydrsh8WqSFnTRKstd4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #FHEApfdmdMKTucZ7PpRSM6XrU0p5vMnC { width:6.25rem;height:6.25rem;top:84.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7kc3PD0oNmBhb7tABGX4dgp6cX9TTnT { width:18.3125rem;height:5.75086875rem;top:26.90625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmIralEoE9R4PHl1Q75bmxLv0NoWmBTP { width:18.125rem;height:5.3114125rem;top:52.586801528931rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIRmUzkRiIu1c3lTprDrCa19LRAB6Us4 { width:11.625rem;height:3.30078125rem;top:91.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIeJq51ygK2zED6z1GOSAbXfcb0uflM { display:none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vSFch8fWWc9dmrUwiBKZwhJ04L1EDq6p { width:9.6875rem;height:1.9995125rem;top:1.624755859375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MnTlJdkD0g9ddDCehZazqXJF9sl10h { width:20rem;height:5.1953125rem;top:4.92578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vo9AVEovlbq0kXEkcUCmUJ4PhMXMDOcv { width:5.625rem;height:5.625rem;top:10.120849609375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D { display:block; }#aQP6B4Ox9eigTErz1qzKA3c8i74nnK6D > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOPhaGLJxJo7kL7qV9Jvfq4EQRE8ClP3 { width:9.6875rem;height:1.9995125rem;top:1.624755859375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv7G5pcJQvDXWsF7kTxva3Ai1dNWJt2z { width:20rem;height:3.9rem;top:4.92578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { display:block; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyQiHRr5zgo0t6yKQ4ymdpmJgdAXiXfh { width:20rem;height:4.0625rem;top:1.312255859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { display:none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #meWSivSVEm4V2DL4ux8mV10RxafhPutf { width:20rem;height:18.75855rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCZbr5exCTfswmbq2kiFwaIaOPxikyV5 { width:20rem;height:11.93725625rem;top:13.453369140625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { display:block; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onHTEdirM0u44XHoAeW4Elblz3Uw6mIv { width:20rem;height:22.0985125rem;top:1.292724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT { display:block; }#RfT1GnATrDV3Sq5ggFxr4B2f2trxh2IT > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4sxNp35BC1yfoLTpdSldJe4A4MThKdu { width:20rem;height:3.7380625rem;top:1.312255859375rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 { display:block; }#HMAIGfx76ACrSWT2Q3N7Um4uJgrCk079 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCzqGd3sTcI6rc7n3oOBGpe0Dms2e9yv { width:20rem;height:7.5553125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #cwFqr4JfgtBiTqufwcRVFFwFnlElwT9b { width:20rem;height:22.1885625rem;top:10.347240447998rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw { display:block; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXRTpJZIzzrfTTadGzMx0dJSwLMFZlU6 { width:20rem;height:4.87413125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJxTUuqT7nNAE1TFPZg8PdxL1anylck2 { width:20rem;height:11.6926875rem;top:7.9969673156737rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVI3toBBwLC8iOLSHpvZfz2U9dESy86W { width:20rem;height:1.462675rem;top:21.686199188233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tO88pQtkIVv2UqsMan7Z1sxP1E1PumQF { width:13.069445rem;height:3.069445rem;top:24.871959686279rem;left:3.4646270871162rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwcWeBBti5FMphuCxaWLKK1CThRx7J2e { display:block; }
 }@media only screen and (max-width: 763px) { #AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk { display:none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RBoFwrFNNhdEDvWnRzNIqF3ELVRhWkZH { width:18.25rem;height:5.19775625rem;top:1.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt { display:none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y09pSxpbMcpoTxbHZZuI2o9wtU1enXHv { width:12.5rem;height:2.6875rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9XN6uHiJvro5nIxo0F8Os9BpomU7fp8 { width:12.5rem;height:2.6875rem;top:17.75880625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6nbJwLeGKPBgvmDVKPTmmPCBosIXfM { width:12.5rem;height:2.6875rem;top:34.2676125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeZ6SQV4QnpFlr05UdR52GDaglLaol21 { width:13.4375rem;height:5.8496125rem;top:5.1875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmw14bPslLcbSExU0hZcvdvMVu93sQES { width:14rem;height:8.7744375rem;top:21.69630625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTJNGJdNnFJAWwh3CcunvKqMlNCe2gd { width:14.8125rem;height:8.7744375rem;top:38.2051125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TPpSx8lRcEkkRnszzRZtZGiCWzcqtX { width:6.625rem;height:1.29980625rem;top:15.209rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQcEXqX0QBd8V1SlMuTTcfU0T4gFNml { width:5.375rem;height:1.29980625rem;top:31.71780625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaM3Joo4vS3OOGl5Z9a7AgnioVrvNhK { width:6.625rem;height:1.29980625rem;top:48.2266125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV { display:block; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNUcMevduq8PBRlFu3hIMSwFgUOzfDy8 { width:18.25rem;height:5.19748125rem;top:1.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O92hXnNDQNtG9NXu7kru45gvgUN6Gt1M { width:12.5rem;height:2.68676875rem;top:7.57080078125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox { display:block; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1RNObCIDXI3aAGHS4H1CE2zyBZdvDyu { width:13.4375rem;height:7.313375rem;top:2.375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWaFma2xizC4M3wgAZtkbdG1v4WXiqSW { width:14rem;height:8.7760625rem;top:15.4375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJsILuJZc7nUbSZnKv95vHiARUJWCF4B { width:14.8125rem;height:8.7760625rem;top:28.25rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUNwthdq52ykzQabJugUJ7CKgLrfqc6 { width:6.62475rem;height:1.3rem;top:10.936279296875rem;left:6.685791015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5BmbFH7enHUSxoeMTq8EbTQhhCZPiq { width:5.375rem;height:1.3rem;top:25.4375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVVRRicGTJytVspFUg4NmrrSTJV7mT2 { width:6.625rem;height:1.3rem;top:38.3125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM { display:none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lyJLEppJRUSM26OWGs2cbmzLcWkUl1J7 { width:20rem;height:3.898925rem;top:2.374267578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9aPFzGL2GWc0qw48RrdOnnvdKdUBUBZ { width:20rem;height:2.59765625rem;top:8.3349609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tei06hITBZ0GENbb8ryaJWQhbTshW0mR { width:18.999rem;height:3.4375rem;top:12.779541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTItB4uioJhygEHzHD5BKR376XqzorEE { display:block; }
 }@media only screen and (max-width: 763px) { #cqof7zKNQF1GZzWL5NNAs0dksypUswXy { width:20rem;height:3.898925rem;top:17.93212890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaDMvE8WTCqVsGZOrPdfvc8WKeEimDqu { width:4.8125rem;height:4.8125rem;top:23.267822265625rem;left:7.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvo9DRGgoJMHF560ssQgPcXqavDocmlQ { width:13.125rem;height:3.125rem;top:32.528078515625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCAUWdoTJgiSlddklnUZq2qAJOtQExw3 { display:block; }
 }@media only screen and (max-width: 763px) { #AIMGaPiX6WinKyLALoltT8v2grsd6nTJ { width:6.93725rem;height:1.9494625rem;top:29.329834765625rem;left:6.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp { display:block; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMnyWDe1ue2gHLaV7lyCM1eucZpd70c6 { width:20rem;height:2.6rem;top:7.459716796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpkTKkQPuMeMig33TpRhW8oWkHKdSO5H { width:18.9978125rem;height:3.4375rem;top:12.529296875rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2PVI9GwLBblgcJZT5XI0f6X7zSSvU0 { display:block; }
 }@media only screen and (max-width: 763px) { #azwyTmHyz6ofK5tHGGVbmPm0cdJRu63T { width:20rem;height:3.89756875rem;top:17.93212890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxqo70hecJObU93CKnUFes0LT5uUyuxc { width:13.125rem;height:3.125rem;top:27.652587890625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShW5axUPErOusEtoIeHBistcVsdQSiQ { display:block; }
 }@media only screen and (max-width: 763px) { #Jf6pkP5yIQAmgtM7MsFsvNKLJHmBJa3B { width:6.9360625rem;height:1.9487875rem;top:24.39208984375rem;left:6.53076171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuQQutQE9HGsWXcFbTwgXEOITXrEGlwX { width:20rem;height:5.12044375rem;top:1.839599609375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK { display:block; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HatAFQpirDvo47yvPNFB5C8taCTmpML7 { width:20rem;height:2.92318125rem;top:0.693359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }