.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container { background-color: transparent; background-image: none; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container > .video-iframe-container { display: none; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row > .video-iframe-container { display: none; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .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); }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container { border-width: 0; border-radius: 0; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#nPytuXaKhHcHWHHkERhe8y7ixAzDtzUz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.21875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#NT6e4xSK8FDf6tCArM8WEgDmya4zli8X { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:0rem;left:33.3125rem;overflow:hidden;display:block; }
#DkdCIF0K8KnfJ2DeZ7i5Jgp36S2aCbdH { position:absolute;display:block;z-index:15012;height:4.9375rem;width:8.8125rem;top:3.78125rem;left:4.375rem;display:block; }
#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#baa76c;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; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container { background-color: transparent; background-image: none; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container > .video-iframe-container { display: none; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row > .video-iframe-container { display: none; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .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); }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container { border-width: 0; border-radius: 0; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container { background-color: transparent; background-image: none; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container > .video-iframe-container { display: none; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row > .video-iframe-container { display: none; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .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); }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container { border-width: 0; border-radius: 0; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#baa76c;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; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container { background-color: transparent; background-image: none; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container > .video-iframe-container { display: none; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row > .video-iframe-container { display: none; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .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); }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container { border-width: 0; border-radius: 0; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#c6MQg0bpd66D3qm9OCDiMiTfGT3LNyLd { background-color:rgba(0,0,0,0);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.0625rem solid #baa76c;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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:0rem;display:block; }
#RVcnD4rQrnBedlnK0sOKu2q4RckuF1xn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgxKb310AttXuegvdJ3rZPivUiMWs9ZN { background-color:rgba(0,0,0,0);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.0625rem solid #baa76c;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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:1.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:11.4375rem;display:block; }
#Ea2Un2b5F73fmo3QPeBTMBDP7N3qAo5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2kuTOKMaA2vrTrCLLmp2gm3w4VJxCRT { background-color:rgba(0,0,0,0);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.0625rem solid #baa76c;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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:25.75rem;display:block; }
#qJ22SNZ90lMbgGGCfVpLkENiLdHc4dM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJOWeFGDv9XXQMfdKMzJ79MuIG1EI2GO { background-color:rgba(0,0,0,0);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.0625rem solid #baa76c;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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:39rem;display:block; }
#S1h1sgDaBgJyWP5M7JBnaATCzivVxngt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8xFEpiFcC7SIc3Lz3gWs1ihPpieHbUF { background-color:rgba(0,0,0,0);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.0625rem solid #baa76c;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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:49.5625rem;display:block; }
#yTslOx0XVURmiAb2vbvEUm31dhZBI9FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fV5uN6TdceFIRu8xgP0u3aEuag7VWE1M { background-color:rgba(0,0,0,0);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.0625rem solid #baa76c;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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.96875rem;left:60.0625rem;display:block; }
#tx4tlce1ThNAAvASO3aoc3exf6U1orZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGAH2eRs2sJXnRUet1uFLDQt3AyZEkEU { background-color:rgba(0,0,0,0);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:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.9375rem;left:67.5rem;display:block; }
#dbEhPneBH8vUH7Sop4mqtDGb2qstcdG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#baa76c;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; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container { background-color: transparent; background-image: none; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container > .video-iframe-container { display: none; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row > .video-iframe-container { display: none; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .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); }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container { border-width: 0; border-radius: 0; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container { background-color: transparent; background-image: none; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container > .video-iframe-container { display: none; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row > .video-iframe-container { display: none; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .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); }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container { border-width: 0; border-radius: 0; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#baa76c;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; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container { background-color: transparent; background-image: none; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container > .video-iframe-container { display: none; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row > .video-iframe-container { display: none; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .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); }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container { border-width: 0; border-radius: 0; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#iSoElnMf1h22idLt76inpToC8z2whnZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b91335fb-e5de-4cde-976b-17da4dc5d181/b863f583istock674108052_11hc0zl00000000000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iSoElnMf1h22idLt76inpToC8z2whnZJ.adaptive-delivery-prevent-bg, #iSoElnMf1h22idLt76inpToC8z2whnZJ.lazyload, #iSoElnMf1h22idLt76inpToC8z2whnZJ.lazyloading { background-image: none; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container { background-color: transparent; background-image: none; }#iSoElnMf1h22idLt76inpToC8z2whnZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container > .video-iframe-container { display: none; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row > .video-iframe-container { display: none; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .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); }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container { border-width: 0; border-radius: 0; }#iSoElnMf1h22idLt76inpToC8z2whnZJ::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; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#sAkZNOv0FHfSa3bCSs2dpJQk8LC4uThe { color:#ffffff;display:block;width:65.3125rem;position:absolute;font-family:quicksand;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:4.875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#F5NGdtoZkW7BIbRVRo30RNV27LvT50aX { color:#ffffff;display:block;width:65.3125rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:4.875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CzhEcsMla9X19mlKUnbRmhBz6XTg7AX3 { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.25rem;left:17.125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#FkBZzd17LThVtkbKaAd0OxAHigUsrDnp { position:absolute;display:block;z-index:15003;background-color:#baa76c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:8.625rem;top:10.25rem;left:33.1875rem;display:block; }
#VLhVhdryiOcPW1fLf2baSkN4yyUTEFB7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.25rem;top:20.75rem;left:0rem;overflow:hidden;display:block; }
#xghae5oTucJ4aGXIVO0aqtX8nEFEJb7J { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:20.8125rem;left:2rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5q9Clv3MS2cMI0VRDpBArKQ3Ff4sswb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.25rem;top:21.125rem;left:22.5rem;overflow:hidden;display:block; }
#xRiHMk9RrK4i6EK5bJUw9EHeCA7L3RUA { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:20.875rem;left:24.5rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L88gz3NQpyRtSxsGaJtQ42Klv458gvDS { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:20.875rem;left:45.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lfTTEBovyhO2wVJlbfB1m1zgibSQIo7w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.25rem;top:21.125rem;left:43.9375rem;overflow:hidden;display:block; }
#g9qJGScl6Z2BhUK8oGNK0xwuD3r3sKgW { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:20.875rem;left:59.0625rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5ABKeJa9zdvT1zge4Toos3KoUZf4TrP { position:absolute;display:block;z-index:15010;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.1875rem;width:1.25rem;top:21.125rem;left:57.0625rem;overflow:hidden;display:block; }
#u3QXqRmQzca9W8TwhTt4KyJszUJK3TR7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:24rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.875rem;left:25.5rem;display:block; }
#ksocZo1JtZBg2QRgIbMCZ6d7XGAvATkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 { position:relative;display:block; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 { background-color: transparent; background-image: none; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .row .container > .video-iframe-container { display: none; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .row > .video-iframe-container { display: none; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .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); }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 { border-width: 0; border-radius: 0; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .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; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .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:47.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZxvE57foZpnMiUTTMQKuKGHikvAlO9Kk { position:absolute;display:block;z-index:15000;height:45.375rem;width:75rem;top:1.375rem;left:0rem;display:block; }
#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container { background-color: transparent; background-image: none; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container > .video-iframe-container { display: none; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row > .video-iframe-container { display: none; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .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); }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container { border-width: 0; border-radius: 0; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#GI705KgwSFtteUm9EQ30LrP4i9ZNaIzZ { color:#000000;display:block;width:13.375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.3125rem;left:2.5rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPOigwavQlqzxqLLRLGbF1CQCOVRscz5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:4.6875rem;left:6.125rem;overflow:hidden;display:block; }
#sGV6iIzrQlJ9u9qJCwqmQlI2nJkU3ICz { color:#000000;display:block;width:15.5rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:15.9375rem;left:1.625rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#crWZQJJZv4fDmoceIrz6cIBOL6xyEf8d { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:4.8125rem;left:25.125rem;overflow:hidden;display:block; }
#P5yO71TE5Vcce3c3qq7FeMEND7xemqKa { color:#000000;display:block;width:13.375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:13.3125rem;left:21.25rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldT6GL6G5oFEqVvz66snKRhIMTpcTxW7 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15.9375rem;left:20.375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#Vnqby62HurODPDmkJC739mnAMVGZ95ai { color:#000000;display:block;width:13.375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:13.3125rem;left:40.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rc0D69TsfdBs52S2DG0hOnIssIgMrBh0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:4.6875rem;left:44.1875rem;overflow:hidden;display:block; }
#SiO0yBHC40XSu08sUprexX7rlJNReXOH { color:#000000;display:block;width:15.5rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.9375rem;left:39.125rem;height:9.1875rem;text-align:center;text-align-last:center;display:block; }
#xRNzyT8VZbJrFzb1FTNcKGWJTibTHAw2 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:13.3125rem;left:58.9375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNTbsmG2ssw0X9R1M53teNWrKKXqTLga { color:#000000;display:block;width:15.5rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:15.9375rem;left:57.875rem;height:9.1875rem;text-align:center;text-align-last:center;display:block; }
#o48DTfTcdZ7wr2kvuUQVEPncZpaM6Z73 { position:absolute;display:block;z-index:15014;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.375rem;width:6.375rem;top:4.6875rem;left:62.4375rem;overflow:hidden;display:block; }
#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA { 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; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container { background-color: transparent; background-image: none; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container > .video-iframe-container { display: none; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row > .video-iframe-container { display: none; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .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); }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container { border-width: 0; border-radius: 0; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#kTRiOBDfFapPDLmVUqPxLTxAbAxC5J9C { color:#000000;display:block;width:65.8125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:6.9375rem;left:4.59375rem;height:3.3994125rem;text-align:center;text-align-last:center;display:block; }
#uicn3HJxefvoDFp92uDikPFv16wxd7u5 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:quicksand;font-size:3rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:18.59375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw { position:relative;display:block; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw { background-color: transparent; background-image: none; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .row .container > .video-iframe-container { display: none; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .row > .video-iframe-container { display: none; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .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); }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw { border-width: 0; border-radius: 0; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .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; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .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:28.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gQzUpWFTSrJetUOsymM1UT5lQVEQ5d0W { position:absolute;display:block;z-index:15002;background-color:#000000;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.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;border-bottom:0.3125rem solid #c8c8c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:17.1875rem;top:0rem;left:0.46875rem;display:block; }
#R2lqDFx5UQKGJoSIUnly7TBzGlTONAWK { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #c8c8c8;border-left:0.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;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:11.75rem;width:17.1875rem;top:0rem;left:0.46875rem;overflow:hidden;display:block; }
#rE2VTowdTQmJyO0DTM3XsCbaJLkZfFbA { position:absolute;display:block;z-index:15004;background-color:#000000;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.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;border-bottom:0.3125rem solid #c8c8c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:17.1875rem;top:0rem;left:37.96875rem;display:block; }
#od4URSM6mlo2XUZkBml2zTbgqiNmF5bo { position:absolute;display:block;z-index:15005;background-color:#000000;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.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;border-bottom:0.3125rem solid #c8c8c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:17.1875rem;top:0rem;left:56.71875rem;display:block; }
#g9TZHcX646JTL57KWHeqHS09TgSvRLTL { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #baa76c;border-left:0.3125rem solid #baa76c;border-right:0.3125rem solid #baa76c;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:11.75rem;width:17.1875rem;top:0rem;left:19.21875rem;overflow:hidden;display:block; }
#A9LGotiAH25NNJxAUPMsWG1hHen7ma62 { position:absolute;display:block;z-index:15020;border-top:0.3125rem solid #c8c8c8;border-left:0.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;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:11.75rem;width:17.1875rem;top:0rem;left:37.96875rem;overflow:hidden;display:block; }
#QpJn9WUgoTe7JFZO5kw2ufNK1v2hx8hL { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #baa76c;border-left:0.3125rem solid #baa76c;border-right:0.3125rem solid #baa76c;border-bottom:0.3125rem solid #baa76c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:17.1875rem;top:10.71875rem;left:19.21875rem;display:block; }
#Fu8VEH6ASNK1AI9X6McPBFolpahWt91k { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:13.46875rem;left:1.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVvNgtugPHTALhEgcMbbNyJo1Rtv8mQw { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:16.28125rem;left:1.75rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NaceGUomM298w4ipLPTFKWh24im1asMT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.78125rem;left:5.9375rem;display:block; }
#pXGy7XK62hBBPFpEiz1gurTLLqhbPWQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgDd5rfbs77kwRQQADqnGnX62LtHB5FW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.46875rem;left:2.90625rem;display:block; }
#kyrCgK1QTDL3OGvNP7wEXNNgahpNekxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zl3IEAF6IP3uGuITsT0tPb4s2086ZhLF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.46875rem;left:21.65625rem;display:block; }
#rSh4zvRl4lhyAEeT0FRnSXXnKrGCxXgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPTkVpmlkVUaD9qasctJR8MuGSMtN0QM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.46875rem;left:40.40625rem;display:block; }
#ITETfCDQxf4nS1TcNM1aSCcbOI1UN2di { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8TZxG3ZOaMkea92hZ8kJv3HoRmDTH4Q { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:13.46875rem;left:19.8125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHgkoOSUPvFgD1IyzitlNKIHJuue8208 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:16.28125rem;left:20.5rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJ2TprTrVSXbFs3JBTNoTPqg4zPMeLHt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.78125rem;left:24.6875rem;display:block; }
#fTSUcVQ9Lcbba0lwHSLhZqh7gkSGzmN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkL0Go9M3mpgslD7eAxS8V4QsMosNC5A { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.78125rem;left:43.4375rem;display:block; }
#ZzTxEUpTVExKIhvTuTTDfkAlAgsrv5hB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EM3o2ZoxWD90o2IFkVnLwp0bRok7Zw6D { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:16.28125rem;left:39.25rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPbZAD5dKyMSa52sAP6Kkey5vZ9XdrXW { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:13.46875rem;left:39.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GEP6c2zVsnyTv9PEBwFZGbnlPoQTrGVk { position:absolute;display:block;z-index:15021;border-top:0.3125rem solid #c8c8c8;border-left:0.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;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:11.75rem;width:17.1875rem;top:0rem;left:56.71875rem;overflow:hidden;display:block; }
#ZfStJy9mIM5bxcKFqWXAu34fEZSazvRC { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13.46875rem;left:58.5625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOSQ3JtX1v1eEC6uxk9zhbuvIRT5obl4 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:16.28125rem;left:58rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wFxdUFRnxfAP5Qa3BTp6eoP2uDSCbk1u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:20.78125rem;left:62.1875rem;display:block; }
#ZHTC5QbHe9Eg9gpa0ZMTRehX12XMyMup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEuaBDoXuE16Tag7f3UCCF0hbTSrdFyE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.46875rem;left:59.15625rem;display:block; }
#c6OiO29VNyhk8O8W5JbzF2hi1rIfaxe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCJSEzp2CvUmEJEtDBAz86egio81OAvw { position:relative;display:none; }#kCJSEzp2CvUmEJEtDBAz86egio81OAvw { border-width: 0; border-radius: 0; }#kCJSEzp2CvUmEJEtDBAz86egio81OAvw > .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; }#kCJSEzp2CvUmEJEtDBAz86egio81OAvw > .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:35.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZgnuPQEc3JBgyuVGuQyiTw6vpanwoMmD { position:absolute;display:block;z-index:15001;background-color:#000000;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.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;border-bottom:0.3125rem solid #c8c8c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.875rem;top:15.3125rem;left:1.375rem;display:block; }
#PNsrc6sx3UEbNSKZbsZWNuUtc0VN8odB { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #c8c8c8;border-left:0.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;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:15rem;width:21.875rem;top:0rem;left:1.375rem;overflow:hidden;display:block; }
#exuLHTTD3nIH7iBbx6vWEywGDW2y0gPP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.3125rem;left:6.03125rem;display:block; }
#IlqlR9KUx7sZkXcxPvgHbTqUgTyrAyG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tho8QCvTFaWoUgK1aWSg3ta89qbdaxN8 { position:absolute;display:block;z-index:15013;border-top:0.3125rem solid #baa76c;border-left:0.3125rem solid #baa76c;border-right:0.3125rem solid #baa76c;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:15rem;width:21.875rem;top:0rem;left:26.3125rem;overflow:hidden;display:block; }
#FdzNeDNhZnKJTywxR3Ht7yoSel8ToWxR { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #baa76c;border-left:0.3125rem solid #baa76c;border-right:0.3125rem solid #baa76c;border-bottom:0.3125rem solid #baa76c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.875rem;top:15.3125rem;left:26.3125rem;display:block; }
#JReuOQ2VgW6VETnmZp7S1XRcUQiWzcdW { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:19.5rem;left:28.6875rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zluQCZ5HFTqK30OudR0DlfM5sWD6JrVh { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:17.0625rem;left:29.125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUSc2ho9p0J32e54rXSGJoVpW2LkXBfE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.5rem;left:34rem;display:block; }
#zhSH6EykzFFKu7L6hhMXGt53ptIHBKeU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng55hTgT3ZUcawXKHqv17QzqbTCdlpAm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.3125rem;left:30.9375rem;display:block; }
#VVBtHTK6sBQ7ZuhlSwupOUzTQHpFKnLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmT43LiA9m9xSLOJCbT1vTtTUyOQLUhp { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid #c8c8c8;border-left:0.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;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:15rem;width:21.875rem;top:0rem;left:51.3125rem;overflow:hidden;display:block; }
#Tq0N6It7MZJEgMECvZUTkpmA4cueDcKr { position:absolute;display:block;z-index:15013;background-color:#000000;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.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;border-bottom:0.3125rem solid #c8c8c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.875rem;top:15.3125rem;left:51.25rem;display:block; }
#Qx81mXOJ8xUcduoXTpslTKL5Q8kaG2GX { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:19.5rem;left:53.6875rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hr9a3pDGbMiQX0Grn4UvcgWuXbA9qWIm { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:17.0625rem;left:54.125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ao5th8vndmyXW5MaM21KPz4wpLhfWCPd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.5rem;left:59rem;display:block; }
#eML5b46sw9pTXxty0wkuxDOIWmR4R3zA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0Ibf3NGCWWSShxuFfOIQfkCPxLoZqCb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:26.3125rem;left:55.9375rem;display:block; }
#TE2e00QcHCSg25K3ybNPVKwCQh2TqNek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0RpNJ2vSN9dV2ofGwSFBPPgNzfD74ME { position:absolute;display:block;z-index:15025;background-color:#baa76c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.6875rem;top:0rem;left:26.3125rem;display:block; }
#Tzg1MypnHnJkTFm7KfJZJCXgXbn9kLd8 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:0.625rem;left:26.8125rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALDfNuVduDryLm56tZVWbIsNfzBJdxPn { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:16.65625rem;left:4.1875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkRRsqVhfZQhfK86dXtc02FDFdhhWQPb { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:19.5rem;left:3.78125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrRTBwk6f6gTDsak0nAfRSihdcaozRcE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.5rem;left:9.0625rem;display:block; }
#vSu453mKLyk2gvOABLWTmw44MSL6iNTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6wqBpk0Gp8RykB73AThNFx91s8rcsPg { position:relative;display:none; }#d6wqBpk0Gp8RykB73AThNFx91s8rcsPg { border-width: 0; border-radius: 0; }#d6wqBpk0Gp8RykB73AThNFx91s8rcsPg > .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; }#d6wqBpk0Gp8RykB73AThNFx91s8rcsPg > .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:35.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CalMbpTxNpb2q66mXcHLv7m4vTTPlcdx { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #c8c8c8;border-left:0.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;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:15rem;width:21.875rem;top:1.0625rem;left:6.28125rem;overflow:hidden;display:block; }
#P7gSX1icSKu6ksd5HyuFNGEEekK1vyLm { position:absolute;display:block;z-index:15002;background-color:#000000;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.3125rem solid #c8c8c8;border-right:0.3125rem solid #c8c8c8;border-bottom:0.3125rem solid #c8c8c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.875rem;top:16.375rem;left:6.28125rem;display:block; }
#PTk19PziwMT2U5iB8qehxI4z8ewRuZE1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.75rem;left:11.0625rem;display:block; }
#cxscck6F8ZbxwXBOtRX3NBN5IZLdTa0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 { 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; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container { background-color: transparent; background-image: none; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container > .video-iframe-container { display: none; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row > .video-iframe-container { display: none; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .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); }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container { border-width: 0; border-radius: 0; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#kcUWmOTyPA7DcT1qNPAS47mdOGvtu8Mr { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:quicksand;font-size:3rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:18.59375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container { background-color: transparent; background-image: none; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container > .video-iframe-container { display: none; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row > .video-iframe-container { display: none; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .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); }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container { border-width: 0; border-radius: 0; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#Avn03CWyOMirn7un3QdLlJbCiozbb3Nz { color:#f8f8ba;display:block;width:23.375rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:7rem;left:45.0625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RDJsZO6nZSK7OPaTQRuIBIRUk4LOMyQ5 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:9.4375rem;left:42.375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZvihxXX6sTuUbrTf5OB2pJqtK6pZEpV { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:13.875rem;left:45rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qW7EvLM8Fk4mWJgxvtQSgFD1nvylETfs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.0625rem;left:53.3125rem;display:block; }
#tisAB41X0OGlOwNcZ2Pdom7xTyyifN1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLW3TWEOMTUMD03sprxKtPd0OREP22o6 { color:#f8f8ba;display:block;width:25.875rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:24.9375rem;left:43.8125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S464axQDedvTq5HHgP0GqRvOTwzTZXBl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.375rem;left:50.3125rem;display:block; }
#MgTXS1NRLWb5LZQhKp134JOTQ579pZqZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUz69cllcOTG0XTUMKLZgKEm30XBIleG { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #baa76c, #765822);background-image: -moz-linear-gradient(180deg, #baa76c, #765822);background-image: -ms-linear-gradient(180deg, #baa76c, #765822);background-image: -o-linear-gradient(180deg, #baa76c, #765822);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa76c', endColorstr='#765822' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa76c', endColorstr='#765822' );";background-image: linear-gradient(180deg, #baa76c, #765822);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:1.6875rem;left:68.125rem;display:block; }
#nxE0sSt01sLmv4FfTlKmGFM0vnOTVMTI { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3rem;left:68.25rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPsQhw9UD5h0negUgTTZ7TfBGxTSOTPR { position:absolute;display:block;z-index:15028;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:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container { background-color: transparent; background-image: none; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container > .video-iframe-container { display: none; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row > .video-iframe-container { display: none; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .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); }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container { border-width: 0; border-radius: 0; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#TXsteUai0ALSVXZJyFDtB8LSleXHxNKJ { color:#f8f8ba;display:block;width:28.8125rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:6.25rem;left:4.375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mXPPd0GQEpcSudpa6rxcaqpATOAAnpG8 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:12.5rem;left:7rem;height:11.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruy1UGmznyUXA0IU1vqGTvWJwMivz0dD { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:9.75rem;left:7rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4ph1zF3VaQRwVXKa0THaw2Zv9mEQHnQ { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:24.3125rem;left:7rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJbaZ0O0wxTKdv6Bk2PWRiXgi3ArmhM1 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:26.6875rem;left:8.0625rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCf1AeZoU2bTB5UIGHxdUDuHKcnfsUh8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container { background-color: transparent; background-image: none; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container > .video-iframe-container { display: none; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row > .video-iframe-container { display: none; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .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); }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container { border-width: 0; border-radius: 0; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#V3EviesQ0mr7zIyBJHlch5xqR8fAngWJ { color:#f8f8ba;display:block;width:28.8125rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:6.75rem;left:42.9375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XauWf6KrBBZqtwIlNiiwJUedmxDn1Je9 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:13rem;left:45.5625rem;height:11.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfHQ1k176EuSqsKVI5TvTPfWTSqLKqrL { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:10.25rem;left:45.5625rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XZ1WDDbGBZk9OFFkqnN3WRmUs4PHBFmX { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:24.8125rem;left:45.5625rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2bUn0GeqxJzEzgTFFwzw7DCdMW24ZX8 { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:27.5rem;left:43.75rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fft6JimkXZ6iwCW9yiTN5hK47iyQPQUu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18bea6bf-d914-4f6f-8670-b5a3cfc1e68e/fc3d591cistock1154783425_11hc0zk00000000000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6.adaptive-delivery-prevent-bg, #yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6.lazyload, #yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6.lazyloading { background-image: none; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container { background-color: transparent; background-image: none; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container > .video-iframe-container { display: none; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row > .video-iframe-container { display: none; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .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); }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container { border-width: 0; border-radius: 0; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6::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; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#FPzhO0o4deprvg19L0ftOBuR948vRA1w { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:4.5rem;left:12.03125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sux11Tbe12DF62ExlH2ldQnknivuiOz9 { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.65625rem;left:13.40625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E3s2UW50WVSp9nVLSyO15AOREEfLTFHT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:24rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.3125rem;left:25.5rem;display:block; }
#mWLD5BWfgASck7OTBNEJB6CdEPtXSJXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX { position:relative;display:block; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX { background-color: transparent; background-image: none; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .row .container > .video-iframe-container { display: none; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .row > .video-iframe-container { display: none; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .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); }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX { border-width: 0; border-radius: 0; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .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; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .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:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZBgbDpEQyGIo1d4q141intPIJHa6sMrt { 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:16rem;width:16rem;top:17.25rem;left:4.5625rem;overflow:hidden;display:block; }
#faPQ0Sxov9fhBILW3FaaSFvZWN934bGq { 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:16rem;width:16rem;top:17.25rem;left:21.1875rem;overflow:hidden;display:block; }
#F4SxqZEGpFQFdib2c4TygGbeZVfFqZ9c { 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:16rem;width:16rem;top:0.625rem;left:37.8125rem;overflow:hidden;display:block; }
#RVw9OmaG6WudubfAOVuhQCWFWnRzzz22 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:16rem;top:17.25rem;left:54.5rem;overflow:hidden;display:block; }
#NBggFrHV8hGfZXD4U4gfbISy4PkA78rL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:16rem;top:0.625rem;left:54.5rem;overflow:hidden;display:block; }
#vllth37xeB3NCUidSEhtov17aD4TU7s2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:16rem;top:0.625rem;left:21.1875rem;overflow:hidden;display:block; }
#XQ2ZmfuPQ1aiD1o1puS3JymBJ4ugzWTh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:16rem;top:0.625rem;left:4.5625rem;overflow:hidden;display:block; }
#Xs2tewmB2ZCCJzW3SFLW9oftbNLTvwnl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:16rem;top:17.25rem;left:37.8125rem;overflow:hidden;display:block; }
#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container { background-color: transparent; background-image: none; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container > .video-iframe-container { display: none; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row > .video-iframe-container { display: none; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .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); }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container { border-width: 0; border-radius: 0; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#MydUq1P0BMRAcGOwlH4OXiGGPEX62kbz { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:42.125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ta0nnb0D6QCICv9yxh0AXMizGTQk3h6u { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:11.6875rem;left:42.125rem;height:3.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcpz8E3oeSiVAdAMXXw0DcPKOBAiDzZK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:19.9375rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b7a4688-a62b-4404-a297-d6b471295036/233e8f42button_100k00j000000000000028.png); }
#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 { 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; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container { background-color: transparent; background-image: none; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container > .video-iframe-container { display: none; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row > .video-iframe-container { display: none; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .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); }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container { border-width: 0; border-radius: 0; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#PQt6O6zOysCVJAqg7yWsy7qSgixZbTrp { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q0mEw84g5Llu0xaWHkOJT81I09bsnMTE { color:#000000;display:block;width:34.875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:7.8125rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#isx47r1nTrav5DoKfcXwikrk8T3JTOew { color:#000000;display:block;width:34.375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#isx47r1nTrav5DoKfcXwikrk8T3JTOew li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#isx47r1nTrav5DoKfcXwikrk8T3JTOew li:before{  }
#GeFBgHCen4dOqc6bvww4ifsRvGT3es0T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container { background-color: transparent; background-image: none; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container > .video-iframe-container { display: none; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row > .video-iframe-container { display: none; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .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); }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container { border-width: 0; border-radius: 0; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#r1Syb3CuG9e9wtUJxeT8st5Q8FLHy0rd { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:40.3125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MCUyqcyXDiTDcT8cBtSDqwir2VAS58eO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:6.625rem;left:40.3125rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:15rem;left:40.3125rem;height:21.334rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b7a4688-a62b-4404-a297-d6b471295036/233e8f42button_100k00j000000000000028.png); }
#m5gK18bKshcfRZCqt3iff7ShqnQrOp7W { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6d76e01-3c21-49e1-b5d5-d2a060daadff/52cc1be6nailtrainingmakingdreamsareality1_10oe0ic0hr0ic03300001o.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.1875rem;width:37.5rem;top:0rem;left:0rem;display:block; }#m5gK18bKshcfRZCqt3iff7ShqnQrOp7W.adaptive-delivery-prevent-bg, #m5gK18bKshcfRZCqt3iff7ShqnQrOp7W.lazyload, #m5gK18bKshcfRZCqt3iff7ShqnQrOp7W.lazyloading { background-image: none; }
#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 { 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; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container { background-color: transparent; background-image: none; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container > .video-iframe-container { display: none; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row > .video-iframe-container { display: none; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .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); }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container { border-width: 0; border-radius: 0; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container { font-size:0.875rem;font-family:arial;height:81.125rem;width:75rem;position:relative;display:block; }#puVXwcLf2VBdTRbEAsD8dTszMJ63FJq2 { color:#000000;display:block;width:35.875rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK { color:#000000;display:block;width:34.375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:6.9375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK li:before{  }
#G1ccyBFpeUoGCExm3UrHUcJwmboZvbuZ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ff4ca52-2d8d-4c51-8376-75a5018beef4/e337f7f2istock872083016_10ok0ge0hs0fv02i00j01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }#G1ccyBFpeUoGCExm3UrHUcJwmboZvbuZ.adaptive-delivery-prevent-bg, #G1ccyBFpeUoGCExm3UrHUcJwmboZvbuZ.lazyload, #G1ccyBFpeUoGCExm3UrHUcJwmboZvbuZ.lazyloading { background-image: none; }
#ErTTJ2ww5fINZ3vB14boPxdt8ypBKp1y { position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:37.5rem;top:39.375rem;left:37.5rem;display:block; }
#iGIDIoDsmR8VMf4LS0ABByA65Co7rCJo { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.0625rem;left:39.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmi0PHt3vwTgPb0x0kOlwWxG6ymlAmAc { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:46rem;left:41rem;height:5.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OapixZLOcyr0Txe0pSRbGJQg0sFa5pgZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:53.0625rem;left:49.8125rem;display:block; }
#rcDNPyif9hHTgpTzJwhtDldbOOLTw1IZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dd47318-4a34-4c7f-8528-ad44ebce2ba8/de16a43eistock908379472_11hc0zf00000000000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76.adaptive-delivery-prevent-bg, #wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76.lazyload, #wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76.lazyloading { background-image: none; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container { background-color: transparent; background-image: none; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container > .video-iframe-container { display: none; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row > .video-iframe-container { display: none; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .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); }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container { border-width: 0; border-radius: 0; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76::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; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#eq3oaLikiHZEUiP6STdE37GhWXe9renW { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.6875rem;left:12.875rem;height:2.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTJRof4K8gCuOZMT6QVh1lrux3MccPzp { color:#ffffff;display:block;width:39.875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:13.3125rem;left:18.40625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2bG8dBbyqglTKPTJ2BTnSWsaboEWvmA { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:quicksand;font-size:3rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.5rem;left:12.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#raW5Xm6iFiLQVE7pNNmxSZMG6rsQRdKa { position:absolute;display:block;z-index:15004;background-color:#baa76c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:8.625rem;top:11.3125rem;left:34.0625rem;display:block; }
#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10e08fce-826b-4b82-8c9e-ffc8556b781d/6affd3dcistock1015084838_11hc0zk00000000000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49.adaptive-delivery-prevent-bg, #vAV0E9B8BnlrmsoROVetbwi64ChW1B49.lazyload, #vAV0E9B8BnlrmsoROVetbwi64ChW1B49.lazyloading { background-image: none; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container { background-color: transparent; background-image: none; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container > .video-iframe-container { display: none; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row > .video-iframe-container { display: none; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .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); }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container { border-width: 0; border-radius: 0; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49::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; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#cbviXkAzGBls8m3Tv8H2sIcSVqygWVEt { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4rem;left:12.03125rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkDkGkX1wp1B1HHMT61WWA4ltVIzmwX8 { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:7.8125rem;left:21.59375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeAumtTkaJLBsyE0k4TBnv5LkyVAn7aF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -moz-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -ms-linear-gradient(180deg, #f8f8ba, #baa76c);background-image: -o-linear-gradient(180deg, #f8f8ba, #baa76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ba', endColorstr='#baa76c' );";background-image: linear-gradient(180deg, #f8f8ba, #baa76c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:14.25rem;left:31.03125rem;display:block; }
#bVl1iz88ocwQHK4JrkxyaxQaqlKgG66r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container { background-color: transparent; background-image: none; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container > .video-iframe-container { display: none; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row > .video-iframe-container { display: none; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .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); }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container { border-width: 0; border-radius: 0; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#IAPyMiA7NdTwqwIHs0nvNZu7rv2OX4cg { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:quicksand;font-size:3rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:18.59375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container { background-color: transparent; background-image: none; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container > .video-iframe-container { display: none; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row > .video-iframe-container { display: none; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .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); }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container { border-width: 0; border-radius: 0; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#QXNE5xoKctZRBW25XqZygKkVa9WVFOWf { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:16.3125rem;left:3.875rem;height:5.5996rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yF0ytfCEQdpuRyweG9Vw9Jyo1o5l90cy { position:absolute;display:block;z-index:15001;background-color:#e1e1e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:24.5rem;top:0rem;left:0rem;display:block; }
#n3aTqJfqbcSoPDMfZEukOrksAgZgFAKG { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:0.625rem;left:3.875rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFJi3W75BSdG3ZRpCpts2JwUppVL3sVC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:22.375rem;top:4.375rem;left:1rem;overflow:hidden;display:block; }
#PDqWkiqM5x7PmdT1eLvaHEaVqKVEhemH { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:16.3125rem;left:29.125rem;height:4.1997rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v9QI259uwso24wevn6duLGCx0AX3pp4o { position:absolute;display:block;z-index:15005;background-color:#e1e1e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:24.5rem;top:0rem;left:25.25rem;display:block; }
#sMsIZd8eSHyko7ayCWyW1PAa34iKFbT9 { 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:10.8125rem;width:22.375rem;top:4.375rem;left:26.25rem;overflow:hidden;display:block; }
#WdUIAs6iluoqbgX4hee3QQfUUHKKfTwv { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:0.625rem;left:29.125rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gGO311TyEu1OuBKL0KQsxIDnZwMzNs9k { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.3125rem;left:54.375rem;height:4.1997rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xu3zrEPCq0sUd76WAxy9LNz53TCqtJ4y { position:absolute;display:block;z-index:15009;background-color:#e1e1e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:24.5rem;top:0rem;left:50.5rem;display:block; }
#x81zAl0Q43kHf63yCtVr4RwKxACpXDUc { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:22.375rem;top:4.375rem;left:51.5rem;overflow:hidden;display:block; }
#cAFaXA7e6m2VdUtsPiiyuC6sKksv3bn3 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0.625rem;left:54.375rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp { position:relative;display:block; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp { background-color: transparent; background-image: none; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .row .container > .video-iframe-container { display: none; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .row > .video-iframe-container { display: none; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .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); }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp { border-width: 0; border-radius: 0; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .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; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .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:7.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yzfc4XuB1sTtJsx13ai8qDiDrdL7VCJT { color:#000000;display:block;width:16.625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:2.625rem;left:25.4375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNFKAz4BskJRgLCJ4C0ArqiLwtimSSiv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:1.875rem;left:42.6875rem;overflow:hidden;display:block; }
#IEyL6r8aJAlPT74tk561WXQlylKG9caI { position:absolute;display:block;z-index:15012;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:2.8125rem;top:1.875rem;left:46.75rem;overflow:hidden;display:block; }
#KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection { position:relative;display:block; } #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection *:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="text"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="email"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="tel"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection textarea:focus-visible { outline: none; } #mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF { background-color: transparent; background-image: none; }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .row .container > .video-iframe-container { display: none; }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .row > .video-iframe-container { display: none; }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .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); }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF { border-width: 0; border-radius: 0; }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .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; }#mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .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:9rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection *:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="text"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="email"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="tel"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection textarea:focus-visible { outline: none; } #VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container { background-color: transparent; background-image: none; }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container > .video-iframe-container { display: none; }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row > .video-iframe-container { display: none; }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .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); }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container { border-width: 0; border-radius: 0; }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; } #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection *:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="text"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="email"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="tel"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection textarea:focus-visible { outline: none; } #bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container { background-color: transparent; background-image: none; }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container > .video-iframe-container { display: none; }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row > .video-iframe-container { display: none; }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .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); }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container { border-width: 0; border-radius: 0; }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX { display:block; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPytuXaKhHcHWHHkERhe8y7ixAzDtzUz { top:9.875rem;left:18.59375rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6e4xSK8FDf6tCArM8WEgDmya4zli8X { top:0rem;left:19.6875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkdCIF0K8KnfJ2DeZ7i5Jgp36S2aCbdH { top:3.75rem;left:0rem;width:8.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI { display:block; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei { display:block; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPitpHuGn4yQSISxqgMT4TKXWTqRx121 { display:block; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6MQg0bpd66D3qm9OCDiMiTfGT3LNyLd { width:11.5625rem;height:1.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcnD4rQrnBedlnK0sOKu2q4RckuF1xn { display:block; }
 }@media only screen and (max-width: 763px) { #KgxKb310AttXuegvdJ3rZPivUiMWs9ZN { width:13.6875rem;height:1.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2Un2b5F73fmo3QPeBTMBDP7N3qAo5U { display:block; }
 }@media only screen and (max-width: 763px) { #A2kuTOKMaA2vrTrCLLmp2gm3w4VJxCRT { width:12.4375rem;height:1.6875rem;top:1rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ22SNZ90lMbgGGCfVpLkENiLdHc4dM4 { display:block; }
 }@media only screen and (max-width: 763px) { #iJOWeFGDv9XXQMfdKMzJ79MuIG1EI2GO { width:10.8125rem;height:1.6875rem;top:1rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1h1sgDaBgJyWP5M7JBnaATCzivVxngt { display:block; }
 }@media only screen and (max-width: 763px) { #G8xFEpiFcC7SIc3Lz3gWs1ihPpieHbUF { width:9.9375rem;height:1.6875rem;top:0.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTslOx0XVURmiAb2vbvEUm31dhZBI9FE { display:block; }
 }@media only screen and (max-width: 763px) { #fV5uN6TdceFIRu8xgP0u3aEuag7VWE1M { width:6.6875rem;height:1.6875rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx4tlce1ThNAAvASO3aoc3exf6U1orZy { display:block; }
 }@media only screen and (max-width: 763px) { #HGAH2eRs2sJXnRUet1uFLDQt3AyZEkEU { width:7.5rem;height:1.6875rem;top:0.9375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbEhPneBH8vUH7Sop4mqtDGb2qstcdG6 { display:block; }
 }@media only screen and (max-width: 763px) { #cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa { display:block; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa { display:block; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJMu36LrRPNA3776gOM3enKJdnAdD20R { display:block; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSoElnMf1h22idLt76inpToC8z2whnZJ { display:block; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAkZNOv0FHfSa3bCSs2dpJQk8LC4uThe { top:2.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5NGdtoZkW7BIbRVRo30RNV27LvT50aX { top:6.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzhEcsMla9X19mlKUnbRmhBz6XTg7AX3 { top:13.25rem;left:3.5rem;width:40.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkBZzd17LThVtkbKaAd0OxAHigUsrDnp { top:10.25rem;left:19.5625rem;width:8.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLhVhdryiOcPW1fLf2baSkN4yyUTEFB7 { top:20.75rem;left:0rem;width:1.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xghae5oTucJ4aGXIVO0aqtX8nEFEJb7J { top:20.8125rem;left:0rem;width:18.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5q9Clv3MS2cMI0VRDpBArKQ3Ff4sswb { top:21.125rem;left:8.875rem;width:1.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRiHMk9RrK4i6EK5bJUw9EHeCA7L3RUA { top:20.875rem;left:10.875rem;width:17.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L88gz3NQpyRtSxsGaJtQ42Klv458gvDS { top:20.875rem;left:32.3125rem;width:8.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTTEBovyhO2wVJlbfB1m1zgibSQIo7w { top:21.125rem;left:30.3125rem;width:1.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qJGScl6Z2BhUK8oGNK0xwuD3r3sKgW { top:20.875rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ABKeJa9zdvT1zge4Toos3KoUZf4TrP { top:21.125rem;left:43.4375rem;width:1.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3QXqRmQzca9W8TwhTt4KyJszUJK3TR7 { width:24rem;height:3.5rem;top:24.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksocZo1JtZBg2QRgIbMCZ6d7XGAvATkg { display:block; }
 }@media only screen and (max-width: 763px) { #PFz241uwlxEcRK8IrIaEXykpr4xGoG44 { display:block; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxvE57foZpnMiUTTMQKuKGHikvAlO9Kk { top:1.375rem;left:0rem;width:47.75rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZHJVu3NLZTqiKSChovsbk55cWWPcqyU { display:block; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI705KgwSFtteUm9EQ30LrP4i9ZNaIzZ { top:13.3125rem;left:0rem;width:13.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOigwavQlqzxqLLRLGbF1CQCOVRscz5 { top:4.6875rem;left:2.71875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGV6iIzrQlJ9u9qJCwqmQlI2nJkU3ICz { top:15.9375rem;left:0rem;width:15.5rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crWZQJJZv4fDmoceIrz6cIBOL6xyEf8d { top:4.8125rem;left:14.90625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5yO71TE5Vcce3c3qq7FeMEND7xemqKa { top:13.3125rem;left:10.5rem;width:13.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldT6GL6G5oFEqVvz66snKRhIMTpcTxW7 { top:15.9375rem;left:8.375rem;width:15.5rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnqby62HurODPDmkJC739mnAMVGZ95ai { top:13.3125rem;left:22.4375rem;width:13.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0D69TsfdBs52S2DG0hOnIssIgMrBh0 { top:4.6875rem;left:27.15625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiO0yBHC40XSu08sUprexX7rlJNReXOH { top:15.9375rem;left:20.3125rem;width:15.5rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRNzyT8VZbJrFzb1FTNcKGWJTibTHAw2 { top:13.3125rem;left:34.375rem;width:13.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTbsmG2ssw0X9R1M53teNWrKKXqTLga { top:15.9375rem;left:32.25rem;width:15.5rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o48DTfTcdZ7wr2kvuUQVEPncZpaM6Z73 { top:4.6875rem;left:38.59375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA { display:block; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTRiOBDfFapPDLmVUqPxLTxAbAxC5J9C { top:6.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uicn3HJxefvoDFp92uDikPFv16wxd7u5 { top:1.875rem;left:4.96875rem;width:37.8125rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw { display:block; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQzUpWFTSrJetUOsymM1UT5lQVEQ5d0W { top:0rem;left:0rem;width:17.1875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lqDFx5UQKGJoSIUnly7TBzGlTONAWK { top:0rem;left:0rem;width:17.1875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2VTowdTQmJyO0DTM3XsCbaJLkZfFbA { top:0rem;left:18rem;width:17.1875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4URSM6mlo2XUZkBml2zTbgqiNmF5bo { top:0rem;left:29.9375rem;width:17.1875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9TZHcX646JTL57KWHeqHS09TgSvRLTL { top:0rem;left:6.0625rem;width:17.1875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9LGotiAH25NNJxAUPMsWG1hHen7ma62 { top:0rem;left:13.3125rem;width:17.1875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpJn9WUgoTe7JFZO5kw2ufNK1v2hx8hL { top:10.6875rem;left:6.0625rem;width:17.1875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu8VEH6ASNK1AI9X6McPBFolpahWt91k { top:13.4375rem;left:0rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVvNgtugPHTALhEgcMbbNyJo1Rtv8mQw { top:16.25rem;left:0rem;width:15.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaceGUomM298w4ipLPTFKWh24im1asMT { width:6.875rem;height:1.6875rem;top:20.75rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGy7XK62hBBPFpEiz1gurTLLqhbPWQE { display:block; }
 }@media only screen and (max-width: 763px) { #FgDd5rfbs77kwRQQADqnGnX62LtHB5FW { width:12.9375rem;height:3.5rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyrCgK1QTDL3OGvNP7wEXNNgahpNekxZ { display:block; }
 }@media only screen and (max-width: 763px) { #Zl3IEAF6IP3uGuITsT0tPb4s2086ZhLF { width:12.9375rem;height:3.5rem;top:23.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSh4zvRl4lhyAEeT0FRnSXXnKrGCxXgl { display:block; }
 }@media only screen and (max-width: 763px) { #KPTkVpmlkVUaD9qasctJR8MuGSMtN0QM { width:12.9375rem;height:3.5rem;top:23.4375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITETfCDQxf4nS1TcNM1aSCcbOI1UN2di { display:block; }
 }@media only screen and (max-width: 763px) { #M8TZxG3ZOaMkea92hZ8kJv3HoRmDTH4Q { top:13.4375rem;left:7.25rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHgkoOSUPvFgD1IyzitlNKIHJuue8208 { top:16.25rem;left:8.625rem;width:15.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2TprTrVSXbFs3JBTNoTPqg4zPMeLHt { width:6.875rem;height:1.6875rem;top:20.75rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSUcVQ9Lcbba0lwHSLhZqh7gkSGzmN8 { display:block; }
 }@media only screen and (max-width: 763px) { #mkL0Go9M3mpgslD7eAxS8V4QsMosNC5A { width:6.875rem;height:1.6875rem;top:20.75rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzTxEUpTVExKIhvTuTTDfkAlAgsrv5hB { display:block; }
 }@media only screen and (max-width: 763px) { #EM3o2ZoxWD90o2IFkVnLwp0bRok7Zw6D { top:16.25rem;left:20.5625rem;width:15.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPbZAD5dKyMSa52sAP6Kkey5vZ9XdrXW { top:13.4375rem;left:19.1875rem;width:14.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEP6c2zVsnyTv9PEBwFZGbnlPoQTrGVk { top:0rem;left:29.9375rem;width:17.1875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfStJy9mIM5bxcKFqWXAu34fEZSazvRC { top:13.4375rem;left:33.625rem;width:14.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOSQ3JtX1v1eEC6uxk9zhbuvIRT5obl4 { top:16.25rem;left:32.5rem;width:15.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxdUFRnxfAP5Qa3BTp6eoP2uDSCbk1u { width:6.875rem;height:1.6875rem;top:20.75rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTC5QbHe9Eg9gpa0ZMTRehX12XMyMup { display:block; }
 }@media only screen and (max-width: 763px) { #fEuaBDoXuE16Tag7f3UCCF0hbTSrdFyE { width:12.9375rem;height:3.5rem;top:23.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6OiO29VNyhk8O8W5JbzF2hi1rIfaxe5 { display:block; }
 }@media only screen and (max-width: 763px) { #kCJSEzp2CvUmEJEtDBAz86egio81OAvw { display:block; }#kCJSEzp2CvUmEJEtDBAz86egio81OAvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgnuPQEc3JBgyuVGuQyiTw6vpanwoMmD { top:15.3125rem;left:0rem;width:21.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNsrc6sx3UEbNSKZbsZWNuUtc0VN8odB { top:0rem;left:0rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #exuLHTTD3nIH7iBbx6vWEywGDW2y0gPP { width:12.9375rem;height:3.5rem;top:26.3125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqlR9KUx7sZkXcxPvgHbTqUgTyrAyG9 { display:block; }
 }@media only screen and (max-width: 763px) { #Tho8QCvTFaWoUgK1aWSg3ta89qbdaxN8 { top:0rem;left:9.25rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzNeDNhZnKJTywxR3Ht7yoSel8ToWxR { top:15.3125rem;left:9.25rem;width:21.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReuOQ2VgW6VETnmZp7S1XRcUQiWzcdW { top:19.5rem;left:14.3125rem;width:17.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zluQCZ5HFTqK30OudR0DlfM5sWD6JrVh { top:17.0625rem;left:15.125rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUSc2ho9p0J32e54rXSGJoVpW2LkXBfE { width:6.875rem;height:1.6875rem;top:23.5rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhSH6EykzFFKu7L6hhMXGt53ptIHBKeU { display:block; }
 }@media only screen and (max-width: 763px) { #Ng55hTgT3ZUcawXKHqv17QzqbTCdlpAm { width:12.9375rem;height:3.5rem;top:26.3125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBtHTK6sBQ7ZuhlSwupOUzTQHpFKnLS { display:block; }
 }@media only screen and (max-width: 763px) { #OmT43LiA9m9xSLOJCbT1vTtTUyOQLUhp { top:0rem;left:25.125rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0N6It7MZJEgMECvZUTkpmA4cueDcKr { top:15.3125rem;left:25.125rem;width:21.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx81mXOJ8xUcduoXTpslTKL5Q8kaG2GX { top:19.5rem;left:30.1875rem;width:17.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr9a3pDGbMiQX0Grn4UvcgWuXbA9qWIm { top:17.0625rem;left:31rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao5th8vndmyXW5MaM21KPz4wpLhfWCPd { width:6.875rem;height:1.6875rem;top:23.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eML5b46sw9pTXxty0wkuxDOIWmR4R3zA { display:block; }
 }@media only screen and (max-width: 763px) { #b0Ibf3NGCWWSShxuFfOIQfkCPxLoZqCb { width:12.9375rem;height:3.5rem;top:26.3125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2e00QcHCSg25K3ybNPVKwCQh2TqNek { display:block; }
 }@media only screen and (max-width: 763px) { #d0RpNJ2vSN9dV2ofGwSFBPPgNzfD74ME { top:0rem;left:15.875rem;width:8.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzg1MypnHnJkTFm7KfJZJCXgXbn9kLd8 { top:0.625rem;left:15.875rem;width:7.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALDfNuVduDryLm56tZVWbIsNfzBJdxPn { top:16.625rem;left:0rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkRRsqVhfZQhfK86dXtc02FDFdhhWQPb { top:19.5rem;left:0rem;width:17.4375rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrRTBwk6f6gTDsak0nAfRSihdcaozRcE { width:6.875rem;height:1.6875rem;top:23.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSu453mKLyk2gvOABLWTmw44MSL6iNTC { display:block; }
 }@media only screen and (max-width: 763px) { #d6wqBpk0Gp8RykB73AThNFx91s8rcsPg { display:block; }#d6wqBpk0Gp8RykB73AThNFx91s8rcsPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CalMbpTxNpb2q66mXcHLv7m4vTTPlcdx { top:1.0625rem;left:0rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7gSX1icSKu6ksd5HyuFNGEEekK1vyLm { top:16.375rem;left:0rem;width:21.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTk19PziwMT2U5iB8qehxI4z8ewRuZE1 { width:12.9375rem;height:3.5rem;top:27.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxscck6F8ZbxwXBOtRX3NBN5IZLdTa0g { display:block; }
 }@media only screen and (max-width: 763px) { #OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 { display:block; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcUWmOTyPA7DcT1qNPAS47mdOGvtu8Mr { top:1.875rem;left:4.96875rem;width:37.8125rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX { display:block; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avn03CWyOMirn7un3QdLlJbCiozbb3Nz { top:7rem;left:24.375rem;width:23.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDJsZO6nZSK7OPaTQRuIBIRUk4LOMyQ5 { top:9.4375rem;left:18.9375rem;width:28.8125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvihxXX6sTuUbrTf5OB2pJqtK6pZEpV { top:13.875rem;left:24.1875rem;width:23.5625rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW7EvLM8Fk4mWJgxvtQSgFD1nvylETfs { width:6.875rem;height:2.3125rem;top:20.0625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisAB41X0OGlOwNcZ2Pdom7xTyyifN1y { display:block; }
 }@media only screen and (max-width: 763px) { #pLW3TWEOMTUMD03sprxKtPd0OREP22o6 { top:24.9375rem;left:21.875rem;width:25.875rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S464axQDedvTq5HHgP0GqRvOTwzTZXBl { width:12.9375rem;height:3.5rem;top:28.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgTXS1NRLWb5LZQhKp134JOTQ579pZqZ { display:block; }
 }@media only screen and (max-width: 763px) { #LUz69cllcOTG0XTUMKLZgKEm30XBIleG { top:1.6875rem;left:41.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxE0sSt01sLmv4FfTlKmGFM0vnOTVMTI { top:3rem;left:43.5rem;width:4.25rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPsQhw9UD5h0negUgTTZ7TfBGxTSOTPR { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziDy50OULrdQI95avhXk8HtvJlmLLeD5 { display:block; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXsteUai0ALSVXZJyFDtB8LSleXHxNKJ { top:6.25rem;left:0rem;width:28.8125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPPd0GQEpcSudpa6rxcaqpATOAAnpG8 { top:12.5rem;left:0rem;width:21.9375rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruy1UGmznyUXA0IU1vqGTvWJwMivz0dD { top:9.75rem;left:0rem;width:21.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ph1zF3VaQRwVXKa0THaw2Zv9mEQHnQ { top:24.3125rem;left:0rem;width:21.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJbaZ0O0wxTKdv6Bk2PWRiXgi3ArmhM1 { top:26.6875rem;left:0rem;width:19.8125rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCf1AeZoU2bTB5UIGHxdUDuHKcnfsUh8 { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru { display:block; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3EviesQ0mr7zIyBJHlch5xqR8fAngWJ { top:6.75rem;left:18.9375rem;width:28.8125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XauWf6KrBBZqtwIlNiiwJUedmxDn1Je9 { top:13rem;left:25.8125rem;width:21.9375rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfHQ1k176EuSqsKVI5TvTPfWTSqLKqrL { top:10.25rem;left:25.8125rem;width:21.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ1WDDbGBZk9OFFkqnN3WRmUs4PHBFmX { top:24.8125rem;left:25.8125rem;width:21.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2bUn0GeqxJzEzgTFFwzw7DCdMW24ZX8 { top:27.5rem;left:22.1875rem;width:25.5625rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fft6JimkXZ6iwCW9yiTN5hK47iyQPQUu { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 { display:block; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPzhO0o4deprvg19L0ftOBuR948vRA1w { top:4.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sux11Tbe12DF62ExlH2ldQnknivuiOz9 { top:10.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3s2UW50WVSp9nVLSyO15AOREEfLTFHT { width:24rem;height:3.5rem;top:14.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWLD5BWfgASck7OTBNEJB6CdEPtXSJXS { display:block; }
 }@media only screen and (max-width: 763px) { #Envwfeai4TJTMeMAqf9FJE44yDOTTuBX { display:block; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBgbDpEQyGIo1d4q141intPIJHa6sMrt { top:17.25rem;left:0rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #faPQ0Sxov9fhBILW3FaaSFvZWN934bGq { top:17.25rem;left:7.5625rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4SxqZEGpFQFdib2c4TygGbeZVfFqZ9c { top:0.625rem;left:24.1875rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVw9OmaG6WudubfAOVuhQCWFWnRzzz22 { top:17.25rem;left:31.75rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBggFrHV8hGfZXD4U4gfbISy4PkA78rL { top:0.625rem;left:31.75rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #vllth37xeB3NCUidSEhtov17aD4TU7s2 { top:0.625rem;left:7.5625rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ2ZmfuPQ1aiD1o1puS3JymBJ4ugzWTh { top:0.625rem;left:0rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs2tewmB2ZCCJzW3SFLW9oftbNLTvwnl { top:17.25rem;left:24.1875rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW { display:block; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MydUq1P0BMRAcGOwlH4OXiGGPEX62kbz { top:4.0625rem;left:18.9375rem;width:28.8125rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta0nnb0D6QCICv9yxh0AXMizGTQk3h6u { top:11.6875rem;left:20.6875rem;width:27.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpz8E3oeSiVAdAMXXw0DcPKOBAiDzZK { top:0rem;left:0rem;width:37.5rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB { top:19.9375rem;left:17.4375rem;width:30.3125rem;height:;font-size:1rem;display:block; }#bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b7a4688-a62b-4404-a297-d6b471295036/233e8f42button_100k00j000000000000028.png); }
 }@media only screen and (max-width: 763px) { #TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 { display:block; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQt6O6zOysCVJAqg7yWsy7qSgixZbTrp { top:3.5rem;left:0rem;width:28.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mEw84g5Llu0xaWHkOJT81I09bsnMTE { top:7.8125rem;left:0rem;width:34.875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isx47r1nTrav5DoKfcXwikrk8T3JTOew { top:15.875rem;left:0rem;width:34.375rem;height:;font-size:1rem;display:block; }#isx47r1nTrav5DoKfcXwikrk8T3JTOew li:before{  }
 }@media only screen and (max-width: 763px) { #GeFBgHCen4dOqc6bvww4ifsRvGT3es0T { top:0rem;left:10.25rem;width:37.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 { display:block; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1Syb3CuG9e9wtUJxeT8st5Q8FLHy0rd { top:2.75rem;left:18.9375rem;width:28.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCUyqcyXDiTDcT8cBtSDqwir2VAS58eO { top:6.625rem;left:15.25rem;width:32.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P { top:15rem;left:13.0625rem;width:34.6875rem;height:22.875rem;font-size:1rem;display:block; }#W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b7a4688-a62b-4404-a297-d6b471295036/233e8f42button_100k00j000000000000028.png); }
 }@media only screen and (max-width: 763px) { #m5gK18bKshcfRZCqt3iff7ShqnQrOp7W { top:0rem;left:0rem;width:37.5rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 { display:block; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puVXwcLf2VBdTRbEAsD8dTszMJ63FJq2 { top:3.0625rem;left:0rem;width:35.875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK { top:6.9375rem;left:0rem;width:34.375rem;height:;font-size:1rem;display:block; }#kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK li:before{  }
 }@media only screen and (max-width: 763px) { #G1ccyBFpeUoGCExm3UrHUcJwmboZvbuZ { top:0rem;left:10.25rem;width:37.5rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErTTJ2ww5fINZ3vB14boPxdt8ypBKp1y { top:39.375rem;left:10.25rem;width:37.5rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGIDIoDsmR8VMf4LS0ABByA65Co7rCJo { top:42.0625rem;left:14.5625rem;width:33.1875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmi0PHt3vwTgPb0x0kOlwWxG6ymlAmAc { top:46rem;left:17.1875rem;width:30.5625rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OapixZLOcyr0Txe0pSRbGJQg0sFa5pgZ { width:12.9375rem;height:3.5rem;top:53.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcDNPyif9hHTgpTzJwhtDldbOOLTw1IZ { display:block; }
 }@media only screen and (max-width: 763px) { #wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 { display:block; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq3oaLikiHZEUiP6STdE37GhWXe9renW { top:7.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJRof4K8gCuOZMT6QVh1lrux3MccPzp { top:13.3125rem;left:4.78125rem;width:39.875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2bG8dBbyqglTKPTJ2BTnSWsaboEWvmA { top:3.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raW5Xm6iFiLQVE7pNNmxSZMG6rsQRdKa { top:11.3125rem;left:20.4375rem;width:8.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV0E9B8BnlrmsoROVetbwi64ChW1B49 { display:block; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbviXkAzGBls8m3Tv8H2sIcSVqygWVEt { top:4rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkDkGkX1wp1B1HHMT61WWA4ltVIzmwX8 { top:7.8125rem;left:7.96875rem;width:31.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeAumtTkaJLBsyE0k4TBnv5LkyVAn7aF { width:12.9375rem;height:3.5rem;top:14.25rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVl1iz88ocwQHK4JrkxyaxQaqlKgG66r { display:block; }
 }@media only screen and (max-width: 763px) { #eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb { display:block; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAPyMiA7NdTwqwIHs0nvNZu7rv2OX4cg { top:1.875rem;left:4.96875rem;width:37.8125rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 { display:block; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXNE5xoKctZRBW25XqZygKkVa9WVFOWf { top:16.3125rem;left:0rem;width:16.625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0ytfCEQdpuRyweG9Vw9Jyo1o5l90cy { top:0rem;left:0rem;width:24.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3aTqJfqbcSoPDMfZEukOrksAgZgFAKG { top:0.625rem;left:0rem;width:16.625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJi3W75BSdG3ZRpCpts2JwUppVL3sVC { top:4.375rem;left:0rem;width:22.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqWkiqM5x7PmdT1eLvaHEaVqKVEhemH { top:16.3125rem;left:15.125rem;width:16.625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9QI259uwso24wevn6duLGCx0AX3pp4o { top:0rem;left:7.25rem;width:24.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMsIZd8eSHyko7ayCWyW1PAa34iKFbT9 { top:4.375rem;left:9.375rem;width:22.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdUIAs6iluoqbgX4hee3QQfUUHKKfTwv { top:0.625rem;left:15.125rem;width:16.625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGO311TyEu1OuBKL0KQsxIDnZwMzNs9k { top:16.3125rem;left:31rem;width:16.625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3zrEPCq0sUd76WAxy9LNz53TCqtJ4y { top:0rem;left:23.125rem;width:24.5rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81zAl0Q43kHf63yCtVr4RwKxACpXDUc { top:4.375rem;left:25.25rem;width:22.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFaXA7e6m2VdUtsPiiyuC6sKksv3bn3 { top:0.625rem;left:31rem;width:16.625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp { display:block; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzfc4XuB1sTtJsx13ai8qDiDrdL7VCJT { top:2.625rem;left:11.8125rem;width:16.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNFKAz4BskJRgLCJ4C0ArqiLwtimSSiv { top:1.875rem;left:29.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEyL6r8aJAlPT74tk561WXQlylKG9caI { top:1.875rem;left:33.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection { display:block; } #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection *:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="text"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="email"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="tel"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection textarea:focus-visible { outline: none; } #mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection { display:block; } #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection *:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="text"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="email"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="tel"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection textarea:focus-visible { outline: none; } #VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection { display:block; } #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection *:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="text"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="email"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="tel"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection textarea:focus-visible { outline: none; } #bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX { display:block; }#BrKvTeIrXxvSmTOP1uXL9zgxUGfoNGoX > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPytuXaKhHcHWHHkERhe8y7ixAzDtzUz { width:12.5rem;height:0.9746125rem;top:8.125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6e4xSK8FDf6tCArM8WEgDmya4zli8X { width:8.125rem;height:8.125rem;top:0rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkdCIF0K8KnfJ2DeZ7i5Jgp36S2aCbdH { width:8.8125rem;height:4.9375rem;top:10.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI { display:block; }#xUemdK7fUrZg7oFGkH0QfwvwsdghrfkI > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei { display:block; }#ZXO2JTsaPGPfF6Pg3JrZ26CVZwgs2zei > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPitpHuGn4yQSISxqgMT4TKXWTqRx121 { display:block; }#iPitpHuGn4yQSISxqgMT4TKXWTqRx121 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c6MQg0bpd66D3qm9OCDiMiTfGT3LNyLd { width:11.5625rem;height:1.6875rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcnD4rQrnBedlnK0sOKu2q4RckuF1xn { display:block; }
 }@media only screen and (max-width: 763px) { #KgxKb310AttXuegvdJ3rZPivUiMWs9ZN { width:13.6875rem;height:1.6875rem;top:4.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2Un2b5F73fmo3QPeBTMBDP7N3qAo5U { display:block; }
 }@media only screen and (max-width: 763px) { #A2kuTOKMaA2vrTrCLLmp2gm3w4VJxCRT { width:12.4375rem;height:1.6875rem;top:7.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ22SNZ90lMbgGGCfVpLkENiLdHc4dM4 { display:block; }
 }@media only screen and (max-width: 763px) { #iJOWeFGDv9XXQMfdKMzJ79MuIG1EI2GO { width:10.8125rem;height:1.6875rem;top:10.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1h1sgDaBgJyWP5M7JBnaATCzivVxngt { display:block; }
 }@media only screen and (max-width: 763px) { #G8xFEpiFcC7SIc3Lz3gWs1ihPpieHbUF { width:9.9375rem;height:1.6875rem;top:13rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTslOx0XVURmiAb2vbvEUm31dhZBI9FE { display:block; }
 }@media only screen and (max-width: 763px) { #fV5uN6TdceFIRu8xgP0u3aEuag7VWE1M { width:6.6875rem;height:1.6875rem;top:15.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx4tlce1ThNAAvASO3aoc3exf6U1orZy { display:block; }
 }@media only screen and (max-width: 763px) { #HGAH2eRs2sJXnRUet1uFLDQt3AyZEkEU { width:7.5rem;height:1.6875rem;top:18.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbEhPneBH8vUH7Sop4mqtDGb2qstcdG6 { display:block; }
 }@media only screen and (max-width: 763px) { #cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa { display:block; }#cRxMKiX1LezLrqxG4QiTWXsEOKeTDKRa > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa { display:block; }#fQMRGnzR1EJGwHDZsEiGUBlPgcy7tzAa > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJMu36LrRPNA3776gOM3enKJdnAdD20R { display:block; }#uJMu36LrRPNA3776gOM3enKJdnAdD20R > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSoElnMf1h22idLt76inpToC8z2whnZJ { display:block; }#iSoElnMf1h22idLt76inpToC8z2whnZJ > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAkZNOv0FHfSa3bCSs2dpJQk8LC4uThe { width:20rem;height:7.7988125rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5NGdtoZkW7BIbRVRo30RNV27LvT50aX { width:20rem;height:6.8246875rem;top:9.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzhEcsMla9X19mlKUnbRmhBz6XTg7AX3 { width:20rem;height:10.5rem;top:19.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkBZzd17LThVtkbKaAd0OxAHigUsrDnp { width:8.625rem;height:0.3125rem;top:18.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLhVhdryiOcPW1fLf2baSkN4yyUTEFB7 { width:1.25rem;height:1.1875rem;top:31.71875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xghae5oTucJ4aGXIVO0aqtX8nEFEJb7J { width:16.9375rem;height:1.57470625rem;top:31.4375rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5q9Clv3MS2cMI0VRDpBArKQ3Ff4sswb { width:1.25rem;height:1.1875rem;top:35.78125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRiHMk9RrK4i6EK5bJUw9EHeCA7L3RUA { width:15.625rem;height:3.1494125rem;top:35.5rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L88gz3NQpyRtSxsGaJtQ42Klv458gvDS { width:8.3125rem;height:1.57470625rem;top:40rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTTEBovyhO2wVJlbfB1m1zgibSQIo7w { width:1.25rem;height:1.1875rem;top:40.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qJGScl6Z2BhUK8oGNK0xwuD3r3sKgW { width:15.9375rem;height:1.57470625rem;top:42.875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ABKeJa9zdvT1zge4Toos3KoUZf4TrP { width:1.25rem;height:1.1875rem;top:43.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3QXqRmQzca9W8TwhTt4KyJszUJK3TR7 { width:19rem;height:3.5rem;top:46.75rem;left:0.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksocZo1JtZBg2QRgIbMCZ6d7XGAvATkg { display:block; }
 }@media only screen and (max-width: 763px) { #PFz241uwlxEcRK8IrIaEXykpr4xGoG44 { display:block; }#PFz241uwlxEcRK8IrIaEXykpr4xGoG44 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxvE57foZpnMiUTTMQKuKGHikvAlO9Kk { width:20rem;height:29.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZHJVu3NLZTqiKSChovsbk55cWWPcqyU { display:block; }#wZHJVu3NLZTqiKSChovsbk55cWWPcqyU > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI705KgwSFtteUm9EQ30LrP4i9ZNaIzZ { width:13.375rem;height:1.75rem;top:10rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOigwavQlqzxqLLRLGbF1CQCOVRscz5 { width:6.375rem;height:6.375rem;top:2.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGV6iIzrQlJ9u9qJCwqmQlI2nJkU3ICz { width:16.1875rem;height:6.5625rem;top:12.5625rem;left:1.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crWZQJJZv4fDmoceIrz6cIBOL6xyEf8d { width:6rem;height:6rem;top:22.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5yO71TE5Vcce3c3qq7FeMEND7xemqKa { width:13.375rem;height:1.75rem;top:29.4375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldT6GL6G5oFEqVvz66snKRhIMTpcTxW7 { width:17rem;height:6.5625rem;top:32rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnqby62HurODPDmkJC739mnAMVGZ95ai { width:13.375rem;height:1.75rem;top:49.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0D69TsfdBs52S2DG0hOnIssIgMrBh0 { width:6.375rem;height:6.375rem;top:41.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiO0yBHC40XSu08sUprexX7rlJNReXOH { width:17.1875rem;height:9.1875rem;top:51.3125rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRNzyT8VZbJrFzb1FTNcKGWJTibTHAw2 { width:13.375rem;height:1.75rem;top:72.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTbsmG2ssw0X9R1M53teNWrKKXqTLga { width:17.4375rem;height:9.1875rem;top:74.4375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o48DTfTcdZ7wr2kvuUQVEPncZpaM6Z73 { width:6.375rem;height:6.375rem;top:63.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA { display:block; }#sTO3QmEKKVB1zvI8qyKBa0LA50D2rZvA > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTRiOBDfFapPDLmVUqPxLTxAbAxC5J9C { width:20rem;height:11.8979375rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uicn3HJxefvoDFp92uDikPFv16wxd7u5 { width:20rem;height:5.19921875rem;top:1.6875rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw { display:block; }#bPPrMEuh3UQKBKFdXhUrDsRRb8iTvezw > .row .container { width:20rem;height:122.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQzUpWFTSrJetUOsymM1UT5lQVEQ5d0W { width:17.1875rem;height:27.8125rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lqDFx5UQKGJoSIUnly7TBzGlTONAWK { width:17.1875rem;height:11.75rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2VTowdTQmJyO0DTM3XsCbaJLkZfFbA { width:17.1875rem;height:27.8125rem;top:62.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4URSM6mlo2XUZkBml2zTbgqiNmF5bo { width:17.1875rem;height:27.8125rem;top:91.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9TZHcX646JTL57KWHeqHS09TgSvRLTL { width:17.1875rem;height:11.75rem;top:30.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9LGotiAH25NNJxAUPMsWG1hHen7ma62 { width:17.1875rem;height:11.75rem;top:62.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpJn9WUgoTe7JFZO5kw2ufNK1v2hx8hL { width:17.1875rem;height:17.0625rem;top:42.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu8VEH6ASNK1AI9X6McPBFolpahWt91k { width:16.625rem;height:1.75rem;top:14.71875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVvNgtugPHTALhEgcMbbNyJo1Rtv8mQw { width:15.25rem;height:2.9746125rem;top:17.53125rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaceGUomM298w4ipLPTFKWh24im1asMT { width:6.875rem;height:1.6875rem;top:21.40625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGy7XK62hBBPFpEiz1gurTLLqhbPWQE { display:block; }
 }@media only screen and (max-width: 763px) { #FgDd5rfbs77kwRQQADqnGnX62LtHB5FW { width:12.9375rem;height:3.5rem;top:24.71875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyrCgK1QTDL3OGvNP7wEXNNgahpNekxZ { display:block; }
 }@media only screen and (max-width: 763px) { #Zl3IEAF6IP3uGuITsT0tPb4s2086ZhLF { width:12.9375rem;height:3.5rem;top:54.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSh4zvRl4lhyAEeT0FRnSXXnKrGCxXgl { display:block; }
 }@media only screen and (max-width: 763px) { #KPTkVpmlkVUaD9qasctJR8MuGSMtN0QM { width:12.9375rem;height:3.5rem;top:85.40625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITETfCDQxf4nS1TcNM1aSCcbOI1UN2di { display:block; }
 }@media only screen and (max-width: 763px) { #M8TZxG3ZOaMkea92hZ8kJv3HoRmDTH4Q { width:16.625rem;height:1.75rem;top:44.8125rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHgkoOSUPvFgD1IyzitlNKIHJuue8208 { width:15.25rem;height:2.9746125rem;top:47.625rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2TprTrVSXbFs3JBTNoTPqg4zPMeLHt { width:6.875rem;height:1.6875rem;top:51.5rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSUcVQ9Lcbba0lwHSLhZqh7gkSGzmN8 { display:block; }
 }@media only screen and (max-width: 763px) { #mkL0Go9M3mpgslD7eAxS8V4QsMosNC5A { width:6.875rem;height:1.6875rem;top:82.71875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzTxEUpTVExKIhvTuTTDfkAlAgsrv5hB { display:block; }
 }@media only screen and (max-width: 763px) { #EM3o2ZoxWD90o2IFkVnLwp0bRok7Zw6D { width:15.25rem;height:2.9746125rem;top:78.84375rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPbZAD5dKyMSa52sAP6Kkey5vZ9XdrXW { width:14.125rem;height:1.75rem;top:76.03125rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEP6c2zVsnyTv9PEBwFZGbnlPoQTrGVk { width:17.1875rem;height:11.75rem;top:91.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfStJy9mIM5bxcKFqWXAu34fEZSazvRC { width:14.125rem;height:1.75rem;top:105.40625rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOSQ3JtX1v1eEC6uxk9zhbuvIRT5obl4 { width:15.25rem;height:2.9746125rem;top:108.21875rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxdUFRnxfAP5Qa3BTp6eoP2uDSCbk1u { width:6.875rem;height:1.6875rem;top:112.09375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTC5QbHe9Eg9gpa0ZMTRehX12XMyMup { display:block; }
 }@media only screen and (max-width: 763px) { #fEuaBDoXuE16Tag7f3UCCF0hbTSrdFyE { width:12.9375rem;height:3.5rem;top:114.78125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6OiO29VNyhk8O8W5JbzF2hi1rIfaxe5 { display:block; }
 }@media only screen and (max-width: 763px) { #kCJSEzp2CvUmEJEtDBAz86egio81OAvw { display:none; }#kCJSEzp2CvUmEJEtDBAz86egio81OAvw > .row .container { width:20rem;height:96.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZgnuPQEc3JBgyuVGuQyiTw6vpanwoMmD { width:19.375rem;height:16.4375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNsrc6sx3UEbNSKZbsZWNuUtc0VN8odB { width:19.375rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exuLHTTD3nIH7iBbx6vWEywGDW2y0gPP { width:12.9375rem;height:3.5rem;top:25.5rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqlR9KUx7sZkXcxPvgHbTqUgTyrAyG9 { display:block; }
 }@media only screen and (max-width: 763px) { #Tho8QCvTFaWoUgK1aWSg3ta89qbdaxN8 { width:19.375rem;height:13.285714285714rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzNeDNhZnKJTywxR3Ht7yoSel8ToWxR { width:19.375rem;height:16.4375rem;top:45.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReuOQ2VgW6VETnmZp7S1XRcUQiWzcdW { width:17.4375rem;height:2.9746125rem;top:50.1591796875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zluQCZ5HFTqK30OudR0DlfM5sWD6JrVh { width:16.625rem;height:1.75rem;top:47.7216796875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUSc2ho9p0J32e54rXSGJoVpW2LkXBfE { width:6.875rem;height:1.6875rem;top:54.1591796875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhSH6EykzFFKu7L6hhMXGt53ptIHBKeU { display:block; }
 }@media only screen and (max-width: 763px) { #Ng55hTgT3ZUcawXKHqv17QzqbTCdlpAm { width:12.9375rem;height:3.5rem;top:56.9716796875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBtHTK6sBQ7ZuhlSwupOUzTQHpFKnLS { display:block; }
 }@media only screen and (max-width: 763px) { #OmT43LiA9m9xSLOJCbT1vTtTUyOQLUhp { width:19.375rem;height:13.285714285714rem;top:63.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0N6It7MZJEgMECvZUTkpmA4cueDcKr { width:19.375rem;height:16.4375rem;top:77.5693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx81mXOJ8xUcduoXTpslTKL5Q8kaG2GX { width:17.4375rem;height:2.9746125rem;top:81.7568359375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr9a3pDGbMiQX0Grn4UvcgWuXbA9qWIm { width:16.625rem;height:1.75rem;top:79.3193359375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao5th8vndmyXW5MaM21KPz4wpLhfWCPd { width:6.875rem;height:1.6875rem;top:85.7568359375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eML5b46sw9pTXxty0wkuxDOIWmR4R3zA { display:block; }
 }@media only screen and (max-width: 763px) { #b0Ibf3NGCWWSShxuFfOIQfkCPxLoZqCb { width:12.9375rem;height:3.5rem;top:88.5693359375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2e00QcHCSg25K3ybNPVKwCQh2TqNek { display:block; }
 }@media only screen and (max-width: 763px) { #d0RpNJ2vSN9dV2ofGwSFBPPgNzfD74ME { width:8.6875rem;height:2.6875rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzg1MypnHnJkTFm7KfJZJCXgXbn9kLd8 { width:7.25rem;height:1.48730625rem;top:33rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALDfNuVduDryLm56tZVWbIsNfzBJdxPn { width:16.625rem;height:1.75rem;top:16.4375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkRRsqVhfZQhfK86dXtc02FDFdhhWQPb { width:17.4375rem;height:2.9746125rem;top:18.8125rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrRTBwk6f6gTDsak0nAfRSihdcaozRcE { width:6.875rem;height:1.6875rem;top:22.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSu453mKLyk2gvOABLWTmw44MSL6iNTC { display:block; }
 }@media only screen and (max-width: 763px) { #d6wqBpk0Gp8RykB73AThNFx91s8rcsPg { display:none; }#d6wqBpk0Gp8RykB73AThNFx91s8rcsPg > .row .container { width:20rem;height:57.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CalMbpTxNpb2q66mXcHLv7m4vTTPlcdx { width:19.375rem;height:13.285714285714rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7gSX1icSKu6ksd5HyuFNGEEekK1vyLm { width:19.375rem;height:16.4375rem;top:16.098125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTk19PziwMT2U5iB8qehxI4z8ewRuZE1 { width:12.9375rem;height:3.5rem;top:27.473125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxscck6F8ZbxwXBOtRX3NBN5IZLdTa0g { display:block; }
 }@media only screen and (max-width: 763px) { #OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 { display:block; }#OEbZMOa2IQmdqsl4VBkFydJvfGaqKMt8 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcUWmOTyPA7DcT1qNPAS47mdOGvtu8Mr { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX { display:block; }#fl0CtIaDCUQZh7UMJ1qeEt9Rfgr5MuwX > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avn03CWyOMirn7un3QdLlJbCiozbb3Nz { width:14.375rem;height:1.625rem;top:3.9375rem;left:2.8125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RDJsZO6nZSK7OPaTQRuIBIRUk4LOMyQ5 { width:17.0625rem;height:4.2246125rem;top:6.3125rem;left:1.46875rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PZvihxXX6sTuUbrTf5OB2pJqtK6pZEpV { width:20rem;height:4.78125rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW7EvLM8Fk4mWJgxvtQSgFD1nvylETfs { width:6.875rem;height:2.3125rem;top:19.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisAB41X0OGlOwNcZ2Pdom7xTyyifN1y { display:block; }
 }@media only screen and (max-width: 763px) { #pLW3TWEOMTUMD03sprxKtPd0OREP22o6 { width:20rem;height:1.54345625rem;top:11.15625rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S464axQDedvTq5HHgP0GqRvOTwzTZXBl { width:12.9375rem;height:3.5rem;top:22.125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgTXS1NRLWb5LZQhKp134JOTQ579pZqZ { display:block; }
 }@media only screen and (max-width: 763px) { #LUz69cllcOTG0XTUMKLZgKEm30XBIleG { width:4.6875rem;height:4.6875rem;top:0.8125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxE0sSt01sLmv4FfTlKmGFM0vnOTVMTI { width:4.25rem;height:2.2744125rem;top:2rem;left:15.5625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bPsQhw9UD5h0negUgTTZ7TfBGxTSOTPR { width:20rem;height:20rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziDy50OULrdQI95avhXk8HtvJlmLLeD5 { display:block; }#ziDy50OULrdQI95avhXk8HtvJlmLLeD5 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXsteUai0ALSVXZJyFDtB8LSleXHxNKJ { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mXPPd0GQEpcSudpa6rxcaqpATOAAnpG8 { width:20rem;height:11.15625rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruy1UGmznyUXA0IU1vqGTvWJwMivz0dD { width:20rem;height:1.9121125rem;top:4.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ph1zF3VaQRwVXKa0THaw2Zv9mEQHnQ { width:20rem;height:1.9121125rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJbaZ0O0wxTKdv6Bk2PWRiXgi3ArmhM1 { width:19.8125rem;height:4.78125rem;top:23rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCf1AeZoU2bTB5UIGHxdUDuHKcnfsUh8 { width:20rem;height:20rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru { display:block; }#HKC16r0U5wb45LHJ2QJMhT1wwqlXyeru > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3EviesQ0mr7zIyBJHlch5xqR8fAngWJ { width:15.3125rem;height:4.2246125rem;top:1rem;left:2.34375rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XauWf6KrBBZqtwIlNiiwJUedmxDn1Je9 { width:20rem;height:11.15625rem;top:8.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfHQ1k176EuSqsKVI5TvTPfWTSqLKqrL { width:20rem;height:1.9121125rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ1WDDbGBZk9OFFkqnN3WRmUs4PHBFmX { width:20rem;height:1.9121125rem;top:19.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2bUn0GeqxJzEzgTFFwzw7DCdMW24ZX8 { width:20rem;height:7.96875rem;top:22.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fft6JimkXZ6iwCW9yiTN5hK47iyQPQUu { width:20rem;height:20rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 { display:block; }#yeqsLxpAhyuCCUWEebW9h3qIGBNwbEU6 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPzhO0o4deprvg19L0ftOBuR948vRA1w { width:18.125rem;height:9.7485625rem;top:1.5rem;left:0.9375rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sux11Tbe12DF62ExlH2ldQnknivuiOz9 { width:17.1875rem;height:3.8994125rem;top:12.125rem;left:1.40625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E3s2UW50WVSp9nVLSyO15AOREEfLTFHT { width:15.6875rem;height:3.5rem;top:17.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWLD5BWfgASck7OTBNEJB6CdEPtXSJXS { display:block; }
 }@media only screen and (max-width: 763px) { #Envwfeai4TJTMeMAqf9FJE44yDOTTuBX { display:block; }#Envwfeai4TJTMeMAqf9FJE44yDOTTuBX > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBgbDpEQyGIo1d4q141intPIJHa6sMrt { width:9.6875rem;height:9.6875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faPQ0Sxov9fhBILW3FaaSFvZWN934bGq { width:9.6875rem;height:9.6875rem;top:20.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4SxqZEGpFQFdib2c4TygGbeZVfFqZ9c { width:9.6875rem;height:9.6875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVw9OmaG6WudubfAOVuhQCWFWnRzzz22 { width:9.6875rem;height:9.6875rem;top:30.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBggFrHV8hGfZXD4U4gfbISy4PkA78rL { width:9.6875rem;height:9.6875rem;top:10.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vllth37xeB3NCUidSEhtov17aD4TU7s2 { width:9.6875rem;height:9.6875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ2ZmfuPQ1aiD1o1puS3JymBJ4ugzWTh { width:9.6875rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs2tewmB2ZCCJzW3SFLW9oftbNLTvwnl { width:9.6875rem;height:9.6875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW { display:block; }#C7aUV0qLGN7HnkTpfIuwTQqlETS94qkW > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MydUq1P0BMRAcGOwlH4OXiGGPEX62kbz { width:20rem;height:5.19921875rem;top:22.6328125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ta0nnb0D6QCICv9yxh0AXMizGTQk3h6u { width:20rem;height:5.09911875rem;top:29.0078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpz8E3oeSiVAdAMXXw0DcPKOBAiDzZK { width:20rem;height:20.133333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB { width:20rem;height:14.847625rem;top:35.3203125rem;left:0rem;font-size:1rem;display:block; }#bp1AloL9gzeTIBS9owTeSkPoB2RkNcXB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b7a4688-a62b-4404-a297-d6b471295036/233e8f42button_100k00j000000000000028.png); }
 }@media only screen and (max-width: 763px) { #TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 { display:block; }#TpBUg1r2dH703ENrJxSLXDFlPQCyxgZ7 > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQt6O6zOysCVJAqg7yWsy7qSgixZbTrp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mEw84g5Llu0xaWHkOJT81I09bsnMTE { width:20rem;height:11.8979375rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isx47r1nTrav5DoKfcXwikrk8T3JTOew { width:20rem;height:31.9550625rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }#isx47r1nTrav5DoKfcXwikrk8T3JTOew li:before{  }
 }@media only screen and (max-width: 763px) { #GeFBgHCen4dOqc6bvww4ifsRvGT3es0T { width:20rem;height:13.2rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 { display:block; }#Tl7kIW4e8sedWaPkuNMhGZbNIrdKGLE1 > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1Syb3CuG9e9wtUJxeT8st5Q8FLHy0rd { width:16.4375rem;height:5.19921875rem;top:22.375rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MCUyqcyXDiTDcT8cBtSDqwir2VAS58eO { width:20rem;height:10.19825rem;top:28.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P { width:20rem;height:34.931625rem;top:40.25rem;left:0rem;font-size:1rem;display:block; }#W3FQUZMRCemkkNAEu13UNyMhpa6DmR6P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b7a4688-a62b-4404-a297-d6b471295036/233e8f42button_100k00j000000000000028.png); }
 }@media only screen and (max-width: 763px) { #m5gK18bKshcfRZCqt3iff7ShqnQrOp7W { width:20rem;height:20.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 { display:block; }#rayNGXnshDR1g8S6LmFWKJx8GNftHQ12 > .row .container { width:20rem;height:152.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puVXwcLf2VBdTRbEAsD8dTszMJ63FJq2 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK { width:20rem;height:107.025625rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }#kgb6OywBHGzgyyzXhvy7vGCzcndIEBUK li:before{  }
 }@media only screen and (max-width: 763px) { #G1ccyBFpeUoGCExm3UrHUcJwmboZvbuZ { width:20rem;height:16.1875rem;top:136.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErTTJ2ww5fINZ3vB14boPxdt8ypBKp1y { width:20rem;height:22.9375rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGIDIoDsmR8VMf4LS0ABByA65Co7rCJo { width:14.125rem;height:4.54980625rem;top:115.375rem;left:2.9375rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lmi0PHt3vwTgPb0x0kOlwWxG6ymlAmAc { width:18.6875rem;height:9.5605625rem;top:120.4375rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OapixZLOcyr0Txe0pSRbGJQg0sFa5pgZ { width:12.9375rem;height:3.5rem;top:130.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcDNPyif9hHTgpTzJwhtDldbOOLTw1IZ { display:block; }
 }@media only screen and (max-width: 763px) { #wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 { display:block; }#wfLp95qt9x3Fzyf1LQwrMJmPQRZc3X76 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq3oaLikiHZEUiP6STdE37GhWXe9renW { width:20rem;height:3.57421875rem;top:5.0625rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JTJRof4K8gCuOZMT6QVh1lrux3MccPzp { width:17.125rem;height:6.5rem;top:11.375rem;left:1.4375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h2bG8dBbyqglTKPTJ2BTnSWsaboEWvmA { width:20rem;height:2.35595625rem;top:2.25rem;left:0rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #raW5Xm6iFiLQVE7pNNmxSZMG6rsQRdKa { width:8.625rem;height:0.3125rem;top:9.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV0E9B8BnlrmsoROVetbwi64ChW1B49 { display:block; }#vAV0E9B8BnlrmsoROVetbwi64ChW1B49 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbviXkAzGBls8m3Tv8H2sIcSVqygWVEt { width:15.5625rem;height:5.19921875rem;top:2.125rem;left:2.21875rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xkDkGkX1wp1B1HHMT61WWA4ltVIzmwX8 { width:20rem;height:5.8496125rem;top:8.25rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XeAumtTkaJLBsyE0k4TBnv5LkyVAn7aF { width:12.9375rem;height:3.5rem;top:15.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVl1iz88ocwQHK4JrkxyaxQaqlKgG66r { display:block; }
 }@media only screen and (max-width: 763px) { #eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb { display:block; }#eBiaTVf1T9wv5DfZ8JdhgacrKkmhI1Zb > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAPyMiA7NdTwqwIHs0nvNZu7rv2OX4cg { width:20rem;height:5.19921875rem;top:1.6875rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 { display:block; }#aVR15XKQbC7r37Kt18CDWP5Kf81GqTZ0 > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXNE5xoKctZRBW25XqZygKkVa9WVFOWf { width:16.625rem;height:7rem;top:14.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0ytfCEQdpuRyweG9Vw9Jyo1o5l90cy { width:20rem;height:22rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3aTqJfqbcSoPDMfZEukOrksAgZgFAKG { width:16.625rem;height:2.79980625rem;top:1.75rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJi3W75BSdG3ZRpCpts2JwUppVL3sVC { width:18.5rem;height:8.875rem;top:4.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqWkiqM5x7PmdT1eLvaHEaVqKVEhemH { width:16.625rem;height:5.25rem;top:39.6875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9QI259uwso24wevn6duLGCx0AX3pp4o { width:20rem;height:21.6875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMsIZd8eSHyko7ayCWyW1PAa34iKFbT9 { width:20rem;height:9.6648044692738rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdUIAs6iluoqbgX4hee3QQfUUHKKfTwv { width:16.625rem;height:2.79980625rem;top:25.1875rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGO311TyEu1OuBKL0KQsxIDnZwMzNs9k { width:16.625rem;height:5.25rem;top:63.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3zrEPCq0sUd76WAxy9LNz53TCqtJ4y { width:20rem;height:23.3125rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81zAl0Q43kHf63yCtVr4RwKxACpXDUc { width:20rem;height:9.6648044692738rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFaXA7e6m2VdUtsPiiyuC6sKksv3bn3 { width:16.625rem;height:2.79980625rem;top:48.0625rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp { display:block; }#cduUb45nMuT7lKTSwg8G9ieHXcxNEMsp > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzfc4XuB1sTtJsx13ai8qDiDrdL7VCJT { width:17.75rem;height:1.75rem;top:1.25rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNFKAz4BskJRgLCJ4C0ArqiLwtimSSiv { width:2.8125rem;height:2.8125rem;top:3.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEyL6r8aJAlPT74tk561WXQlylKG9caI { width:2.8125rem;height:2.8125rem;top:3.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection { display:block; } #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection *:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="text"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="email"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection input[type="tel"]:focus-visible, #KHi05d3EZvuNQLnVVrt9KChHBUNnNk6g.widget-smartsection textarea:focus-visible { outline: none; } #mw4lWfk6H5d7UkbB7PHB3X53vNl7shdF > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection { display:block; } #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection *:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="text"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="email"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection input[type="tel"]:focus-visible, #F55xbCHn3aKGC363cauJXPPLlPEUmu6N.widget-smartsection textarea:focus-visible { outline: none; } #VE43Vreu9qSHObB2MxNCUAvWkgLE8V2T > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection { display:block; } #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection *:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="text"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="email"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection input[type="tel"]:focus-visible, #uxaVhuEzVgqw2EbmMekOaqhGg2o2lFF0.widget-smartsection textarea:focus-visible { outline: none; } #bXLKVwQIbgJHQsDCZJzB7gac1bGCvM0F > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }