.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#17344c;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); }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container { background-color: transparent; background-image: none; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container > .video-iframe-container { display: none; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row > .video-iframe-container { display: none; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .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); }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container { border-width: 0; border-radius: 0; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container { font-size:14px;font-family:arial;height:111px;width:1200px;position:relative;display:block; }#mvDH3N0nIwUANwmPDfTETWamRVRSQhbA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:110px;width:162px;top:0px;left:480px;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rwHSEtdL/donate01.png");background-position:bottom right;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14,14,14,0.1); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14,14,14,0.1); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:592px;width:1200px;position:relative;display:block; }#r8cVc8h0qkZl9SqoZEKLox1RTddBKsS8 { color:#000000;display:block;width:326px;position:absolute;font-family:lato;font-size:38px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:23px;left:49px;height:49px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OUAXh2t33UT2CBRzI2s1bIbHOtUmicvg { color:#ffffff;display:block;width:620px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:89px;left:49px;height:44px;display:block; }
#tvodSgO6uroXEPmFsGoIUl5qGfdWx4Jq { box-sizing:content-box;color:#fafafa;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:435px;left:49px;display:block; }
#r2kLUNBgq7czAeKpG8q2GXD0NPXI73aZ { color:#ffffff;display:block;width:187px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:435px;left:85px;height:23px;display:block; }
#GkNq7AXqTA0rJeFG0xTL2P6dldUPQzO6 { color:#ffffff;display:block;width:369px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:473px;left:85px;height:23px;display:block; }
#l9uWu4BqzkylX3xkOsy6trO8tLhJfUKr { color:#ffffff;display:block;width:438px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:512px;left:85px;height:23px;display:block; }
#CTGcwqs5lkhm3aGdOzk6pCG2cIuhDswQ { box-sizing:content-box;color:#fafafa;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:473px;left:49px;display:block; }
#l0gymZ5QaaqeSNxZougQSCpTmKqdl5UN { box-sizing:content-box;color:#fafafa;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:512px;left:49px;display:block; }
#yrivVirFvP20hvSRIryO6TU6ZDVMOKLx { box-sizing:content-box;color:#fafafa;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:548px;left:49px;display:block; }
#PuLTQaEQS9cSTstWtilqPLKRq0ToWASq { color:#ffffff;display:block;width:526px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:548px;left:85px;height:23px;display:block; }
#h4MwL8kixP4Odknc7czmh8uLkF3q8bAd { background-color:#ff9500;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:361.989px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:253.39487527311px;left:122.99715423584px;display:block; }
#Z0R7bHCQexRRqLbRkErI3kneIzRyzIeq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#REgudbtDtJkmar3zi5PSrhryWzVI5cou { color:#ffffff;display:block;width:620px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:150px;left:49px;height:66px;display:block; }
#fEWJR9x9JCg5xRL8THC5Lipi6DbRnPrk { color:#ffffff;display:block;width:620px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:351px;left:49px;height:66px;display:block; }
#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container { background-color: transparent; background-image: none; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container > .video-iframe-container { display: none; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row > .video-iframe-container { display: none; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .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); }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container { border-width: 0; border-radius: 0; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container { font-size:14px;font-family:arial;height:776px;width:1200px;position:relative;display:block; }#PvbEG7mLaWUcM5OcThDvhuaLDegrEe74 { color:#17344c;display:block;width:871px;position:absolute;font-family:lato;font-size:32px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:57px;left:48px;height:41px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkwRl7IAIhzMSrWNVmyhJ2vmWkuX7LuH { color:#17344d;display:block;width:676px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:172px;left:49px;height:432px;display:block; }
#Ws3UR7XPcINFZblOhHV0chigtLsZET1p { background-color:#ff9500;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;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:491px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:680px;left:354.5px;display:block; }
#PrU2d7biqzrz8tbfnF4sX8r2fvFflaiA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#XVrN3JJHn91nWkn2n8KU6g33BFRafsWo { position:absolute;display:block;z-index:100000;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:337px;width:337px;top:206px;left:790px;display:block; }
#hoeu91zebTwHOZakStVVTExySBZpn0rh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container { background-color: transparent; background-image: none; }#hoeu91zebTwHOZakStVVTExySBZpn0rh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container > .video-iframe-container { display: none; }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row > .video-iframe-container { display: none; }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .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); }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container { border-width: 0; border-radius: 0; }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container { font-size:14px;font-family:arial;height:635px;width:1200px;position:relative;display:block; }#Cw2gumMzx9CL21wVGcRiFH4JgTU9FAMX { color:#17344c;display:block;width:372px;position:absolute;font-family:lato;font-size:34px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:29px;left:414px;height:44px;display:block; }
#MKT2T6a06O8BDD2ScySEXeVS5tTIrb2l { color:#17344c;display:block;width:257px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:159px;left:584px;height:26px;display:block; }
#ayMFvoTvApXV1SBhTHxlRElv8sUlNJNq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:24px;top:158px;left:546px;overflow:hidden;display:block; }
#P2061fLrHGwiEDlIbd3Uaq2xqsxQlr2g { color:#17344c;display:block;width:308px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:206px;left:584px;height:26px;display:block; }
#hFZT19kBlFr2ZlK4CVAvGhMS2uH1kEsg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:24px;top:207px;left:546px;overflow:hidden;display:block; }
#rsfkzQuV82Jo3TkamFG1aJB1bTCa0TJd { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:24px;top:255px;left:546px;overflow:hidden;display:block; }
#z4r2HIeEeiVt72F3UUZNL8RF0znzB6ch { color:#17344c;display:block;width:270px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:254px;left:585px;height:26px;display:block; }
#Txo4LAoh9fffKwEuBzDx2JkMBWAmv46R { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:24px;top:302px;left:546px;overflow:hidden;display:block; }
#MoFma4R2b169gRbKu3TxkrCAqrPdQHIl { color:#17344c;display:block;width:543px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:302px;left:585px;height:52px;display:block; }
#HEDt8Xt1qUxMd5bFdpAatxFFeRzVdOlA { background-color:#ff9500;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;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395px;height:47px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:395px;left:584px;display:block; }
#nmpTPpVv3oNQqsNfwAkow5ip1RZuPGDA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#XPDdTsLr4br1BF0fTCnGoD6Diik1s9M8 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:509px;width:382px;top:72px;left:135px;overflow:hidden;display:block; }
#hQpA9JsQhZgqDz8n8c4KCLGGB0VKsaT0 { color:#000000;display:block;width:521px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:514px;left:549.5px;height:80px;display:block; }
#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17344c;background-image:none;position:relative;display:block; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container { background-color: transparent; background-image: none; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container > .video-iframe-container { display: none; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row > .video-iframe-container { display: none; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .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); }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container { border-width: 0; border-radius: 0; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container { font-size:14px;font-family:arial;height:185px;width:1200px;position:relative;display:block; }#ogDSpW6VZFb4WlZHzTyFyidc6dGaNfcu { color:rgba(186,186,186,0.47);display:block;width:272px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:82.5px;left:43px;height:20px;display:block; }
#D4BzzpK3fkANrLhi9FF0KMee7NcJrA1g { color:rgba(186,186,186,0.47);display:block;width:160px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:83px;left:984px;height:20px;display:block; }
#NaBMqnNyMfglnmcbDg1bvtxuonKF5sBN { color:rgba(186,186,186,0.47);display:block;width:109px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:83px;left:844px;height:20px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE { display:block; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container { width:764px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvDH3N0nIwUANwmPDfTETWamRVRSQhbA { width:154px;height:104px;top:0px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/rwHSEtdL/donate01.png");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;height:633px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8cVc8h0qkZl9SqoZEKLox1RTddBKsS8 { width:389px;height:44px;top:26px;left:31px;font-size:34px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OUAXh2t33UT2CBRzI2s1bIbHOtUmicvg { width:703px;height:44px;top:93px;left:31px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvodSgO6uroXEPmFsGoIUl5qGfdWx4Jq { width:27px;height:27px;top:364px;left:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r2kLUNBgq7czAeKpG8q2GXD0NPXI73aZ { width:187px;height:20px;top:370px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GkNq7AXqTA0rJeFG0xTL2P6dldUPQzO6 { width:369px;height:20px;top:408px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l9uWu4BqzkylX3xkOsy6trO8tLhJfUKr { width:438px;height:20px;top:447px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CTGcwqs5lkhm3aGdOzk6pCG2cIuhDswQ { width:27px;height:27px;top:402px;left:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l0gymZ5QaaqeSNxZougQSCpTmKqdl5UN { width:27px;height:27px;top:441px;left:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yrivVirFvP20hvSRIryO6TU6ZDVMOKLx { width:27px;height:27px;top:477px;left:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PuLTQaEQS9cSTstWtilqPLKRq0ToWASq { width:526px;height:20px;top:483px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h4MwL8kixP4Odknc7czmh8uLkF3q8bAd { width:491px;height:55px;top:536px;left:136.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R7bHCQexRRqLbRkErI3kneIzRyzIeq { display:block; }
 }@media only screen and (max-width: 763px) { #REgudbtDtJkmar3zi5PSrhryWzVI5cou { width:703px;height:66px;top:150px;left:30px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEWJR9x9JCg5xRL8THC5Lipi6DbRnPrk { width:703px;height:44px;top:306px;left:30px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oa64itZE6ywkaL2J3FhL3V34pzQoZK8I { display:block; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container { width:764px;height:904px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvbEG7mLaWUcM5OcThDvhuaLDegrEe74 { width:764px;height:41px;top:57px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gkwRl7IAIhzMSrWNVmyhJ2vmWkuX7LuH { width:739px;height:351px;top:141px;left:13.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ws3UR7XPcINFZblOhHV0chigtLsZET1p { width:491px;height:55px;top:811px;left:149.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PrU2d7biqzrz8tbfnF4sX8r2fvFflaiA { display:block; }
 }@media only screen and (max-width: 763px) { #XVrN3JJHn91nWkn2n8KU6g33BFRafsWo { top:506px;left:247px;width:270px;height:270px;z-index:100010;overflow:hidden;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;display:block; }
 }@media only screen and (max-width: 763px) { #hoeu91zebTwHOZakStVVTExySBZpn0rh { display:block; }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container { width:764px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cw2gumMzx9CL21wVGcRiFH4JgTU9FAMX { width:336px;height:39px;top:37px;left:214px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MKT2T6a06O8BDD2ScySEXeVS5tTIrb2l { width:199px;height:23px;top:129px;left:381px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ayMFvoTvApXV1SBhTHxlRElv8sUlNJNq { width:21px;height:21px;top:129px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #P2061fLrHGwiEDlIbd3Uaq2xqsxQlr2g { width:270px;height:23px;top:176px;left:381px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hFZT19kBlFr2ZlK4CVAvGhMS2uH1kEsg { width:21px;height:21px;top:176px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #rsfkzQuV82Jo3TkamFG1aJB1bTCa0TJd { width:21px;height:21px;top:224px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #z4r2HIeEeiVt72F3UUZNL8RF0znzB6ch { width:270px;height:23px;top:224px;left:382px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Txo4LAoh9fffKwEuBzDx2JkMBWAmv46R { width:21px;height:21px;top:272px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #MoFma4R2b169gRbKu3TxkrCAqrPdQHIl { width:346px;height:46px;top:272px;left:381px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HEDt8Xt1qUxMd5bFdpAatxFFeRzVdOlA { width:363px;height:50px;top:394px;left:355px;font-size:18px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #nmpTPpVv3oNQqsNfwAkow5ip1RZuPGDA { display:block; }
 }@media only screen and (max-width: 763px) { #XPDdTsLr4br1BF0fTCnGoD6Diik1s9M8 { width:341px;height:455px;top:72px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #hQpA9JsQhZgqDz8n8c4KCLGGB0VKsaT0 { width:521px;height:80px;top:514px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE { display:block; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogDSpW6VZFb4WlZHzTyFyidc6dGaNfcu { width:272px;height:20px;top:82px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D4BzzpK3fkANrLhi9FF0KMee7NcJrA1g { width:155px;height:20px;top:82.5px;left:609px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NaBMqnNyMfglnmcbDg1bvtxuonKF5sBN { width:109px;height:20px;top:82.5px;left:458px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE { display:block; }#U4CBXDpxVJr1Obup1ODo3ON0rCkGx0cE > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvDH3N0nIwUANwmPDfTETWamRVRSQhbA { width:114px;height:76px;top:20px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/rwHSEtdL/donate01.png");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:916px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8cVc8h0qkZl9SqoZEKLox1RTddBKsS8 { width:218px;height:33px;top:20px;left:51px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUAXh2t33UT2CBRzI2s1bIbHOtUmicvg { width:275px;height:80px;top:73px;left:22px;font-size:16px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvodSgO6uroXEPmFsGoIUl5qGfdWx4Jq { width:22px;height:22px;top:528px;left:149px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #r2kLUNBgq7czAeKpG8q2GXD0NPXI73aZ { width:187px;height:20px;top:570px;left:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GkNq7AXqTA0rJeFG0xTL2P6dldUPQzO6 { width:291px;height:40px;top:652px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l9uWu4BqzkylX3xkOsy6trO8tLhJfUKr { width:290px;height:40px;top:754px;left:15px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CTGcwqs5lkhm3aGdOzk6pCG2cIuhDswQ { width:22px;height:22px;top:610px;left:149px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #l0gymZ5QaaqeSNxZougQSCpTmKqdl5UN { width:22px;height:22px;top:712px;left:149px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yrivVirFvP20hvSRIryO6TU6ZDVMOKLx { width:22px;height:22px;top:814px;left:149px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PuLTQaEQS9cSTstWtilqPLKRq0ToWASq { width:289px;height:40px;top:856px;left:15px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h4MwL8kixP4Odknc7czmh8uLkF3q8bAd { width:285.969px;height:55px;top:333px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R7bHCQexRRqLbRkErI3kneIzRyzIeq { display:block; }
 }@media only screen and (max-width: 763px) { #REgudbtDtJkmar3zi5PSrhryWzVI5cou { width:278.984px;height:140px;top:173px;left:20px;font-size:16px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEWJR9x9JCg5xRL8THC5Lipi6DbRnPrk { width:276.984px;height:100px;top:408px;left:21px;font-size:16px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oa64itZE6ywkaL2J3FhL3V34pzQoZK8I { display:block; }#oa64itZE6ywkaL2J3FhL3V34pzQoZK8I > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvbEG7mLaWUcM5OcThDvhuaLDegrEe74 { width:320px;height:117px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkwRl7IAIhzMSrWNVmyhJ2vmWkuX7LuH { width:320px;height:702px;top:157px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ws3UR7XPcINFZblOhHV0chigtLsZET1p { width:273px;height:48px;top:1131px;left:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PrU2d7biqzrz8tbfnF4sX8r2fvFflaiA { display:block; }
 }@media only screen and (max-width: 763px) { #XVrN3JJHn91nWkn2n8KU6g33BFRafsWo { width:232px;height:232px;top:879px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #hoeu91zebTwHOZakStVVTExySBZpn0rh { display:block; }#hoeu91zebTwHOZakStVVTExySBZpn0rh > .row .container { width:320px;height:1062px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cw2gumMzx9CL21wVGcRiFH4JgTU9FAMX { width:320px;height:36px;top:424px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKT2T6a06O8BDD2ScySEXeVS5tTIrb2l { width:199px;height:23px;top:520px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ayMFvoTvApXV1SBhTHxlRElv8sUlNJNq { width:20px;height:20px;top:480px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #P2061fLrHGwiEDlIbd3Uaq2xqsxQlr2g { width:267px;height:23px;top:603px;left:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hFZT19kBlFr2ZlK4CVAvGhMS2uH1kEsg { width:20px;height:20px;top:563px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #rsfkzQuV82Jo3TkamFG1aJB1bTCa0TJd { width:20px;height:20px;top:646px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #z4r2HIeEeiVt72F3UUZNL8RF0znzB6ch { width:204px;height:23px;top:686px;left:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Txo4LAoh9fffKwEuBzDx2JkMBWAmv46R { width:20px;height:20px;top:729px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #MoFma4R2b169gRbKu3TxkrCAqrPdQHIl { width:266px;height:69px;top:769px;left:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HEDt8Xt1qUxMd5bFdpAatxFFeRzVdOlA { width:277px;height:44px;top:858px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nmpTPpVv3oNQqsNfwAkow5ip1RZuPGDA { display:block; }
 }@media only screen and (max-width: 763px) { #XPDdTsLr4br1BF0fTCnGoD6Diik1s9M8 { width:288px;height:384px;top:20px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hQpA9JsQhZgqDz8n8c4KCLGGB0VKsaT0 { width:320px;height:120px;top:922px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE { display:block; }#VUEKykTO0bMzWdAeeuoh4dPJ586wNAGE > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogDSpW6VZFb4WlZHzTyFyidc6dGaNfcu { width:255px;height:40px;top:20px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D4BzzpK3fkANrLhi9FF0KMee7NcJrA1g { width:156px;height:20px;top:120px;left:82px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NaBMqnNyMfglnmcbDg1bvtxuonKF5sBN { width:103px;height:20px;top:80px;left:108px;font-size:16px;display:block; }
 }