.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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);
}
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-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;
  }
}
@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:14px;font-family:"open sans";height:105px;width:960px;position:relative;display:block; }#uGebabki3TMmGTDQfgZarzI00Q2PWsk5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:102px;width:305px;top:1px;left:305.625px;overflow:hidden;display:block; }
#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AfZOrNrg/02.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container { background-color: transparent; background-image: none; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container > .video-iframe-container { display: none; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row > .video-iframe-container { display: none; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .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); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container { border-width: 0; border-radius: 0; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container { font-size:14px;font-family:"open sans";height:623px;width:960px;overflow:visible;position:relative;display:block; }#oCF51bGQPhxLoTQ9m3T0MEhSx5rlKzk0 { color:#183661;display:block;width:412px;position:absolute;font-family:"mykonos ar";font-size:24px;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:24.953125px;left:520.796875px;height:106.364px;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; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-form-header {  }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-regular-label { display:none;width:220px;height:auto;font-size:14px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:right;text-align-last:right;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:47px;width:239px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:right;text-align-last:right;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;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:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:160px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;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:15px;background-color:transparent;background-image: -webkit-linear-gradient(top, #183661, #235bab);background-image: -moz-linear-gradient(top, #183661, #235bab);background-image: -ms-linear-gradient(top, #183661, #235bab);background-image: -o-linear-gradient(top, #183661, #235bab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#183661', endColorstr='#235bab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#183661', endColorstr='#235bab' );";background-image: linear-gradient(to bottom, #183661, #235bab);background-size:initial;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR [class*="-text"]:-moz-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR [class*="-text"]::-moz-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:646px;height:auto;font-size:12px;font-family:"open sans";line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:106.5px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-container:first-of-type{padding-top:0;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-container:last-of-type{padding-bottom:0;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:"open sans";width:668px;height:auto;left:145.9375px;top:499.96875px;z-index:100007;position:absolute; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .radio-container { width:249px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:"open sans";width:668px;height:auto;left:145.9375px;top:499.96875px;z-index:100007;position:absolute; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #DWF1rfIhQ3QON3rfr5ru7xmzo1d21N6b { position:relative; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #mg1rLQUMt9cGXAA7ucdCasvUdmfa7wrH { position:relative; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #R6cJFUL39TFRlnrf2SZK0my2ZPpTgm56 { position:relative; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #lMFTAAeQP2m0ZlefJuxSRAPTCHKPs3gD { position:relative; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #RATQAhqOE49tEHzQi0E91zuut0Cv0vUC { position:relative; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #d7rZi9leXmilbkLXsLFGM98kJQ7dzasv { position:relative; }
#TVP50szkm7mQXxhgWbkihmnHIsu9NzHi { position:relative;top:0px;left:0px;display:block; }
#xVyfTIfRm8BgEE6LfeVywX2bOgmGf59h { position:relative;top:0px;left:0px;display:block; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #xfxgCqgGanXCy6l20NlsHkb02CFCoo2G { position:relative; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #TRA8RCw1FP4G3DT6N6EWsDoyzh9FKlit { position:relative; }
#yKuxN5s6c376mQd6EkdV2rLaIgWVXtw0 { color:#183661;display:block;width:474px;position:absolute;font-family:"mykonos ar";font-size:14px;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:364.99998474121px;left:457.99429321289px;height:24.5455px;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; }
#dcaClWzt3Q4nrXg1EOCXvLowIZUwT9LG { position:absolute;display:block;z-index:99999;background-color:#183661;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:145px;width:255px;top:195.99430465698px;left:677.9914855957px;display:block; }
#TEvokkxBXKtDH6d2TTv1HpfoGLhJBqGT { color:#ffffff;display:block;width:260px;position:absolute;font-family:"mykonos ar";font-size:39px;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:195.99430465698px;left:652.99996948242px;height:140px;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; }
#hHERGiF4kLhwauNdzlnWP5IpOsWaft58 { color:#183661;display:block;width:412px;position:absolute;font-family:"mykonos ar";font-size:16px;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:141.953125px;left:501px;height:23.6364px;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; }
#S1TyIw4wp7npo2dQDPkavmrP3UKavzK1 { box-sizing:content-box;color:#183661;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:137.953125px;left:908px;display:block; }
#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3TOWwuMj/IMGL2181_as_Smart_Object_1_copy_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container { background-color: transparent; background-image: none; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,54,97,0.59); }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container > .video-iframe-container { display: none; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,54,97,0.59); }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row > .video-iframe-container { display: none; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .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); }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container { border-width: 0; border-radius: 0; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#qqi2fWJFQhBLyncTrsSR7yo1asTi1c2P { color:#ffffff;display:block;width:432.969px;position:absolute;font-family:"mykonos ar";font-size:21px;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:26px;left:187.8125px;height:37.2727px;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; }
#PTdAlgl3W6cWL9Jl019XwfgLTKrnd4l3 { color:#ffffff;display:block;width:823px;position:absolute;font-family:"mykonos ar";font-size:12px;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:63px;left:103.8125px;height:209.091px;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; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; }#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:14px;font-family:"open sans";height:556px;width:960px;position:relative;display:block; }#VTcNJwi4g7HpD54JIxPxsOWEypudaemI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TPZxd2oX/IMGL2175.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:218px;width:220px;top:46px;left:20px;display:block; }
#KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/psluLToN/IMGL2169.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.997px;width:220px;top:46px;left:254px;display:block; }
#SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/urbuWppp/IMGL2127.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:46px;left:489px;display:block; }
#y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mAuVZ97U/IMGL2123.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:46px;left:721px;display:block; }
#Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MT67DzLF/DSC01331_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:275px;left:20px;display:block; }
#Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3TOWwuMj/IMGL2181_as_Smart_Object_1_copy_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:275px;left:254px;display:block; }
#tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/og0cldBO/DSC01321_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:275px;left:489px;display:block; }
#WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/sZr6SlR4/IMGL2352.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:275px;left:721px;display:block; }
#G0svTxR89k88eUNAfRANQAtnJAudRLCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#183661;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:14px;font-family:"open sans";height:157px;width:960px;position:relative;display:block; }#iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { color:#ffffff;display:block;width:790.984px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:93.5px;left:55.40625px;height:29.0909px;text-align:center;text-align-last:center;display:block; }
#pazLTlFsPZadcU660C8clduEw1k9ToAF { box-sizing:content-box;color:#fbfeff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:26.71875px;left:425.92330932617px;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:14px;font-family:"open sans";height:49px;width:960px;position:relative;display:block; }#TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { color:#0089d1;display:block;width:262.997px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.383514404297px;left:324.9289855957px;height:18.1818px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGebabki3TMmGTDQfgZarzI00Q2PWsk5 { top:1px;left:207.625px;width:305px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #g0iCmng3zThvbZkkScOa9Sq7IPhtHToU { display:block; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCF51bGQPhxLoTQ9m3T0MEhSx5rlKzk0 { width:412px;height:108px;top:24px;left:352px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-regular-label { width:239px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-text { width:239px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-textarea { width:239px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-select { width:239px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-checkbox-label { width:644px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .widget-radio-label { width:105.5px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR  { width:668px;height:60px;top:499px;left:47.9375px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR .radio-container { width:249px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR {display:inline-block;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR { width:668px;height:60px;top:499px;left:47.9375px; }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #DWF1rfIhQ3QON3rfr5ru7xmzo1d21N6b {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #mg1rLQUMt9cGXAA7ucdCasvUdmfa7wrH {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #R6cJFUL39TFRlnrf2SZK0my2ZPpTgm56 {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #lMFTAAeQP2m0ZlefJuxSRAPTCHKPs3gD {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #RATQAhqOE49tEHzQi0E91zuut0Cv0vUC {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #d7rZi9leXmilbkLXsLFGM98kJQ7dzasv {  }
 }@media only screen and (max-width: 763px) { #TVP50szkm7mQXxhgWbkihmnHIsu9NzHi { display:block; }
 }@media only screen and (max-width: 763px) { #xVyfTIfRm8BgEE6LfeVywX2bOgmGf59h { display:block; }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #xfxgCqgGanXCy6l20NlsHkb02CFCoo2G {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #TRA8RCw1FP4G3DT6N6EWsDoyzh9FKlit {  }
 }@media only screen and (max-width: 763px) { #yKuxN5s6c376mQd6EkdV2rLaIgWVXtw0 { width:474px;height:49px;top:364px;left:290px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #dcaClWzt3Q4nrXg1EOCXvLowIZUwT9LG { top:195px;left:509px;width:255px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #TEvokkxBXKtDH6d2TTv1HpfoGLhJBqGT { width:260px;height:140px;top:195px;left:504px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #hHERGiF4kLhwauNdzlnWP5IpOsWaft58 { width:412px;height:24px;top:141px;left:352px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #S1TyIw4wp7npo2dQDPkavmrP3UKavzK1 { top:137px;left:734px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e { display:block; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqi2fWJFQhBLyncTrsSR7yo1asTi1c2P { width:432px;height:37px;top:26px;left:89.8125px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PTdAlgl3W6cWL9Jl019XwfgLTKrnd4l3 { width:764px;height:210px;top:63px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { top:46px;left:0;width:220px;height:218px;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { top:46px;left:156px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { top:46px;left:391px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { top:46px;left:544px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { top:275px;left:0;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { top:275px;left:156px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { top:275px;left:391px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { top:275px;left:544px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { top:93px;left:0;width:764px;height:29px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { top:26px;left:327.92330932617px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { top:15px;left:226.9289855957px;width:262px;height:18px;font-size:13px;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:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGebabki3TMmGTDQfgZarzI00Q2PWsk5 { width:305px;height:102px;top:20px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #g0iCmng3zThvbZkkScOa9Sq7IPhtHToU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1Rm52SrJ/01.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;display:block; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container { background-color: transparent; background-image: none; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container > .video-iframe-container { display: none; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row > .video-iframe-container { display: none; }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .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); }#g0iCmng3zThvbZkkScOa9Sq7IPhtHToU > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCF51bGQPhxLoTQ9m3T0MEhSx5rlKzk0 { width:291px;height:65.4545px;top:20px;left:14px;text-align:right;text-align-last:right;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR  { width:248.991px;height:auto;top:364.94316482544px;left:15.497158050537px; }
#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR {display:inline-block;}#bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR { width:248.991px;height:auto;top:364.94316482544px;left:15.497158050537px; }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #DWF1rfIhQ3QON3rfr5ru7xmzo1d21N6b {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #mg1rLQUMt9cGXAA7ucdCasvUdmfa7wrH {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #R6cJFUL39TFRlnrf2SZK0my2ZPpTgm56 {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #lMFTAAeQP2m0ZlefJuxSRAPTCHKPs3gD {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #RATQAhqOE49tEHzQi0E91zuut0Cv0vUC {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #d7rZi9leXmilbkLXsLFGM98kJQ7dzasv {  }
 }@media only screen and (max-width: 763px) { #TVP50szkm7mQXxhgWbkihmnHIsu9NzHi { display:block; }
 }@media only screen and (max-width: 763px) { #xVyfTIfRm8BgEE6LfeVywX2bOgmGf59h { display:block; }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #xfxgCqgGanXCy6l20NlsHkb02CFCoo2G {  }
 }@media only screen and (max-width: 763px) { #bfrXDZsgUpdBJgzHMSOxWkCPLkPhE9TR #TRA8RCw1FP4G3DT6N6EWsDoyzh9FKlit {  }
 }@media only screen and (max-width: 763px) { #yKuxN5s6c376mQd6EkdV2rLaIgWVXtw0 { width:290.969px;height:32.7273px;top:118px;left:14.5px;text-align:right;text-align-last:right;font-size:10px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dcaClWzt3Q4nrXg1EOCXvLowIZUwT9LG { width:147px;height:173px;top:167px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #TEvokkxBXKtDH6d2TTv1HpfoGLhJBqGT { width:147.997px;height:160.909px;top:173px;left:98px;text-align:center;text-align-last:center;font-size:32px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hHERGiF4kLhwauNdzlnWP5IpOsWaft58 { width:220px;height:16.3636px;top:91px;left:87px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S1TyIw4wp7npo2dQDPkavmrP3UKavzK1 { width:24px;height:24px;top:86px;left:284px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e { display:block; }#t4ttcWLdpMlJ48QoTHR34tZtWzUmaH2e > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqi2fWJFQhBLyncTrsSR7yo1asTi1c2P { width:320px;height:35px;top:20px;left:0;text-align:center;text-align-last:center;font-size:21px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PTdAlgl3W6cWL9Jl019XwfgLTKrnd4l3 { width:320px;height:280px;top:75px;left:0;text-align:right;text-align-last:right;font-size:12px;line-height:1.7;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;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#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:320px;height:504px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { width:100px;height:98px;top:50px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { width:100px;height:98px;top:50px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { width:100px;height:98px;top:161px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { width:100px;height:98px;top:161px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { width:100px;height:98px;top:271px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { width:100px;height:98px;top:271px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { width:100px;height:98px;top:381px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { width:100px;height:98px;top:381px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { background-color:#183761;background-image:none;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 { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { width:320px;height:13px;top:70px;left:0;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { width:50px;height:50px;top:20px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { width:261.989px;height:16px;top:20px;left:29px;text-align:center;text-align-last:center;font-size:13px;color:#183761;display:block; }
 }