.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6b6a64;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; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container { background-color: transparent; background-image: none; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container > .video-iframe-container { display: none; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row > .video-iframe-container { display: none; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .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); }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container { border-width: 0; border-radius: 0; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#WB91W9FoHNsGkvNqrIDrO8bQpnUSUid9 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eHOZvo2qULoNGMQcxxXqpQVHNiqMrzAR { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:0.21875rem;left:25.125rem;height:3.5rem;text-align:right;text-align-last:right;display:block; }
#alUEwy79uVRqzFZZdOzerqGBtNqmEHDf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.1875rem;left:23.6875rem; }
#aqbNxfryedmZ38s0h2E9JKkx8uGwXq3I { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.375rem;left:37.0625rem;overflow:hidden;display:block; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a5962c1-96b3-48e9-a515-010cfc02363d/FBCover2410231.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE.adaptive-delivery-prevent-bg, #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE.lazyload, #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE.lazyloading { background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#Leqopc55fXQTN0JyIapZ3q16yAbexC4v { color:#ffffff;display:block;width:49rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:9.4375rem;left:5.5rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.30078125rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXgy01OOEQL4xZuWKxvIb2zMC37dirTX { position:absolute;display:block;z-index:15014;height:28.1875rem;width:38.5rem;top:12.599609375rem;left:10.75rem;display:block; }
#ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection { 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; } #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection *:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="text"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="email"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="tel"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection textarea:focus-visible { outline: none; } #m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container { background-color: transparent; background-image: none; }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container > .video-iframe-container { display: none; }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row > .video-iframe-container { display: none; }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .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); }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container { border-width: 0; border-radius: 0; }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { background-color: transparent; background-image: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .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); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { border-width: 0; border-radius: 0; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPmTeKIzJkaOHBwzN4emvMqeiHlhFhgG { color:#e4e4e4;display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:3.6875rem;left:8.4375rem;height:3.1484375rem;text-align:center;text-align-last:center;display:block; }
#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { background-color: transparent; background-image: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .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); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { border-width: 0; border-radius: 0; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#v15yvDVtlpIlkFLoUFrsAaNTeCpnQn56 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a56f102-12dc-476d-a535-8dc9e63fc67d/image022.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:17.8125rem;top:2.9375rem;left:0rem;display:block; }#v15yvDVtlpIlkFLoUFrsAaNTeCpnQn56.adaptive-delivery-prevent-bg, #v15yvDVtlpIlkFLoUFrsAaNTeCpnQn56.lazyload, #v15yvDVtlpIlkFLoUFrsAaNTeCpnQn56.lazyloading { background-image: none; }
#EyaIF8dxG1KRiV63AUTH3pgR3JlKlMlV { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -moz-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -ms-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -o-linear-gradient(147deg, #6b6a64, #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a64', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a64', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, #6b6a64, #0f141b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:47.4375rem;top:2.9375rem;left:12.625rem;display:block; }
#ux0VzdcFdD4zAfZ6xLv6wqKNiPUA2OuX { color:#e4e4e4;display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5rem;left:20rem;height:2.92480625rem;display:block; }
#eKFugJizWLAZVIlF6phTSHPGTfMlHpui { color:#e4e4e4;display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5rem;left:42.8125rem;height:4.46875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TOCfMdPCCrf4SbRsCooBTam6fzwMD4lb { color:#e4e4e4;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:9.5rem;left:20rem;height:1.79980625rem;display:block; }
#x81CVmAKzZOLSpW0wDshiI2L2W4fi7C6 { color:#999999;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.1875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yPwzR4GQaV6x9H6yJNtiB0sNpNhlNpE3 { background-color:#b77250;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.75rem;left:20rem;display:block; }
#L8XTI1gJoZndb1ZL5ThzwEUJGX2T3f0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L62AwDir7TvfIT37UUPVSJxJMmbpLDZv { color:#e4e4e4;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:15rem;left:42rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#WVTkPpFncOmI5AcCVFbLx1QS8TND897o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { background-color: transparent; background-image: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .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); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { border-width: 0; border-radius: 0; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#eOTq3uGT8cLXObTlzqSVV0PVPr801ipT { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c0890c0-a70f-4dc0-b06f-f1d9ab377303/12x20Heri2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:17.8125rem;top:2.90625rem;left:0rem;display:block; }#eOTq3uGT8cLXObTlzqSVV0PVPr801ipT.adaptive-delivery-prevent-bg, #eOTq3uGT8cLXObTlzqSVV0PVPr801ipT.lazyload, #eOTq3uGT8cLXObTlzqSVV0PVPr801ipT.lazyloading { background-image: none; }
#toMluXCXzQ8PGbyDyxDRikpOIA2adSRP { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -moz-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -ms-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -o-linear-gradient(147deg, #6b6a64, #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a64', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a64', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, #6b6a64, #0f141b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:47.4375rem;top:3rem;left:12.5625rem;display:block; }
#PWQebNMkSQUoI3uvrR7Dy32z1xnQFJSW { color:#e4e4e4;display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:21.25rem;height:2.92480625rem;display:block; }
#UahmgwOMIg9JaXP8tAkwKTydnDdXnV8L { color:#e4e4e4;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.140625rem;left:40.84375rem;height:4.46875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L0GpyssUQTTvvoqvy2AlNsk86Owt8DOo { color:#e4e4e4;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:8.6748046875rem;left:21.25rem;height:1.79980625rem;display:block; }
#TiKlN4tqEoKJVQE8lK3hgASXgg9Rvmrh { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3994140625rem;left:51.59375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XkZyyEuirfObN0LbTWTySN4M7IzHKwIi { background-color:#b77250;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.3125rem;left:21.25rem;display:block; }
#kQvGSPGCVNV11E2Aw0i8lqUCtyt89pvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WoKCPMUFDgZBH6Oamgrmys5BRueCeTGZ { color:#e4e4e4;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:13.84375rem;left:41.53125rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { background-color: transparent; background-image: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container > .video-iframe-container { display: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container { display: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .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); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { border-width: 0; border-radius: 0; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#aPbZufzo7sJ3cPbu2f5WcpQiZAHIklw7 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/80628e79-843e-4dca-a972-4ce11b3261e0/Screenshot20240815104010.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:17.8125rem;top:3rem;left:0rem;display:block; }#aPbZufzo7sJ3cPbu2f5WcpQiZAHIklw7.adaptive-delivery-prevent-bg, #aPbZufzo7sJ3cPbu2f5WcpQiZAHIklw7.lazyload, #aPbZufzo7sJ3cPbu2f5WcpQiZAHIklw7.lazyloading { background-image: none; }
#y6RJUk2Oq6hEnNTR4BEMJQlnKzqHJOzC { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -moz-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -ms-linear-gradient(147deg, #6b6a64, #0f141b);background-image: -o-linear-gradient(147deg, #6b6a64, #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a64', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a64', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, #6b6a64, #0f141b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:47.4375rem;top:3.0625rem;left:12.625rem;display:block; }
#Xc3ExIkUynT7DcIw7mJ2VHQv7MbhBHwy { color:#e4e4e4;display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:20.75rem;height:2.92480625rem;display:block; }
#VN9S6NQsThFwccBNw5p47mUGoTuDN0mi { color:#e4e4e4;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.8994140625rem;left:41.375rem;height:4.46875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OxCiaRqDzZEfsyXTcrpwcTR0T56Wyfmi { color:#e4e4e4;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:9.5625rem;left:20.75rem;height:1.79980625rem;display:block; }
#PDQaDKbcrb0zqJk4IQfZq6arPoq5RiWg { color:#999999;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.2744140625rem;left:51.3125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ygWPMH3wMOn67RLs7eZkEXvH8D4BXKzz { background-color:#b77250;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.3125rem;left:20.75rem;display:block; }
#DfCAVWpDcx9lgy0T6yfOiDrT8lTXr2hi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8QNozfetgFB5DCgDxMtJZ87SqSnxH45 { color:#e4e4e4;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:14.5625rem;left:42.125rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { background-color: transparent; background-image: none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container > .video-iframe-container { display: none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container { display: none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .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); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { border-width: 0; border-radius: 0; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#OX3I4CoRwk82TO4iuKQZ1gpygS2odC64 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ececec);background-image: -moz-linear-gradient(180deg, #ffffff, #ececec);background-image: -ms-linear-gradient(180deg, #ffffff, #ececec);background-image: -o-linear-gradient(180deg, #ffffff, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #ffffff, #ececec);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:18.625rem;top:0.6875rem;left:0rem;display:block; }
#wSE6aQ5Dn49yB3ZunqFdUOMKhPVxuvtw { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:16.1875rem;top:2.125rem;left:1.21875rem;overflow:hidden;display:block; }
#kKcVys1LbcgJt7Ak9FcFAyhDt0SHRg0y { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ececec);background-image: -moz-linear-gradient(180deg, #ffffff, #ececec);background-image: -ms-linear-gradient(180deg, #ffffff, #ececec);background-image: -o-linear-gradient(180deg, #ffffff, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #ffffff, #ececec);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:18.625rem;top:0.625rem;left:20.6875rem;display:block; }
#d0b3Z0GBL1eyq2sJnHV5GpSA5xiEacMM { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:16.1875rem;top:2.125rem;left:21.90625rem;overflow:hidden;display:block; }
#Cfm4pxIvCs1bSif2e9MzTaNwTkXPWJbd { position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ececec);background-image: -moz-linear-gradient(180deg, #ffffff, #ececec);background-image: -ms-linear-gradient(180deg, #ffffff, #ececec);background-image: -o-linear-gradient(180deg, #ffffff, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #ffffff, #ececec);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:18.625rem;top:0.625rem;left:41.375rem;display:block; }
#a3JDu2cBm9dRBtMM4wDhxKF2lqToStRX { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:16.0625rem;top:2.1875rem;left:42.65625rem;overflow:hidden;display:block; }
#poaEEDMdA26pDahdRRUNn8sdXI43CXLv { color:#ffffff;display:block;width:16rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gk6TGkeHnFAqNvasFv9zPTcML2P1GypE { color:#ffffff;display:block;width:16rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:16.0849609375rem;left:22rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOH9dFZQKpt6EhJHPGzaDGbCO3L8rplE { color:#ffffff;display:block;width:16rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:16.0849609375rem;left:42.78125rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zn6v4mnEophAy1G0DGt5c99Wihs8LOsl { color:#c1c1c1;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:18.25rem;left:31.09375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QFQTQq5Da9Lt9noQMSLtJeCelT1JXEf7 { color:#c1c1c1;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:17.912109375rem;left:51.71875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O6s57gHNGgW7Tq261wsroBABgb0H6ysf { color:#c1c1c1;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:18.25rem;left:10.40625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sKTzW8tQ3DET68Oc2yStLd6RmsH50gMD { color:#000000;display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:19.875rem;left:23.78125rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nvnJKIeixLeqVnhyfaEfCfbwah6X5Tn8 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:19.875rem;left:43.96875rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nAWTMQcUwVvSWE1lDcSny0087cvLrT8E { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:19.875rem;left:2.96875rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JnmxDBcENnW9Hw6Uu15AFAk8dOlv2h6c { background-color:#b77250;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:22.75rem;left:23.71875rem;display:block; }
#wWsEaaXiH1BMm8A56izo8QWPATzCKbN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZ6iFPJ9DONPTHrGHwzk7EbbsuP3CnVC { background-color:#b77250;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:22.75rem;left:44.40625rem;display:block; }
#zPzgfN2MBQoUIFr0dMT1XlCmgDPB5MwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFGW0UTb2rv0yLG6vVo8JGtsIlRRUx5n { background-color:#b77250;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:22.6875rem;left:3.03125rem;display:block; }
#ximSJa3TgeSe0oWsqprGcdCv0fTMGFXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6b6a64;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; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { background-color: transparent; background-image: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container > .video-iframe-container { display: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container { display: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .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); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { border-width: 0; border-radius: 0; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:8.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { color:#e4e4e4;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:8.0625rem;left:8.375rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { color:#e4e4e4;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:8.25rem;left:36.5rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.0625rem;left:36.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCgLkE0t7GncHZ2SWFSlgZZRDkXUdiNk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.875rem;left:8.375rem; }
#uABKIAksyEB6KhBO4J3JBWrOBryKDmAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.5rem;left:36.5rem; }
#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6b6a64;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; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { background-color: transparent; background-image: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container > .video-iframe-container { display: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container { display: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .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); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { border-width: 0; border-radius: 0; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#HU6xUt8MvepM8aXynLaweknixwTHWDMV { color:#e4e4e4;display:block;width:13.5rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:8.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { color:#e4e4e4;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:8rem;left:8.0625rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { color:#e4e4e4;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:8.125rem;left:36.9375rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { color:#e4e4e4;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.875rem;left:36.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vqq5xHZROrAdzFHTsfQXy3cVXSgX3k6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.5625rem;left:8.0625rem; }
#FurhulGigb0x8JTXiMAPQVutpCmJ21Tl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.03125rem;left:35.84375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ { display:block; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB91W9FoHNsGkvNqrIDrO8bQpnUSUid9 { top:0rem;left:0rem;width:9.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOZvo2qULoNGMQcxxXqpQVHNiqMrzAR { top:0.1875rem;left:12.875rem;width:34.875rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUEwy79uVRqzFZZdOzerqGBtNqmEHDf { top:2.1875rem;left:17.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqbNxfryedmZ38s0h2E9JKkx8uGwXq3I { top:0.375rem;left:30.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Leqopc55fXQTN0JyIapZ3q16yAbexC4v { top:9.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { top:5.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXgy01OOEQL4xZuWKxvIb2zMC37dirTX { top:12.5625rem;left:4.625rem;width:38.5rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection { display:block; } #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection *:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="text"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="email"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="tel"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection textarea:focus-visible { outline: none; } #m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { top:0.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPmTeKIzJkaOHBwzN4emvMqeiHlhFhgG { top:3.6875rem;left:2.3125rem;width:43.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v15yvDVtlpIlkFLoUFrsAaNTeCpnQn56 { top:2.9375rem;left:0rem;width:17.8125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyaIF8dxG1KRiV63AUTH3pgR3JlKlMlV { top:2.9375rem;left:0.3125rem;width:47.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux0VzdcFdD4zAfZ6xLv6wqKNiPUA2OuX { top:6.5rem;left:13.875rem;width:26.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKFugJizWLAZVIlF6phTSHPGTfMlHpui { top:8.5rem;left:31.6875rem;width:16.0625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCfMdPCCrf4SbRsCooBTam6fzwMD4lb { top:9.5rem;left:13.875rem;width:31.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81CVmAKzZOLSpW0wDshiI2L2W4fi7C6 { top:6.5rem;left:41.125rem;width:6.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwzR4GQaV6x9H6yJNtiB0sNpNhlNpE3 { width:12.5625rem;height:2.4375rem;top:13.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8XTI1gJoZndb1ZL5ThzwEUJGX2T3f0l { display:block; }
 }@media only screen and (max-width: 763px) { #L62AwDir7TvfIT37UUPVSJxJMmbpLDZv { top:15rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOTq3uGT8cLXObTlzqSVV0PVPr801ipT { top:2.875rem;left:0rem;width:17.8125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toMluXCXzQ8PGbyDyxDRikpOIA2adSRP { top:3rem;left:0.3125rem;width:47.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWQebNMkSQUoI3uvrR7Dy32z1xnQFJSW { top:5.75rem;left:15.125rem;width:26.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UahmgwOMIg9JaXP8tAkwKTydnDdXnV8L { top:8.125rem;left:30rem;width:17.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GpyssUQTTvvoqvy2AlNsk86Owt8DOo { top:8.625rem;left:15.125rem;width:31.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiKlN4tqEoKJVQE8lK3hgASXgg9Rvmrh { top:6.375rem;left:40.8125rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkZyyEuirfObN0LbTWTySN4M7IzHKwIi { width:12.5625rem;height:2.4375rem;top:12.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQvGSPGCVNV11E2Aw0i8lqUCtyt89pvo { display:block; }
 }@media only screen and (max-width: 763px) { #WoKCPMUFDgZBH6Oamgrmys5BRueCeTGZ { top:13.8125rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPbZufzo7sJ3cPbu2f5WcpQiZAHIklw7 { top:3rem;left:0rem;width:17.8125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6RJUk2Oq6hEnNTR4BEMJQlnKzqHJOzC { top:3.0625rem;left:0.3125rem;width:47.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc3ExIkUynT7DcIw7mJ2VHQv7MbhBHwy { top:6.625rem;left:14.625rem;width:26.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN9S6NQsThFwccBNw5p47mUGoTuDN0mi { top:8.875rem;left:30.125rem;width:17.625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxCiaRqDzZEfsyXTcrpwcTR0T56Wyfmi { top:9.5625rem;left:14.625rem;width:31.25rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQaDKbcrb0zqJk4IQfZq6arPoq5RiWg { top:7.25rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWPMH3wMOn67RLs7eZkEXvH8D4BXKzz { width:12.5625rem;height:2.4375rem;top:13.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfCAVWpDcx9lgy0T6yfOiDrT8lTXr2hi { display:block; }
 }@media only screen and (max-width: 763px) { #i8QNozfetgFB5DCgDxMtJZ87SqSnxH45 { top:14.5625rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { display:block; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX3I4CoRwk82TO4iuKQZ1gpygS2odC64 { top:0.6875rem;left:0rem;width:18.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSE6aQ5Dn49yB3ZunqFdUOMKhPVxuvtw { width:16.1875rem;height:13.1875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcVys1LbcgJt7Ak9FcFAyhDt0SHRg0y { top:0.625rem;left:13.125rem;width:18.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0b3Z0GBL1eyq2sJnHV5GpSA5xiEacMM { width:16.1875rem;height:13.1875rem;top:2.125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfm4pxIvCs1bSif2e9MzTaNwTkXPWJbd { top:0.625rem;left:29rem;width:18.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3JDu2cBm9dRBtMM4wDhxKF2lqToStRX { width:16.0625rem;height:13.0625rem;top:2.1875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaEEDMdA26pDahdRRUNn8sdXI43CXLv { top:16.125rem;left:0rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk6TGkeHnFAqNvasFv9zPTcML2P1GypE { top:16.0625rem;left:15.75rem;width:16rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOH9dFZQKpt6EhJHPGzaDGbCO3L8rplE { top:16.0625rem;left:31.625rem;width:16rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn6v4mnEophAy1G0DGt5c99Wihs8LOsl { top:18.25rem;left:24.6875rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQTQq5Da9Lt9noQMSLtJeCelT1JXEf7 { top:17.875rem;left:40.5625rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6s57gHNGgW7Tq261wsroBABgb0H6ysf { top:18.25rem;left:8.34375rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTzW8tQ3DET68Oc2yStLd6RmsH50gMD { top:19.875rem;left:17.375rem;width:14.375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvnJKIeixLeqVnhyfaEfCfbwah6X5Tn8 { top:19.875rem;left:32.8125rem;width:14.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAWTMQcUwVvSWE1lDcSny0087cvLrT8E { top:19.875rem;left:0.90625rem;width:14.5625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnmxDBcENnW9Hw6Uu15AFAk8dOlv2h6c { width:12.5625rem;height:2.4375rem;top:22.75rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWsEaaXiH1BMm8A56izo8QWPATzCKbN0 { display:block; }
 }@media only screen and (max-width: 763px) { #XZ6iFPJ9DONPTHrGHwzk7EbbsuP3CnVC { width:12.5625rem;height:2.4375rem;top:22.75rem;left:34.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPzgfN2MBQoUIFr0dMT1XlCmgDPB5MwN { display:block; }
 }@media only screen and (max-width: 763px) { #HFGW0UTb2rv0yLG6vVo8JGtsIlRRUx5n { width:12.5625rem;height:2.4375rem;top:22.6875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximSJa3TgeSe0oWsqprGcdCv0fTMGFXo { display:block; }
 }@media only screen and (max-width: 763px) { #HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { top:5.9375rem;left:5.3125rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { top:8.0625rem;left:5.3125rem;width:16.4375rem;height:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { top:8.25rem;left:27.3125rem;width:14.6875rem;height:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { top:6.0625rem;left:27.3125rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgLkE0t7GncHZ2SWFSlgZZRDkXUdiNk { top:0.875rem;left:5.3125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABKIAksyEB6KhBO4J3JBWrOBryKDmAq { top:1.5rem;left:27.3125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xUt8MvepM8aXynLaweknixwTHWDMV { top:5.875rem;left:5rem;width:13.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { top:8rem;left:5rem;width:15.875rem;height:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { top:8.125rem;left:27.75rem;width:13.375rem;height:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { top:5.875rem;left:27.75rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqq5xHZROrAdzFHTsfQXy3cVXSgX3k6W { top:1.5625rem;left:5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurhulGigb0x8JTXiMAPQVutpCmJ21Tl { top:1rem;left:26.65625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ { position:relative;z-index:auto;display:block; }#VeHI1IsvSi7RoQ4BUyqv0kPPcm63swaZ > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB91W9FoHNsGkvNqrIDrO8bQpnUSUid9 { width:9.875rem;height:3.375rem;top:0.8125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOZvo2qULoNGMQcxxXqpQVHNiqMrzAR { width:16.4375rem;height:4.78125rem;top:5.4375rem;left:3.5625rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #alUEwy79uVRqzFZZdOzerqGBtNqmEHDf { display:flex;width:1.4375rem;height:1.4375rem;top:7.109375rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #aqbNxfryedmZ38s0h2E9JKkx8uGwXq3I { width:1.5625rem;height:1.5625rem;top:5.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Leqopc55fXQTN0JyIapZ3q16yAbexC4v { width:18.625rem;height:2.6806625rem;top:7.13671875rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { width:20rem;height:4.2246125rem;top:2.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXgy01OOEQL4xZuWKxvIb2zMC37dirTX { width:20rem;height:28.1875rem;top:11.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection { display:block; } #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection *:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="text"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="email"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection input[type="tel"]:focus-visible, #ie711baa1d96f645a63ec9cba0e6a877.widget-smartsection textarea:focus-visible { outline: none; } #m13TWs6PrPSqm8LAftToTKddy9EOUNNM > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPmTeKIzJkaOHBwzN4emvMqeiHlhFhgG { width:20rem;height:4.38574375rem;top:6.07421875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v15yvDVtlpIlkFLoUFrsAaNTeCpnQn56 { width:17.8125rem;height:14.9375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyaIF8dxG1KRiV63AUTH3pgR3JlKlMlV { width:20rem;height:14.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux0VzdcFdD4zAfZ6xLv6wqKNiPUA2OuX { width:14.125rem;height:1.7871125rem;top:18rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKFugJizWLAZVIlF6phTSHPGTfMlHpui { width:16.0625rem;height:2.5996125rem;top:23.875rem;left:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCfMdPCCrf4SbRsCooBTam6fzwMD4lb { width:13.75rem;height:1.79980625rem;top:20rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81CVmAKzZOLSpW0wDshiI2L2W4fi7C6 { width:6.625rem;height:1.625rem;top:22.3125rem;left:12.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwzR4GQaV6x9H6yJNtiB0sNpNhlNpE3 { width:12.5625rem;height:2.4375rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8XTI1gJoZndb1ZL5ThzwEUJGX2T3f0l { display:block; }
 }@media only screen and (max-width: 763px) { #L62AwDir7TvfIT37UUPVSJxJMmbpLDZv { width:16.9375rem;height:1rem;top:32.3125rem;left:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOTq3uGT8cLXObTlzqSVV0PVPr801ipT { width:17.8125rem;height:14.9375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toMluXCXzQ8PGbyDyxDRikpOIA2adSRP { width:20rem;height:14.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWQebNMkSQUoI3uvrR7Dy32z1xnQFJSW { width:10.25rem;height:1.7871125rem;top:17.875rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UahmgwOMIg9JaXP8tAkwKTydnDdXnV8L { width:17.75rem;height:2.5996125rem;top:23.9375rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GpyssUQTTvvoqvy2AlNsk86Owt8DOo { width:15.5rem;height:1.79980625rem;top:20.32421875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiKlN4tqEoKJVQE8lK3hgASXgg9Rvmrh { width:6.9375rem;height:1.625rem;top:22.375rem;left:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkZyyEuirfObN0LbTWTySN4M7IzHKwIi { width:12.5625rem;height:2.4375rem;top:27.25rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQvGSPGCVNV11E2Aw0i8lqUCtyt89pvo { display:block; }
 }@media only screen and (max-width: 763px) { #WoKCPMUFDgZBH6Oamgrmys5BRueCeTGZ { width:16.9375rem;height:1rem;top:32.3125rem;left:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPbZufzo7sJ3cPbu2f5WcpQiZAHIklw7 { width:17.8125rem;height:14.9375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6RJUk2Oq6hEnNTR4BEMJQlnKzqHJOzC { width:20rem;height:14.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc3ExIkUynT7DcIw7mJ2VHQv7MbhBHwy { width:9.0625rem;height:1.7871125rem;top:18.3125rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN9S6NQsThFwccBNw5p47mUGoTuDN0mi { width:17.625rem;height:2.5996125rem;top:24rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxCiaRqDzZEfsyXTcrpwcTR0T56Wyfmi { width:13.3125rem;height:1.57421875rem;top:20.900390625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQaDKbcrb0zqJk4IQfZq6arPoq5RiWg { width:7.625rem;height:1.625rem;top:22.4375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWPMH3wMOn67RLs7eZkEXvH8D4BXKzz { width:12.5625rem;height:2.4375rem;top:27.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfCAVWpDcx9lgy0T6yfOiDrT8lTXr2hi { display:block; }
 }@media only screen and (max-width: 763px) { #i8QNozfetgFB5DCgDxMtJZ87SqSnxH45 { width:16.9375rem;height:1rem;top:32.3125rem;left:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { display:none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { width:20rem;height:81.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OX3I4CoRwk82TO4iuKQZ1gpygS2odC64 { width:18.625rem;height:25.625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSE6aQ5Dn49yB3ZunqFdUOMKhPVxuvtw { width:16.1875rem;height:13.1875rem;top:2.6875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcVys1LbcgJt7Ak9FcFAyhDt0SHRg0y { width:18.625rem;height:25.625rem;top:28.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0b3Z0GBL1eyq2sJnHV5GpSA5xiEacMM { width:16.1875rem;height:13.1875rem;top:29.625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfm4pxIvCs1bSif2e9MzTaNwTkXPWJbd { width:18.625rem;height:25.625rem;top:55rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3JDu2cBm9dRBtMM4wDhxKF2lqToStRX { width:16.0625rem;height:13.0625rem;top:56.5625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaEEDMdA26pDahdRRUNn8sdXI43CXLv { width:16rem;height:0;top:16.6875rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk6TGkeHnFAqNvasFv9zPTcML2P1GypE { width:16rem;height:0;top:43.5849609375rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOH9dFZQKpt6EhJHPGzaDGbCO3L8rplE { width:16rem;height:0;top:70.4599609375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn6v4mnEophAy1G0DGt5c99Wihs8LOsl { width:7.0625rem;height:0;top:45.75rem;left:11.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQTQq5Da9Lt9noQMSLtJeCelT1JXEf7 { width:7.0625rem;height:0;top:72.287109375rem;left:11.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6s57gHNGgW7Tq261wsroBABgb0H6ysf { width:7.0625rem;height:0;top:18.8125rem;left:11.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTzW8tQ3DET68Oc2yStLd6RmsH50gMD { width:14.375rem;height:0;top:47.375rem;left:3.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvnJKIeixLeqVnhyfaEfCfbwah6X5Tn8 { width:14.1875rem;height:0;top:74.25rem;left:3.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAWTMQcUwVvSWE1lDcSny0087cvLrT8E { width:14.5625rem;height:0;top:20.4375rem;left:3.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnmxDBcENnW9Hw6Uu15AFAk8dOlv2h6c { width:12.5625rem;height:2.4375rem;top:50.25rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWsEaaXiH1BMm8A56izo8QWPATzCKbN0 { display:block; }
 }@media only screen and (max-width: 763px) { #XZ6iFPJ9DONPTHrGHwzk7EbbsuP3CnVC { width:12.5625rem;height:2.4375rem;top:77.125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPzgfN2MBQoUIFr0dMT1XlCmgDPB5MwN { display:block; }
 }@media only screen and (max-width: 763px) { #HFGW0UTb2rv0yLG6vVo8JGtsIlRRUx5n { width:12.5625rem;height:2.4375rem;top:23.25rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximSJa3TgeSe0oWsqprGcdCv0fTMGFXo { display:block; }
 }@media only screen and (max-width: 763px) { #HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { width:7.8125rem;height:1.625rem;top:5.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { width:11.6875rem;height:8.7715rem;top:1.17578125rem;left:8.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { width:11.4375rem;height:8.7715rem;top:11.560546875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { width:8.75rem;height:1.625rem;top:16.875rem;left:11.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCgLkE0t7GncHZ2SWFSlgZZRDkXUdiNk { display:flex;width:3.5rem;height:3.5rem;top:1.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #uABKIAksyEB6KhBO4J3JBWrOBryKDmAq { display:flex;width:3.5rem;height:3.5rem;top:13.375rem;left:13.875rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xUt8MvepM8aXynLaweknixwTHWDMV { width:6.5rem;height:3.25rem;top:6.6875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { width:11.9375rem;height:8.7715rem;top:2.48828125rem;left:8.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { width:11.625rem;height:7.3095625rem;top:13.560546875rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { width:7.1875rem;height:3.25rem;top:16.5625rem;left:11.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqq5xHZROrAdzFHTsfQXy3cVXSgX3k6W { display:flex;width:3.5rem;height:3.5rem;top:2.48828125rem;left:2.75rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #FurhulGigb0x8JTXiMAPQVutpCmJ21Tl { display:flex;width:3.5rem;height:3.5rem;top:12.375rem;left:13.75rem;font-size:2.4375rem; }
 }