.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-input-select option {
  color: #000;
}
.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 {
  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); }#NOCklmTW6wNMwI02p7cqI44TSsMembvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #565454, #d2d3d8);background-image: -moz-linear-gradient(180deg, #565454, #d2d3d8);background-image: -ms-linear-gradient(180deg, #565454, #d2d3d8);background-image: -o-linear-gradient(180deg, #565454, #d2d3d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#565454', endColorstr='#d2d3d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#565454', endColorstr='#d2d3d8' );";background-image: linear-gradient(180deg, #565454, #d2d3d8);background-size:auto !important;position:relative;display:block; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container { background-color: transparent; background-image: none; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container > .video-iframe-container { display: none; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row > .video-iframe-container { display: none; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .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); }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container { border-width: 0; border-radius: 0; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row > .video-iframe-container {  }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#Weylwt06To1MtXmkB1k9Eq3riEiPlSkO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:4.5rem;top:0rem;left:4.6875rem;overflow:hidden;display:block; }
#bo5SaP4f5tfzxCQtX8lsvrs2OScF1RPb { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:0rem;left:8.03125rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#vCyIJCLsHmSX8ysxDvg9FWr1bhu2b0Or { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:5.375rem;top:0rem;left:65.6875rem;overflow:hidden;display:block; }
#Lv7FHNW04BJu3oKPwvpbEAyzZR4oAfKI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15001;opacity:1;top:3.625rem;left:36.4375rem; }
#Lv7FHNW04BJu3oKPwvpbEAyzZR4oAfKI > img { max-width: 100%;max-height:100%; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e911428-bdd2-4d89-b34d-aa92ae446cc9/qiuzkatar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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); }#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); }#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 > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Hu4LJn4p0v8vL7BpLtSPQCH0cXLVGdN2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:15.6875rem;left:22.09375rem; }
#Hu4LJn4p0v8vL7BpLtSPQCH0cXLVGdN2 > img { max-width: 100%;max-height:100%; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e911428-bdd2-4d89-b34d-aa92ae446cc9/qiuzkatar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl.adaptive-delivery-prevent-bg, #bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl.lazyload, #bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl.lazyloading { background-image: none; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container { background-color: transparent; background-image: none; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.86); }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container > .video-iframe-container { display: none; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.86); }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row > .video-iframe-container { display: none; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .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); }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container { border-width: 0; border-radius: 0; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row > .video-iframe-container {  }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:75rem;position:relative;display:block; }#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-form-header {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:1.125rem;font-weight:400;color:#5a5955;width:62.3125rem;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;line-height:1.5; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-text { 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.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:62.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-textarea { 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.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:62.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .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:62.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .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; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-button { 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:#8b1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:bold;color:#ffffff;width:62.3125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]:-moz-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]::-moz-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:60.875rem;overflow:hidden;font-style:normal; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .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; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:"bree serif";font-size:1rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-container:first-of-type{padding-top:0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-container:last-of-type{padding-bottom:0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00  { background-color:rgba(255,255,255,0.44);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:62.3125rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15000;position:absolute;top:5.6875rem;left:5.75rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:62.3125rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-info-text { display:block;height:auto;font-family:arial;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; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 {display:block;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 { background-color:rgba(255,255,255,0.44);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:62.3125rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15000;position:absolute;top:5.6875rem;left:5.75rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #dxwaqdDThOczNNHKwUbpwb7dTSmyRnh4 { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #dxwaqdDThOczNNHKwUbpwb7dTSmyRnh4 .container-column{width:33%;;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #LXIWnTtXOzkIVH3QXnL3AoHOT2PSlLTe { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #SfZSrxarfEA9TwIF3NhFza6pEW458eZ4 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #iD4ZNUWCDewlvnTai5VG13kl8pUyhg7o { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #G2OIGTmvJ99Pha4qXPlUTLgppMIZN067 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #CgUe9K1ZWUwC7XZHaQCVVeN9tHfk0pGe { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Zxspkrrp7aszCngqseH5tkx6Otz669Ix { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #H7LeR1uDGTkZFXgblOtnvUrxkpxzJqmw { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FRULGWWPhR3Nwm3sALi50gVHf6TGTcrE { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qukkxbu3QghCihgJGLS8a4TV4Z1zDh2I { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K4zLpgc1BO7qGusrRwc7tai8c5dMsiMv { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K2x3gP1p08wBH0xD6JGlbgmZlcIGQ0Tv { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K2x3gP1p08wBH0xD6JGlbgmZlcIGQ0Tv .container-column{width:33%;;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #wUoAHP07rFlBruToTlM5s6cfy6WXZnUc { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Ta6e5NvlVgKImhnzdDeGl1a53K3Wdm0w { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #zdd7Oq8VRUEaoaHGUVl7zZPQH0z2uQmC { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #o7Ltca7eekWvFTlT0I8scZlcXVSC9NxP { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #MW7CfgfFxuLvOLhCELH49PFbJbTGzB8G { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #HmnP1dpMWhhLfNnKT6sDHQ36cM3DkxIU { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #pTTKX7WExJDqMccTnTSH6i824gK0NvWC { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bRRu6qvSO4RvkCCRoQ7T0NEq4GeMBQwc { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bRRu6qvSO4RvkCCRoQ7T0NEq4GeMBQwc .container-column{width:33%;;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #KUVkNSzc73dLX7KaNGc8wSFWyzDGRxA7 { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #QhxwHgbwMppug6lJ4VqiDQKIXgOeaabi { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #xlkFB14vDAOWm8O5LhhZHFi9SUZZZxdN { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #VeEkq4Evy1MGrEbW9M22o5hOFR5dt1pL { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #avLiUJFiGarK6Z15aEWTqJTVbK3ZbIsv { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #T5MXZrvp0sZrclS41GQUyapFJZLTMaaS { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #XysO15M42GsiPy4bRBem8846V7LONT2g { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c0Za8xVFDsv983yE3DDXkBbUzRpRCbgW { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c0Za8xVFDsv983yE3DDXkBbUzRpRCbgW .container-column{width:33%;;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #BaXMfey3BZufZTDaGZ3TxUvbtEJtl9Nr { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #JNIegu6aM08EGcHyLGbSorRMzw7IRbhE { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ew5nb2ol9UGrbV0ylpaI1wn0s6FQszy9 { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #NuH1flz7FDahqth2f3Zu77WFT8f2THwo { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qqcIWRXtfLgog4Dud3CNITfRzbTbrLi0 { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ro6TTwlC3USi2MTBpI9p37TZOJp4b1Zt { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #eSmx4ZpKF1vMxwig4L7hD7ybNf7N1doc { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #CT3NT7F7ugU9awUZIOF2BSHx3dFEy9Ko { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bwJJAThXmNeUvkrrv5msMdxPuElIrhm8 { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #TXg0uiuuZatRkqecoKUlIraN3SIyJh0O { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ALHb2241Cto0RseI9Pp6NLVKhvmOKOOu { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #yBxF8Im1Z2A4IssFcaMA9Tu9S7AQ3spD { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Iz5fRHylMfThA2mLEi6pugBnB3fDopaz { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bcDMm6zhHCZ0tsZ1KeasH1xxoLB5PAZo { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bcDMm6zhHCZ0tsZ1KeasH1xxoLB5PAZo .container-column{width:33%;;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #GX8hxkpUDe7BxFcSgsQMJJfLLzkTrqFA { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #z12xSSGwlmpTOeocZkkqnJUClOo8DZH5 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #eL4S4bmL5Un0N84ihpy30TIqmqahoICD { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #X1ul4ucBy1Hv8tecqRHgd7EwTLxwtief { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #kOKGVJlC9zX0EavMxNkmmWkwPLpZRMkO { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #nXA4kddaBZ88BkbvZBWTcA5Kh3X1Elr5 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #KkGCmfK0lSnufallCg3Cu1ia9XO3yLtc { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #vfhEq6OWvxwOU2SrUzgdnhooXeUnaIbP { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #vfhEq6OWvxwOU2SrUzgdnhooXeUnaIbP .container-column{width:33%;;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #OLRqevSOekcWAoTLkTo0ChyyZ9tDhkl0 { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ligkb4LTTdlBrwPRApnxD9niEUrRa6aK { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #oPFuIZI1Wf5HE0LhbfK6oFbqvIIcwic5 { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #MaV4cZTs6TfftnwU5WC8EC2hQl3Ph0D3 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #sL20pTGtLA3LC4ugLH7gUsHlxeCHcKAT { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qp7GqBAeu1MCpIKf7wLpd0xkxP7Xo4r2 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #nJ37HVKKTXvdRRilQddToKnrk5QI4UnC { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FAsuHRObwTRB8ChtcwT4HxSdcKgoaOz8 { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #W4X5T2CxzHqKMyy53gwtTTRMl2I8420A { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Acp81NaLQ1GlnHgkSxbtLdVUsucpqmAU { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #SdpPOfNr2IXNkTHMH8arqG1yV6Icd0Ri { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Se3D4ESPRIHFGXbE61DEoCxUaAVV2cDl { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #zUupLyNC0er85gDysqoiaVDJ20TTIvWq { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #RyFfeaxR65c2Q8iUoOIT79g6BltGeJM6 { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #PhMyCNcit4VpgZ8cR3encnTX0T9PCtRG { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FJeF3p0EKsUTln1mXNFCJiI023Isuw1t { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c2RBGk65vw3DKe8ElxkPqa0fyeIW49eb { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #pvnUD0ZrH29TrQKiHytDQAA63tDSL4OT { position:relative;display:block; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #XOcw9QNzgMsCg8kL1VrgttIE1JtJVQKO { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #rnyPVldi8ZONCL0I5RoyslSo32ZERBVg { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #VA4TXTFsd8oygfKCkS0y4CXe5BfdQT3D { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #uxQQHETnGVLhqFiZc7yFWpvzDgy4Jdtn { position:relative; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #oAt0BCWmEAnhTGH4SzegzCg9H82A2Gx6 { position:relative;z-index:2; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #fNT2QSRPoR5nMSqwzyTA5oMq83KpQ8mL { position:relative; }
#m5c1uzXmFrlvyh2wNmIIbJF2CFmMf2Za { color:#6a6465;display:block;width:51.125rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:1.1875rem;left:12.65625rem;height:3.75rem;display:block; }
#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #565454, #d2d3d8);background-image: -moz-linear-gradient(180deg, #565454, #d2d3d8);background-image: -ms-linear-gradient(180deg, #565454, #d2d3d8);background-image: -o-linear-gradient(180deg, #565454, #d2d3d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#565454', endColorstr='#d2d3d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#565454', endColorstr='#d2d3d8' );";background-image: linear-gradient(180deg, #565454, #d2d3d8);background-size:auto !important;position:relative;display:block; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container { background-color: transparent; background-image: none; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container > .video-iframe-container { display: none; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row > .video-iframe-container { display: none; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .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); }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container { border-width: 0; border-radius: 0; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row > .video-iframe-container {  }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#umexM01H2EHKXTnz6nLVod7yzqEiV6xX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:6.25rem;top:0.84375rem;left:1.84375rem;overflow:hidden;display:block; }
#htUpAQq7H5ialaZcnztgvAuT9fukwe5B { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:1.5rem;left:8.03125rem;height:7.25rem;text-align:center;text-align-last:center;display:block; }
#LaHTc8TkC1g0xuQLnFTpW5C3mzRusWZQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:7.4375rem;top:1.5rem;left:66.1875rem;overflow:hidden;display:block; }
#Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 { color:#5b4040;display:block;width:61.375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.4375rem;left:9.96875rem;height:9.6875rem;display:block; }#Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NOCklmTW6wNMwI02p7cqI44TSsMembvm { display:block; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Weylwt06To1MtXmkB1k9Eq3riEiPlSkO { width:4.5rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5SaP4f5tfzxCQtX8lsvrs2OScF1RPb { width:47.75rem;height:3.625rem;top:0rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCyIJCLsHmSX8ysxDvg9FWr1bhu2b0Or { width:5.375rem;height:6.4375rem;top:0rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7FHNW04BJu3oKPwvpbEAyzZR4oAfKI { width:2.125rem;height:2.125rem;top:3.625rem;left:22.8125rem;display:block; }
#Lv7FHNW04BJu3oKPwvpbEAyzZR4oAfKI > img { max-width: 100%;max-height:100%; } }@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) { #Hu4LJn4p0v8vL7BpLtSPQCH0cXLVGdN2 { width:2.8125rem;height:2.8125rem;top:15.6875rem;left:8.46875rem;display:block; }
#Hu4LJn4p0v8vL7BpLtSPQCH0cXLVGdN2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl { display:block; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-regular-label { width:45.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-text { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-textarea { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-select { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-button { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-checkbox-label { width:43.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00  { width:45.125rem;height:auto;top:5.6875rem;left:0rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .radio-container { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 {display:block;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 { width:45.125rem;height:auto;top:5.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #dxwaqdDThOczNNHKwUbpwb7dTSmyRnh4 {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #dxwaqdDThOczNNHKwUbpwb7dTSmyRnh4 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #LXIWnTtXOzkIVH3QXnL3AoHOT2PSlLTe {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #SfZSrxarfEA9TwIF3NhFza6pEW458eZ4 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #iD4ZNUWCDewlvnTai5VG13kl8pUyhg7o {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #G2OIGTmvJ99Pha4qXPlUTLgppMIZN067 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #CgUe9K1ZWUwC7XZHaQCVVeN9tHfk0pGe {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Zxspkrrp7aszCngqseH5tkx6Otz669Ix {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #H7LeR1uDGTkZFXgblOtnvUrxkpxzJqmw {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FRULGWWPhR3Nwm3sALi50gVHf6TGTcrE {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qukkxbu3QghCihgJGLS8a4TV4Z1zDh2I {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K4zLpgc1BO7qGusrRwc7tai8c5dMsiMv {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K2x3gP1p08wBH0xD6JGlbgmZlcIGQ0Tv {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K2x3gP1p08wBH0xD6JGlbgmZlcIGQ0Tv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #wUoAHP07rFlBruToTlM5s6cfy6WXZnUc {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Ta6e5NvlVgKImhnzdDeGl1a53K3Wdm0w {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #zdd7Oq8VRUEaoaHGUVl7zZPQH0z2uQmC {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #o7Ltca7eekWvFTlT0I8scZlcXVSC9NxP {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #MW7CfgfFxuLvOLhCELH49PFbJbTGzB8G {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #HmnP1dpMWhhLfNnKT6sDHQ36cM3DkxIU {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #pTTKX7WExJDqMccTnTSH6i824gK0NvWC {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bRRu6qvSO4RvkCCRoQ7T0NEq4GeMBQwc {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bRRu6qvSO4RvkCCRoQ7T0NEq4GeMBQwc .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #KUVkNSzc73dLX7KaNGc8wSFWyzDGRxA7 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #QhxwHgbwMppug6lJ4VqiDQKIXgOeaabi {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #xlkFB14vDAOWm8O5LhhZHFi9SUZZZxdN {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #VeEkq4Evy1MGrEbW9M22o5hOFR5dt1pL {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #avLiUJFiGarK6Z15aEWTqJTVbK3ZbIsv {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #T5MXZrvp0sZrclS41GQUyapFJZLTMaaS {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #XysO15M42GsiPy4bRBem8846V7LONT2g {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c0Za8xVFDsv983yE3DDXkBbUzRpRCbgW {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c0Za8xVFDsv983yE3DDXkBbUzRpRCbgW .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #BaXMfey3BZufZTDaGZ3TxUvbtEJtl9Nr {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #JNIegu6aM08EGcHyLGbSorRMzw7IRbhE {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ew5nb2ol9UGrbV0ylpaI1wn0s6FQszy9 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #NuH1flz7FDahqth2f3Zu77WFT8f2THwo {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qqcIWRXtfLgog4Dud3CNITfRzbTbrLi0 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ro6TTwlC3USi2MTBpI9p37TZOJp4b1Zt {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #eSmx4ZpKF1vMxwig4L7hD7ybNf7N1doc {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #CT3NT7F7ugU9awUZIOF2BSHx3dFEy9Ko {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bwJJAThXmNeUvkrrv5msMdxPuElIrhm8 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #TXg0uiuuZatRkqecoKUlIraN3SIyJh0O {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ALHb2241Cto0RseI9Pp6NLVKhvmOKOOu {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #yBxF8Im1Z2A4IssFcaMA9Tu9S7AQ3spD {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Iz5fRHylMfThA2mLEi6pugBnB3fDopaz {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bcDMm6zhHCZ0tsZ1KeasH1xxoLB5PAZo {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bcDMm6zhHCZ0tsZ1KeasH1xxoLB5PAZo .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #GX8hxkpUDe7BxFcSgsQMJJfLLzkTrqFA {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #z12xSSGwlmpTOeocZkkqnJUClOo8DZH5 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #eL4S4bmL5Un0N84ihpy30TIqmqahoICD {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #X1ul4ucBy1Hv8tecqRHgd7EwTLxwtief {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #kOKGVJlC9zX0EavMxNkmmWkwPLpZRMkO {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #nXA4kddaBZ88BkbvZBWTcA5Kh3X1Elr5 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #KkGCmfK0lSnufallCg3Cu1ia9XO3yLtc {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #vfhEq6OWvxwOU2SrUzgdnhooXeUnaIbP {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #vfhEq6OWvxwOU2SrUzgdnhooXeUnaIbP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #OLRqevSOekcWAoTLkTo0ChyyZ9tDhkl0 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ligkb4LTTdlBrwPRApnxD9niEUrRa6aK {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #oPFuIZI1Wf5HE0LhbfK6oFbqvIIcwic5 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #MaV4cZTs6TfftnwU5WC8EC2hQl3Ph0D3 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #sL20pTGtLA3LC4ugLH7gUsHlxeCHcKAT {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qp7GqBAeu1MCpIKf7wLpd0xkxP7Xo4r2 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #nJ37HVKKTXvdRRilQddToKnrk5QI4UnC {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FAsuHRObwTRB8ChtcwT4HxSdcKgoaOz8 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #W4X5T2CxzHqKMyy53gwtTTRMl2I8420A {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Acp81NaLQ1GlnHgkSxbtLdVUsucpqmAU {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #SdpPOfNr2IXNkTHMH8arqG1yV6Icd0Ri {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Se3D4ESPRIHFGXbE61DEoCxUaAVV2cDl {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #zUupLyNC0er85gDysqoiaVDJ20TTIvWq {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #RyFfeaxR65c2Q8iUoOIT79g6BltGeJM6 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #PhMyCNcit4VpgZ8cR3encnTX0T9PCtRG {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FJeF3p0EKsUTln1mXNFCJiI023Isuw1t {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c2RBGk65vw3DKe8ElxkPqa0fyeIW49eb {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #pvnUD0ZrH29TrQKiHytDQAA63tDSL4OT {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #XOcw9QNzgMsCg8kL1VrgttIE1JtJVQKO {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #rnyPVldi8ZONCL0I5RoyslSo32ZERBVg {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #VA4TXTFsd8oygfKCkS0y4CXe5BfdQT3D {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #uxQQHETnGVLhqFiZc7yFWpvzDgy4Jdtn {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #oAt0BCWmEAnhTGH4SzegzCg9H82A2Gx6 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #fNT2QSRPoR5nMSqwzyTA5oMq83KpQ8mL {  }
 }@media only screen and (max-width: 763px) { #m5c1uzXmFrlvyh2wNmIIbJF2CFmMf2Za { width:47.75rem;height:3.75rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvadFNp9Q1m9qlW0uTez33It9Zisi2lN { display:block; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umexM01H2EHKXTnz6nLVod7yzqEiV6xX { width:6.25rem;height:8.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htUpAQq7H5ialaZcnztgvAuT9fukwe5B { width:47.75rem;height:7.25rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaHTc8TkC1g0xuQLnFTpW5C3mzRusWZQ { width:7.4375rem;height:8.9375rem;top:1.5rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 { width:47.75rem;height:9.6875rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:block; }#Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NOCklmTW6wNMwI02p7cqI44TSsMembvm { display:block; }#NOCklmTW6wNMwI02p7cqI44TSsMembvm > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Weylwt06To1MtXmkB1k9Eq3riEiPlSkO { width:3.9375rem;height:5.4375rem;top:0.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5SaP4f5tfzxCQtX8lsvrs2OScF1RPb { width:18.6875rem;height:2.8rem;top:6.125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;color:#4e525a;display:block; }
 }@media only screen and (max-width: 763px) { #vCyIJCLsHmSX8ysxDvg9FWr1bhu2b0Or { width:4.4375rem;height:5.3125rem;top:0.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7FHNW04BJu3oKPwvpbEAyzZR4oAfKI { width:2.125rem;height:2.125rem;top:10.175rem;left:8.9375rem;display:block; }
#Lv7FHNW04BJu3oKPwvpbEAyzZR4oAfKI > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e911428-bdd2-4d89-b34d-aa92ae446cc9/qiuzkatar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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); }#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); }#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:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hu4LJn4p0v8vL7BpLtSPQCH0cXLVGdN2 { width:2.4375rem;height:2.4375rem;top:11.375rem;left:2.375rem;display:block; }
#Hu4LJn4p0v8vL7BpLtSPQCH0cXLVGdN2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl { display:block; }#bMSUtMJH5skKJ1PKGWJdAUqGKhA3I6hl > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:2.5625rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00  { width:17.375rem;height:auto;top:6.25rem;left:0rem; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 {display:block;}#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 { width:17.375rem;height:auto;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #dxwaqdDThOczNNHKwUbpwb7dTSmyRnh4 {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #dxwaqdDThOczNNHKwUbpwb7dTSmyRnh4 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #LXIWnTtXOzkIVH3QXnL3AoHOT2PSlLTe {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #SfZSrxarfEA9TwIF3NhFza6pEW458eZ4 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #iD4ZNUWCDewlvnTai5VG13kl8pUyhg7o {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #G2OIGTmvJ99Pha4qXPlUTLgppMIZN067 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #CgUe9K1ZWUwC7XZHaQCVVeN9tHfk0pGe {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Zxspkrrp7aszCngqseH5tkx6Otz669Ix {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #H7LeR1uDGTkZFXgblOtnvUrxkpxzJqmw {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FRULGWWPhR3Nwm3sALi50gVHf6TGTcrE {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qukkxbu3QghCihgJGLS8a4TV4Z1zDh2I {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K4zLpgc1BO7qGusrRwc7tai8c5dMsiMv {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K2x3gP1p08wBH0xD6JGlbgmZlcIGQ0Tv {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #K2x3gP1p08wBH0xD6JGlbgmZlcIGQ0Tv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #wUoAHP07rFlBruToTlM5s6cfy6WXZnUc {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Ta6e5NvlVgKImhnzdDeGl1a53K3Wdm0w {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #zdd7Oq8VRUEaoaHGUVl7zZPQH0z2uQmC {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #o7Ltca7eekWvFTlT0I8scZlcXVSC9NxP {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #MW7CfgfFxuLvOLhCELH49PFbJbTGzB8G {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #HmnP1dpMWhhLfNnKT6sDHQ36cM3DkxIU {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #pTTKX7WExJDqMccTnTSH6i824gK0NvWC {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bRRu6qvSO4RvkCCRoQ7T0NEq4GeMBQwc {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bRRu6qvSO4RvkCCRoQ7T0NEq4GeMBQwc .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #KUVkNSzc73dLX7KaNGc8wSFWyzDGRxA7 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #QhxwHgbwMppug6lJ4VqiDQKIXgOeaabi {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #xlkFB14vDAOWm8O5LhhZHFi9SUZZZxdN {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #VeEkq4Evy1MGrEbW9M22o5hOFR5dt1pL {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #avLiUJFiGarK6Z15aEWTqJTVbK3ZbIsv {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #T5MXZrvp0sZrclS41GQUyapFJZLTMaaS {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #XysO15M42GsiPy4bRBem8846V7LONT2g {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c0Za8xVFDsv983yE3DDXkBbUzRpRCbgW {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c0Za8xVFDsv983yE3DDXkBbUzRpRCbgW .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #BaXMfey3BZufZTDaGZ3TxUvbtEJtl9Nr {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #JNIegu6aM08EGcHyLGbSorRMzw7IRbhE {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ew5nb2ol9UGrbV0ylpaI1wn0s6FQszy9 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #NuH1flz7FDahqth2f3Zu77WFT8f2THwo {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qqcIWRXtfLgog4Dud3CNITfRzbTbrLi0 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ro6TTwlC3USi2MTBpI9p37TZOJp4b1Zt {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #eSmx4ZpKF1vMxwig4L7hD7ybNf7N1doc {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #CT3NT7F7ugU9awUZIOF2BSHx3dFEy9Ko {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bwJJAThXmNeUvkrrv5msMdxPuElIrhm8 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #TXg0uiuuZatRkqecoKUlIraN3SIyJh0O {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ALHb2241Cto0RseI9Pp6NLVKhvmOKOOu {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #yBxF8Im1Z2A4IssFcaMA9Tu9S7AQ3spD {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Iz5fRHylMfThA2mLEi6pugBnB3fDopaz {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bcDMm6zhHCZ0tsZ1KeasH1xxoLB5PAZo {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #bcDMm6zhHCZ0tsZ1KeasH1xxoLB5PAZo .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #GX8hxkpUDe7BxFcSgsQMJJfLLzkTrqFA {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #z12xSSGwlmpTOeocZkkqnJUClOo8DZH5 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #eL4S4bmL5Un0N84ihpy30TIqmqahoICD {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #X1ul4ucBy1Hv8tecqRHgd7EwTLxwtief {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #kOKGVJlC9zX0EavMxNkmmWkwPLpZRMkO {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #nXA4kddaBZ88BkbvZBWTcA5Kh3X1Elr5 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #KkGCmfK0lSnufallCg3Cu1ia9XO3yLtc {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #vfhEq6OWvxwOU2SrUzgdnhooXeUnaIbP {  }
#rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #vfhEq6OWvxwOU2SrUzgdnhooXeUnaIbP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #OLRqevSOekcWAoTLkTo0ChyyZ9tDhkl0 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #ligkb4LTTdlBrwPRApnxD9niEUrRa6aK {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #oPFuIZI1Wf5HE0LhbfK6oFbqvIIcwic5 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #MaV4cZTs6TfftnwU5WC8EC2hQl3Ph0D3 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #sL20pTGtLA3LC4ugLH7gUsHlxeCHcKAT {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #qp7GqBAeu1MCpIKf7wLpd0xkxP7Xo4r2 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #nJ37HVKKTXvdRRilQddToKnrk5QI4UnC {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FAsuHRObwTRB8ChtcwT4HxSdcKgoaOz8 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #W4X5T2CxzHqKMyy53gwtTTRMl2I8420A {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Acp81NaLQ1GlnHgkSxbtLdVUsucpqmAU {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #SdpPOfNr2IXNkTHMH8arqG1yV6Icd0Ri {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #Se3D4ESPRIHFGXbE61DEoCxUaAVV2cDl {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #zUupLyNC0er85gDysqoiaVDJ20TTIvWq {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #RyFfeaxR65c2Q8iUoOIT79g6BltGeJM6 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #PhMyCNcit4VpgZ8cR3encnTX0T9PCtRG {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #FJeF3p0EKsUTln1mXNFCJiI023Isuw1t {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #c2RBGk65vw3DKe8ElxkPqa0fyeIW49eb {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #pvnUD0ZrH29TrQKiHytDQAA63tDSL4OT {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #XOcw9QNzgMsCg8kL1VrgttIE1JtJVQKO {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #rnyPVldi8ZONCL0I5RoyslSo32ZERBVg {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #VA4TXTFsd8oygfKCkS0y4CXe5BfdQT3D {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #uxQQHETnGVLhqFiZc7yFWpvzDgy4Jdtn {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #oAt0BCWmEAnhTGH4SzegzCg9H82A2Gx6 {  }
 }@media only screen and (max-width: 763px) { #rZBLNZcrTwo8TtLR3ZgAzyn0rTEbWR00 #fNT2QSRPoR5nMSqwzyTA5oMq83KpQ8mL {  }
 }@media only screen and (max-width: 763px) { #m5c1uzXmFrlvyh2wNmIIbJF2CFmMf2Za { width:20rem;height:2.625rem;top:1.4499998092651rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VvadFNp9Q1m9qlW0uTez33It9Zisi2lN { display:block; }#VvadFNp9Q1m9qlW0uTez33It9Zisi2lN > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umexM01H2EHKXTnz6nLVod7yzqEiV6xX { width:3.9375rem;height:5.4375rem;top:0.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htUpAQq7H5ialaZcnztgvAuT9fukwe5B { width:19.75rem;height:4.2rem;top:7.75rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LaHTc8TkC1g0xuQLnFTpW5C3mzRusWZQ { width:4.4375rem;height:5.3125rem;top:0.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 { width:20rem;height:17.175rem;top:13.825000762939rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;color:#2f2e2e;display:block; }#Oxuy0UxGRwR4PSNACxDz14qvyALZHK62 li:before{  }
 }