.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);background-image:none;position:relative;z-index:auto;display:block; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { background-color: transparent; background-image: none; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container > .video-iframe-container { display: none; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row > .video-iframe-container { display: none; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .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); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { border-width: 0; border-radius: 0; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row > .video-iframe-container {  }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#XnP6gRi59UAdzvtvpp040z4Oo39NJJr1 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0rem;left:46.678466796875rem;display:block; }
#PZhG7qi88e83cqi45LGTHnMTB25EKHQa { color:#260805;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.085205078125rem;left:45.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#oltxFS7MR6REAaIhopWeLfnccswqqRkh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2cb8d6;background-image:none;position:relative;display:block; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container { background-color: transparent; background-image: none; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container > .video-iframe-container { display: none; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row > .video-iframe-container { display: none; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .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); }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container { border-width: 0; border-radius: 0; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row > .video-iframe-container {  }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#E8Lx4f3KyH1LMcN0q73BnTiRogIP7GwM { color:#000000;display:block;width:57rem;position:absolute;font-family:averta;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0.6);top:0.5556640625rem;left:1.5rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK { position:relative;display:block; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK { background-color: transparent; background-image: none; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row .container > .video-iframe-container { display: none; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row > .video-iframe-container { display: none; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .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); }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK { border-width: 0; border-radius: 0; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row .container > .video-iframe-container {  }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.3125rem;width:60rem;position:relative;display:block; }#gHvCNen385gOS9TXq4In1AguNfved64b { position:absolute;display:block;z-index:100000;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;height:35.9375rem;width:26.5625rem;top:0.687255859375rem;left:31.34130859375rem;display:block; }
#Ko59OTDnwFu21dxyJ0HmwZ3a6qOgKuyi { box-sizing:content-box;color:#1c4c9c;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99997;top:57.25rem;left:15.875rem;display:block; }
#ylAOrvIho6V4hxTHhVmGc48Qnix3wobq { color:#000000;display:block;width:60rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:56.1875rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#Xe9yDGeeBQp3eVZD1TpuWI7fllWwTRl6 { 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;box-sizing:border-box;color:#1c4c9c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.625rem;height:1.624025rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:56.875rem;left:6.5rem;display:block; }
#J5TCd7yJapKrR9TRe0MJarWiT9fQ7Fkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ou9zz0xSGlsetppHztKGrXe3opfrCGi8 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9oT8r2IoZvhxt2nLzOLTeOoCukmXmtA { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:9.75rem;left:0rem;display:block; }
#QDTGTtgA07Q5yOzF7npluRmrgpD2FobD { color:#000000;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogovIsGOWmaeGmXDqTKWHo0VAGe5LB65 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:13.75rem;left:0rem;display:block; }
#C0S4JZMlRZkgoay5oHgG8XHGxGWigZXa { color:#000000;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:14.625rem;left:2.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcCxUJVX0qtPJIiU8me6o6ODtwQFQ8x9 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:18rem;left:0.1875rem;display:block; }
#TEyNBmL9AGGXU4UauM2smwe0Vvmxne91 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9t6bUkMh2AHhNfWb8Lb7mVT77CQZEEl { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:21.9375rem;left:0.1875rem;display:block; }
#iQ39LQwlMnbsWMpopwSTPJU5fFG5qtGc { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:22.75rem;left:2.5625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUR9JXwHdVN6IAV7k5qvizBCgWS2LIlB { 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;box-sizing:border-box;color:#1c4c9c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.625rem;height:1.624025rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:48.625rem;left:21.65625rem;display:none; }
#iCr4m7A3E6ILewdK1wf82LCNL8PNATdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MewNAT3eXL4T7EX9gPerS62lOnGS334R { position:absolute;display:block;z-index:100026;height:21.75rem;width:27.625rem;top:5.9990234375rem;left:32.375rem;display:block; }
#gIaieLcfh2pftZeRReIm9IBsqgzbri0n { color:#00519d;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:3.1865234375rem;left:32.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd { position:relative;display:block; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd { background-color: transparent; background-image: none; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row .container > .video-iframe-container { display: none; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row > .video-iframe-container { display: none; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .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); }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd { border-width: 0; border-radius: 0; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row .container > .video-iframe-container {  }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#zGTrrkUDc2XId4NcCzHqN8UH0zqQTT8i { color:#56676b;display:block;width:45.625rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.8;letter-spacing:0;top:0rem;left:4.9375rem;height:12.1465rem;text-align:center;text-align-last:center;display:block; }
#GaOZnnang479ocl2zEnlq7QzcubbWXyQ { position:relative;display:none; }#GaOZnnang479ocl2zEnlq7QzcubbWXyQ { border-width: 0; border-radius: 0; }#GaOZnnang479ocl2zEnlq7QzcubbWXyQ > .row .container > .video-iframe-container {  }#GaOZnnang479ocl2zEnlq7QzcubbWXyQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#sSxSwEmrKeAF4AuTybF59Rf4vUmxWPzm { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:22.93701171875rem;left:0rem;display:none; }
#Cvs0k2FRQ7GxmqCAGkD8FDr8Zg5GQsJV { color:#000000;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:23.87451171875rem;left:3.389892578125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Urqxtq5VnSsc3KtNSrve6F473c9uH0Xo { color:#000000;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:19.8193359375rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AxzWV1Oq0TBGEFSNEc2SnK2h0fd1yEUM { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:14.561767578125rem;left:0rem;display:none; }
#JsBt1pSpPvs6SO6T4q4FxtbVcQSZIy57 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:15.382080078125rem;left:2.39013671875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OkyVrXGoGPbG3Lx404ziXTBTGX94nnmo { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:18.9990234375rem;left:0rem;display:none; }
#UxSTfiOX9NJK41czuLqzATeCpaTh0Kdk { color:#000000;display:block;width:24.5605625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.570068359375rem;left:2.39013671875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NeGiZSAZ1Pka3CXnc3Ep5iur0WgI9EqG { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:9.749755859375rem;left:0rem;display:none; }
#BUzGfykvr1VUEHKMfDpd5E3hmQZiVgIL { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:5.999755859375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { position:relative;display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { background-color: transparent; background-image: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container > .video-iframe-container { display: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container { display: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .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); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { border-width: 0; border-radius: 0; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container > .video-iframe-container {  }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { color:#56676b;display:block;width:26.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.13720625rem;display:block; }
#GTEnbVxTNIsFhvPoN9kJ0o6Vqf2IFvLL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8730625rem;height:1.624025rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.68798828125rem;left:44.4384765625rem;display:block; }
#D4uhePZlu0tJxJ8T2Ip1JXJqlbyTG8W4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ng0qGFkxRUQwlkgy4wXK2ako1083R7Xd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8730625rem;height:1.624025rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1.68798828125rem;left:30.59375rem;display:block; }
#sGOnDMxhJz5TQbtgRdK5JGUmIGHokkK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly { display:block; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnP6gRi59UAdzvtvpp040z4Oo39NJJr1 { top:0rem;left:40.553466796875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZhG7qi88e83cqi45LGTHnMTB25EKHQa { top:1.0625rem;left:33.375rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oltxFS7MR6REAaIhopWeLfnccswqqRkh { display:block; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8Lx4f3KyH1LMcN0q73BnTiRogIP7GwM { width:47.75rem;height:5.125rem;top:0.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK { display:block; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHvCNen385gOS9TXq4In1AguNfved64b { width:26.5625rem;height:35.9375rem;top:0.625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko59OTDnwFu21dxyJ0HmwZ3a6qOgKuyi { width:0.9375rem;height:0.9375rem;top:57.25rem;left:9.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAOrvIho6V4hxTHhVmGc48Qnix3wobq { width:47.75rem;height:0.9375rem;top:56.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9yDGeeBQp3eVZD1TpuWI7fllWwTRl6 { width:45.625rem;height:1.5625rem;top:56.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5TCd7yJapKrR9TRe0MJarWiT9fQ7Fkx { display:block; }
 }@media only screen and (max-width: 763px) { #ou9zz0xSGlsetppHztKGrXe3opfrCGi8 { top:6rem;left:0rem;width:32.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9oT8r2IoZvhxt2nLzOLTeOoCukmXmtA { top:9.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDTGTtgA07Q5yOzF7npluRmrgpD2FobD { top:10.625rem;left:0rem;width:20.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogovIsGOWmaeGmXDqTKWHo0VAGe5LB65 { top:13.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0S4JZMlRZkgoay5oHgG8XHGxGWigZXa { top:14.625rem;left:0rem;width:24.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcCxUJVX0qtPJIiU8me6o6ODtwQFQ8x9 { top:18rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEyNBmL9AGGXU4UauM2smwe0Vvmxne91 { top:18.8125rem;left:0rem;width:24.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9t6bUkMh2AHhNfWb8Lb7mVT77CQZEEl { top:21.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ39LQwlMnbsWMpopwSTPJU5fFG5qtGc { top:22.75rem;left:0rem;width:23.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUR9JXwHdVN6IAV7k5qvizBCgWS2LIlB { width:45.625rem;height:1.5625rem;top:49.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCr4m7A3E6ILewdK1wf82LCNL8PNATdq { display:block; }
 }@media only screen and (max-width: 763px) { #MewNAT3eXL4T7EX9gPerS62lOnGS334R { top:5.9375rem;left:20.125rem;width:27.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIaieLcfh2pftZeRReIm9IBsqgzbri0n { top:3.125rem;left:21.4375rem;width:26.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd { display:block; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGTrrkUDc2XId4NcCzHqN8UH0zqQTT8i { width:45.625rem;height:13.4375rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaOZnnang479ocl2zEnlq7QzcubbWXyQ { display:none; }#GaOZnnang479ocl2zEnlq7QzcubbWXyQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sSxSwEmrKeAF4AuTybF59Rf4vUmxWPzm { top:22.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cvs0k2FRQ7GxmqCAGkD8FDr8Zg5GQsJV { top:23.8125rem;left:0rem;width:27.5rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Urqxtq5VnSsc3KtNSrve6F473c9uH0Xo { top:19.8125rem;left:0rem;width:29.375rem;height:1.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxzWV1Oq0TBGEFSNEc2SnK2h0fd1yEUM { top:14.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsBt1pSpPvs6SO6T4q4FxtbVcQSZIy57 { top:15.375rem;left:0rem;width:29.375rem;height:1.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkyVrXGoGPbG3Lx404ziXTBTGX94nnmo { top:18.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxSTfiOX9NJK41czuLqzATeCpaTh0Kdk { top:10.5625rem;left:0rem;width:24.5rem;height:1.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeGiZSAZ1Pka3CXnc3Ep5iur0WgI9EqG { top:9.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUzGfykvr1VUEHKMfDpd5E3hmQZiVgIL { top:5.9375rem;left:0rem;width:32.625rem;height:2.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { width:26.875rem;height:1.125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEnbVxTNIsFhvPoN9kJ0o6Vqf2IFvLL { width:8.8125rem;height:1.5625rem;top:1.6875rem;left:38.3134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4uhePZlu0tJxJ8T2Ip1JXJqlbyTG8W4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ng0qGFkxRUQwlkgy4wXK2ako1083R7Xd { width:8.8125rem;height:1.5625rem;top:1.6875rem;left:24.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGOnDMxhJz5TQbtgRdK5JGUmIGHokkK7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly { position:relative;z-index:auto;background-color:rgba(255,255,255,0.88);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { background-color: transparent; background-image: none; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container > .video-iframe-container { display: none; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row > .video-iframe-container { display: none; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .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); }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { border-width: 0; border-radius: 0; }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row > .video-iframe-container {  }#ukV9PxEnpeVBOtOooCeDKN1ivhVwNwly > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnP6gRi59UAdzvtvpp040z4Oo39NJJr1 { width:3.125rem;height:3.125rem;top:1.875rem;left:4.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZhG7qi88e83cqi45LGTHnMTB25EKHQa { width:6.624rem;height:1.29980625rem;top:2.787109375rem;left:7.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oltxFS7MR6REAaIhopWeLfnccswqqRkh { display:block; }#oltxFS7MR6REAaIhopWeLfnccswqqRkh > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8Lx4f3KyH1LMcN0q73BnTiRogIP7GwM { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK { display:block; }#dXJKE5MkNaGR10fhyVdfZMV2xKNx1XmK > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHvCNen385gOS9TXq4In1AguNfved64b { width:20rem;height:35.9375rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ko59OTDnwFu21dxyJ0HmwZ3a6qOgKuyi { width:0.9375rem;height:0.9375rem;top:57.25rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylAOrvIho6V4hxTHhVmGc48Qnix3wobq { width:20rem;height:1.94921875rem;top:57.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9yDGeeBQp3eVZD1TpuWI7fllWwTRl6 { width:19rem;height:1.5625rem;top:59.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5TCd7yJapKrR9TRe0MJarWiT9fQ7Fkx { display:block; }
 }@media only screen and (max-width: 763px) { #ou9zz0xSGlsetppHztKGrXe3opfrCGi8 { width:20rem;height:5rem;top:51.9375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s9oT8r2IoZvhxt2nLzOLTeOoCukmXmtA { width:3.125rem;height:3.125rem;top:58.5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDTGTtgA07Q5yOzF7npluRmrgpD2FobD { width:20rem;height:1.5rem;top:62.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ogovIsGOWmaeGmXDqTKWHo0VAGe5LB65 { width:3.125rem;height:3.125rem;top:65.625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0S4JZMlRZkgoay5oHgG8XHGxGWigZXa { width:20rem;height:3rem;top:70rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CcCxUJVX0qtPJIiU8me6o6ODtwQFQ8x9 { width:3.125rem;height:3.125rem;top:74.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEyNBmL9AGGXU4UauM2smwe0Vvmxne91 { width:20rem;height:3rem;top:78.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F9t6bUkMh2AHhNfWb8Lb7mVT77CQZEEl { width:3.125rem;height:3.125rem;top:82.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ39LQwlMnbsWMpopwSTPJU5fFG5qtGc { width:20rem;height:3rem;top:87.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fUR9JXwHdVN6IAV7k5qvizBCgWS2LIlB { width:19rem;height:1.5625rem;top:49.25rem;left:0.5rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #iCr4m7A3E6ILewdK1wf82LCNL8PNATdq { display:block; }
 }@media only screen and (max-width: 763px) { #MewNAT3eXL4T7EX9gPerS62lOnGS334R { width:20rem;height:21.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIaieLcfh2pftZeRReIm9IBsqgzbri0n { width:20rem;height:auto;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd { display:block; }#iHgSUbRhWp55VE5RBoTA19iFTIEvu2qd > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGTrrkUDc2XId4NcCzHqN8UH0zqQTT8i { width:20rem;height:31.041rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaOZnnang479ocl2zEnlq7QzcubbWXyQ { display:block; }#GaOZnnang479ocl2zEnlq7QzcubbWXyQ > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSxSwEmrKeAF4AuTybF59Rf4vUmxWPzm { width:3.125rem;height:3.125rem;top:23.5rem;left:8.03125rem;font-size:2.1875rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs0k2FRQ7GxmqCAGkD8FDr8Zg5GQsJV { width:20rem;height:3.0869125rem;top:26.25rem;left:0.1083984375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Urqxtq5VnSsc3KtNSrve6F473c9uH0Xo { width:20rem;height:3.0869125rem;top:20.3828125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #AxzWV1Oq0TBGEFSNEc2SnK2h0fd1yEUM { width:3.125rem;height:3.125rem;top:10.5rem;left:8.09375rem;font-size:2.1875rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #JsBt1pSpPvs6SO6T4q4FxtbVcQSZIy57 { width:20rem;height:3.0869125rem;top:13.7578125rem;left:0.0458984375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #OkyVrXGoGPbG3Lx404ziXTBTGX94nnmo { width:3.125rem;height:3.125rem;top:17.0078125rem;left:8.09375rem;font-size:2.1875rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #UxSTfiOX9NJK41czuLqzATeCpaTh0Kdk { width:20rem;height:1.54345625rem;top:8.8203125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #NeGiZSAZ1Pka3CXnc3Ep5iur0WgI9EqG { width:3.125rem;height:3.125rem;top:5.5625rem;left:8.15625rem;font-size:2.1875rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #BUzGfykvr1VUEHKMfDpd5E3hmQZiVgIL { width:20rem;height:5.0371125rem;top:0rem;left:0.03125rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#322c60;display:block; }
 }@media only screen and (max-width: 763px) { #GTEnbVxTNIsFhvPoN9kJ0o6Vqf2IFvLL { width:8.8745rem;height:1.62475625rem;top:5.12451171875rem;left:5.562744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4uhePZlu0tJxJ8T2Ip1JXJqlbyTG8W4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ng0qGFkxRUQwlkgy4wXK2ako1083R7Xd { width:8.8125rem;height:1.5625rem;top:7.9980484375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGOnDMxhJz5TQbtgRdK5JGUmIGHokkK7 { display:block; }
 }