.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:#202020;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { background-color: transparent; background-image: none; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container > .video-iframe-container { display: none; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row > .video-iframe-container { display: none; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .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); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { border-width: 0; border-radius: 0; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { width:75rem;height:6.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#BVcyNGC3hTy5CwuCxUeJhpwvafoWt6KI { color:#e3e3e3;display:block;width:8.5rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:1.9375rem;left:51.625rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqKGA8noq7HvPMz03R8R0nsnixs1I66S { color:#e3e3e3;display:block;width:9.5625rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:1.9375rem;left:64.4375rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GThWbW3B6ksBSw2NuSoWMMKCOcXwlVdV { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:roundo;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:3.7373046875rem;left:51.625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#un3xTmKe5TnWxdNNZTq8dszTtm0d7xp7 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:roundo;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:3.6875rem;left:64.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hT0UnBR2fm9aqyWmBrdJDTGTSrHk976V { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:15.9375rem;top:1.36865234375rem;left:0rem;overflow:hidden;display:block; }
#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:top 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; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF.adaptive-delivery-prevent-bg, #L5yXMROSuwttTTpFuDux1IJ7zcSawZmF.lazyload, #L5yXMROSuwttTTpFuDux1IJ7zcSawZmF.lazyloading { background-image: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { background-color: transparent; background-image: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container > .video-iframe-container { display: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row > .video-iframe-container { display: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .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); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { border-width: 0; border-radius: 0; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF::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; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#THICamT28oZ92I8LN8qf32urdAURe2oT { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:roundo;font-size:5.625rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:15.4375rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fwBQtTm8xIaz2sf1nptIAkDc41x4xhv1 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:roundo;font-size:2.3125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:12.0625rem;left:4.5rem;height:3.46875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W9mUvBvdedvBTIqO4WyLJzHIrwA0OQt2 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:playfair;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:8.75rem;left:12.5rem;height:2.34375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lNCA1ArfDO6pXNvS3JqR9oEF1GJsiLpo { color:#ffffff;display:block;width:33rem;position:absolute;font-family:roundo;font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:21.5rem;left:1.9375rem;height:3.46875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UVxpUJuuNWLXhpTuavTk4nvsR0J48fSr { position:absolute;display:block;z-index:15010;height:21.5rem;width:26.8125rem;top:0rem;left:47.9375rem;display:block; }
#Itm7FhyT4t67ZIUCdmTV4WirifRroEA2 { box-sizing:content-box;height:51.5rem;width:25.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.79);background-image:none;top:0.859375rem;left:48.6875rem;display:block; }
#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #b0a9a9, #444444);background-image: -moz-linear-gradient(253deg, #b0a9a9, #444444);background-image: -ms-linear-gradient(253deg, #b0a9a9, #444444);background-image: -o-linear-gradient(253deg, #b0a9a9, #444444);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );";background-image: linear-gradient(253deg, #b0a9a9, #444444);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; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container { background-color: transparent; background-image: none; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container > .video-iframe-container { display: none; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row > .video-iframe-container { display: none; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .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); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container { border-width: 0; border-radius: 0; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#FOiTLOTd0podKn3LIaz0BXD7TuQhkuJ2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.84375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { background-color: transparent; background-image: none; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container > .video-iframe-container { display: none; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row > .video-iframe-container { display: none; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .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); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { border-width: 0; border-radius: 0; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#IAmb9woBHkr45VHZ0EdnMclX9HTTDnvw { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.0234375rem;left:2.5rem;display:block; }
#znJTWoR1kQ0GX9F3oSN9BTf5oIDcmUAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKXBba9K38fNy5wxxNvuWN4brdhwMRmQ { color:#0a0a0a;display:block;width:32.5625rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.25rem;left:2.5rem;height:10.7988375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m8oPLhqeC5vDI5pMxtrnoEN10sy9WhJr { color:#d8d1c7;display:block;width:30.3125rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:4.5625rem;left:2.5rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuAOwRw9KKinxkhv45dJfSLZriWtXZCM { position:absolute;display:block;z-index:14999;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:35rem;top:4.125rem;left:38.75rem;display:block; }
#y5a6qNT4gBVZGw1tGFEzPWoXWXLar0PJ { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:5.9375rem;left:40.4375rem;height:16.08640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQHxVytR8qezduHAanmGhDa3MPLLaNWC { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:12.6875rem;left:40.4375rem;display:block; }
#LAVzKz1edSsTb0i56xkAsLST1K1pgECu { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:8.125rem;left:40.4375rem;display:block; }
#lkVN1sTsn6ZbA0NqKtaCFTaGSVTSgpIk { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:17.0625rem;left:40.4375rem;display:block; }
#vImHPAXoOmO5n5dxCJgik471qkJQuSz3 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:24.6875rem;left:40.4375rem;display:block; }
#xsIihza1ONDyNJEz4BL9Fw5JcNUDVoo4 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:roundo;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.3125rem;left:40.4375rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { position:relative;display:block; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { background-color: transparent; background-image: none; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container > .video-iframe-container { display: none; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row > .video-iframe-container { display: none; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { border-width: 0; border-radius: 0; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container::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; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bbcf83a4-d94c-4bfd-85c0-294b44fc445b/pexelsdidsss19900398.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container.adaptive-delivery-prevent-bg, #tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container.lazyload, #tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container.lazyloading { background-image: none; }#t3VwKvNMNIG2zeB9LlgWRtdBL5EI5Muw { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3125rem;left:31.25rem;height:6.2998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ik82WTwnvouIxTRNvVmDT1RiMnBXzA9Z { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.8125rem;left:31.25rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#w7X6m3kKzqIp9UUxo5crTlTLJk7pdgwJ { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:31.125rem;display:block; }
#dQWM2mtXm6eyWNASfGzsVXNSLK23y41F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDGBDhm8N4dTicNe5e98iBLr8kNC1gW4 { position:absolute;display:block;z-index:15002;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:26.25rem;top:0rem;left:0rem;display:block; }
#URAFuoloWysscqvcxTI4pz6fpplbk9TG { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:23.1875rem;left:31.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yw8zH1faDGfR0snaQII2VOowARoQB1pD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:26.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BZZScr0LeP4yDZGpvFx2WKE66TqzBD7Q { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:33.5rem;left:31.25rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container { background-color: transparent; background-image: none; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container > .video-iframe-container { display: none; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row > .video-iframe-container { display: none; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .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); }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container { border-width: 0; border-radius: 0; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#yimLll1VKoFfq4kqdQhLv5CkwpPgGVi3 { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.25rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8.875rem;left:0rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7mdLPZb4Zqb5XV97rbJ5rQF2sDiTocA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.5rem;left:42.625rem; }
#Zv03geiqSAp1FiIIJf8SClQnS264LaWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.5rem;left:39.6875rem; }
#rKgNug230rQlSovJnJbTrcusV6inooC7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.5rem;left:36.5625rem; }
#Fb6xzoCsCQlUEvIL6fTo1EGbEU7lytfy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.5rem;left:33.4375rem; }
#ez849R5NsoWS91z3rBBEWEuVqVQlDI3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.5rem;left:30.0625rem; }
#TbwcZAUvGSv069rLUFEBvR8Rnofzh5BQ { color:#0a0a0a;display:block;width:55.9375rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.5625rem;height:8.999025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nPxWl0a9x0TVAnRQgiEz34bLRMGETLET { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:23.3125rem;left:19.9375rem;display:block; }
#zLpkodTm3oy8f0ApXoFoAGei7ntzfSE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amTbl5xvGdNxa1NqDQWX0GooC1g6mrsi { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15060;background-color:#aa9ba2;background-image:none;top:22.4375rem;left:37.4375rem;display:block; }
#o1Qq26K1MVTUyV5rOtm4Im4dli6O9fau { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:23.3125rem;left:38.8125rem;display:block; }
#NFI5nU41bEI0aaWEWgqFHGR7oRMPxxHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d2c9;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; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container { background-color: transparent; background-image: none; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container > .video-iframe-container { display: none; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row > .video-iframe-container { display: none; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .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); }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container { border-width: 0; border-radius: 0; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-form-header {  }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:29rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .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:29rem;box-sizing:border-box;height:2.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"acumin pro";vertical-align:top;font-weight:300;font-style:normal; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-text {padding-top: 0; padding-bottom: 0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .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:29rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"acumin pro";vertical-align:top;font-weight:300;font-style:normal; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .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:29rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-select {padding-top: 0; padding-bottom: 0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#614068;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.75rem;margin-bottom:0.25rem;margin-left:0.75rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:300;color:#ffffff;width:27.5rem;height:2.8125rem;font-family:"acumin pro";overflow:hidden;font-style:normal; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.8125rem;overflow:hidden;font-style:normal;float:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .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; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-container:first-of-type{padding-top:0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-container:last-of-type{padding-bottom:0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2.875rem;left:28.5rem; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH {display:block;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2.875rem;left:36rem;display:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #e7Jw978XEElWvapi4bwrGVPdNA1PeZoD { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #suH6SHThLpsTKISeIpCG2vZuJcKB4pfN { position:relative;display:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #al78QTqaKkSGxpdc77pSHPV3FqId6mL8 { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #JAaGp1m1NIk7zX6EgSStvPu8TeymC6Zn { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #oWwyWKTtPzvttdf42b0OrnmBTXm3ykFX { position:relative;display:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #rHX4cpKLnrNEfc6wMPJTaWTA0cOzPv60 { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #kPybw4ErIP9WWT3M7b9IKxOO5yInrFVN { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #sphEaxUW8VR9on98FnAfai1BPad3mt2p { position:relative;display:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #Jlyy7vc6kcZ5B6K2nAS16REXnLTdd8vI { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #fM2VUOvTgEOXvQKzAZRPWyP01IEp1i3F { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #mXi8Ptbw8v2ZFJuJOR35roeAzrSkGWqW { position:relative;display:none; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #U9P8olobou80rT5bR7TNGw9Wr6G45iln { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #RAzkpB12ZZCV4x1vKvxqQbiovqzmfrZT { position:relative; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #tW1cynU0DsePFoBiybhTLoaOgwDNNzn3 { position:relative; }
#xUwvQAbBdOlVwK26bq2s1sahTEUDQX4K { color:#d8d1c7;display:block;width:27.625rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:7.25rem;left:7rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fHq2TKmcZAs0ZbqZbNWTUNsCrpaMssla { color:#0a0a0a;display:block;width:26.3125rem;position:absolute;font-family:roundo;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.0625rem;left:7rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMC5fiXPR8UgEzFVS7CC3DZt2lXcTowV { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.5625rem;left:7rem;display:block; }
#zmMrfsaK0GdsdkZA68hNfBl03vgH6wa5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container { background-color: transparent; background-image: none; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container > .video-iframe-container { display: none; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row > .video-iframe-container { display: none; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .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); }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container { border-width: 0; border-radius: 0; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#ORaMGCsT02AdohRXuA65J3ESDJuZlcHD { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:roundo;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.9375rem;left:9.6875rem;height:4.1997rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NamoMVFOoRcqBRlU41bld7eg8z6Iaqpb { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:4.5625rem;left:9.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#msBz8wTyOufmXKMTi2RlAuVoE4A5QT91 { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:6.6875rem;left:9.6875rem;height:4.7988375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bhg0wUQvRXhxx2RnA4cDuQJC9B39KfTO { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:4.5625rem;left:47.3125rem;height:1.79980625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qIdXFkRtNfwDpm4dTEJyUKEsATL4EC3C { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:6.681640625rem;left:47.3125rem;height:4.7988375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OG4aBspFCL5BHVtWwXQpyxXzTdeyT6gd { color:#ffffff;display:block;width:19.8115rem;position:absolute;font-family:roundo;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:12.9365234375rem;left:46.75rem;height:4.1997rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pNCzUyCCFwuU0hCLDtOvkFJexv9xlqcq { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14.6875rem;top:3.58740234375rem;left:30.15625rem;overflow:hidden;display:block; }
#vCAtwOJis5o4L4GgGzCI0Ou7scAwts92 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:9.75rem;left:34.9375rem; }
#vCAtwOJis5o4L4GgGzCI0Ou7scAwts92 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#dbfrfxy1wNN1EJ3rUcCHQJIyKMT8Aams { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.75rem;left:38.125rem; }
#dbfrfxy1wNN1EJ3rUcCHQJIyKMT8Aams > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc { display:block; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVcyNGC3hTy5CwuCxUeJhpwvafoWt6KI { width:8.5rem;height:1.75rem;top:1.9375rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqKGA8noq7HvPMz03R8R0nsnixs1I66S { width:9.5625rem;height:1.75rem;top:1.9375rem;left:38.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThWbW3B6ksBSw2NuSoWMMKCOcXwlVdV { width:10.6875rem;height:1.25rem;top:3.6875rem;left:37.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #un3xTmKe5TnWxdNNZTq8dszTtm0d7xp7 { width:10.5625rem;height:1.25rem;top:3.6875rem;left:37.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0UnBR2fm9aqyWmBrdJDTGTSrHk976V { top:1.3125rem;left:0rem;width:15.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5yXMROSuwttTTpFuDux1IJ7zcSawZmF { display:block; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THICamT28oZ92I8LN8qf32urdAURe2oT { top:15.4375rem;left:0rem;width:36.8125rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwBQtTm8xIaz2sf1nptIAkDc41x4xhv1 { top:12.0625rem;left:0rem;width:27.8125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9mUvBvdedvBTIqO4WyLJzHIrwA0OQt2 { top:8.75rem;left:0rem;width:11.875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNCA1ArfDO6pXNvS3JqR9oEF1GJsiLpo { top:21.5rem;left:0rem;width:33rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVxpUJuuNWLXhpTuavTk4nvsR0J48fSr { top:0rem;left:20.9375rem;width:26.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itm7FhyT4t67ZIUCdmTV4WirifRroEA2 { top:0.8125rem;left:22.4375rem;width:25.3125rem;height:51.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT { display:block; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOiTLOTd0podKn3LIaz0BXD7TuQhkuJ2 { width:47.75rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra { display:block; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAmb9woBHkr45VHZ0EdnMclX9HTTDnvw { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJTWoR1kQ0GX9F3oSN9BTf5oIDcmUAv { display:block; }
 }@media only screen and (max-width: 763px) { #ZKXBba9K38fNy5wxxNvuWN4brdhwMRmQ { width:32.5625rem;height:10.75rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8oPLhqeC5vDI5pMxtrnoEN10sy9WhJr { width:30.3125rem;height:2.75rem;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAOwRw9KKinxkhv45dJfSLZriWtXZCM { top:4.125rem;left:12.75rem;width:35rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5a6qNT4gBVZGw1tGFEzPWoXWXLar0PJ { width:32.5rem;height:16.0625rem;top:5.9375rem;left:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHxVytR8qezduHAanmGhDa3MPLLaNWC { top:12.6875rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAVzKz1edSsTb0i56xkAsLST1K1pgECu { top:8.125rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkVN1sTsn6ZbA0NqKtaCFTaGSVTSgpIk { top:17.0625rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImHPAXoOmO5n5dxCJgik471qkJQuSz3 { top:24.6875rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIihza1ONDyNJEz4BL9Fw5JcNUDVoo4 { width:26.3125rem;height:1.375rem;top:22.3125rem;left:21.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { display:block; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3VwKvNMNIG2zeB9LlgWRtdBL5EI5Muw { top:4.3125rem;left:4rem;width:43.75rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik82WTwnvouIxTRNvVmDT1RiMnBXzA9Z { top:11.8125rem;left:4rem;width:43.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7X6m3kKzqIp9UUxo5crTlTLJk7pdgwJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQWM2mtXm6eyWNASfGzsVXNSLK23y41F { display:block; }
 }@media only screen and (max-width: 763px) { #qDGBDhm8N4dTicNe5e98iBLr8kNC1gW4 { width:26.25rem;height:39.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URAFuoloWysscqvcxTI4pz6fpplbk9TG { top:23.1875rem;left:4.1875rem;width:43.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw8zH1faDGfR0snaQII2VOowARoQB1pD { top:0rem;left:0rem;width:26.125rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZScr0LeP4yDZGpvFx2WKE66TqzBD7Q { top:33.5rem;left:4rem;width:43.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM46URK8KZ3rTxLwJsqA13K4utc1h5cV { display:block; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yimLll1VKoFfq4kqdQhLv5CkwpPgGVi3 { width:47.75rem;height:2rem;top:8.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7mdLPZb4Zqb5XV97rbJ5rQF2sDiTocA { top:4.5rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv03geiqSAp1FiIIJf8SClQnS264LaWD { top:4.5rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKgNug230rQlSovJnJbTrcusV6inooC7 { top:4.5rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb6xzoCsCQlUEvIL6fTo1EGbEU7lytfy { top:4.5rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez849R5NsoWS91z3rBBEWEuVqVQlDI3e { top:4.5rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwcZAUvGSv069rLUFEBvR8Rnofzh5BQ { width:47.75rem;height:8.9375rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPxWl0a9x0TVAnRQgiEz34bLRMGETLET { width:16.25rem;height:2.5625rem;top:23.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLpkodTm3oy8f0ApXoFoAGei7ntzfSE2 { display:block; }
 }@media only screen and (max-width: 763px) { #amTbl5xvGdNxa1NqDQWX0GooC1g6mrsi { top:22.4375rem;left:23.8125rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Qq26K1MVTUyV5rOtm4Im4dli6O9fau { width:16.25rem;height:2.5625rem;top:23.3125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFI5nU41bEI0aaWEWgqFHGR7oRMPxxHC { display:block; }
 }@media only screen and (max-width: 763px) { #TOfpu7bIbQhN9aOXHCy7ckXivT722ysO { display:block; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-text {padding-top: 0; padding-bottom: 0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-select {padding-top: 0; padding-bottom: 0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-button { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-checkbox-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH  { width:29rem;height:auto;top:2.875rem;left:16.25rem; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH {display:block;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH { width:29rem;height:auto;top:2.8125rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #e7Jw978XEElWvapi4bwrGVPdNA1PeZoD {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #suH6SHThLpsTKISeIpCG2vZuJcKB4pfN {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #al78QTqaKkSGxpdc77pSHPV3FqId6mL8 {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #JAaGp1m1NIk7zX6EgSStvPu8TeymC6Zn {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #oWwyWKTtPzvttdf42b0OrnmBTXm3ykFX {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #rHX4cpKLnrNEfc6wMPJTaWTA0cOzPv60 {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #kPybw4ErIP9WWT3M7b9IKxOO5yInrFVN {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #sphEaxUW8VR9on98FnAfai1BPad3mt2p {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #Jlyy7vc6kcZ5B6K2nAS16REXnLTdd8vI {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #fM2VUOvTgEOXvQKzAZRPWyP01IEp1i3F {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #mXi8Ptbw8v2ZFJuJOR35roeAzrSkGWqW {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #U9P8olobou80rT5bR7TNGw9Wr6G45iln {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #RAzkpB12ZZCV4x1vKvxqQbiovqzmfrZT {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #tW1cynU0DsePFoBiybhTLoaOgwDNNzn3 {  }
 }@media only screen and (max-width: 763px) { #xUwvQAbBdOlVwK26bq2s1sahTEUDQX4K { width:27.625rem;height:8.25rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHq2TKmcZAs0ZbqZbNWTUNsCrpaMssla { width:26.3125rem;height:9rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMC5fiXPR8UgEzFVS7CC3DZt2lXcTowV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmMrfsaK0GdsdkZA68hNfBl03vgH6wa5 { display:block; }
 }@media only screen and (max-width: 763px) { #Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X { display:block; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORaMGCsT02AdohRXuA65J3ESDJuZlcHD { width:19.75rem;height:4.1875rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NamoMVFOoRcqBRlU41bld7eg8z6Iaqpb { width:19.3125rem;height:1.75rem;top:4.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBz8wTyOufmXKMTi2RlAuVoE4A5QT91 { width:19.3125rem;height:4.75rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhg0wUQvRXhxx2RnA4cDuQJC9B39KfTO { width:19.3125rem;height:1.75rem;top:4.5625rem;left:28.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdXFkRtNfwDpm4dTEJyUKEsATL4EC3C { width:19.3125rem;height:4.75rem;top:6.625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG4aBspFCL5BHVtWwXQpyxXzTdeyT6gd { width:19.75rem;height:4.1875rem;top:12.875rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNCzUyCCFwuU0hCLDtOvkFJexv9xlqcq { top:3.5625rem;left:16.53125rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCAtwOJis5o4L4GgGzCI0Ou7scAwts92 { top:9.75rem;left:21.3125rem;width:2rem;height:2rem;display:block; }
#vCAtwOJis5o4L4GgGzCI0Ou7scAwts92 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #dbfrfxy1wNN1EJ3rUcCHQJIyKMT8Aams { top:9.75rem;left:24.5rem;width:2rem;height:2rem;display:block; }
#dbfrfxy1wNN1EJ3rUcCHQJIyKMT8Aams > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc { background-color:#111111;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; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { background-color: transparent; background-image: none; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container > .video-iframe-container { display: none; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row > .video-iframe-container { display: none; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .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); }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { border-width: 0; border-radius: 0; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMXCZ5Q5GXil5yrUU1uTwhR2TmiiLhLc > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVcyNGC3hTy5CwuCxUeJhpwvafoWt6KI { width:8.5rem;height:1.57470625rem;top:5.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yqKGA8noq7HvPMz03R8R0nsnixs1I66S { width:9.1875rem;height:1.57470625rem;top:5.75rem;left:10.8125rem;text-align:right;text-align-last:right;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GThWbW3B6ksBSw2NuSoWMMKCOcXwlVdV { width:6.75rem;height:2.5996125rem;top:7.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #un3xTmKe5TnWxdNNZTq8dszTtm0d7xp7 { width:6.6875rem;height:2.5996125rem;top:7.3125rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0UnBR2fm9aqyWmBrdJDTGTSrHk976V { width:11.75rem;height:2.75rem;top:1.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5yXMROSuwttTTpFuDux1IJ7zcSawZmF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF.adaptive-delivery-prevent-bg, #L5yXMROSuwttTTpFuDux1IJ7zcSawZmF.lazyload, #L5yXMROSuwttTTpFuDux1IJ7zcSawZmF.lazyloading { background-image: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { background-color: transparent; background-image: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container > .video-iframe-container { display: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row > .video-iframe-container { display: none; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .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); }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { border-width: 0; border-radius: 0; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF::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; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5yXMROSuwttTTpFuDux1IJ7zcSawZmF > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THICamT28oZ92I8LN8qf32urdAURe2oT { width:19.75rem;height:3.9375rem;top:6.6875rem;left:0rem;font-size:2.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwBQtTm8xIaz2sf1nptIAkDc41x4xhv1 { width:20rem;height:1.875rem;top:5.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W9mUvBvdedvBTIqO4WyLJzHIrwA0OQt2 { width:19.9375rem;height:2.34375rem;top:2.0625rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lNCA1ArfDO6pXNvS3JqR9oEF1GJsiLpo { width:20rem;height:1.875rem;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UVxpUJuuNWLXhpTuavTk4nvsR0J48fSr { width:20rem;height:21.5rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itm7FhyT4t67ZIUCdmTV4WirifRroEA2 { width:20rem;height:64.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container { background-color: transparent; background-image: none; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container > .video-iframe-container { display: none; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row > .video-iframe-container { display: none; }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .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); }#vppLpD5PnPcZQ8fmRh5KvvvoKm36uaJT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOiTLOTd0podKn3LIaz0BXD7TuQhkuJ2 { width:20rem;height:5.98095625rem;top:2.478515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { background-color: transparent; background-image: none; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container > .video-iframe-container { display: none; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row > .video-iframe-container { display: none; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .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); }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { border-width: 0; border-radius: 0; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9IXI534o3T7fS5cpJ6EhOQrLd8FtVra > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAmb9woBHkr45VHZ0EdnMclX9HTTDnvw { width:14.8125rem;height:3.75rem;top:18.4375rem;left:2.59375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #znJTWoR1kQ0GX9F3oSN9BTf5oIDcmUAv { display:block; }
 }@media only screen and (max-width: 763px) { #ZKXBba9K38fNy5wxxNvuWN4brdhwMRmQ { width:20rem;height:11.197275rem;top:5.7431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8oPLhqeC5vDI5pMxtrnoEN10sy9WhJr { width:20rem;height:2.19970625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAOwRw9KKinxkhv45dJfSLZriWtXZCM { width:20rem;height:22.9375rem;top:24.25rem;left:0rem;background-color:#aa9ba2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #y5a6qNT4gBVZGw1tGFEzPWoXWXLar0PJ { width:17.375rem;height:16.897475rem;top:26.0625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHxVytR8qezduHAanmGhDa3MPLLaNWC { width:6.25rem;height:0.1875rem;top:28.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAVzKz1edSsTb0i56xkAsLST1K1pgECu { width:6.25rem;height:0.1875rem;top:32.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkVN1sTsn6ZbA0NqKtaCFTaGSVTSgpIk { width:6.25rem;height:0.1875rem;top:37.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImHPAXoOmO5n5dxCJgik471qkJQuSz3 { width:6.25rem;height:0.1875rem;top:44.9873046875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIihza1ONDyNJEz4BL9Fw5JcNUDVoo4 { width:17.3125rem;height:1.19970625rem;top:42.95947265625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { display:block; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { background-color: transparent; background-image: none; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container > .video-iframe-container { display: none; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row > .video-iframe-container { display: none; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC { border-width: 0; border-radius: 0; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container::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; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container { width:20rem;height:64rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bbcf83a4-d94c-4bfd-85c0-294b44fc445b/pexelsdidsss19900398.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container.adaptive-delivery-prevent-bg, #tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container.lazyload, #tgtyo0sesp0Q3v9y31ayvkzzT3QCvqnC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #t3VwKvNMNIG2zeB9LlgWRtdBL5EI5Muw { width:20rem;height:6.2988125rem;top:1.75rem;left:0rem;font-size:1.75rem;z-index:15037;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #Ik82WTwnvouIxTRNvVmDT1RiMnBXzA9Z { width:19.1875rem;height:6.7988125rem;top:9.1875rem;left:0.4375rem;font-size:1rem;z-index:15038;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #w7X6m3kKzqIp9UUxo5crTlTLJk7pdgwJ { width:12.75rem;height:3.75rem;top:17rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #dQWM2mtXm6eyWNASfGzsVXNSLK23y41F { display:block; }
 }@media only screen and (max-width: 763px) { #qDGBDhm8N4dTicNe5e98iBLr8kNC1gW4 { width:20rem;height:9.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URAFuoloWysscqvcxTI4pz6fpplbk9TG { width:19rem;height:8.3984375rem;top:22.0625rem;left:0.5rem;font-size:1.75rem;z-index:15037;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #yw8zH1faDGfR0snaQII2VOowARoQB1pD { width:20rem;height:30.4375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZScr0LeP4yDZGpvFx2WKE66TqzBD7Q { width:20rem;height:1.3808625rem;top:31rem;left:0rem;font-size:0.8125rem;z-index:15038;text-align:center;text-align-last:center;font-family:roundo;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OM46URK8KZ3rTxLwJsqA13K4utc1h5cV { display:block; }#OM46URK8KZ3rTxLwJsqA13K4utc1h5cV > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yimLll1VKoFfq4kqdQhLv5CkwpPgGVi3 { width:19.0625rem;height:4.3994125rem;top:5.6875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z7mdLPZb4Zqb5XV97rbJ5rQF2sDiTocA { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Zv03geiqSAp1FiIIJf8SClQnS264LaWD { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rKgNug230rQlSovJnJbTrcusV6inooC7 { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Fb6xzoCsCQlUEvIL6fTo1EGbEU7lytfy { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ez849R5NsoWS91z3rBBEWEuVqVQlDI3e { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TbwcZAUvGSv069rLUFEBvR8Rnofzh5BQ { width:20rem;height:15rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPxWl0a9x0TVAnRQgiEz34bLRMGETLET { width:16.25rem;height:2.5625rem;top:27.4375rem;left:1.8125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLpkodTm3oy8f0ApXoFoAGei7ntzfSE2 { display:block; }
 }@media only screen and (max-width: 763px) { #amTbl5xvGdNxa1NqDQWX0GooC1g6mrsi { width:0.125rem;height:4.375rem;top:28.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Qq26K1MVTUyV5rOtm4Im4dli6O9fau { width:16.25rem;height:2.5625rem;top:30.9375rem;left:1.8125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFI5nU41bEI0aaWEWgqFHGR7oRMPxxHC { display:block; }
 }@media only screen and (max-width: 763px) { #TOfpu7bIbQhN9aOXHCy7ckXivT722ysO { display:block; }#TOfpu7bIbQhN9aOXHCy7ckXivT722ysO > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-text {padding-top: 0; padding-bottom: 0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-select {padding-top: 0; padding-bottom: 0;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH  { width:17.5rem;height:18.24rem;top:24.9500875rem;left:0rem; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH {display:block;}#zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH { width:17.5rem;height:18.2395rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #e7Jw978XEElWvapi4bwrGVPdNA1PeZoD {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #suH6SHThLpsTKISeIpCG2vZuJcKB4pfN {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #al78QTqaKkSGxpdc77pSHPV3FqId6mL8 {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #JAaGp1m1NIk7zX6EgSStvPu8TeymC6Zn {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #oWwyWKTtPzvttdf42b0OrnmBTXm3ykFX {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #rHX4cpKLnrNEfc6wMPJTaWTA0cOzPv60 {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #kPybw4ErIP9WWT3M7b9IKxOO5yInrFVN {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #sphEaxUW8VR9on98FnAfai1BPad3mt2p {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #Jlyy7vc6kcZ5B6K2nAS16REXnLTdd8vI {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #fM2VUOvTgEOXvQKzAZRPWyP01IEp1i3F {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #mXi8Ptbw8v2ZFJuJOR35roeAzrSkGWqW {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #U9P8olobou80rT5bR7TNGw9Wr6G45iln {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #RAzkpB12ZZCV4x1vKvxqQbiovqzmfrZT {  }
 }@media only screen and (max-width: 763px) { #zt5ZW8KaW4GDfN1liqCVXwAL0O4CiRrH #tW1cynU0DsePFoBiybhTLoaOgwDNNzn3 {  }
 }@media only screen and (max-width: 763px) { #xUwvQAbBdOlVwK26bq2s1sahTEUDQX4K { width:20rem;height:8.7988125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHq2TKmcZAs0ZbqZbNWTUNsCrpaMssla { width:20rem;height:12.79689375rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMC5fiXPR8UgEzFVS7CC3DZt2lXcTowV { width:12.75rem;height:3.75rem;top:25.25927734375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zmMrfsaK0GdsdkZA68hNfBl03vgH6wa5 { display:block; }
 }@media only screen and (max-width: 763px) { #Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X { display:block; }#Lwg9JWvxiXwHGRTlhc8Z0gvQ801WRw3X > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORaMGCsT02AdohRXuA65J3ESDJuZlcHD { width:19.7485625rem;height:4.1997rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NamoMVFOoRcqBRlU41bld7eg8z6Iaqpb { width:20rem;height:1.57470625rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #msBz8wTyOufmXKMTi2RlAuVoE4A5QT91 { width:20rem;height:4.1997rem;top:5.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bhg0wUQvRXhxx2RnA4cDuQJC9B39KfTO { width:20rem;height:1.57470625rem;top:17.67578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qIdXFkRtNfwDpm4dTEJyUKEsATL4EC3C { width:20rem;height:4.1997rem;top:19.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OG4aBspFCL5BHVtWwXQpyxXzTdeyT6gd { width:20rem;height:4.1997rem;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNCzUyCCFwuU0hCLDtOvkFJexv9xlqcq { width:12.3125rem;height:3.0625rem;top:31.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCAtwOJis5o4L4GgGzCI0Ou7scAwts92 { display:flex;width:2rem;height:2rem;top:35.9375rem;left:10.5625rem; }
#vCAtwOJis5o4L4GgGzCI0Ou7scAwts92 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #dbfrfxy1wNN1EJ3rUcCHQJIyKMT8Aams { display:flex;width:2rem;height:2rem;top:35.9375rem;left:7.6875rem; }
#dbfrfxy1wNN1EJ3rUcCHQJIyKMT8Aams > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }