.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { background-color: transparent; background-image: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container > .video-iframe-container { display: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row > .video-iframe-container { display: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .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); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { border-width: 0; border-radius: 0; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { font-size:0.875rem;font-family:"open sans";height:6.5625rem;width:60rem;position:relative;display:block; }#Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:18.5618125rem;top:0.3125rem;left:20.717329025269rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:80.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { color:#000000;display:block;width:31.936875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:1.9259984493256rem;left:13.000217437744rem;height:7.5rem;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:right;text-align-last:right;display:block; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-form-header {  }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { display:block;width:20rem;height:auto;font-size:0.875rem;font-family:"mykonos ar";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:20rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"mykonos ar";font-weight:400;text-align:right;text-align-last:right;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:2.9375rem;width:20rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"mykonos ar";font-weight:400;text-align:right;text-align-last:right;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:20rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:10rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"mykonos ar";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial !important;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:50.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:9.125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container:first-of-type{padding-top:0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container:last-of-type{padding-bottom:0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:51.875rem;height:auto;left:5.625rem;top:68.040366649625rem;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:20.625rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:51.875rem;height:auto;left:5.625rem;top:68.040366649625rem;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb { position:relative; }
#hEiTfPwgxSZ3zq4geK3HzPUA3HK41VlR { position:relative;display:block; }
#zTlUf6PBNfe85ZBl9W51zlpDhMM8mvse { position:relative;display:block; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 { position:relative; }
#Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { color:#035cac;display:block;width:35.4980625rem;position:absolute;font-family:"mykonos ar";font-size:1.5625rem;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:10.277778863907rem;left:12.249349594116rem;height:5.625rem;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; }
#P0QV6H8KwEsn0DaJI9m1Ecx3tFlypepV { color:#000000;display:block;width:27.0605625rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.8;letter-spacing:0;top:75.748706340788rem;left:32.939453125rem;height:6.7480625rem;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; }
#KrIIK2os4MWMA9KtxEVcdnZSO7dbmevz { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.25rem dashed #01858a;border-left:0.25rem dashed #01858a;border-right:0.25rem dashed #01858a;border-bottom:0.25rem dashed #01858a;height:6.06228125rem;width:26.124125rem;top:56.6875rem;left:15.9375rem;display:block; }
#pTgH10ouemiLn3JyGG7x3ZRQ93OvyWyN { color:#000000;display:block;width:24.5605625rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.7;letter-spacing:0;top:57.875rem;left:16.4375rem;height:4.24913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHBacNxJlrMTMua1vyFTrswTNRnQcx2x { box-sizing:content-box;color:#006ecb;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:52.18750333786rem;left:27.561847686767rem;display:block; }
#ifBE2sTFS8M9zw1Mfge9nBqGHqh27ELG { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9d7839;border-left:0.125rem solid #9d7839;border-right:0.125rem solid #9d7839;border-bottom:0.125rem solid #9d7839;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:32.5rem;width:18.936625rem;top:19.4375rem;left:40rem;display:block; }
#BNBITdesiD3IkHiC8C4xc6IseNF5FnPw { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9d7839;border-left:0.125rem solid #9d7839;border-right:0.125rem solid #9d7839;border-bottom:0.125rem solid #9d7839;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:32.374125rem;width:18.811875rem;top:19.375rem;left:20rem;display:block; }
#KtEFhViNXwirTFN6RPXlXCZ7qEfLyA9r { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9d7839;border-left:0.125rem solid #9d7839;border-right:0.125rem solid #9d7839;border-bottom:0.125rem solid #9d7839;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:32.1875rem;width:18.811875rem;top:19.5625rem;left:0rem;display:block; }
#Pgsl7oXTrkzoNUkpOddFynPXVcbZ85k4 { background-color:#9d7839;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.25062125rem;height:2.8756525rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:48.375rem;left:46rem;display:block; }
#E8z2EVd0DFZuXRA0QSr5Fp132bwzWzdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OyMlbRHh7G6nKWmKefN9b5gJ154c4Kcq { background-color:#9d7839;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e8ffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.25062125rem;height:2.8756525rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:48.3125rem;left:26rem;display:block; }
#CncV4VtnznnSxOEtu1cZBSBRvEZCUfAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kQEQmMd66CJLREUtkap96If9oKoVWnTK { background-color:#9d7839;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.25062125rem;height:2.8756525rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:48.25rem;left:5.75rem;display:block; }
#aybMcyyDpUOIh1ZhuWcUcLZWphzQgMAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mmx60QHzuxng5kdDsamnLNm9DQiS946v { color:#707b8b;display:block;width:13.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.7;letter-spacing:0;top:46.353082656861rem;left:2.4055976867676rem;height:2.12456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOVd6CwH5ng9WhnHSXnW9IU0hTbD8QW8 { color:#707b8b;display:block;width:13.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:45.43750333786rem;left:42.312282562256rem;height:2.12456875rem;font-style:normal;display:block; }
#PxCJJzTMrdRhkyQ9yWakdUU9IE8yoqBq { color:#707b8b;display:block;width:15.1248125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:45.164714813233rem;left:19.061416625976rem;height:2.12456875rem;font-style:normal;display:block; }
#Lo7KUec2BB8rxN9zmlpN907GFEdnxWkE { box-sizing:content-box;color:#c0c0c0;font-size:10.1875rem;font-weight:400;line-height:1;height:14.5605625rem;width:14.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:21.5625rem;left:42.1875rem;display:block; }
#ShlPFcEu2RM3FCLWGe9wnl452q30kRXO { box-sizing:content-box;color:#a47100;font-size:9.625rem;font-weight:400;line-height:1;height:13.811875rem;width:13.9355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:21.9375rem;left:22.5625rem;display:block; }
#UMeabhrwpmegnOlXyrcPpXVUW0qmG84A { box-sizing:content-box;color:#a3a3a3;font-size:10.4375rem;font-weight:400;line-height:1;height:14.936rem;width:15.061875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:22rem;left:1.9375rem;display:block; }
#I5pEp93KGmfm1qJ2gghnKTazweKvmV38 { color:#707b8b;display:block;width:15.1248125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:37.4375rem;left:40.625rem;height:2.12456875rem;font-style:normal;display:block; }
#qCDJnp7yULhhkUANCRzCTGG0xxEiHigp { color:#707b8b;display:block;width:13.936625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:41.249785900116rem;left:41.687282562256rem;height:2.12456875rem;font-style:normal;display:block; }
#f6T9gJg6vys4LKh5GGcyJkUMcJJLfBHr { color:#707b8b;display:block;width:15.1248125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:37.5rem;left:21.3125rem;height:2.12456875rem;font-style:normal;display:block; }
#Vc8S3mdfxOs7AC35fLBXbO16DtamrAtU { color:#707b8b;display:block;width:13.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:41.185331344604rem;left:22.000869750976rem;height:2.12456875rem;font-style:normal;display:block; }
#k1WADQfLIEsyuqtMqo4rpnTeZAzdP6pg { color:#707b8b;display:block;width:15.1248125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:37.06250333786rem;left:0.24956512451172rem;height:2.12456875rem;font-style:normal;display:block; }
#vNDPeRuIPR6IWCHxOhDDJHbXu0PcBku3 { color:#707b8b;display:block;width:17.061625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:40.807944297791rem;left:0.9982624053955rem;height:4.24913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT19rKrzUc31TvAb33fu7ZRuMbwLk7hH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:20.875rem;left:43.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXkREyQGiM11F5H4TqHVLfw3OimRpV92 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:20.8125rem;left:23.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSCPm7MMyP2dxSIHwMo22p8H0lphCn4H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAuMCxFtMyTh3VdPurFrH0rXH0NolXRO { color:#000000;display:block;width:6.9998125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:27.875rem;left:46rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwaJW4uSJzt5b6V4TV4MzOH19Tty5kER { color:#000000;display:block;width:6.9998125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:27.75rem;left:26rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPbq4SfW9S2a9huoENvxRAXiCaNccvRU { color:#000000;display:block;width:6.936875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:28.3125rem;left:6rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWThuQNao5IwDAOUAiwWJwuSXw59ptPV { box-sizing:content-box;color:#035cac;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:39.518230438233rem;left:48.779296875rem;display:block; }
#Jalt2wHWaeJR6HuDFns3BUBuKqRL8lQw { box-sizing:content-box;color:#035cac;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:43.436416625976rem;left:48.779296875rem;display:block; }
#VcmUZev9T0AwpBmI4txJRyHpeogye4FM { box-sizing:content-box;color:#035cac;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:39.435765266419rem;left:29.154731750488rem;display:block; }
#zRIWgUECX7xI184CqbRdfg1XDDZN79lw { box-sizing:content-box;color:#035cac;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:43.538846969604rem;left:29.186199188233rem;display:block; }
#IcQkyLnghD6bRhlPnHRHh39eAC5o37RK { box-sizing:content-box;color:#035cac;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:39.218317985534rem;left:8.7174472808837rem;display:block; }
#d8dTMvqueWU5veCWGqbhzmHlfoZKgq9R { box-sizing:content-box;color:#035cac;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:44.748916625976rem;left:8.7174472808837rem;display:block; }
#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ncvy7I9M/BC.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.adaptive-delivery-prevent-bg, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyload, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyloading { background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { background-color: transparent; background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .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); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { border-width: 0; border-radius: 0; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { font-size:0.875rem;font-family:"open sans";height:62.5rem;width:60rem;position:relative;display:block; }#VTcNJwi4g7HpD54JIxPxsOWEypudaemI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/f1x1Ud4s/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:13.75rem;top:11.25rem;left:1.1875rem;display:block; }#VTcNJwi4g7HpD54JIxPxsOWEypudaemI.adaptive-delivery-prevent-bg, #VTcNJwi4g7HpD54JIxPxsOWEypudaemI.lazyload, #VTcNJwi4g7HpD54JIxPxsOWEypudaemI.lazyloading { background-image: none; }
#KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0ncfdb7n/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6248125rem;width:13.75rem;top:11.25rem;left:15.8125rem;display:block; }#KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei.adaptive-delivery-prevent-bg, #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei.lazyload, #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei.lazyloading { background-image: none; }
#SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i2Hc9fWi/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:11.25rem;left:30.5rem;display:block; }#SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ.adaptive-delivery-prevent-bg, #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ.lazyload, #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ.lazyloading { background-image: none; }
#y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Rldx3cie/20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:11.25rem;left:45rem;display:block; }#y1iM1Usq5qO4wckRNL8GurwGOfyho3aB.adaptive-delivery-prevent-bg, #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB.lazyload, #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB.lazyloading { background-image: none; }
#Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/u76d8QfU/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:1.1875rem;display:block; }#Hu1szeqJxyELU30OPxWUyXahT0e1BPzN.adaptive-delivery-prevent-bg, #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN.lazyload, #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN.lazyloading { background-image: none; }
#Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/apcfafa8/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:15.8125rem;display:block; }#Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD.adaptive-delivery-prevent-bg, #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD.lazyload, #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD.lazyloading { background-image: none; }
#tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/J7IfubfJ/14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:30.5rem;display:block; }#tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t.adaptive-delivery-prevent-bg, #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t.lazyload, #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t.lazyloading { background-image: none; }
#WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7c4wfA2R/18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:45rem;display:block; }#WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ.adaptive-delivery-prevent-bg, #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ.lazyload, #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ.lazyloading { background-image: none; }
#VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5Zy3c15b/17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:1.1875rem;display:block; }#VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6.adaptive-delivery-prevent-bg, #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6.lazyload, #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6.lazyloading { background-image: none; }
#RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7ewna51y/16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:15.8125rem;display:block; }#RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6.adaptive-delivery-prevent-bg, #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6.lazyload, #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6.lazyloading { background-image: none; }
#ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MadjDBEX/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:30.5rem;display:block; }#ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX.adaptive-delivery-prevent-bg, #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX.lazyload, #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX.lazyloading { background-image: none; }
#v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/yfS1v7dD/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:45rem;display:block; }#v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8.adaptive-delivery-prevent-bg, #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8.lazyload, #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8.lazyloading { background-image: none; }
#hvReHNLvTsZumskHi3DlicfnkkdSIyzX { color:#f49037;display:block;width:35.685375rem;position:absolute;font-family:"mykonos ar";font-size:3.625rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:1.625rem;left:10.625rem;height:5.43728125rem;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; }
#zLgKCToynHn00OmNZzis85DR9dwfkCIF { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:2.875rem;left:39.125rem;display:block; }
#G0svTxR89k88eUNAfRANQAtnJAudRLCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0089d1;background-image:none;position:relative;display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { background-color: transparent; background-image: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container > .video-iframe-container { display: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row > .video-iframe-container { display: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .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); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { border-width: 0; border-radius: 0; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { font-size:0.875rem;font-family:"open sans";height:13.5rem;width:60rem;position:relative;display:block; }#iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { color:#ffffff;display:block;width:49.437125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.8389549255371rem;left:3.4623584747314rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#pazLTlFsPZadcU660C8clduEw1k9ToAF { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.669921875rem;left:26.620206832886rem;display:block; }
#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { position:relative;display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { background-color: transparent; background-image: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container > .video-iframe-container { display: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row > .video-iframe-container { display: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .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); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { border-width: 0; border-radius: 0; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:3.0625rem;width:60rem;position:relative;display:block; }#TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { color:#0089d1;display:block;width:16.4373125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.96146965026856rem;left:20.308061599731rem;height:1.13606875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { top:0.3125rem;left:14.592329025269rem;width:18.5rem;height:5.9177275926044rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:31.875rem;height:7.5rem;top:1.875rem;left:6.8752174377444rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { width:16.6875rem;height:auto; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { width:43.75rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { width:7.46875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:45.25rem;height:auto;top:68rem;left:0rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:17.3125rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:45.25rem;height:auto;top:68rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb {  }
 }@media only screen and (max-width: 763px) { #hEiTfPwgxSZ3zq4geK3HzPUA3HK41VlR { display:block; }
 }@media only screen and (max-width: 763px) { #zTlUf6PBNfe85ZBl9W51zlpDhMM8mvse { display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 {  }
 }@media only screen and (max-width: 763px) { #Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { width:35.4375rem;height:5.5rem;top:10.25rem;left:6.1243495941162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QV6H8KwEsn0DaJI9m1Ecx3tFlypepV { width:27rem;height:6.625rem;top:75.6875rem;left:20.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrIIK2os4MWMA9KtxEVcdnZSO7dbmevz { top:56.6875rem;left:9.8125rem;width:26.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTgH10ouemiLn3JyGG7x3ZRQ93OvyWyN { width:24.5rem;height:4.125rem;top:57.875rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBacNxJlrMTMua1vyFTrswTNRnQcx2x { top:52.1875rem;left:21.436847686767rem;width:6rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifBE2sTFS8M9zw1Mfge9nBqGHqh27ELG { width:18.875rem;height:32.5rem;top:19.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBITdesiD3IkHiC8C4xc6IseNF5FnPw { width:18.75rem;height:32.3125rem;top:19.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEFhViNXwirTFN6RPXlXCZ7qEfLyA9r { width:18.75rem;height:32.1875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgsl7oXTrkzoNUkpOddFynPXVcbZ85k4 { width:7.25rem;height:2.875rem;top:48.375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8z2EVd0DFZuXRA0QSr5Fp132bwzWzdN { display:block; }
 }@media only screen and (max-width: 763px) { #OyMlbRHh7G6nKWmKefN9b5gJ154c4Kcq { width:7.25rem;height:2.875rem;top:48.3125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncV4VtnznnSxOEtu1cZBSBRvEZCUfAm { display:block; }
 }@media only screen and (max-width: 763px) { #kQEQmMd66CJLREUtkap96If9oKoVWnTK { width:7.25rem;height:2.875rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aybMcyyDpUOIh1ZhuWcUcLZWphzQgMAB { display:block; }
 }@media only screen and (max-width: 763px) { #Mmx60QHzuxng5kdDsamnLNm9DQiS946v { width:13.875rem;height:2.0625rem;top:46.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVd6CwH5ng9WhnHSXnW9IU0hTbD8QW8 { width:13.875rem;height:2.0625rem;top:45.4375rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxCJJzTMrdRhkyQ9yWakdUU9IE8yoqBq { width:15.0625rem;height:2.0625rem;top:45.125rem;left:12.936416625976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo7KUec2BB8rxN9zmlpN907GFEdnxWkE { top:21.5625rem;left:33.0625rem;width:14.6875rem;height:14.5605625rem;font-size:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlPFcEu2RM3FCLWGe9wnl452q30kRXO { top:21.9375rem;left:16.4375rem;width:13.875rem;height:13.751850032964rem;font-size:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMeabhrwpmegnOlXyrcPpXVUW0qmG84A { top:22rem;left:0rem;width:15rem;height:14.874642101332rem;font-size:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5pEp93KGmfm1qJ2gghnKTazweKvmV38 { width:15.0625rem;height:2.0625rem;top:37.4375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCDJnp7yULhhkUANCRzCTGG0xxEiHigp { width:13.875rem;height:2.0625rem;top:41.1875rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6T9gJg6vys4LKh5GGcyJkUMcJJLfBHr { width:15.0625rem;height:2.0625rem;top:37.5rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8S3mdfxOs7AC35fLBXbO16DtamrAtU { width:13.875rem;height:2.0625rem;top:41.125rem;left:15.875869750976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1WADQfLIEsyuqtMqo4rpnTeZAzdP6pg { width:15.0625rem;height:2.0625rem;top:37.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDPeRuIPR6IWCHxOhDDJHbXu0PcBku3 { width:17rem;height:4.125rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT19rKrzUc31TvAb33fu7ZRuMbwLk7hH { top:20.875rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXkREyQGiM11F5H4TqHVLfw3OimRpV92 { top:20.8125rem;left:17.125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSCPm7MMyP2dxSIHwMo22p8H0lphCn4H { top:20.8125rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuMCxFtMyTh3VdPurFrH0rXH0NolXRO { top:27.875rem;left:39.875rem;width:6.9375rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwaJW4uSJzt5b6V4TV4MzOH19Tty5kER { top:27.75rem;left:19.875rem;width:6.9375rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbq4SfW9S2a9huoENvxRAXiCaNccvRU { top:28.3125rem;left:0rem;width:6.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWThuQNao5IwDAOUAiwWJwuSXw59ptPV { top:39.5rem;left:42.654296875rem;width:1.5625rem;height:1.6825299831471rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jalt2wHWaeJR6HuDFns3BUBuKqRL8lQw { top:43.375rem;left:42.654296875rem;width:1.5625rem;height:1.6814899036538rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcmUZev9T0AwpBmI4txJRyHpeogye4FM { top:39.375rem;left:23.029731750488rem;width:1.5625rem;height:1.6814899036538rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRIWgUECX7xI184CqbRdfg1XDDZN79lw { top:43.5rem;left:23.061199188233rem;width:1.5625rem;height:1.6814899036538rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcQkyLnghD6bRhlPnHRHh39eAC5o37RK { top:39.1875rem;left:2.5924472808838rem;width:1.5625rem;height:1.6814899036538rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8dTMvqueWU5veCWGqbhzmHlfoZKgq9R { top:44.6875rem;left:2.5924472808838rem;width:1.5625rem;height:1.6814899036538rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { top:11.25rem;left:0rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { top:11.25rem;left:9.6875rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { top:11.25rem;left:24.375rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { top:11.25rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { top:25.5625rem;left:0rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { top:25.5625rem;left:9.6875rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { top:25.5625rem;left:24.375rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { top:25.5625rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { top:40.0625rem;left:0rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { top:40.0625rem;left:9.6875rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { top:40.0625rem;left:24.375rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { top:40.0625rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:35.625rem;height:5.375rem;top:1.625rem;left:4.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { top:2.875rem;left:33rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { top:5.8125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { top:1.625rem;left:20.495206832886rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { top:0.9375rem;left:14.183061599731rem;width:16.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { width:18.5rem;height:5.9177275926044rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:129.43641853332rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:20rem;height:0;top:0.74978351593019rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { width:16.6875rem;height:auto;background-color:transparent;background-image:none; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-button { width:16.6875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { width:15.8125rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { width:7.46875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:17.3125rem;height:auto;top:105.62370491028rem;left:0.0625rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:17.3125rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:17.3125rem;height:auto;top:105.62370491028rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb {  }
 }@media only screen and (max-width: 763px) { #hEiTfPwgxSZ3zq4geK3HzPUA3HK41VlR { display:block; }
 }@media only screen and (max-width: 763px) { #zTlUf6PBNfe85ZBl9W51zlpDhMM8mvse { display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 {  }
 }@media only screen and (max-width: 763px) { #Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { width:20rem;height:0;top:5.6861982941628rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #P0QV6H8KwEsn0DaJI9m1Ecx3tFlypepV { width:20rem;height:0;top:122.81141853332rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KrIIK2os4MWMA9KtxEVcdnZSO7dbmevz { width:19.4998125rem;height:5.99935rem;top:97.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTgH10ouemiLn3JyGG7x3ZRQ93OvyWyN { width:20rem;height:0;top:98.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBacNxJlrMTMua1vyFTrswTNRnQcx2x { width:5.74978125rem;height:5.68685rem;top:92.1875rem;left:7.125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifBE2sTFS8M9zw1Mfge9nBqGHqh27ELG { width:18.75rem;height:22.4370625rem;top:13.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBITdesiD3IkHiC8C4xc6IseNF5FnPw { width:18.8125rem;height:25rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEFhViNXwirTFN6RPXlXCZ7qEfLyA9r { width:18.75rem;height:23.5rem;top:38.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgsl7oXTrkzoNUkpOddFynPXVcbZ85k4 { width:7.37543375rem;height:3.00043375rem;top:59.373048782349rem;left:7.1245661377906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8z2EVd0DFZuXRA0QSr5Fp132bwzWzdN { display:block; }
 }@media only screen and (max-width: 763px) { #OyMlbRHh7G6nKWmKefN9b5gJ154c4Kcq { width:7.21918375rem;height:2.84418375rem;top:87.842014312744rem;left:6.3888893723487rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncV4VtnznnSxOEtu1cZBSBRvEZCUfAm { display:block; }
 }@media only screen and (max-width: 763px) { #kQEQmMd66CJLREUtkap96If9oKoVWnTK { width:7.21918375rem;height:2.84418375rem;top:33.653429985046rem;left:6.3281250596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aybMcyyDpUOIh1ZhuWcUcLZWphzQgMAB { display:block; }
 }@media only screen and (max-width: 763px) { #Mmx60QHzuxng5kdDsamnLNm9DQiS946v { width:13.8748125rem;height:0;top:85.611111640931rem;left:3.0620661377907rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVd6CwH5ng9WhnHSXnW9IU0hTbD8QW8 { width:13.8748125rem;height:0;top:32.048612594604rem;left:3.0620661377907rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxCJJzTMrdRhkyQ9yWakdUU9IE8yoqBq { width:15.061875rem;height:0;top:57.768230438233rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo7KUec2BB8rxN9zmlpN907GFEdnxWkE { width:14.6875rem;height:14.561625rem;top:14.5625rem;left:2.25rem;font-size:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlPFcEu2RM3FCLWGe9wnl452q30kRXO { width:13.936625rem;height:13.811875rem;top:38.562500953674rem;left:3.0316842198372rem;font-size:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMeabhrwpmegnOlXyrcPpXVUW0qmG84A { width:15.061875rem;height:14.9370625rem;top:65.030603408812rem;left:2.4685330986977rem;font-size:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5pEp93KGmfm1qJ2gghnKTazweKvmV38 { width:13.625rem;height:0;top:26.25rem;left:2.9375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCDJnp7yULhhkUANCRzCTGG0xxEiHigp { width:13.936625rem;height:0;top:29.192710876465rem;left:2.5607638955116rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6T9gJg6vys4LKh5GGcyJkUMcJJLfBHr { width:12.875rem;height:0;top:49.9375rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8S3mdfxOs7AC35fLBXbO16DtamrAtU { width:13.936625rem;height:0;top:54.061635971069rem;left:0.99826389551162rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1WADQfLIEsyuqtMqo4rpnTeZAzdP6pg { width:13.624125rem;height:0;top:77.248487472531rem;left:0.99826389551162rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDPeRuIPR6IWCHxOhDDJHbXu0PcBku3 { width:13.8748125rem;height:0;top:79.96658706665rem;left:0.99826389551162rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT19rKrzUc31TvAb33fu7ZRuMbwLk7hH { width:12.5rem;height:0;top:14.5625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXkREyQGiM11F5H4TqHVLfw3OimRpV92 { width:12.5rem;height:0;top:39.1875rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSCPm7MMyP2dxSIHwMo22p8H0lphCn4H { width:12.5rem;height:0;top:65.905166625975rem;left:3.2497830986977rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuMCxFtMyTh3VdPurFrH0rXH0NolXRO { width:6.9998125rem;height:0;top:20.5rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwaJW4uSJzt5b6V4TV4MzOH19Tty5kER { width:6.9998125rem;height:0;top:44.186416625976rem;left:6.4995661377906rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbq4SfW9S2a9huoENvxRAXiCaNccvRU { width:6.936875rem;height:0;top:71.905599594119rem;left:6.5310330986975rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWThuQNao5IwDAOUAiwWJwuSXw59ptPV { width:1.5625rem;height:1.68185625rem;top:52.102870941162rem;left:9.1861982941625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jalt2wHWaeJR6HuDFns3BUBuKqRL8lQw { width:1.5625rem;height:1.680775rem;top:56.149312019348rem;left:9.3109808564187rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcmUZev9T0AwpBmI4txJRyHpeogye4FM { width:1.5625rem;height:1.680775rem;top:83.798829078675rem;left:9.310330450535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRIWgUECX7xI184CqbRdfg1XDDZN79lw { width:1.5625rem;height:1.680775rem;top:30.679689407349rem;left:9.997830450535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcQkyLnghD6bRhlPnHRHh39eAC5o37RK { width:1.5625rem;height:1.680775rem;top:78.915145874025rem;left:9.1861982941625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8dTMvqueWU5veCWGqbhzmHlfoZKgq9R { width:1.5625rem;height:1.680775rem;top:28.041667938233rem;left:9.997830450535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ncvy7I9M/BC.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.adaptive-delivery-prevent-bg, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyload, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyloading { background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { background-color: transparent; background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .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); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { width:6.25rem;height:6.125rem;top:6rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { width:6.25rem;height:6.125rem;top:6rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { width:6.25rem;height:6.125rem;top:12.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { width:6.25rem;height:6.125rem;top:12.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { width:6.25rem;height:6.125rem;top:19.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { width:6.25rem;height:6.125rem;top:19.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { width:6.25rem;height:6.125rem;top:26.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { width:6.25rem;height:6.125rem;top:26.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { width:6.25rem;height:6.125rem;top:33.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { width:6.25rem;height:6.125rem;top:33.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { width:6.25rem;height:6.125rem;top:40.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { width:6.25rem;height:6.125rem;top:40.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:10.9375rem;height:2.29166875rem;top:1.6875rem;left:2.375rem;text-align:right;text-align-last:right;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { width:3.125rem;height:3.125rem;top:1.4375rem;left:13.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { width:20rem;height:1.527775rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { width:16.3743125rem;height:1.04166875rem;top:1.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }