.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f96b65d-e97a-4382-9b62-cefb9d8551d2/WhatsAppImage20220618at125159PM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:0.875rem;font-family:"open sans";height:15.375rem;width:60rem;position:relative;display:block; }#mBecEFgvdGMkWphRA7icS7HNfmWutdiK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:9.125rem;top:3.875rem;left:25.375rem;overflow:hidden;display:block; }
#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w { position:relative;display:none; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w { border-width: 0; border-radius: 0; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .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; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(81,172,164,0.75);background-image:none;position:relative;display:block; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container { background-color: transparent; background-image: none; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container > .video-iframe-container { display: none; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row > .video-iframe-container { display: none; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .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); }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container { border-width: 0; border-radius: 0; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container { font-size:0.875rem;font-family:"open sans";height:23.125rem;width:60rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:5.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:3.5625rem;height:20.4740625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqWLXTrxbp7e4ovcIUkNv5xqVM87GT15 { color:#fbfbfb;display:block;width:57.8125rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.09375rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSCDPG97mTJiKogSzyThBNlwB8BzVkS7 { color:#fbfbfb;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:9.375rem;left:18.625rem;height:9.50536875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIoMlHUyoh14UqUNcrUqx3J9O9MHp7iP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.5625rem;top:16.6875rem;left:25.71875rem;overflow:hidden;display:block; }
#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container { background-color: transparent; background-image: none; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container > .video-iframe-container { display: none; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row > .video-iframe-container { display: none; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .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); }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container { border-width: 0; border-radius: 0; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container { font-size:0.875rem;font-family:"open sans";height:11.5rem;width:60rem;position:relative;display:block; }#SbVxUyuMQ2Us0KV3qHLdLrwpTHn2sBa2 { color:#08a294;display:block;width:45.6875rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:7.15625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL { position:relative;display:block; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL { background-color: transparent; background-image: none; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container > .video-iframe-container { display: none; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row > .video-iframe-container { display: none; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .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); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL { border-width: 0; border-radius: 0; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(81,172,164,0.88);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#SqZ0cSyRX4LZOLCWdsdc05Uk2DMJk2B0 { display:block;width:41.875rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:12.09375rem;height:3.73730625rem;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb { position:relative;display:block; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb { background-color: transparent; background-image: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container > .video-iframe-container { display: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row > .video-iframe-container { display: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .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); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb { border-width: 0; border-radius: 0; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(81,172,164,0.88);background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#KPof7prQObMRBVinAg0mkF9VUSXiIxS7 { display:block;width:23rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:2.25rem;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#KPof7prQObMRBVinAg0mkF9VUSXiIxS7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KPof7prQObMRBVinAg0mkF9VUSXiIxS7 li:before{  }
#WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e { display:block;width:23rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:8.375rem;left:4.8125rem;height:11.375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e li:before{  }
#vhysihQsoPR1AAMRl5NtMIbIrVgdrw0f { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8.0625rem;left:2.25rem;display:block; }
#Gt4orltFRdXaptzm2INnFAh4ITm49cG9 { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:11.8125rem;left:2.25rem;display:block; }
#ABsBpdPAQE09g6gcElqm9ZkWmEVyOkTe { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:16.25rem;left:2.25rem;display:block; }
#Jyqccy1UOnOOcEBL6WshGMuFk2EIKUIc { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#359d94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0rem;left:37.21875rem;display:block; }
#Z7q8NNqxEctfvPq317O7sTCKm7T5VNGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#glLz5ZHIBzW5zSh4fFiBbf4vzkFIzWXC { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:4.9375rem;left:32.375rem;height:3.8994125rem;display:block; }
#KKR94t3HdBuLG99JBglHRNmm7OpGz5pp { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:19.25rem;top:11.1875rem;left:35.375rem;overflow:hidden;display:block; }
#rkee09fmoCTevm6WP0F86MuL9TD0Nf3F { display:block;width:24rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.25rem;height:5.199225rem;color:#f40032;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.71);background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;position:relative;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:0.875rem;font-family:"open sans";height:23.1875rem;width:60rem;position:relative;display:block; }#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:0;color:#3cbaad;font-style:normal;display:block; }
#VXWQwQDmFoSESKT3JNrrVOihKJSFk9Ne { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:3.16845625rem;color:#51aca4;display:block; }
#hgsRtTk38LR5geDPuL5sKm4kVecIcDgr { display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.125rem;height:11.69925rem;color:rgba(0,0,0,0.72);text-align:justify;text-align-last:initial;display:block; }
#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.625rem;left:30.53125rem;height:17.4365rem;color:rgba(0,0,0,0.72);font-style:normal;display:block; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:before{  }
#SbWudkkZ0xiunOWdpz1cZHZgEQXRee4D { display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:100002;line-height:2.1;letter-spacing:0;top:0.9375rem;left:30.59375rem;height:3.4121125rem;color:#0d0e0e;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#F1Fedrw37dZ0pz3LyFRVk3P4M42TGJQi { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.65625rem;height:3.4121125rem;display:block; }
#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container { background-color: transparent; background-image: none; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container > .video-iframe-container { display: none; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row > .video-iframe-container { display: none; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .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); }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container { border-width: 0; border-radius: 0; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container { font-size:0.875rem;font-family:"open sans";height:8.375rem;width:60rem;position:relative;display:block; }#TMsHwEIiRJ3q9559Bg5On28DuTOMOOwN { display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.46875rem;left:4.125rem;height:2.75rem;color:#fdfdfd;font-style:normal;display:block; }
#n6aifhent5WkBEiOFVvo8FGTV96zW2dF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(81,172,164,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.8125rem;width:60rem;position:absolute;display:block;z-index:99999;top:0rem;left:0rem;display:block; }
#qdhTR1u1PrKqSqnrOO5s09put1XIyN6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(81,172,164,0.8);background-image:none;height:38.25rem;width:60rem;position:absolute;display:block;z-index:100000;top:3.8125rem;left:0rem;display:block; }
#ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb { color:#f6f5f3;display:block;width:30.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:5rem;left:2.09375rem;height:;font-style:normal;display:block; }#ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb li:before{  }
#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container { background-color: transparent; background-image: none; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container > .video-iframe-container { display: none; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row > .video-iframe-container { display: none; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .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); }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container { border-width: 0; border-radius: 0; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container { font-size:0.875rem;font-family:"open sans";height:33.5625rem;width:60rem;position:relative;display:block; }#si58yciga5zgU3v1li4rk6UeaGiTu99m { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.05);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.75rem;width:0.375rem;position:absolute;display:block;z-index:100002;top:0rem;left:29.75rem;display:block; }
#b3h1dMa2JTT4G0wPuOTJyQ7q2OuaGO6J { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:27.3125rem;top:0rem;left:32.6875rem;overflow:hidden;display:block; }
#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp { position:relative;display:block; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp { background-color: transparent; background-image: none; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container > .video-iframe-container { display: none; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row > .video-iframe-container { display: none; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .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); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp { border-width: 0; border-radius: 0; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .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:4.625rem;width:60rem;position:relative;display:block; }#NT8LFrO7NpZqWHhix92Moo0QCq3zFpDl { display:block;width:50.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.09375rem;left:4.78125rem;height:3.0874rem;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { position:relative;display:block; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { background-color: transparent; background-image: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container > .video-iframe-container { display: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row > .video-iframe-container { display: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .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); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { border-width: 0; border-radius: 0; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .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:20rem;width:60rem;position:relative;display:block; }#hzFvIwhiIuNk1wHq3N1g7PTOzyquEmZd { display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:2.6864624023438rem;left:33.1875rem;height:15rem;color:#384a59;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vBlP6ztSFmKmShnLNEIk9mlHbTbT4ORT { position:absolute;display:block;z-index:100007;border-top:0.25rem solid #65b9b2;border-left:0.25rem solid #65b9b2;border-right:0.25rem solid #65b9b2;border-bottom:0.25rem solid #65b9b2;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:16.375rem;width:15.3125rem;top:1.8427124023438rem;left:6.4375rem;overflow:hidden;display:block; }
#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP { position:relative;display:block; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP { background-color: transparent; background-image: none; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container > .video-iframe-container { display: none; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row > .video-iframe-container { display: none; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .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); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP { border-width: 0; border-radius: 0; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#kAQkvKimoKR55X5hPnf5v4TwcJPpxCz5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:6.5625rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#wTRVBw8gfdIuOrOTLC2DSz3OLVpdgr13 { box-sizing:content-box;color:#65b9b2;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:1.75rem;left:56.375rem;display:block; }
#CeHttuqISd7t4OberQTqWlsihaEaqgss { box-sizing:content-box;color:#65b9b2;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:1.75rem;left:53.875rem;display:block; }
#Z6e1bF3qi9r82ps8KgqTcmEy1bJMi96r { box-sizing:content-box;color:#65b9b2;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:1.75rem;left:51.25rem;display:block; }
#DN7mJSPT6pUWliVRyULhkoTT5wL48RzT { box-sizing:content-box;color:#65b9b2;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.75rem;left:48.8125rem;display:block; }
#hbShEbbT4PblJp8NArZIWTqOCGCWGJSp { display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.96875rem;left:18.9912109375rem;height:2.11230625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rkq6SuSRngt38sonwkbvCQ2mncTT88Cf { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5.9375rem;top:1rem;left:8.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBecEFgvdGMkWphRA7icS7HNfmWutdiK { width:9.125rem;height:7.625rem;top:3.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w { display:none; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p { display:block; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:26.1875rem;height:0;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWLXTrxbp7e4ovcIUkNv5xqVM87GT15 { width:47.75rem;height:17rem;top:0.6875rem;left:0rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSCDPG97mTJiKogSzyThBNlwB8BzVkS7 { width:22.75rem;height:9.375rem;top:9.375rem;left:12.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIoMlHUyoh14UqUNcrUqx3J9O9MHp7iP { width:8.5625rem;height:3.8125rem;top:16.6875rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA { display:block; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbVxUyuMQ2Us0KV3qHLdLrwpTHn2sBa2 { width:45.6875rem;height:4.1875rem;top:0.8125rem;left:1.03125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL { display:block; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqZ0cSyRX4LZOLCWdsdc05Uk2DMJk2B0 { width:34.875rem;height:3.0625rem;top:2.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV3BEb5i1LFAeRZryACmnq7uhmQsshlb { display:block; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb { background-color: transparent; background-image: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container > .video-iframe-container { display: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row > .video-iframe-container { display: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .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); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HeaGrdal/1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:23.25rem;position:relative;display:block; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container.adaptive-delivery-prevent-bg, #zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container.lazyload, #zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #KPof7prQObMRBVinAg0mkF9VUSXiIxS7 { width:18.0625rem;height:1.5625rem;top:8.3691396713256rem;left:2.0614345669746rem;display:block; }#KPof7prQObMRBVinAg0mkF9VUSXiIxS7 li:before{  }
 }@media only screen and (max-width: 763px) { #WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e { width:18.0625rem;height:1.5625rem;top:8.3691396713256rem;left:2.0614345669746rem;display:block; }#WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e li:before{  }
 }@media only screen and (max-width: 763px) { #vhysihQsoPR1AAMRl5NtMIbIrVgdrw0f { width:2.125rem;height:2.125rem;top:8.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt4orltFRdXaptzm2INnFAh4ITm49cG9 { width:2.125rem;height:2.125rem;top:11.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABsBpdPAQE09g6gcElqm9ZkWmEVyOkTe { width:2.125rem;height:2.125rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyqccy1UOnOOcEBL6WshGMuFk2EIKUIc { width:15.5625rem;height:3.625rem;top:0rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7q8NNqxEctfvPq317O7sTCKm7T5VNGS { display:block; }
 }@media only screen and (max-width: 763px) { #glLz5ZHIBzW5zSh4fFiBbf4vzkFIzWXC { width:25.4375rem;height:3.875rem;top:4.9375rem;left:22.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKR94t3HdBuLG99JBglHRNmm7OpGz5pp { width:19.25rem;height:10.6875rem;top:11.1875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkee09fmoCTevm6WP0F86MuL9TD0Nf3F { width:14.3125rem;height:1.9375rem;top:5.7395238876342rem;left:2.9341261982918rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:23.875rem;height:0;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXWQwQDmFoSESKT3JNrrVOihKJSFk9Ne { width:28.125rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgsRtTk38LR5geDPuL5sKm4kVecIcDgr { width:27.25rem;height:11.6875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { width:21.875rem;height:10rem;top:9.375rem;left:25.875rem;display:block; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:before{  }
 }@media only screen and (max-width: 763px) { #SbWudkkZ0xiunOWdpz1cZHZgEQXRee4D { width:28.8125rem;height:3.375rem;top:0.9375rem;left:18.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Fedrw37dZ0pz3LyFRVk3P4M42TGJQi { width:26.6875rem;height:3.375rem;top:18.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnokahZQSr80JxREWOp9fTEGet5oLZ5 { display:block; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMsHwEIiRJ3q9559Bg5On28DuTOMOOwN { width:27.3125rem;height:2.875rem;top:0.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6aifhent5WkBEiOFVvo8FGTV96zW2dF { width:47.75rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdhTR1u1PrKqSqnrOO5s09put1XIyN6E { width:19.375rem;height:10rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb { width:30.125rem;height:;top:5rem;left:0rem;font-size:1.375rem;display:block; }#ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb li:before{  }
 }@media only screen and (max-width: 763px) { #m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 { display:block; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si58yciga5zgU3v1li4rk6UeaGiTu99m { width:0.375rem;height:10rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3h1dMa2JTT4G0wPuOTJyQ7q2OuaGO6J { width:27.3125rem;height:26.875rem;top:0rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5cGebgldXVs6SSsRhbXzMomkAZkW9lp { display:block; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT8LFrO7NpZqWHhix92Moo0QCq3zFpDl { width:34.0625rem;height:3rem;top:1.8741073608399rem;left:6.8430395722387rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { display:block; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { background-color: transparent; background-image: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container > .video-iframe-container { display: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row > .video-iframe-container { display: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .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); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { border-width: 0; border-radius: 0; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container { width:47.75rem;background-color:rgba(255,255,255,0.92);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzFvIwhiIuNk1wHq3N1g7PTOzyquEmZd { width:18.5625rem;height:14.8125rem;top:2.0605463981628rem;left:26.530539095402rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBlP6ztSFmKmShnLNEIk9mlHbTbT4ORT { width:13.3125rem;height:16.375rem;top:2.4680399894714rem;left:3.7500000596046rem;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP { display:block; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAQkvKimoKR55X5hPnf5v4TwcJPpxCz5 { width:6.5625rem;height:3.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTRVBw8gfdIuOrOTLC2DSz3OLVpdgr13 { width:2.5rem;height:2.5rem;top:1.75rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHttuqISd7t4OberQTqWlsihaEaqgss { width:2.5rem;height:2.5rem;top:1.75rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6e1bF3qi9r82ps8KgqTcmEy1bJMi96r { width:2.5rem;height:2.5rem;top:1.75rem;left:45.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN7mJSPT6pUWliVRyULhkoTT5wL48RzT { width:2.5rem;height:2.5rem;top:1.75rem;left:42.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbShEbbT4PblJp8NArZIWTqOCGCWGJSp { width:41.875rem;height:3rem;top:14.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkq6SuSRngt38sonwkbvCQ2mncTT88Cf { width:5.9375rem;height:5rem;top:1rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:transparent;background-image:none;display:none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mBecEFgvdGMkWphRA7icS7HNfmWutdiK { width:9.125rem;height:7.625rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd148306-2c31-4b75-99fd-2650ef668f71/d90ac6fd89714338968c7d29bd393050.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w.adaptive-delivery-prevent-bg, #xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w.lazyload, #xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w.lazyloading { background-image: none; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row .container { background-color: transparent; background-image: none; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row .container > .video-iframe-container { display: none; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row > .video-iframe-container { display: none; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .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); }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row .container { border-width: 0; border-radius: 0; }#xgHNFCTyKIBG1TVTsSnMtJhHlaPh091w > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p { display:none; }#plOZxg5ALZCzGLuKCa7ePBupshT3Nh7p > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:20rem;height:7.6875rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWLXTrxbp7e4ovcIUkNv5xqVM87GT15 { width:16.9375rem;height:5.625rem;top:2.8173828125rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSCDPG97mTJiKogSzyThBNlwB8BzVkS7 { width:20rem;height:7.6875rem;top:11.1728515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIoMlHUyoh14UqUNcrUqx3J9O9MHp7iP { width:6.875rem;height:3rem;top:6.9228515625rem;left:7.2918432203387rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA { display:none; }#I4AMxREyLGJ7h8JBHTgxMm1nNeBV5RcA > .row .container { width:20rem;height:9.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SbVxUyuMQ2Us0KV3qHLdLrwpTHn2sBa2 { width:20rem;height:2.125rem;top:1.125rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL { background-color:rgba(81,172,164,0.88);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container { background-color: transparent; background-image: none; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container > .video-iframe-container { display: none; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row > .video-iframe-container { display: none; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .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); }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container { border-width: 0; border-radius: 0; }#TXbFNCQSZWnLAu5Ht1mDZprWWcPVhdaL > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqZ0cSyRX4LZOLCWdsdc05Uk2DMJk2B0 { width:18.125rem;height:4rem;top:1.25rem;left:0.9375rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zV3BEb5i1LFAeRZryACmnq7uhmQsshlb { background-color:#51aca4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container { background-color: transparent; background-image: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container > .video-iframe-container { display: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row > .video-iframe-container { display: none; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .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); }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container { border-width: 0; border-radius: 0; }#zV3BEb5i1LFAeRZryACmnq7uhmQsshlb > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPof7prQObMRBVinAg0mkF9VUSXiIxS7 { width:15.875rem;height:0;top:1.25rem;left:2.0625rem;font-size:1.25rem;display:block; }#KPof7prQObMRBVinAg0mkF9VUSXiIxS7 li:before{  }
 }@media only screen and (max-width: 763px) { #WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e { width:16.3125rem;height:11.6992125rem;top:8.3125rem;left:3.6875rem;font-size:1.125rem;display:block; }#WOdHOzK8XHsKnQhQE4E8qGqhbd6CfH2e li:before{  }
 }@media only screen and (max-width: 763px) { #vhysihQsoPR1AAMRl5NtMIbIrVgdrw0f { width:2.125rem;height:2.125rem;top:8.3125rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt4orltFRdXaptzm2INnFAh4ITm49cG9 { width:2.125rem;height:2.125rem;top:12.4375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABsBpdPAQE09g6gcElqm9ZkWmEVyOkTe { width:2.125rem;height:2.125rem;top:16.5rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyqccy1UOnOOcEBL6WshGMuFk2EIKUIc { width:15.5625rem;height:3.625rem;top:20.9375rem;left:1.625rem;font-size:1rem;color:#51aca4;display:block; }
 }@media only screen and (max-width: 763px) { #Z7q8NNqxEctfvPq317O7sTCKm7T5VNGS { display:block; }
 }@media only screen and (max-width: 763px) { #glLz5ZHIBzW5zSh4fFiBbf4vzkFIzWXC { width:18.625rem;height:3.57421875rem;top:26rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKR94t3HdBuLG99JBglHRNmm7OpGz5pp { width:19.25rem;height:10.6875rem;top:30.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkee09fmoCTevm6WP0F86MuL9TD0Nf3F { width:20rem;height:3.574225rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXWQwQDmFoSESKT3JNrrVOihKJSFk9Ne { width:20rem;height:2.5996125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgsRtTk38LR5geDPuL5sKm4kVecIcDgr { width:20rem;height:11.69825rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { width:20rem;height:17.4365rem;top:27.3125rem;left:0rem;font-size:1.125rem;display:block; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:before{  }
 }@media only screen and (max-width: 763px) { #SbWudkkZ0xiunOWdpz1cZHZgEQXRee4D { width:20rem;height:3.8994125rem;top:22.9375rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F1Fedrw37dZ0pz3LyFRVk3P4M42TGJQi { width:20rem;height:3.4121125rem;top:18.83740234375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnokahZQSr80JxREWOp9fTEGet5oLZ5 { display:block; }#TSnokahZQSr80JxREWOp9fTEGet5oLZ5 > .row .container { width:20rem;height:35.59375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMsHwEIiRJ3q9559Bg5On28DuTOMOOwN { width:20rem;height:2.4375rem;top:1.71875rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n6aifhent5WkBEiOFVvo8FGTV96zW2dF { width:0.125rem;height:0.125rem;top:1.25rem;left:9.9375rem;background-color:rgba(255,255,255,0.55);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qdhTR1u1PrKqSqnrOO5s09put1XIyN6E { width:20rem;height:34.375rem;top:1.21875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb { width:20rem;height:26.5rem;top:6.59375rem;left:0rem;font-size:1rem;display:block; }#ERNKUObZ7v1ngXHX0yRfvwXJT4Tw5VAb li:before{  }
 }@media only screen and (max-width: 763px) { #m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 { display:block; }#m5rikDIh3do4WCxwwl1PJnfDLgBTbz33 > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si58yciga5zgU3v1li4rk6UeaGiTu99m { width:0.375rem;height:8.75rem;top:0rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3h1dMa2JTT4G0wPuOTJyQ7q2OuaGO6J { width:20rem;height:19.6875rem;top:1.1270208333333rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5cGebgldXVs6SSsRhbXzMomkAZkW9lp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container { background-color: transparent; background-image: none; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container > .video-iframe-container { display: none; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row > .video-iframe-container { display: none; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .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); }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container { border-width: 0; border-radius: 0; }#a5cGebgldXVs6SSsRhbXzMomkAZkW9lp > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT8LFrO7NpZqWHhix92Moo0QCq3zFpDl { width:14.1875rem;height:5.19921875rem;top:1.21875rem;left:2.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns { background-color:rgba(255,255,255,0.92);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container { background-color: transparent; background-image: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container > .video-iframe-container { display: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row > .video-iframe-container { display: none; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .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); }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container { border-width: 0; border-radius: 0; }#ENMDxUVC9N41MuQPLmnHEAQa9Ccuohns > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzFvIwhiIuNk1wHq3N1g7PTOzyquEmZd { width:17.1875rem;height:15.1875rem;top:17.375rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #vBlP6ztSFmKmShnLNEIk9mlHbTbT4ORT { width:13.3125rem;height:14.375rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container { background-color: transparent; background-image: none; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container > .video-iframe-container { display: none; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row > .video-iframe-container { display: none; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .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); }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container { border-width: 0; border-radius: 0; }#ozAa9z5THJwZaTpHpSUWf0BSk2WXfnuP > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAQkvKimoKR55X5hPnf5v4TwcJPpxCz5 { width:6.5rem;height:3.25rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTRVBw8gfdIuOrOTLC2DSz3OLVpdgr13 { width:2.5rem;height:2.5rem;top:26.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHttuqISd7t4OberQTqWlsihaEaqgss { width:2.5rem;height:2.5rem;top:23.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6e1bF3qi9r82ps8KgqTcmEy1bJMi96r { width:2.5rem;height:2.5rem;top:19.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN7mJSPT6pUWliVRyULhkoTT5wL48RzT { width:2.5rem;height:2.5rem;top:15.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbShEbbT4PblJp8NArZIWTqOCGCWGJSp { width:20rem;height:1.3808625rem;top:13rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkq6SuSRngt38sonwkbvCQ2mncTT88Cf { width:7.125rem;height:6rem;top:5.25rem;left:6.4375rem;display:block; }
 }