.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1c7795;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfeff;background-image:none;position:relative;display:block; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container { background-color: transparent; background-image: none; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container > .video-iframe-container { display: none; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row > .video-iframe-container { display: none; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .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); }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container { border-width: 0; border-radius: 0; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row > .video-iframe-container {  }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container { font-size:14px;font-family:arial;height:494px;width:1200px;position:relative;display:block; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c7795;background-image:none;position:relative;display:block; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { background-color: transparent; background-image: none; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container > .video-iframe-container { display: none; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row > .video-iframe-container { display: none; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .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); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { border-width: 0; border-radius: 0; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row > .video-iframe-container {  }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { font-size:14px;font-family:arial;height:427px;width:1200px;position:relative;display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfeff;background-image:none;position:relative;display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { background-color: transparent; background-image: none; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container > .video-iframe-container { display: none; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row > .video-iframe-container { display: none; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .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); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { border-width: 0; border-radius: 0; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row > .video-iframe-container {  }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { font-size:14px;font-family:arial;height:404px;width:1200px;position:relative;display:block; }#v868CXiOGQV8TWE0xMTFLaDXtK3Qn6qx { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #1c7795;border-left:1px solid #1c7795;border-right:1px solid #1c7795;border-bottom:1px solid #1c7795;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:333px;width:333px;top:38.5px;left:705.5px;display:block; }
#B16F3azrsR2FC3JsrEgCtGizQDVKTW3W { position:absolute;display:block;z-index:15014;background-color:#1c7795;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6px;width:166px;top:115px;left:121px;display:block; }
#Pp1NoqwQINece3AIz5i7EKZKyXnvIfpE { color:#1c7795;display:block;width:456px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:142px;left:121px;height:196px;text-align:left;text-align-last:left;display:block; }
#aGzLBbunLeTPTGEssGikwyvJbLOfvh7l { position:absolute;display:block;z-index:14999;background-color:#1c7795;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:228px;height:293px;width:412px;top:0px;left:788px;display:block; }
#na0E5pvbUhUicdAliaCS8rc2v3iuxuvv { color:#1c7795;display:block;width:413px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:74px;left:121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l5kfdJIp2ikTSg1LtV0ZRmtmXnfdeWqD { position:absolute;display:block;z-index:15015;background-color:#1c7795;background-image:url("https://images.assets-landingi.com/uc/0ba59057-c70e-445d-8eeb-1eaac84736a4/RashmiShrestha1.jpeg");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;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:256px;width:256px;top:78px;left:745px;display:block; }#l5kfdJIp2ikTSg1LtV0ZRmtmXnfdeWqD.adaptive-delivery-prevent-bg, #l5kfdJIp2ikTSg1LtV0ZRmtmXnfdeWqD.lazyload, #l5kfdJIp2ikTSg1LtV0ZRmtmXnfdeWqD.lazyloading { background-image: none; }
#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/XuTUipTI/tlo_.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg.adaptive-delivery-prevent-bg, #PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg.lazyload, #PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg.lazyloading { background-image: none; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container { background-color: transparent; background-image: none; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container > .video-iframe-container { display: none; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row > .video-iframe-container { display: none; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .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); }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container { border-width: 0; border-radius: 0; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row > .video-iframe-container {  }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container { font-size:14px;font-family:arial;height:103px;width:1200px;position:relative;display:block; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c7795;background-image:none;position:relative;display:block; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { background-color: transparent; background-image: none; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container > .video-iframe-container { display: none; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row > .video-iframe-container { display: none; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .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); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { border-width: 0; border-radius: 0; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row > .video-iframe-container {  }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { font-size:14px;font-family:arial;height:491px;width:1200px;position:relative;display:block; }#UTXw2cWkRSyftW9xEOavDJsHlfH1xPTo { color:#1c7795;display:block;width:402px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:114.58930969238px;left:740.50001525879px;height:39px;text-align:center;text-align-last:center;display:block; }
#pt5BTN3VhqTfkLxmd1UvweJPgpC41sQx { color:#1c7795;display:block;width:402px;position:absolute;font-family:lato;font-size:32px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:73.000015258789px;left:740.50001525879px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#oBEJyLbUQfdgp0fGm6M0ZwdTqrc1D97Q { position:absolute;display:block;z-index:14999;background-color:#ecf2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:80px;height:133px;width:397px;top:53.000015258789px;left:743.00001525879px;display:block; }
#RHXuq72yKIQTp2CSiqsdkTE11PnR63V9 { position:absolute;display:block;z-index:15004;background-color:#ecf2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:265px;border-bottom-left-radius:200px;border-bottom-right-radius:4px;height:268px;width:575px;top:102px;left:60px;display:block; }
#LT43C5eSOGww5OU11eKqyTKNdBgUNA8v { color:#1c7795;display:block;width:333px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:141px;left:167px;height:57.2px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lCErel5xBwCzARdhXf0K4vdrA9Rffqba { color:#ecf2f4;display:block;width:335px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:231px;left:190px;height:20.8px;display:block; }
#HyPRhOAWQb1eFhnkadtDzgB0N7bMla2q { color:#1c7795;display:block;width:315px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:185px;left:166.00001525879px;height:145.6px;display:block; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-form-header {  }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:16px;font-weight:bold;color:#000000;width:357px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ecf2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:357px;box-sizing:border-box;height:45px;color:#020202;font-size:20px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ecf2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:357px;box-sizing:border-box;height:70px;color:#020202;font-size:20px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:357px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#00ffdf;background-image:none;border-top:1px solid #0f4c61;border-left:1px solid #0f4c61;border-right:1px solid #0f4c61;border-bottom:1px solid #0f4c61;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#1c7795;width:357px;height:55px;font-family:lato;overflow:hidden; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]:-moz-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]::-moz-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]:-ms-input-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]::-webkit-input-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.1;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:337px;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-container:first-of-type{padding-top:0;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-container:last-of-type{padding-bottom:0;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:357px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:740.50003051758px;top:187px;z-index:15013;position:absolute; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:357px;display:block;vertical-align:top; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 {display:block;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:357px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:740.50003051758px;top:187px;z-index:15013;position:absolute; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #x9PeK3Uzf0UA3lOgCNZT25AloE4dSVCD { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #s7rr4KoCJEhmuzwaNbpZdXH0aGv39MTX { position:relative;display:block; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #HbOwCulLkfHapOJriBRM0k0szyXB545h { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #xLVCMTC9L0riLT9pXOTWfy3iydvD74wf { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #tF26xKRxBiKmXxT5QOyuEfIOR9UdXKsU { position:relative;display:block; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #zByshlnyuhLeqmwiKolxCfSXiLN3gEWL { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #iMWmoG2U2JVS1XRZG6fvU6IQQgCFTw1J { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #G7nVTfDE3krvkeEbgNmabG3bLAE54LI2 { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #zGclSGrJrZnOIZB5q1JiEhppBFCJQ5dO { position:relative; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #eW0dah6Fea1che7R5s4J7Vpskr4P4b47 { position:relative;z-index:2; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #xm0AfHKL3g4UETp1qaAs8m5ewIvF4KZT { position:relative; }
#bxx3hq83tmofZwV8kcvBWNtfZQt7xUVQ { position:relative;display:block; }
#CK3G1AeeTEeEt2T5QvM1Z52Q1ZB5yvIE { position:relative;display:block; }
#kJwKcfQpcpNR8WhUDVs0dhqVVBaLLzK5 { position:relative;display:block; }
#DUHhVXldy79Ee9vZD2PrJpr7TDxGozCE { position:relative;display:block; }
#HLUInZoeO99pcMdphON8a3GtG3n88uLS { position:relative;display:block; }
#B6gu988mKmhh0Gkarw9qhyTduvEfciEI { position:relative;display:block; }
#mPt1NaUdUt2vdmH8Po3wdLWxXkcA7nag { position:relative;display:block; }
#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c7795;background-image:none;position:relative;display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { background-color: transparent; background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .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); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { border-width: 0; border-radius: 0; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container {  }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#QAVUXVHC0MATZpWztytS6i2xZQfNiiZP { color:#ecf2f4;display:block;width:580px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28px;left:310px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#tXtbCPgGMmlDWVOa1iUzsyyGQX0dGVdZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ecf2f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:36px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:96px;left:460px;display:block; }
#DORrkTJboapqNDspJTJlTIxxrNNxM3m3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n0tOcVv7pKR7GNTlnzfBNat9siDabXTH { display:block; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dysI18S3fkJgdQuNkbFr5GVtvucwmf9B { display:block; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RahbgPHSDrdF5EtzIrO9b9V9lM4t49td { display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v868CXiOGQV8TWE0xMTFLaDXtK3Qn6qx { top:38px;left:429px;width:333px;height:333px;display:block; }
 }@media only screen and (max-width: 763px) { #B16F3azrsR2FC3JsrEgCtGizQDVKTW3W { top:115px;left:0px;width:166px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #Pp1NoqwQINece3AIz5i7EKZKyXnvIfpE { top:142px;left:0px;width:456px;height:196px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aGzLBbunLeTPTGEssGikwyvJbLOfvh7l { top:0px;left:352px;width:412px;height:293px;display:block; }
 }@media only screen and (max-width: 763px) { #na0E5pvbUhUicdAliaCS8rc2v3iuxuvv { top:74px;left:0px;width:413px;height:32px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #l5kfdJIp2ikTSg1LtV0ZRmtmXnfdeWqD { top:78px;left:508px;width:256px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg { display:block; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc { display:block; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTXw2cWkRSyftW9xEOavDJsHlfH1xPTo { top:114px;left:362px;width:402px;height:39px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #pt5BTN3VhqTfkLxmd1UvweJPgpC41sQx { top:73px;left:362px;width:402px;height:41px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #oBEJyLbUQfdgp0fGm6M0ZwdTqrc1D97Q { top:53px;left:367px;width:397px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #RHXuq72yKIQTp2CSiqsdkTE11PnR63V9 { top:102px;left:0px;width:575px;height:268px;display:block; }
 }@media only screen and (max-width: 763px) { #LT43C5eSOGww5OU11eKqyTKNdBgUNA8v { top:141px;left:0px;width:333px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lCErel5xBwCzARdhXf0K4vdrA9Rffqba { top:231px;left:0px;width:335px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HyPRhOAWQb1eFhnkadtDzgB0N7bMla2q { top:185px;left:0px;width:315px;height:146px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-regular-label { display:block; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-checkbox-label { width:220px; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0  { width:240px;height:auto; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 {display:block;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #x9PeK3Uzf0UA3lOgCNZT25AloE4dSVCD {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #s7rr4KoCJEhmuzwaNbpZdXH0aGv39MTX { display:block; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #HbOwCulLkfHapOJriBRM0k0szyXB545h {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #xLVCMTC9L0riLT9pXOTWfy3iydvD74wf {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #tF26xKRxBiKmXxT5QOyuEfIOR9UdXKsU { display:block; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #zByshlnyuhLeqmwiKolxCfSXiLN3gEWL {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #iMWmoG2U2JVS1XRZG6fvU6IQQgCFTw1J {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #G7nVTfDE3krvkeEbgNmabG3bLAE54LI2 {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #zGclSGrJrZnOIZB5q1JiEhppBFCJQ5dO {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #eW0dah6Fea1che7R5s4J7Vpskr4P4b47 { z-index:2; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #xm0AfHKL3g4UETp1qaAs8m5ewIvF4KZT {  }
 }@media only screen and (max-width: 763px) { #bxx3hq83tmofZwV8kcvBWNtfZQt7xUVQ { display:block; }
 }@media only screen and (max-width: 763px) { #CK3G1AeeTEeEt2T5QvM1Z52Q1ZB5yvIE { display:block; }
 }@media only screen and (max-width: 763px) { #kJwKcfQpcpNR8WhUDVs0dhqVVBaLLzK5 { display:block; }
 }@media only screen and (max-width: 763px) { #DUHhVXldy79Ee9vZD2PrJpr7TDxGozCE { display:block; }
 }@media only screen and (max-width: 763px) { #HLUInZoeO99pcMdphON8a3GtG3n88uLS { display:block; }
 }@media only screen and (max-width: 763px) { #B6gu988mKmhh0Gkarw9qhyTduvEfciEI { display:block; }
 }@media only screen and (max-width: 763px) { #mPt1NaUdUt2vdmH8Po3wdLWxXkcA7nag { display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAVUXVHC0MATZpWztytS6i2xZQfNiiZP { top:28px;left:92px;width:580px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tXtbCPgGMmlDWVOa1iUzsyyGQX0dGVdZ { width:280px;height:36px;top:96px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #DORrkTJboapqNDspJTJlTIxxrNNxM3m3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1c7795;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #n0tOcVv7pKR7GNTlnzfBNat9siDabXTH { display:block; }#n0tOcVv7pKR7GNTlnzfBNat9siDabXTH > .row .container { width:320px;height:586px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dysI18S3fkJgdQuNkbFr5GVtvucwmf9B { background-color:#1c7795;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { background-color: transparent; background-image: none; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container > .video-iframe-container { display: none; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row > .video-iframe-container { display: none; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .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); }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { border-width: 0; border-radius: 0; }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row > .video-iframe-container {  }#dysI18S3fkJgdQuNkbFr5GVtvucwmf9B > .row .container { width:320px;height:1064px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RahbgPHSDrdF5EtzIrO9b9V9lM4t49td { display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v868CXiOGQV8TWE0xMTFLaDXtK3Qn6qx { width:220px;height:220px;top:83px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B16F3azrsR2FC3JsrEgCtGizQDVKTW3W { width:95px;height:4px;top:43.875px;left:0px;background-color:#cc7d52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Pp1NoqwQINece3AIz5i7EKZKyXnvIfpE { width:286px;height:179.2px;top:327px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aGzLBbunLeTPTGEssGikwyvJbLOfvh7l { width:258px;height:245px;top:0px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #na0E5pvbUhUicdAliaCS8rc2v3iuxuvv { width:246px;height:29.9px;top:39.125px;left:74px;font-size:23px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ecf2f4;display:block; }
 }@media only screen and (max-width: 763px) { #l5kfdJIp2ikTSg1LtV0ZRmtmXnfdeWqD { width:194px;height:194px;top:97px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg { display:block; }#PoVKxKEFyeCMFFxV7acSHeHpfRbRslTg > .row .container { width:320px;height:39px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc { background-color:#1c7795;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { background-color: transparent; background-image: none; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container > .video-iframe-container { display: none; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row > .video-iframe-container { display: none; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .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); }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { border-width: 0; border-radius: 0; }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row > .video-iframe-container {  }#nZ4DJPDJoKeRWmuOvJryscBtyk1hRaJc > .row .container { width:320px;height:773px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTXw2cWkRSyftW9xEOavDJsHlfH1xPTo { width:320px;height:37.7px;top:363.00002615154px;left:0px;font-size:29px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pt5BTN3VhqTfkLxmd1UvweJPgpC41sQx { width:320px;height:39px;top:324.00002615154px;left:0px;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oBEJyLbUQfdgp0fGm6M0ZwdTqrc1D97Q { width:320px;height:139px;top:304px;left:0px;background-color:#1c7795;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RHXuq72yKIQTp2CSiqsdkTE11PnR63V9 { width:320px;height:240px;top:41px;left:0px;border-top-left-radius:4px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #LT43C5eSOGww5OU11eKqyTKNdBgUNA8v { width:320px;height:24.7px;top:67px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCErel5xBwCzARdhXf0K4vdrA9Rffqba { width:320px;height:20.8px;top:171px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyPRhOAWQb1eFhnkadtDzgB0N7bMla2q { width:284px;height:136.5px;top:104.00000762939px;left:18.000000953674px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:55px;font-size:18px;overflow:hidden; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]:-moz-placeholder { font-size:18px; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]::-moz-placeholder { font-size:18px; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]:-ms-input-placeholder { font-size:18px; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 [class*="-text"]::-webkit-input-placeholder { font-size:18px; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden;height:auto;color:#ffffff; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0  { width:280px;height:auto;top:420px;left:0px;z-index:14998; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 {display:block;}#s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 { width:280px;height:auto;top:420px;left:0px;z-index:14998; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #x9PeK3Uzf0UA3lOgCNZT25AloE4dSVCD {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #s7rr4KoCJEhmuzwaNbpZdXH0aGv39MTX { display:block; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #HbOwCulLkfHapOJriBRM0k0szyXB545h {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #xLVCMTC9L0riLT9pXOTWfy3iydvD74wf {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #tF26xKRxBiKmXxT5QOyuEfIOR9UdXKsU { display:block; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #zByshlnyuhLeqmwiKolxCfSXiLN3gEWL {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #iMWmoG2U2JVS1XRZG6fvU6IQQgCFTw1J {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #G7nVTfDE3krvkeEbgNmabG3bLAE54LI2 {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #zGclSGrJrZnOIZB5q1JiEhppBFCJQ5dO {  }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #eW0dah6Fea1che7R5s4J7Vpskr4P4b47 { z-index:2; }
 }@media only screen and (max-width: 763px) { #s6vlTTzZNcfwtKUVKeM2b0KtB4vGvIl0 #xm0AfHKL3g4UETp1qaAs8m5ewIvF4KZT {  }
 }@media only screen and (max-width: 763px) { #bxx3hq83tmofZwV8kcvBWNtfZQt7xUVQ { display:block; }
 }@media only screen and (max-width: 763px) { #CK3G1AeeTEeEt2T5QvM1Z52Q1ZB5yvIE { display:block; }
 }@media only screen and (max-width: 763px) { #kJwKcfQpcpNR8WhUDVs0dhqVVBaLLzK5 { display:block; }
 }@media only screen and (max-width: 763px) { #DUHhVXldy79Ee9vZD2PrJpr7TDxGozCE { display:block; }
 }@media only screen and (max-width: 763px) { #HLUInZoeO99pcMdphON8a3GtG3n88uLS { display:block; }
 }@media only screen and (max-width: 763px) { #B6gu988mKmhh0Gkarw9qhyTduvEfciEI { display:block; }
 }@media only screen and (max-width: 763px) { #mPt1NaUdUt2vdmH8Po3wdLWxXkcA7nag { display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAVUXVHC0MATZpWztytS6i2xZQfNiiZP { width:320px;height:62.4px;top:29px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tXtbCPgGMmlDWVOa1iUzsyyGQX0dGVdZ { width:280px;height:36px;top:103px;left:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DORrkTJboapqNDspJTJlTIxxrNNxM3m3 { display:block; }
 }