.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { position:relative;display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { background-color: transparent; background-image: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container > .video-iframe-container { display: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row > .video-iframe-container { display: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { border-width: 0; border-radius: 0; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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:5rem;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; }#a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.adaptive-delivery-prevent-bg, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyload, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyloading { background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { background-color: transparent; background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .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); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { border-width: 0; border-radius: 0; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1023daea-9c53-445a-9381-fd5f5ce266af/snapedit_1755762913960.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { box-sizing:content-box;height:3.5rem;width:31.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.41);background-image:none;top:23.875rem;left:21.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.375rem;left:30.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { color:#ffffff;display:block;width:7.3730625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.8125rem;left:42.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzTgIxnP00l5SPFrRzK9MZ0kOusiI1vx { color:#e8bb8b;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:24.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n271AKsXqGdfkbPAQJxx7XKQVtGGWbl0 { 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:14.1875rem;width:14.4375rem;top:3.5625rem;left:29.875rem;overflow:hidden;display:block; }
#vRx8JIQ21W4tx5CnwAQc9XVTuT9Vexzc { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:marcellus;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.625rem;left:19.25rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#ouSebq08oH3z0sm2HsoV840W4F0hw9QR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #edc59a, #bc996f);background-image: -moz-linear-gradient(180deg, #edc59a, #bc996f);background-image: -ms-linear-gradient(180deg, #edc59a, #bc996f);background-image: -o-linear-gradient(180deg, #edc59a, #bc996f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc59a', endColorstr='#bc996f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc59a', endColorstr='#bc996f' );";background-image: linear-gradient(180deg, #edc59a, #bc996f);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:#002151;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.3125rem;left:28rem;display:block; }
#zwxrtJRN2rurD0u15KhwRG2GbBxo0OfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88dcf38b-9bc2-4610-8dac-a5f07531f9c0/571637601.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt.adaptive-delivery-prevent-bg, #NCIDTpBdC39owz23Fk4c8tmkBemIrTMt.lazyload, #NCIDTpBdC39owz23Fk4c8tmkBemIrTMt.lazyloading { background-image: none; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container { background-color: transparent; background-image: none; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container > .video-iframe-container { display: none; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row > .video-iframe-container { display: none; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .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); }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container { border-width: 0; border-radius: 0; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt::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; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#fFJmUFTm6OyalcuQco2ivFMOawRwpLgh { color:#00173c;display:block;width:23.999rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:25.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUsCirAkSqPiJygI3dWrQhzkPRSpTXBL { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15006;background-color:#bc996f;background-image:none;top:11.5rem;left:0rem;display:block; }
#CumthiWLJ1aTMV6aBu4MScLFlMExUTOa { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a26e7b81-b597-416f-9848-ae4c608b239f/rttypea2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.75rem;left:1.15625rem;display:block; }#CumthiWLJ1aTMV6aBu4MScLFlMExUTOa.adaptive-delivery-prevent-bg, #CumthiWLJ1aTMV6aBu4MScLFlMExUTOa.lazyload, #CumthiWLJ1aTMV6aBu4MScLFlMExUTOa.lazyloading { background-image: none; }
#AoViIvLvwX9bWqk9WWf5KkQ9LgpzIT6B { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:1.15625rem;height:2.6806625rem;display:block; }
#ipDBeewN1SSFNSrwKosKIO9uvPOP66uF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.6875rem;left:1.1875rem; }
#lghNfNOOh9q7tDb4ttiBBkQ2RiwpLf3l { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.1875rem;height:1.29980625rem;display:block; }
#IW4XKMglLKGbPAlLAaK1UWnXKP9K7pt6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:14.5rem;left:7.4375rem; }
#eGo0cWLy4HsVVokOibEGtvpQBkrTTsRk { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.3125rem;height:1.29980625rem;display:block; }
#dms66cfFAssQHPzK32GR23S1uBoBWFSk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:14.625rem;left:13.3125rem; }
#msZeWPUN6aVOKZoMJoR8SmU66KMgTlOw { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.9375rem;left:15.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JJ2vJE5yIuVRi2AS3FvSNA2p8SafyH1B { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.958984375rem;left:23.25rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#ON12Wh6Ey5M6fD3xVv2XmlTygFatakZp { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.625rem;left:26.75rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZURtX8GUu0hIZq8MgX1TPSKfx0yZTZt7 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.25rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#PFi3utk9Xkhu6zkb0tTT5SNeKJuorcAz { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15018;background-color:#bc996f;background-image:none;top:11.5rem;left:38.5rem;display:block; }
#TAb4TTVQdDmLmChOoSI34LoEoBUze36i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:39.6875rem;height:2.6806625rem;display:block; }
#rxWgteExc6wXNh0lfaGlvdZDxquhOpsN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:14.6875rem;left:39.6875rem; }
#UfKRL61ieX8wocdnWPQe0GSpedoiGJVQ { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:14.9375rem;left:41.6875rem;height:1.29980625rem;display:block; }
#K9PAzWhi8AsiJH2AMdH3iHJdRnHP20Af { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:14.5rem;left:45.9375rem; }
#EEFu5zBPFb8otkOhI0JzJGlN85BL81TJ { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a3ad1433-91bd-4ecc-bc2b-b52afa2e5e9f/rttypeb3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.75rem;left:39.6875rem;display:block; }#EEFu5zBPFb8otkOhI0JzJGlN85BL81TJ.adaptive-delivery-prevent-bg, #EEFu5zBPFb8otkOhI0JzJGlN85BL81TJ.lazyload, #EEFu5zBPFb8otkOhI0JzJGlN85BL81TJ.lazyloading { background-image: none; }
#nDXwvzeMU3oJ3MzN8ahMHeVUNQkiPM2z { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:14.9375rem;left:47.8125rem;height:1.29980625rem;display:block; }
#bbTT9MidJSROTyOTEqtAfxoaXhOVHVE1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:14.625rem;left:51.8125rem; }
#zlUSdJLPiNgqzweSLNB1AMrOSWVv8wgl { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:14.9375rem;left:53.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TyXhBAxxDP1xRsSCphL0VoH5CgUTPqTA { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:12.9375rem;left:61.6875rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#xI8fpvr0iBCxpQSlsN8nIC29TernBmvU { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:12.625rem;left:64.5625rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F5QV4yTo8qWZKWcM7o8JKKmUGHmn76qv { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:14.25rem;left:66.75rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#Jephx7t5P07AqDwmK1bll7GV50kFydEn { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15030;background-color:#bc996f;background-image:none;top:39.125rem;left:0rem;display:block; }
#yAMkUcslkdnArGkGKRpwwyoe6ofvG5Tu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.1875rem;height:2.6806625rem;display:block; }
#kJ2fETK6UX48Ei4cXnyqlTmps8tqPRSZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:42.3125rem;left:1.1875rem; }
#PU64sNzIB06gFbHFH2zVEpfKBJySNmfS { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:42.5625rem;left:3.1875rem;height:1.29980625rem;display:block; }
#AKfn6t0PKwsi96eH3psryNiygqrobcF2 { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0703926c-1367-4928-b44d-f285da0b4bc0/linealbumtypeashowunit2307109.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.375rem;left:1.1875rem;display:block; }#AKfn6t0PKwsi96eH3psryNiygqrobcF2.adaptive-delivery-prevent-bg, #AKfn6t0PKwsi96eH3psryNiygqrobcF2.lazyload, #AKfn6t0PKwsi96eH3psryNiygqrobcF2.lazyloading { background-image: none; }
#IbpWAAFsJbaewdNApTQo6xudU8wBBuMz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:42.125rem;left:7.4375rem; }
#KVncJAKqKxIXHxlrkWxv7iPulC95Dq0W { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:42.5625rem;left:9.3125rem;height:1.29980625rem;display:block; }
#N7zSJnUxvb5tZ7gfZxBT0Mg0N7IuQZfK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:42.25rem;left:13.8125rem; }
#DkCc3J4NDCApDS9urfbdA4t2uHuTqBon { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:42.5625rem;left:15.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZhlZs5qb4opcBHQdCdQgZrudTl4xQKa0 { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:40.5625rem;left:23.25rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#hTTAPW7oTs8BblaMk1opeT1tMNFoZZRg { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:40.25rem;left:26.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tuya8v3qgWolRhmg03O9eiF6e1GoWoDp { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:41.875rem;left:28.3125rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#hBNTuhG9T1yOWpsR0gIVZx7DUNRpXSRS { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15042;background-color:#bc996f;background-image:none;top:39.125rem;left:38.5rem;display:block; }
#x34cpNf3t41myfp6KJXOD50dnscCxwoX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:39.625rem;left:39.6875rem;height:2.6806625rem;display:block; }
#HwiSdhVu8R1MIoosfPbI8DJmLTauxRW4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:42.3125rem;left:39.6875rem; }
#ImJQhuoV0XXtR7iVFJTn8gr6mU6I1zge { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:42.5625rem;left:41.6875rem;height:1.29980625rem;display:block; }
#auBwp2bOUUgOR6csUAoC1HvB1vs4paNE { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e89c74d2-8e13-409c-8e99-52047fe74ef3/snapedit_1755772792754.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.375rem;left:39.6875rem;display:block; }#auBwp2bOUUgOR6csUAoC1HvB1vs4paNE.adaptive-delivery-prevent-bg, #auBwp2bOUUgOR6csUAoC1HvB1vs4paNE.lazyload, #auBwp2bOUUgOR6csUAoC1HvB1vs4paNE.lazyloading { background-image: none; }
#X4CTD0lhnqP38ZBGCSiVvMKNgDZTvuor { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:42.125rem;left:45.9375rem; }
#XAMiSUIGC1ZfLhcztrzVZvN8sMM1kXOr { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:42.5625rem;left:47.8125rem;height:1.29980625rem;display:block; }
#pwCEl928vT6fc2DFZ5hkGBq5cssxxwlV { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:42.25rem;left:52.125rem; }
#d8SHpkApKOFkOCmyEAqJmfZtJOWDI8d9 { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:42.5625rem;left:54rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VfOmtx8twThRntsRDDuD8a5mshHavfvQ { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:40.5625rem;left:61.5rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#Z00pBPtTnnuI41FinR0NQPyeT6Gppikd { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:40.25rem;left:65.0625rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oF2Cs6uLHLixd4pJ2UJJK5QBB5MvV1Hu { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:41.875rem;left:66.6875rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#OWNrLIqctSxXw6gASQOy9K0GHZHTUMcN { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15006;background-color:#bc996f;background-image:none;top:11.5rem;left:0rem;display:none; }
#xPtBI9MZ0fLcrpXyWvQntXTlmqRpsw2z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:1.15625rem;height:2.6806625rem;display:none; }
#VugtWNaaAkQIyfr97uH9wKGJHVem0dkb { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.6875rem;left:1.1875rem;display:none; }
#VkOThQbnNoRn2Fv7y7y7yBPbafa9xg5W { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:14.5rem;left:7.4375rem;display:none; }
#RKNIPBRpEDPuUyirDMecbnO2B6fnsKGA { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.1875rem;height:1.29980625rem;display:none; }
#Ky875rkSTGaPUvffwGTTonHTxJMLeTbH { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.3125rem;height:1.29980625rem;display:none; }
#EACknwKhcAmZNxp8SeoLv5AvQmeimBJT { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.9375rem;left:15.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#iVyhp3c2xBG0ZlL1LoQ43mudCae4ODnd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:14.625rem;left:13.3125rem;display:none; }
#iVbrR4koDAbhyp4CEJhQRhTUdOxvSKax { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:16.75rem;left:1.15625rem;display:none; }
#U7LELJHsOItxJG2zaDPddwKsgbgutc1G { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.625rem;left:28rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#K2NtfstKpq5oLqR8lq5nuuJmBnuUR7ML { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.25rem;height:1.3808625rem;text-align:right;text-align-last:right;display:none; }
#KsJ3Ok7iDIRrrcl90FQ930m8c7DAUToW { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.958984375rem;left:25.0625rem;height:1.13671875rem;text-align:left;text-align-last:left;display:none; }
#G7T4N35Iwo73a3RF5Lailb8KwGIMvOVe { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15006;background-color:#bc996f;background-image:none;top:11.5rem;left:0rem;display:none; }
#XKEfMDOMSMhx5dBoW9DynUrodcgqofGQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:1.15625rem;height:2.6806625rem;display:none; }
#JKqOr7WSzrPu128AQ9mW96omlUlMJR8Q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.6875rem;left:1.1875rem;display:none; }
#E4QgLs0k5Dn9BuE788G6fBn7shBfokkA { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.1875rem;height:1.29980625rem;display:none; }
#Xw90pmJvIPWEfI2QmD2odmcfGzaphEBw { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.3125rem;height:1.29980625rem;display:none; }
#CZiPyCvFWTucaIyJKPFDeH02imhTPVwF { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:16.75rem;left:1.15625rem;display:none; }
#Xg7K6U5Fb9gXvMhTA8cG4fKlhPfHFVNM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:14.5rem;left:7.4375rem;display:none; }
#n4UcZ91yIDaLQFJSkDhXbCHlIVfD6hIH { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.9375rem;left:15.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#Aa4vRQPumVwMmTdRgSspFE8LSIgiRGrR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:14.625rem;left:13.3125rem;display:none; }
#QyKgcLJxgE5QLs3IkWNm3csFobg4Z8pt { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.625rem;left:28rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#DT1JAScdf1hnDVtRNWPPTkWi4xbTXTpN { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.25rem;height:1.3808625rem;text-align:right;text-align-last:right;display:none; }
#GP57VbDtTIhw8dGphpV2K9r05K19o1te { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.958984375rem;left:25.0625rem;height:1.13671875rem;text-align:left;text-align-last:left;display:none; }
#U3ztBmzxgw5hHb0HxBqLksKyKx7BF2oX { box-sizing:content-box;height:25.375rem;width:36.5rem;position:absolute;display:block;z-index:15006;background-color:#bc996f;background-image:none;top:11.5rem;left:0rem;display:none; }
#G38edOQhyuOzVQibIHG2u7RMQF1xRtyG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:1.15625rem;height:2.6806625rem;display:none; }
#d8ZpNWkN3glZir4dUPxDiQxzGDTAhuBF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.6875rem;left:1.1875rem;display:none; }
#cFvhyBTdnetyBz665EeWnUAcTkGEMdNo { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.1875rem;height:1.29980625rem;display:none; }
#wSCJ1h0ZUTDAoI63WtA4vgMfX5Vv4RHE { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.3125rem;height:1.29980625rem;display:none; }
#oH7lGvChleAxtI4UPIC3vs3yBrwqLWWn { box-sizing:content-box;height:18.875rem;width:34.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:16.75rem;left:1.15625rem;display:none; }
#wlcwbpmurdTcooPBh36t55SwpOT3oaFt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:14.5rem;left:7.4375rem;display:none; }
#TffUk1R9269hA7l57mLVNNDGTuIiaq7A { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.9375rem;left:15.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#h8V4TnQZMnXz4nZkls1lVJTGFp8nxqeD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:14.625rem;left:13.3125rem;display:none; }
#HFCJIH57574Dm7TvztCy4122CTVlDdo8 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.625rem;left:28rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#PfVcxBCT1UtVod3BMIpywkkposQFFU2y { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.25rem;height:1.3808625rem;text-align:right;text-align-last:right;display:none; }
#klZZZZCT3zrvNuOlD9T2wqtspTzwUl6O { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.958984375rem;left:25.0625rem;height:1.13671875rem;text-align:left;text-align-last:left;display:none; }
#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4424c5ea-e543-43a8-b8a5-391dad1f6417/17a17729b3874d7897e78b12a095dd25min.png");background-position:bottom 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; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8.adaptive-delivery-prevent-bg, #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8.lazyload, #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8.lazyloading { background-image: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { background-color: transparent; background-image: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,15,39,0.58); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container > .video-iframe-container { display: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,15,39,0.58); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row > .video-iframe-container { display: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .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); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { border-width: 0; border-radius: 0; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8::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; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#nX9EPTOXztMGmxDupuKwOM6Vl5Jo8GEb { color:#e8c29a;display:block;width:32rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.57);top:8rem;left:0rem;height:4.0625rem;display:block; }
#PSu5Gqs8DI7iIp3mi1v7hShPBvpGxt8W { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:6.171875rem;display:block; }
#UD23vJFC4nHnCLddN9rkg6gEmRnflSVL { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15002;background-color:#e8c29a;background-image:none;top:6.125rem;left:47.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AKXwizPISWKtZh5i47TeXQfIktKxROzv { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.875rem;left:53.6875rem;height:2.39930625rem;display:block; }
#BQ2f2FhDkVOMu2Hfkp67XdAGnBzwQq3a { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:53.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#ZrwgrVpUxz2Ry9BNKykuSxy9iqVlGkIT { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15005;background-color:#e8c29a;background-image:none;top:12.3125rem;left:47.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kgz8JhzDN2g28pXQ0ute9zGre3orU04a { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:14.0625rem;left:53.6875rem;height:2.3993rem;display:block; }
#sGuekSzxWgPOU3p9hze3LJfieLgRx13T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:53.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#k7mtLoE89bMfoChkSfh6B7GQtdbq6Zhi { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15008;background-color:#e8c29a;background-image:none;top:18.5rem;left:47.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h8TsIGh90s0gvLaau7Ht6Cm0TF8W6ZyZ { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:20.25rem;left:53.6875rem;height:2.3993rem;display:block; }
#W6UJ3nUnfd5VX6sTxdKRK4dcgKnr0nXq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.75rem;left:53.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#xXXwdQohklT9EwKtrrkpMNmqc52Pgcwg { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1a624fbe-50fd-42ed-9603-9b5976371289/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.125rem;left:48.875rem;display:block; }#xXXwdQohklT9EwKtrrkpMNmqc52Pgcwg.adaptive-delivery-prevent-bg, #xXXwdQohklT9EwKtrrkpMNmqc52Pgcwg.lazyload, #xXXwdQohklT9EwKtrrkpMNmqc52Pgcwg.lazyloading { background-image: none; }
#PWTZ36iZqvB4KJP0TiOuIZnczpIzorqf { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce920f1f-33b3-48f7-9508-c97f25723333/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.25rem;left:48.65625rem;display:block; }#PWTZ36iZqvB4KJP0TiOuIZnczpIzorqf.adaptive-delivery-prevent-bg, #PWTZ36iZqvB4KJP0TiOuIZnczpIzorqf.lazyload, #PWTZ36iZqvB4KJP0TiOuIZnczpIzorqf.lazyloading { background-image: none; }
#kNCG7ec3FISh9LwzffzNdcJDOEJIXieo { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d8ad8d58-657a-4467-b3b5-faaf69fcaba6/i302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.5rem;left:48.875rem;display:block; }#kNCG7ec3FISh9LwzffzNdcJDOEJIXieo.adaptive-delivery-prevent-bg, #kNCG7ec3FISh9LwzffzNdcJDOEJIXieo.lazyload, #kNCG7ec3FISh9LwzffzNdcJDOEJIXieo.lazyloading { background-image: none; }
#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf2e9;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; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container { background-color: transparent; background-image: none; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container > .video-iframe-container { display: none; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row > .video-iframe-container { display: none; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .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); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container { border-width: 0; border-radius: 0; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#WPBtqzo7LTALO91wpdcVrHLAH2PeXQER { color:#0f254c;display:block;width:18.2493125rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.374465942382rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWwZWR5nNRc8lU81wk1gLih0Bd0Dzaeu { box-sizing:content-box;height:14.0625rem;width:24.375rem;position:absolute;display:block;z-index:15063;background-color:#7d95c7;background-image:url("https://images.assets-landingi.com/uc/78a822a6-fe3e-4564-a6eb-244c2b5b5ce9/20230622_153538_2124_poolmin.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.310546875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tWwZWR5nNRc8lU81wk1gLih0Bd0Dzaeu.adaptive-delivery-prevent-bg, #tWwZWR5nNRc8lU81wk1gLih0Bd0Dzaeu.lazyload, #tWwZWR5nNRc8lU81wk1gLih0Bd0Dzaeu.lazyloading { background-image: none; }
#M3W0QZ7RFddvMyDptOHm7rsRMZ0L0I4E { box-sizing:content-box;height:14.0625rem;width:24.375rem;position:absolute;display:block;z-index:15064;background-color:#7d95c7;background-image:url("https://images.assets-landingi.com/uc/779a572b-6a59-499a-accd-e6bfa8cdc143/lobby01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.310546875rem;left:25.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#M3W0QZ7RFddvMyDptOHm7rsRMZ0L0I4E.adaptive-delivery-prevent-bg, #M3W0QZ7RFddvMyDptOHm7rsRMZ0L0I4E.lazyload, #M3W0QZ7RFddvMyDptOHm7rsRMZ0L0I4E.lazyloading { background-image: none; }
#wkON98UHRUt7r10fNevBKnh5wxETPyk2 { box-sizing:content-box;height:14.0625rem;width:24.375rem;position:absolute;display:block;z-index:15065;background-color:#7d95c7;background-image:url("https://images.assets-landingi.com/uc/e7b145a2-6a88-4f8a-a091-10eea17a5da8/20230622_153530_6981_fitness02kopirovatymin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.310546875rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#wkON98UHRUt7r10fNevBKnh5wxETPyk2.adaptive-delivery-prevent-bg, #wkON98UHRUt7r10fNevBKnh5wxETPyk2.lazyload, #wkON98UHRUt7r10fNevBKnh5wxETPyk2.lazyloading { background-image: none; }
#QR0TqmhCMMRUUCQgcrvrNFGbMwtPbB8b { color:#0f254c;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:25.94921875rem;left:3.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VFfCQl10u6vNWqwEzbAPObVd0nJlvdRe { color:#0f254c;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:25.94921875rem;left:28.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UTev9L3gaDodpR91OTdmx77lnbKo9gF7 { color:#0f254c;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:25.94921875rem;left:53.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#D1IttgILBOF75ORzsneTWhv3SzRFyA3g { color:#0f254c;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:46.25rem;left:15.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KyMuKKLAhlqtuhsswhzzyygl81kXEL8T { color:#0f254c;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:46.25rem;left:41.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FVkWeeSTkGV3HW5aRNgNXVOHu6spUkcL { box-sizing:content-box;height:14.0625rem;width:24.375rem;position:absolute;display:block;z-index:15071;background-color:#7d95c7;background-image:url("https://images.assets-landingi.com/uc/ec3b09a6-05ee-488d-9a37-dda0c1adf8ea/coworkingspace07.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.6875rem;left:12.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FVkWeeSTkGV3HW5aRNgNXVOHu6spUkcL.adaptive-delivery-prevent-bg, #FVkWeeSTkGV3HW5aRNgNXVOHu6spUkcL.lazyload, #FVkWeeSTkGV3HW5aRNgNXVOHu6spUkcL.lazyloading { background-image: none; }
#ovRnadwHJcpzx3i3CWTXg25GITkeifp6 { box-sizing:content-box;height:14.0625rem;width:24.375rem;position:absolute;display:block;z-index:15072;background-color:#7d95c7;background-image:url("https://images.assets-landingi.com/uc/82168527-1d24-4871-a1ea-44bb028f5bbf/roommovie.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.6875rem;left:38.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ovRnadwHJcpzx3i3CWTXg25GITkeifp6.adaptive-delivery-prevent-bg, #ovRnadwHJcpzx3i3CWTXg25GITkeifp6.lazyload, #ovRnadwHJcpzx3i3CWTXg25GITkeifp6.lazyloading { background-image: none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171c;background-image:url("https://images.assets-landingi.com/uc/9d87586a-7ed6-4a1a-8f7d-06454d6b4c1c/p05.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#111111;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#111111;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dab57b, #9b7232);background-image: -moz-linear-gradient(180deg, #dab57b, #9b7232);background-image: -ms-linear-gradient(180deg, #dab57b, #9b7232);background-image: -o-linear-gradient(180deg, #dab57b, #9b7232);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab57b', endColorstr='#9b7232' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab57b', endColorstr='#9b7232' );";background-image: linear-gradient(180deg, #dab57b, #9b7232);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.3125rem;left:47.968751907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.3125rem;left:47.968751907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.375rem;left:51.3125rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#c09653;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.4375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e46dd8be-012a-4198-b61a-b070f5c30795/571637602.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:31.25rem;width:75rem;top:10.6240234375rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#dhAHHOeZLy8oJlbg7VadAS5xxpBIguhC { color:#c09653;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:45.9990234375rem;left:3.5rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#0f254c;display:block;width:18.2493125rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.49609375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwJVAy03MoVQwCUOOK1sH4UAEKcHmn5F { box-sizing:content-box;height:14.3125rem;width:18.125rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;top:44.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MWGmxWNSlzP0TQ4eXxqAuwoBLnIfheu5 { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15084;line-height:2;letter-spacing:0;top:47.8740234375rem;left:1.2177734375rem;height:10.5rem;font-style:normal;display:block; }
#VZqHWhIcnPJDk95CuekZ5N1yiDMsQNuy { box-sizing:content-box;height:14.3125rem;width:18.125rem;position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;top:44.75rem;left:19rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b76zTB0bJGXCfk7BA0iRIt5oMNUA0O9l { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15087;line-height:2;letter-spacing:0;top:47.8740234375rem;left:20.2490234375rem;height:8.75rem;font-style:normal;display:block; }
#Oh90eQvTTldUnCuPyGZe7XcapZ7sFtIS { color:#c09653;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:45.9990234375rem;left:22.5615234375rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#SSKkwhKOEiKDfw85MTQ45OfqKc66y1Us { box-sizing:content-box;height:14.3125rem;width:18.125rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;top:44.75rem;left:37.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fTAFVGC2OkOMxL8LZhSnNUVTc9h69HnK { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15090;line-height:2;letter-spacing:0;top:47.873046875rem;left:39.060546875rem;height:3.5rem;font-style:normal;display:block; }
#qka5GaAz6JQu2PpRh2TUSSeQ6n3G1hK7 { color:#c09653;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:45.998046875rem;left:41.623046875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#IWVe1JD2NS5Kc3v02FoZ5fXKq6Hig7aP { box-sizing:content-box;height:14.3125rem;width:18.125rem;position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;top:44.75rem;left:56.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JcOsH6ixOdb4zIIz56MrZDuvuKbNtqHk { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15093;line-height:2;letter-spacing:0;top:47.8740234375rem;left:58.125rem;height:10.5rem;font-style:normal;display:block; }
#wANLUyH6oie23tmCmeVGctiro7V9GCS0 { color:#c09653;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:45.9990234375rem;left:60.625rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#GhD7H4gMSwgTNHi7wASBioivP050PTR1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:45.4365234375rem;left:1.1875rem; }
#e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:45.5419921875rem;left:20.25rem; }
#IViArerKRR06PUTTJS028kVxe4SeSyoR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:45.517578125rem;left:58.125rem; }
#oTq0Bp0wq8PbU6GIRKwJkNv51xGp4epC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:45.4482421875rem;left:39.0625rem; }
#Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #123264, #0f254c);background-image: -moz-linear-gradient(180deg, #123264, #0f254c);background-image: -ms-linear-gradient(180deg, #123264, #0f254c);background-image: -o-linear-gradient(180deg, #123264, #0f254c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123264', endColorstr='#0f254c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123264', endColorstr='#0f254c' );";background-image: linear-gradient(180deg, #123264, #0f254c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#d8ab62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:62.8115234375rem;left:26rem;display:block; }
#byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hlz3PiUpL1fb8cPnieN64LCJShWSz336 { color:#222222;display:block;width:3.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15085;line-height:2;letter-spacing:0;top:47.8740234375rem;left:13.6279296875rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gkxuBbfA3LCvLVWgl1yN3Ur9qNxslZ3g { color:#222222;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:2;letter-spacing:0;top:47.8740234375rem;left:31.625rem;height:8.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ubvl4z6uss8yHi8awRzeMC4WXOpwdGhS { color:#222222;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15091;line-height:2;letter-spacing:0;top:47.8359375rem;left:50.9365234375rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JsB2DN7DQnaRduVsAUFEthcMDT5ru8iV { color:#222222;display:block;width:5.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15094;line-height:2;letter-spacing:0;top:47.923828125rem;left:69.6875rem;height:8.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;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; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { top:23.875rem;left:7.8125rem;width:31.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:24.375rem;left:17.125rem;width:10.8125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { top:24.8125rem;left:28.5rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTgIxnP00l5SPFrRzK9MZ0kOusiI1vx { top:24.9375rem;left:11.125rem;width:5.625rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n271AKsXqGdfkbPAQJxx7XKQVtGGWbl0 { top:3.5625rem;left:16.25rem;width:14.4375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRx8JIQ21W4tx5CnwAQc9XVTuT9Vexzc { top:18.625rem;left:5.625rem;width:36.5625rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouSebq08oH3z0sm2HsoV840W4F0hw9QR { width:19rem;height:3.125rem;top:29.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxrtJRN2rurD0u15KhwRG2GbBxo0OfO { display:block; }
 }@media only screen and (max-width: 763px) { #NCIDTpBdC39owz23Fk4c8tmkBemIrTMt { display:block; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFJmUFTm6OyalcuQco2ivFMOawRwpLgh { top:3.25rem;left:11.875rem;width:23.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsCirAkSqPiJygI3dWrQhzkPRSpTXBL { top:11.5rem;left:0rem;width:36.5rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CumthiWLJ1aTMV6aBu4MScLFlMExUTOa { top:16.75rem;left:0rem;width:34.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoViIvLvwX9bWqk9WWf5KkQ9LgpzIT6B { top:12rem;left:0rem;width:12.5rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDBeewN1SSFNSrwKosKIO9uvPOP66uF { top:14.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lghNfNOOh9q7tDb4ttiBBkQ2RiwpLf3l { top:14.9375rem;left:0rem;width:3.5rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW4XKMglLKGbPAlLAaK1UWnXKP9K7pt6 { top:14.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGo0cWLy4HsVVokOibEGtvpQBkrTTsRk { top:14.9375rem;left:0rem;width:3.1875rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dms66cfFAssQHPzK32GR23S1uBoBWFSk { top:14.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msZeWPUN6aVOKZoMJoR8SmU66KMgTlOw { top:14.9375rem;left:1.5625rem;width:6rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2vJE5yIuVRi2AS3FvSNA2p8SafyH1B { top:12.9375rem;left:9.625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON12Wh6Ey5M6fD3xVv2XmlTygFatakZp { top:12.625rem;left:13.125rem;width:8.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZURtX8GUu0hIZq8MgX1TPSKfx0yZTZt7 { top:14.25rem;left:14.625rem;width:7.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFi3utk9Xkhu6zkb0tTT5SNeKJuorcAz { top:11.5rem;left:11.25rem;width:36.5rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAb4TTVQdDmLmChOoSI34LoEoBUze36i { top:12rem;left:26.0625rem;width:12.5rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxWgteExc6wXNh0lfaGlvdZDxquhOpsN { top:14.6875rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfKRL61ieX8wocdnWPQe0GSpedoiGJVQ { top:14.9375rem;left:28.0625rem;width:3.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9PAzWhi8AsiJH2AMdH3iHJdRnHP20Af { top:14.5rem;left:32.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFu5zBPFb8otkOhI0JzJGlN85BL81TJ { top:16.75rem;left:13.5625rem;width:34.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDXwvzeMU3oJ3MzN8ahMHeVUNQkiPM2z { top:14.9375rem;left:34.1875rem;width:3.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTT9MidJSROTyOTEqtAfxoaXhOVHVE1 { top:14.625rem;left:38.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlUSdJLPiNgqzweSLNB1AMrOSWVv8wgl { top:14.9375rem;left:40.0625rem;width:6rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXhBAxxDP1xRsSCphL0VoH5CgUTPqTA { top:12.9375rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8fpvr0iBCxpQSlsN8nIC29TernBmvU { top:12.625rem;left:38.375rem;width:9.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5QV4yTo8qWZKWcM7o8JKKmUGHmn76qv { top:14.25rem;left:40.625rem;width:7.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jephx7t5P07AqDwmK1bll7GV50kFydEn { top:39.125rem;left:0rem;width:36.5rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMkUcslkdnArGkGKRpwwyoe6ofvG5Tu { top:39.625rem;left:0rem;width:12.5rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ2fETK6UX48Ei4cXnyqlTmps8tqPRSZ { top:42.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU64sNzIB06gFbHFH2zVEpfKBJySNmfS { top:42.5625rem;left:0rem;width:4.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKfn6t0PKwsi96eH3psryNiygqrobcF2 { top:44.375rem;left:0rem;width:34.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpWAAFsJbaewdNApTQo6xudU8wBBuMz { top:42.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVncJAKqKxIXHxlrkWxv7iPulC95Dq0W { top:42.5625rem;left:0rem;width:3.875rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7zSJnUxvb5tZ7gfZxBT0Mg0N7IuQZfK { top:42.25rem;left:0.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCc3J4NDCApDS9urfbdA4t2uHuTqBon { top:42.5625rem;left:2.0625rem;width:6rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlZs5qb4opcBHQdCdQgZrudTl4xQKa0 { top:40.5625rem;left:9.625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTAPW7oTs8BblaMk1opeT1tMNFoZZRg { top:40.25rem;left:12.8125rem;width:9.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuya8v3qgWolRhmg03O9eiF6e1GoWoDp { top:41.875rem;left:14.6875rem;width:7.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBNTuhG9T1yOWpsR0gIVZx7DUNRpXSRS { top:39.125rem;left:11.25rem;width:36.5rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x34cpNf3t41myfp6KJXOD50dnscCxwoX { top:39.625rem;left:26.0625rem;width:12.5rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwiSdhVu8R1MIoosfPbI8DJmLTauxRW4 { top:42.3125rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJQhuoV0XXtR7iVFJTn8gr6mU6I1zge { top:42.5625rem;left:28.0625rem;width:3.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBwp2bOUUgOR6csUAoC1HvB1vs4paNE { top:44.375rem;left:13.5625rem;width:34.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4CTD0lhnqP38ZBGCSiVvMKNgDZTvuor { top:42.125rem;left:32.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAMiSUIGC1ZfLhcztrzVZvN8sMM1kXOr { top:42.5625rem;left:34.1875rem;width:3.9375rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCEl928vT6fc2DFZ5hkGBq5cssxxwlV { top:42.25rem;left:38.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8SHpkApKOFkOCmyEAqJmfZtJOWDI8d9 { top:42.5625rem;left:40.375rem;width:6rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfOmtx8twThRntsRDDuD8a5mshHavfvQ { top:40.5625rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z00pBPtTnnuI41FinR0NQPyeT6Gppikd { top:40.25rem;left:39rem;width:8.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF2Cs6uLHLixd4pJ2UJJK5QBB5MvV1Hu { top:41.875rem;left:40.625rem;width:7.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWNrLIqctSxXw6gASQOy9K0GHZHTUMcN { top:11.5rem;left:0rem;width:36.5rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPtBI9MZ0fLcrpXyWvQntXTlmqRpsw2z { top:21.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VugtWNaaAkQIyfr97uH9wKGJHVem0dkb { top:14.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkOThQbnNoRn2Fv7y7y7yBPbafa9xg5W { top:14.5rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKNIPBRpEDPuUyirDMecbnO2B6fnsKGA { top:24.5625rem;left:0rem;width:3rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ky875rkSTGaPUvffwGTTonHTxJMLeTbH { top:14.9375rem;left:0rem;width:3.1875rem;height:1.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EACknwKhcAmZNxp8SeoLv5AvQmeimBJT { top:24.625rem;left:0rem;width:4.125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVyhp3c2xBG0ZlL1LoQ43mudCae4ODnd { top:14.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVbrR4koDAbhyp4CEJhQRhTUdOxvSKax { top:16.75rem;left:0rem;width:34.1875rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7LELJHsOItxJG2zaDPddwKsgbgutc1G { top:23rem;left:0rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2NtfstKpq5oLqR8lq5nuuJmBnuUR7ML { top:24.25rem;left:0rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsJ3Ok7iDIRrrcl90FQ930m8c7DAUToW { top:12.9375rem;left:11.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7T4N35Iwo73a3RF5Lailb8KwGIMvOVe { top:11.5rem;left:0rem;width:36.5rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKEfMDOMSMhx5dBoW9DynUrodcgqofGQ { top:38.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKqOr7WSzrPu128AQ9mW96omlUlMJR8Q { top:14.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4QgLs0k5Dn9BuE788G6fBn7shBfokkA { top:41.4375rem;left:0rem;width:3rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xw90pmJvIPWEfI2QmD2odmcfGzaphEBw { top:41.4375rem;left:0rem;width:3.1875rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZiPyCvFWTucaIyJKPFDeH02imhTPVwF { top:16.75rem;left:0rem;width:34.1875rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg7K6U5Fb9gXvMhTA8cG4fKlhPfHFVNM { top:14.5rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4UcZ91yIDaLQFJSkDhXbCHlIVfD6hIH { top:41.5rem;left:0rem;width:4.125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa4vRQPumVwMmTdRgSspFE8LSIgiRGrR { top:14.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyKgcLJxgE5QLs3IkWNm3csFobg4Z8pt { top:39.875rem;left:0rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DT1JAScdf1hnDVtRNWPPTkWi4xbTXTpN { top:41.125rem;left:0rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP57VbDtTIhw8dGphpV2K9r05K19o1te { top:12.9375rem;left:11.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3ztBmzxgw5hHb0HxBqLksKyKx7BF2oX { top:11.5rem;left:0rem;width:36.5rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G38edOQhyuOzVQibIHG2u7RMQF1xRtyG { top:55.25rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8ZpNWkN3glZir4dUPxDiQxzGDTAhuBF { top:14.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFvhyBTdnetyBz665EeWnUAcTkGEMdNo { top:58.3125rem;left:0rem;width:3rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSCJ1h0ZUTDAoI63WtA4vgMfX5Vv4RHE { top:58.3125rem;left:0rem;width:3.1875rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oH7lGvChleAxtI4UPIC3vs3yBrwqLWWn { top:16.75rem;left:0rem;width:34.1875rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlcwbpmurdTcooPBh36t55SwpOT3oaFt { top:14.5rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TffUk1R9269hA7l57mLVNNDGTuIiaq7A { top:58.375rem;left:0rem;width:4.125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8V4TnQZMnXz4nZkls1lVJTGFp8nxqeD { top:14.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFCJIH57574Dm7TvztCy4122CTVlDdo8 { top:56.75rem;left:0rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfVcxBCT1UtVod3BMIpywkkposQFFU2y { top:58rem;left:0rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #klZZZZCT3zrvNuOlD9T2wqtspTzwUl6O { top:12.9375rem;left:11.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 { display:block; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nX9EPTOXztMGmxDupuKwOM6Vl5Jo8GEb { top:8rem;left:0rem;width:32rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSu5Gqs8DI7iIp3mi1v7hShPBvpGxt8W { top:13.5rem;left:0rem;width:38.5625rem;height:6.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD23vJFC4nHnCLddN9rkg6gEmRnflSVL { top:6.125rem;left:34.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXwizPISWKtZh5i47TeXQfIktKxROzv { top:7.875rem;left:26.4375rem;width:21.3125rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2f2FhDkVOMu2Hfkp67XdAGnBzwQq3a { top:6.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrwgrVpUxz2Ry9BNKykuSxy9iqVlGkIT { top:12.3125rem;left:34.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgz8JhzDN2g28pXQ0ute9zGre3orU04a { top:14.0625rem;left:26.4375rem;width:21.3125rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuekSzxWgPOU3p9hze3LJfieLgRx13T { top:12.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7mtLoE89bMfoChkSfh6B7GQtdbq6Zhi { top:18.5rem;left:34.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TsIGh90s0gvLaau7Ht6Cm0TF8W6ZyZ { top:20.25rem;left:26.4375rem;width:21.3125rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6UJ3nUnfd5VX6sTxdKRK4dcgKnr0nXq { top:18.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXXwdQohklT9EwKtrrkpMNmqc52Pgcwg { top:7.125rem;left:35.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTZ36iZqvB4KJP0TiOuIZnczpIzorqf { top:13.25rem;left:35.03125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCG7ec3FISh9LwzffzNdcJDOEJIXieo { top:19.5rem;left:35.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf { display:block; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPBtqzo7LTALO91wpdcVrHLAH2PeXQER { top:3.75rem;left:14.749465942382rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWwZWR5nNRc8lU81wk1gLih0Bd0Dzaeu { top:10.25rem;left:0rem;width:24.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3W0QZ7RFddvMyDptOHm7rsRMZ0L0I4E { top:10.25rem;left:11.6875rem;width:24.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkON98UHRUt7r10fNevBKnh5wxETPyk2 { top:10.25rem;left:23.375rem;width:24.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR0TqmhCMMRUUCQgcrvrNFGbMwtPbB8b { top:25.9375rem;left:0rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFfCQl10u6vNWqwEzbAPObVd0nJlvdRe { top:25.9375rem;left:14.8125rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTev9L3gaDodpR91OTdmx77lnbKo9gF7 { top:25.9375rem;left:29.625rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IttgILBOF75ORzsneTWhv3SzRFyA3g { top:46.25rem;left:2.125rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyMuKKLAhlqtuhsswhzzyygl81kXEL8T { top:46.25rem;left:27.5625rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkWeeSTkGV3HW5aRNgNXVOHu6spUkcL { top:30.6875rem;left:0rem;width:24.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovRnadwHJcpzx3i3CWTXg25GITkeifp6 { top:30.6875rem;left:23.375rem;width:24.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.3125rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.3125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.375rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.5625rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.4375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:10.5625rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #dhAHHOeZLy8oJlbg7VadAS5xxpBIguhC { top:45.9375rem;left:0rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:3.75rem;left:14.87109375rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJVAy03MoVQwCUOOK1sH4UAEKcHmn5F { top:44.75rem;left:0rem;width:18.125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWGmxWNSlzP0TQ4eXxqAuwoBLnIfheu5 { top:47.8125rem;left:0rem;width:16.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqHWhIcnPJDk95CuekZ5N1yiDMsQNuy { top:44.75rem;left:5.375rem;width:18.125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b76zTB0bJGXCfk7BA0iRIt5oMNUA0O9l { top:47.8125rem;left:6.6240234375rem;width:16.4375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh90eQvTTldUnCuPyGZe7XcapZ7sFtIS { top:45.9375rem;left:8.9365234375rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKkwhKOEiKDfw85MTQ45OfqKc66y1Us { top:44.75rem;left:24.3125rem;width:18.125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAFVGC2OkOMxL8LZhSnNUVTc9h69HnK { top:47.8125rem;left:25.435546875rem;width:16.4375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qka5GaAz6JQu2PpRh2TUSSeQ6n3G1hK7 { top:45.9375rem;left:27.998046875rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWVe1JD2NS5Kc3v02FoZ5fXKq6Hig7aP { top:44.75rem;left:29.625rem;width:18.125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOsH6ixOdb4zIIz56MrZDuvuKbNtqHk { top:47.8125rem;left:31.3125rem;width:16.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANLUyH6oie23tmCmeVGctiro7V9GCS0 { top:45.9375rem;left:34.625rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhD7H4gMSwgTNHi7wASBioivP050PTR1 { top:45.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { top:45.5rem;left:6.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IViArerKRR06PUTTJS028kVxe4SeSyoR { top:45.5rem;left:44.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTq0Bp0wq8PbU6GIRKwJkNv51xGp4epC { top:45.4375rem;left:25.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { width:23rem;height:3.75rem;top:62.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block; }
 }@media only screen and (max-width: 763px) { #Hlz3PiUpL1fb8cPnieN64LCJShWSz336 { top:47.8125rem;left:0.0029296875rem;width:3.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkxuBbfA3LCvLVWgl1yN3Ur9qNxslZ3g { top:47.8125rem;left:18rem;width:4.5rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvl4z6uss8yHi8awRzeMC4WXOpwdGhS { top:47.8125rem;left:37.3115234375rem;width:4.375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsB2DN7DQnaRduVsAUFEthcMDT5ru8iV { top:47.875rem;left:42.4375rem;width:5.3125rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1023daea-9c53-445a-9381-fd5f5ce266af/snapedit_1755762913960.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { width:18.5rem;height:2.4375rem;top:11.1875rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:7.5625rem;height:1.54296875rem;top:11.625rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { width:5.5rem;height:1.13671875rem;top:11.75rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTgIxnP00l5SPFrRzK9MZ0kOusiI1vx { width:5.625rem;height:0.89355625rem;top:11.9375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n271AKsXqGdfkbPAQJxx7XKQVtGGWbl0 { width:6.5rem;height:6.375rem;top:1.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRx8JIQ21W4tx5CnwAQc9XVTuT9Vexzc { width:20rem;height:1.7871125rem;top:8.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouSebq08oH3z0sm2HsoV840W4F0hw9QR { width:13.75rem;height:2.4375rem;top:14.625rem;left:3.125rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dab57b, #9b7232);background-image: -moz-linear-gradient(180deg, #dab57b, #9b7232);background-image: -ms-linear-gradient(180deg, #dab57b, #9b7232);background-image: -o-linear-gradient(180deg, #dab57b, #9b7232);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab57b', endColorstr='#9b7232' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab57b', endColorstr='#9b7232' );";background-image: linear-gradient(180deg, #dab57b, #9b7232);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zwxrtJRN2rurD0u15KhwRG2GbBxo0OfO { display:block; }
 }@media only screen and (max-width: 763px) { #NCIDTpBdC39owz23Fk4c8tmkBemIrTMt { display:block; }#NCIDTpBdC39owz23Fk4c8tmkBemIrTMt > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFJmUFTm6OyalcuQco2ivFMOawRwpLgh { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsCirAkSqPiJygI3dWrQhzkPRSpTXBL { width:20rem;height:15.6875rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CumthiWLJ1aTMV6aBu4MScLFlMExUTOa { width:18.9375rem;height:10rem;top:9.28125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoViIvLvwX9bWqk9WWf5KkQ9LgpzIT6B { width:12.5rem;height:1.625rem;top:4.662109375rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDBeewN1SSFNSrwKosKIO9uvPOP66uF { display:flex;width:1.25rem;height:1.25rem;top:6.3125rem;left:1rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lghNfNOOh9q7tDb4ttiBBkQ2RiwpLf3l { width:3rem;height:0.89355625rem;top:7.75rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IW4XKMglLKGbPAlLAaK1UWnXKP9K7pt6 { display:flex;width:1.25rem;height:1.25rem;top:6.3125rem;left:4.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eGo0cWLy4HsVVokOibEGtvpQBkrTTsRk { width:3.1875rem;height:0.89355625rem;top:7.75rem;left:3.59375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dms66cfFAssQHPzK32GR23S1uBoBWFSk { display:flex;width:1.25rem;height:1.25rem;top:6.3125rem;left:8.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #msZeWPUN6aVOKZoMJoR8SmU66KMgTlOw { width:4.125rem;height:0.89355625rem;top:7.82421875rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2vJE5yIuVRi2AS3FvSNA2p8SafyH1B { width:5.75rem;height:1.13671875rem;top:5.03125rem;left:13.65625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ON12Wh6Ey5M6fD3xVv2XmlTygFatakZp { width:7.9375rem;height:1.29980625rem;top:6.162109375rem;left:11.53125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZURtX8GUu0hIZq8MgX1TPSKfx0yZTZt7 { width:7.125rem;height:1.13671875rem;top:7.45703125rem;left:12.34375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PFi3utk9Xkhu6zkb0tTT5SNeKJuorcAz { width:20rem;height:25.375rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAb4TTVQdDmLmChOoSI34LoEoBUze36i { width:12.5rem;height:auto;top:12rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxWgteExc6wXNh0lfaGlvdZDxquhOpsN { display:flex;width:1.625rem;height:1.625rem;top:14.6875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfKRL61ieX8wocdnWPQe0GSpedoiGJVQ { width:3.5rem;height:auto;top:14.9375rem;left:8.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K9PAzWhi8AsiJH2AMdH3iHJdRnHP20Af { display:flex;width:1.625rem;height:1.625rem;top:14.5rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEFu5zBPFb8otkOhI0JzJGlN85BL81TJ { width:20rem;height:18.875rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDXwvzeMU3oJ3MzN8ahMHeVUNQkiPM2z { width:3.1875rem;height:auto;top:14.9375rem;left:8.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bbTT9MidJSROTyOTEqtAfxoaXhOVHVE1 { display:flex;width:1.625rem;height:1.625rem;top:14.625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlUSdJLPiNgqzweSLNB1AMrOSWVv8wgl { width:6rem;height:auto;top:14.9375rem;left:7rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TyXhBAxxDP1xRsSCphL0VoH5CgUTPqTA { width:5.75rem;height:auto;top:12.9375rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xI8fpvr0iBCxpQSlsN8nIC29TernBmvU { width:9.375rem;height:auto;top:12.625rem;left:5.3125rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #F5QV4yTo8qWZKWcM7o8JKKmUGHmn76qv { width:7.125rem;height:auto;top:14.25rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Jephx7t5P07AqDwmK1bll7GV50kFydEn { width:20rem;height:25.375rem;top:39.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAMkUcslkdnArGkGKRpwwyoe6ofvG5Tu { width:12.5rem;height:auto;top:39.625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJ2fETK6UX48Ei4cXnyqlTmps8tqPRSZ { display:flex;width:1.625rem;height:1.625rem;top:42.3125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PU64sNzIB06gFbHFH2zVEpfKBJySNmfS { width:4.1875rem;height:auto;top:42.5625rem;left:7.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AKfn6t0PKwsi96eH3psryNiygqrobcF2 { width:20rem;height:18.875rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbpWAAFsJbaewdNApTQo6xudU8wBBuMz { display:flex;width:1.625rem;height:1.625rem;top:42.125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVncJAKqKxIXHxlrkWxv7iPulC95Dq0W { width:3.875rem;height:auto;top:42.5625rem;left:8.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N7zSJnUxvb5tZ7gfZxBT0Mg0N7IuQZfK { display:flex;width:1.625rem;height:1.625rem;top:42.25rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkCc3J4NDCApDS9urfbdA4t2uHuTqBon { width:6rem;height:auto;top:42.5625rem;left:7rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZhlZs5qb4opcBHQdCdQgZrudTl4xQKa0 { width:5.75rem;height:auto;top:40.5625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hTTAPW7oTs8BblaMk1opeT1tMNFoZZRg { width:9.0625rem;height:auto;top:40.25rem;left:5.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Tuya8v3qgWolRhmg03O9eiF6e1GoWoDp { width:7.125rem;height:auto;top:41.875rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hBNTuhG9T1yOWpsR0gIVZx7DUNRpXSRS { width:20rem;height:25.375rem;top:39.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x34cpNf3t41myfp6KJXOD50dnscCxwoX { width:12.5rem;height:auto;top:39.625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwiSdhVu8R1MIoosfPbI8DJmLTauxRW4 { display:flex;width:1.625rem;height:1.625rem;top:42.3125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImJQhuoV0XXtR7iVFJTn8gr6mU6I1zge { width:3.5rem;height:auto;top:42.5625rem;left:8.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #auBwp2bOUUgOR6csUAoC1HvB1vs4paNE { width:20rem;height:18.875rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4CTD0lhnqP38ZBGCSiVvMKNgDZTvuor { display:flex;width:1.625rem;height:1.625rem;top:42.125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAMiSUIGC1ZfLhcztrzVZvN8sMM1kXOr { width:3.9375rem;height:auto;top:42.5625rem;left:8rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pwCEl928vT6fc2DFZ5hkGBq5cssxxwlV { display:flex;width:1.625rem;height:1.625rem;top:42.25rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8SHpkApKOFkOCmyEAqJmfZtJOWDI8d9 { width:6rem;height:auto;top:42.5625rem;left:7rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VfOmtx8twThRntsRDDuD8a5mshHavfvQ { width:5.75rem;height:auto;top:40.5625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Z00pBPtTnnuI41FinR0NQPyeT6Gppikd { width:8.75rem;height:auto;top:40.25rem;left:5.625rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #oF2Cs6uLHLixd4pJ2UJJK5QBB5MvV1Hu { width:7.125rem;height:auto;top:41.875rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #OWNrLIqctSxXw6gASQOy9K0GHZHTUMcN { width:20rem;height:15.6875rem;top:21.125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xPtBI9MZ0fLcrpXyWvQntXTlmqRpsw2z { width:12.5rem;height:1.625rem;top:21.5rem;left:0.5625rem;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #VugtWNaaAkQIyfr97uH9wKGJHVem0dkb { display:flex;width:1.25rem;height:1.25rem;top:23.125rem;left:1rem;font-size:0.875rem;z-index:15080; }
 }@media only screen and (max-width: 763px) { #VkOThQbnNoRn2Fv7y7y7yBPbafa9xg5W { display:flex;width:1.25rem;height:1.25rem;top:23.125rem;left:4.5625rem;font-size:0.875rem;z-index:15081; }
 }@media only screen and (max-width: 763px) { #RKNIPBRpEDPuUyirDMecbnO2B6fnsKGA { width:3rem;height:0.89355625rem;top:24.5625rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #Ky875rkSTGaPUvffwGTTonHTxJMLeTbH { width:3.1875rem;height:0.89355625rem;top:24.5625rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #EACknwKhcAmZNxp8SeoLv5AvQmeimBJT { width:4.125rem;height:0.89355625rem;top:24.625rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #iVyhp3c2xBG0ZlL1LoQ43mudCae4ODnd { display:flex;width:1.25rem;height:1.25rem;top:23.125rem;left:8.5625rem;font-size:0.875rem;z-index:15082; }
 }@media only screen and (max-width: 763px) { #iVbrR4koDAbhyp4CEJhQRhTUdOxvSKax { width:18.9375rem;height:10rem;top:26.125rem;left:0.5625rem;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a3ad1433-91bd-4ecc-bc2b-b52afa2e5e9f/rttypeb3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iVbrR4koDAbhyp4CEJhQRhTUdOxvSKax.adaptive-delivery-prevent-bg, #iVbrR4koDAbhyp4CEJhQRhTUdOxvSKax.lazyload, #iVbrR4koDAbhyp4CEJhQRhTUdOxvSKax.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U7LELJHsOItxJG2zaDPddwKsgbgutc1G { width:7.9375rem;height:1.29980625rem;top:23rem;left:11.5625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #K2NtfstKpq5oLqR8lq5nuuJmBnuUR7ML { width:7.125rem;height:1.13671875rem;top:24.25rem;left:12.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #KsJ3Ok7iDIRrrcl90FQ930m8c7DAUToW { width:5.75rem;height:1.13671875rem;top:21.875rem;left:13.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #G7T4N35Iwo73a3RF5Lailb8KwGIMvOVe { width:20rem;height:15.6875rem;top:38rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #XKEfMDOMSMhx5dBoW9DynUrodcgqofGQ { width:12.5rem;height:1.625rem;top:38.375rem;left:0.5625rem;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JKqOr7WSzrPu128AQ9mW96omlUlMJR8Q { display:flex;width:1.25rem;height:1.25rem;top:40rem;left:1rem;font-size:0.875rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #E4QgLs0k5Dn9BuE788G6fBn7shBfokkA { width:3rem;height:0.89355625rem;top:41.4375rem;left:0.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #Xw90pmJvIPWEfI2QmD2odmcfGzaphEBw { width:3.1875rem;height:0.89355625rem;top:41.4375rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #CZiPyCvFWTucaIyJKPFDeH02imhTPVwF { width:18.9375rem;height:10rem;top:43rem;left:0.5625rem;z-index:15031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0703926c-1367-4928-b44d-f285da0b4bc0/linealbumtypeashowunit2307109.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CZiPyCvFWTucaIyJKPFDeH02imhTPVwF.adaptive-delivery-prevent-bg, #CZiPyCvFWTucaIyJKPFDeH02imhTPVwF.lazyload, #CZiPyCvFWTucaIyJKPFDeH02imhTPVwF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xg7K6U5Fb9gXvMhTA8cG4fKlhPfHFVNM { display:flex;width:1.25rem;height:1.25rem;top:40rem;left:4.5625rem;font-size:0.875rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #n4UcZ91yIDaLQFJSkDhXbCHlIVfD6hIH { width:4.125rem;height:0.89355625rem;top:41.5rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #Aa4vRQPumVwMmTdRgSspFE8LSIgiRGrR { display:flex;width:1.25rem;height:1.25rem;top:40rem;left:8.5625rem;font-size:0.875rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #QyKgcLJxgE5QLs3IkWNm3csFobg4Z8pt { width:7.9375rem;height:1.29980625rem;top:39.875rem;left:11.5625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #DT1JAScdf1hnDVtRNWPPTkWi4xbTXTpN { width:7.125rem;height:1.13671875rem;top:41.125rem;left:12.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #GP57VbDtTIhw8dGphpV2K9r05K19o1te { width:5.75rem;height:1.13671875rem;top:38.75rem;left:13.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #U3ztBmzxgw5hHb0HxBqLksKyKx7BF2oX { width:20rem;height:15.6875rem;top:54.875rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #G38edOQhyuOzVQibIHG2u7RMQF1xRtyG { width:12.5rem;height:1.625rem;top:55.25rem;left:0.5625rem;font-size:1.25rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #d8ZpNWkN3glZir4dUPxDiQxzGDTAhuBF { display:flex;width:1.25rem;height:1.25rem;top:56.875rem;left:1rem;font-size:0.875rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #cFvhyBTdnetyBz665EeWnUAcTkGEMdNo { width:3rem;height:0.89355625rem;top:58.3125rem;left:0.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #wSCJ1h0ZUTDAoI63WtA4vgMfX5Vv4RHE { width:3.1875rem;height:0.89355625rem;top:58.3125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #oH7lGvChleAxtI4UPIC3vs3yBrwqLWWn { width:18.9375rem;height:10rem;top:59.875rem;left:0.5625rem;z-index:15043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e89c74d2-8e13-409c-8e99-52047fe74ef3/snapedit_1755772792754.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oH7lGvChleAxtI4UPIC3vs3yBrwqLWWn.adaptive-delivery-prevent-bg, #oH7lGvChleAxtI4UPIC3vs3yBrwqLWWn.lazyload, #oH7lGvChleAxtI4UPIC3vs3yBrwqLWWn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wlcwbpmurdTcooPBh36t55SwpOT3oaFt { display:flex;width:1.25rem;height:1.25rem;top:56.875rem;left:4.5625rem;font-size:0.875rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #TffUk1R9269hA7l57mLVNNDGTuIiaq7A { width:4.125rem;height:0.89355625rem;top:58.375rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #h8V4TnQZMnXz4nZkls1lVJTGFp8nxqeD { display:flex;width:1.25rem;height:1.25rem;top:56.875rem;left:8.5625rem;font-size:0.875rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #HFCJIH57574Dm7TvztCy4122CTVlDdo8 { width:7.9375rem;height:1.29980625rem;top:56.75rem;left:11.5625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #PfVcxBCT1UtVod3BMIpywkkposQFFU2y { width:7.125rem;height:1.13671875rem;top:58rem;left:12.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #klZZZZCT3zrvNuOlD9T2wqtspTzwUl6O { width:5.75rem;height:1.13671875rem;top:55.625rem;left:13.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 { display:block; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nX9EPTOXztMGmxDupuKwOM6Vl5Jo8GEb { width:16.9375rem;height:2.11230625rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSu5Gqs8DI7iIp3mi1v7hShPBvpGxt8W { width:20rem;height:3.25rem;top:4.4248046875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD23vJFC4nHnCLddN9rkg6gEmRnflSVL { width:3.1875rem;height:3.1875rem;top:8.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXwizPISWKtZh5i47TeXQfIktKxROzv { width:14.5625rem;height:1.6484375rem;top:10.4375rem;left:4.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2f2FhDkVOMu2Hfkp67XdAGnBzwQq3a { width:12.5rem;height:1.13671875rem;top:8.875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrwgrVpUxz2Ry9BNKykuSxy9iqVlGkIT { width:3.1875rem;height:3.1875rem;top:13.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgz8JhzDN2g28pXQ0ute9zGre3orU04a { width:14.5625rem;height:1.6484375rem;top:15.125rem;left:4.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuekSzxWgPOU3p9hze3LJfieLgRx13T { width:12.5rem;height:1.13671875rem;top:13.6875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7mtLoE89bMfoChkSfh6B7GQtdbq6Zhi { width:3.1875rem;height:3.1875rem;top:18.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TsIGh90s0gvLaau7Ht6Cm0TF8W6ZyZ { width:14.5625rem;height:1.6484375rem;top:19.8515625rem;left:4.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6UJ3nUnfd5VX6sTxdKRK4dcgKnr0nXq { width:12.5rem;height:1.13671875rem;top:18.4375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXXwdQohklT9EwKtrrkpMNmqc52Pgcwg { width:1.6875rem;height:1.6875rem;top:9.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTZ36iZqvB4KJP0TiOuIZnczpIzorqf { width:1.6875rem;height:1.6875rem;top:14.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCG7ec3FISh9LwzffzNdcJDOEJIXieo { width:1.6875rem;height:1.6875rem;top:19.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf { background-color:#faf2e9;background-image:none;display:block; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container { background-color: transparent; background-image: none; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container > .video-iframe-container { display: none; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row > .video-iframe-container { display: none; }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .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); }#iomJmK0t7uK3dwsN5lzW7VBPNTwitEHf > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPBtqzo7LTALO91wpdcVrHLAH2PeXQER { width:18.18625rem;height:1.7871125rem;top:1.375rem;left:0.90642756223681rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWwZWR5nNRc8lU81wk1gLih0Bd0Dzaeu { width:9.0625rem;height:5.75rem;top:4.0625rem;left:0.625rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3W0QZ7RFddvMyDptOHm7rsRMZ0L0I4E { width:9.0625rem;height:5.75rem;top:4.0625rem;left:10.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkON98UHRUt7r10fNevBKnh5wxETPyk2 { width:9.0625rem;height:5.7492875rem;top:13.124111175537rem;left:0.62411218881607rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR0TqmhCMMRUUCQgcrvrNFGbMwtPbB8b { width:6.4373125rem;height:1.949575rem;top:10.435901641846rem;left:1.9362569451332rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFfCQl10u6vNWqwEzbAPObVd0nJlvdRe { width:4.375rem;height:0.9746125rem;top:10.435901641846rem;left:12.656249582768rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTev9L3gaDodpR91OTdmx77lnbKo9gF7 { width:9.0625rem;height:0.9746125rem;top:19.5rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IttgILBOF75ORzsneTWhv3SzRFyA3g { width:6.8125rem;height:1.94921875rem;top:19.5rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyMuKKLAhlqtuhsswhzzyygl81kXEL8T { width:6.749rem;height:0.9746125rem;top:28.6396484375rem;left:6.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkWeeSTkGV3HW5aRNgNXVOHu6spUkcL { width:9.0625rem;height:5.75rem;top:13.125rem;left:10.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovRnadwHJcpzx3i3CWTXg25GITkeifp6 { width:9.0625rem;height:5.75rem;top:22.2646484375rem;left:5.46875rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#31171c;background-image:url("https://images.assets-landingi.com/uc/9d87586a-7ed6-4a1a-8f7d-06454d6b4c1c/p05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.95rem;top:26.88671875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.4625rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:3.84765625rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #dhAHHOeZLy8oJlbg7VadAS5xxpBIguhC { width:11.375rem;height:1.13671875rem;top:18.4951171875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.187125rem;height:1.7875rem;top:1.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJVAy03MoVQwCUOOK1sH4UAEKcHmn5F { width:18.125rem;height:10rem;top:17.5126953125rem;left:0.9365234375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWGmxWNSlzP0TQ4eXxqAuwoBLnIfheu5 { width:16.4373125rem;height:8.097675rem;top:19.8876953125rem;left:2.029296875rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #VZqHWhIcnPJDk95CuekZ5N1yiDMsQNuy { width:18.125rem;height:10rem;top:28.3125rem;left:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b76zTB0bJGXCfk7BA0iRIt5oMNUA0O9l { width:16.3743125rem;height:6.7480625rem;top:30.6875rem;left:2rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Oh90eQvTTldUnCuPyGZe7XcapZ7sFtIS { width:13.125rem;height:1.13671875rem;top:29.25rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKkwhKOEiKDfw85MTQ45OfqKc66y1Us { width:18.125rem;height:10rem;top:39.25rem;left:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAFVGC2OkOMxL8LZhSnNUVTc9h69HnK { width:16.3743125rem;height:2.699225rem;top:41.625rem;left:2rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #qka5GaAz6JQu2PpRh2TUSSeQ6n3G1hK7 { width:13.125rem;height:1.13671875rem;top:40.1875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWVe1JD2NS5Kc3v02FoZ5fXKq6Hig7aP { width:18.125rem;height:10rem;top:50.125rem;left:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOsH6ixOdb4zIIz56MrZDuvuKbNtqHk { width:14.5rem;height:6.75rem;top:52.5625rem;left:2rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wANLUyH6oie23tmCmeVGctiro7V9GCS0 { width:13.125rem;height:1.13671875rem;top:51.0625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhD7H4gMSwgTNHi7wASBioivP050PTR1 { display:flex;width:1.25rem;height:1.25rem;top:18.3251953125rem;left:2rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { display:flex;width:1.375rem;height:1.375rem;top:29.125rem;left:2rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #IViArerKRR06PUTTJS028kVxe4SeSyoR { display:flex;width:1.5rem;height:1.5rem;top:50.9375rem;left:2rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oTq0Bp0wq8PbU6GIRKwJkNv51xGp4epC { display:flex;width:1.5rem;height:1.5rem;top:40rem;left:2rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { width:18.125rem;height:3rem;top:61.9375rem;left:0.9375rem;font-size:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #123264, #08132a);background-image: -moz-linear-gradient(180deg, #123264, #08132a);background-image: -ms-linear-gradient(180deg, #123264, #08132a);background-image: -o-linear-gradient(180deg, #123264, #08132a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123264', endColorstr='#08132a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123264', endColorstr='#08132a' );";background-image: linear-gradient(180deg, #123264, #08132a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block; }
 }@media only screen and (max-width: 763px) { #Hlz3PiUpL1fb8cPnieN64LCJShWSz336 { width:3.4375rem;height:8.097675rem;top:19.8828125rem;left:14.7783203125rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #gkxuBbfA3LCvLVWgl1yN3Ur9qNxslZ3g { width:4.4984rem;height:6.7480625rem;top:30.685546875rem;left:13.685546875rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvl4z6uss8yHi8awRzeMC4WXOpwdGhS { width:4.375rem;height:2.699225rem;top:41.6240234375rem;left:13.8125rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #JsB2DN7DQnaRduVsAUFEthcMDT5ru8iV { width:5.3125rem;height:5.625rem;top:52.5625rem;left:12.875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }