.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:#f3f3f3;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0cd5e2b8-0fe2-4b06-b67f-0bf1fee9bf4c/shutterstock_2154987057.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; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan.adaptive-delivery-prevent-bg, #mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan.lazyload, #mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan.lazyloading { background-image: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { background-color: transparent; background-image: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container > .video-iframe-container { display: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row > .video-iframe-container { display: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .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); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { border-width: 0; border-radius: 0; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { width:60rem;height:40.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pOEIVT9GsKDGETw424OfV8sCh0Cu1nxh { box-sizing:content-box;color:#ff0000;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:70.9375rem;left:1.03125rem;display:none; }
#bHiQ3OdHscPZ9Kp3LcPKVCPyCD5RZQBK { display:block;width:27rem;position:absolute;font-family:gtamerica;font-size:3.125rem;font-weight:300;z-index:100014;line-height:1;letter-spacing:0;top:6.8720703125rem;left:29.125rem;height:9.375rem;font-style:normal;color:#2a2f48;text-align:center;text-align-last:center;display:block; }
#HiwAN0Ulba32nDP36HqfU65t929duOsM { display:block;width:22.6230625rem;position:absolute;font-family:gtamerica;font-size:2.5rem;font-weight:300;z-index:100015;line-height:1.2;letter-spacing:0;top:21.25rem;left:34.65625rem;height:9rem;font-style:normal;color:#0f2745;text-align:center;text-align-last:center;display:block; }
#SOOpcGNfUQGyIQLOx23i8ewAd5M3RWIX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.24805rem;width:3.43555rem;top:0.6240234375rem;left:5.0634765625rem;overflow:hidden;display:block; }
#bi6T3lsDFBehHlfnOs5RpHqRJPg7b34V { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:8.749rem;width:7.875rem;top:0rem;left:2.3125rem;display:block; }
#sWcXZwPgSKZbEoy85yrQmkH8zvP1f1LA { position:absolute;display:block;z-index:100013;background-color:rgba(239,243,253,0.66);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:12.5rem;width:32.9375rem;top:5rem;left:27.0625rem;display:block; }
#HdS7Jk4kveUPBcyd0WVLPkBdvNUZzSin { position:absolute;display:block;z-index:100014;background-color:rgba(227,227,227,0.48);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:12.5rem;width:28.0625rem;top:19.5rem;left:31.9375rem;display:block; }
#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/G46Ieg68/blurred_background_office_and_hallway_interior.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls.adaptive-delivery-prevent-bg, #EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls.lazyload, #EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls.lazyloading { background-image: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container { background-color: transparent; background-image: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.64); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container > .video-iframe-container { display: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.64); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row > .video-iframe-container { display: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .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); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container { border-width: 0; border-radius: 0; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:60rem;position:relative;display:block; }#zFbg6hDdORTuunKUnvsLNXe4T3LTd8ZN { display:block;width:57.5rem;position:absolute;font-family:gtamerica;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.6;letter-spacing:0;top:1.5234375rem;left:1.5888671875rem;height:35.18746875rem;font-style:normal;color:#2a2f48;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nKZkICKFwMsfRu1lIfw8JC3gcu81kfsF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:15.25rem;top:37.5625rem;left:2.84375rem;overflow:hidden;display:block; }
#mKhGUqGAE99Th2PsTUKDSTD4XyhGsgeQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:15.25rem;top:37.5625rem;left:22.7138671875rem;overflow:hidden;display:block; }
#NhZgWPnSMTDxyI02veRrcg3XIJ1RWnFa { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:15.25rem;top:37.5625rem;left:42.40625rem;overflow:hidden;display:block; }
#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container { background-color: transparent; background-image: none; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container > .video-iframe-container { display: none; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row > .video-iframe-container { display: none; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .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); }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container { border-width: 0; border-radius: 0; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container { font-size:0.875rem;font-family:"open sans";height:30.8125rem;width:60rem;position:relative;display:block; }#vMpcLeWsztSTgr16ZdOZ8qZSgnJClNWu { color:#000000;display:block;width:51.4355625rem;position:absolute;font-family:gtamerica;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:6.06640625rem;left:3.7509765625rem;height:25.1972875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { color:#000000;display:block;width:41.875rem;position:absolute;font-family:gtamerica;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.498046875rem;left:9.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/6345a180-4787-408b-95ff-7dfaea7a260f/shutterstock_1888801405.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL.adaptive-delivery-prevent-bg, #WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL.lazyload, #WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL.lazyloading { background-image: none; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container { background-color: transparent; background-image: none; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container > .video-iframe-container { display: none; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row > .video-iframe-container { display: none; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .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); }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container { border-width: 0; border-radius: 0; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#eJMLTUOzJinKSHH96FDLEFWXoIpJPTeS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:2.5625rem;width:37rem;position:absolute;display:block;z-index:100001;top:4.453125rem;left:8.9375rem;display:block; }
#LL2cZr0IqMWTuL2RAh6Ra4vezWRClB37 { display:block;width:36.4375rem;position:absolute;font-family:gtamerica;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.21875rem;height:1.59375rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#OIJzmgcu3Ri8XncCpoxJWsI7GICAT48s { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.0625rem;width:35.75rem;top:8.625rem;left:9.5625rem;display:block; }
#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/2d72ab43-801f-47dd-b3c0-a116ba25175f/shutterstock_1933253495.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb.adaptive-delivery-prevent-bg, #DBXanbucdA3dOKz41zl1mLsSDcn7E2mb.lazyload, #DBXanbucdA3dOKz41zl1mLsSDcn7E2mb.lazyloading { background-image: none; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container { background-color: transparent; background-image: none; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container > .video-iframe-container { display: none; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row > .video-iframe-container { display: none; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .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); }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container { border-width: 0; border-radius: 0; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#AGBRTzzN4V1BAtIf0w8zaWhPzXFp9Gdt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:2.5625rem;width:37rem;position:absolute;display:block;z-index:100001;top:4.9375rem;left:8.71875rem;display:block; }
#c0tVMybWndsci4x814iL4wOWB80NBEUZ { display:block;width:36.4375rem;position:absolute;font-family:gtamerica;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:5.421875rem;left:9rem;height:1.59375rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#xH336sSbaAbEk4puwE4atuyM2PwIB8fI { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.0625rem;width:35.75rem;top:8.5625rem;left:9.90625rem;display:block; }
#p4rpTl7c1F4Mr5pMewNzkBuOhuhGfyXH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:2.5625rem;width:37rem;position:absolute;display:block;z-index:100001;top:4.453125rem;left:8.9375rem;display:none; }
#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/0592bdd8-f7a1-4c8f-8b07-f0d2cc584faf/shutterstock_1923876179.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b.adaptive-delivery-prevent-bg, #b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b.lazyload, #b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b.lazyloading { background-image: none; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container { background-color: transparent; background-image: none; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container > .video-iframe-container { display: none; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row > .video-iframe-container { display: none; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .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); }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container { border-width: 0; border-radius: 0; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#Fa2iCu7diQL7uuiOIDADu1mL7d3f4T3S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:2.5625rem;width:37rem;position:absolute;display:block;z-index:100001;top:4.9375rem;left:8.71875rem;display:block; }
#E75kJX0wP26TAcBGnN1pXu8kUR8Afg4B { display:block;width:36.4375rem;position:absolute;font-family:gtamerica;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:5.421875rem;left:9.5625rem;height:1.59375rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#Zxt301APFOcuBE1qB7u8yBkvGgribmVZ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.0625rem;width:35.75rem;top:8.5625rem;left:9.90625rem;display:block; }
#LpoPcvXXqQuaPzKgPUevAdIaJTgWXRpE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:2.5625rem;width:37rem;position:absolute;display:block;z-index:100001;top:4.453125rem;left:8.9375rem;display:none; }
#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;position:relative;display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { background-color: transparent; background-image: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container > .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .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); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { border-width: 0; border-radius: 0; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { font-size:0.875rem;font-family:"open sans";height:37.375rem;width:60rem;position:relative;display:block; }#LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { color:#c02121;display:block;width:27.4375rem;position:absolute;font-family:gtamerica;font-size:2.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:20.75rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#BbTyM7gMeeKzmwBpafnyZCGGr95TBk7J { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0.90625rem;height:24.6963rem;display:block; }
#G30UwoKdlStHTp164wZ9SLL9muW6aBf8 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.34375rem;height:1.29980625rem;display:block; }
#OTp2TdC6Hp8Sa7Gmhktk1TxJK9ieMMPR { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.34375rem;height:1.29980625rem;display:block; }
#Usq5L5ifRMiPbZ06bXrFp2mgAFMbw35I { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:7.5625rem;left:32.25rem;height:28.595725rem;display:block; }
#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/73599669-f962-4f79-bb8c-d1b8db5229d8/shutterstock_745950061.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu.adaptive-delivery-prevent-bg, #Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu.lazyload, #Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu.lazyloading { background-image: none; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container { background-color: transparent; background-image: none; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container > .video-iframe-container { display: none; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row > .video-iframe-container { display: none; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .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); }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container { border-width: 0; border-radius: 0; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#O3Ergwoay5rR73UAzTxMB9v26DXUtHDO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.125rem;width:48.1875rem;position:absolute;display:block;z-index:100001;top:0.9375rem;left:2.3125rem;display:block; }
#Rgh7QTaXHHgf9NzcqUycVsTapvrTT54N { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:15.25rem;top:4.9375rem;left:3rem;overflow:hidden;display:block; }
#DZ8uc214fDQu5t3rafVWT6v913ZmVTvB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:15.25rem;top:4.9375rem;left:23.0263671875rem;overflow:hidden;display:block; }
#ctW4OsPEpa6AZ4yNkexQXcmdxBR0gMch { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:15.25rem;top:4.9375rem;left:42.59375rem;overflow:hidden;display:block; }
#AT2pDJLXR1MRH3HLCtTPr8XEJScpSGvn { color:#d02525;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.734375rem;left:7.46875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#mMSbC9z0ne2SDWHPZwPT0awQh6eZED9M { color:#d02525;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.5rem;left:47.59375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#pVFExUqgf491ZvEsCXLmVUtM92aGhm3p { color:#d02525;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.5rem;left:27.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#bGbhBEAI0JvgxHbApOkou37TGZFhtaEZ { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:21rem;left:16.375rem;height:2.2744125rem;display:block; }
#aaEmAQTpwQ4XTqJkqB8eATaXSmgVGJ94 { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2.0625rem;left:14.46875rem;height:2.2744125rem;display:block; }
#XckB6sx6UTliBUtAXFCTO7OnMa4Qe9wD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:9.9375rem;top:25rem;left:12.4375rem;overflow:hidden;display:block; }
#CZMBgg9qw1NFS1LQatNlstzM85yAku4q { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:9.25rem;top:25.21875rem;left:24.9013671875rem;overflow:hidden;display:block; }
#iX6aGsg89R2FESJAnbTyUyuOTA3GUfpM { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:9.125rem;top:25.25rem;left:35.7763671875rem;overflow:hidden;display:block; }
#xm0SNoS9LkLTqDeUDZMcExvQAV76a7sI { color:#f8f6f6;display:block;width:1.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:26.46875rem;left:23.0263671875rem;height:3.25rem;display:block; }
#MSZ8Wbf0OIIQ9GHbMRFbmuGQTxTWz6Ci { color:#f8f6f6;display:block;width:1.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:26.46875rem;left:34.0888671875rem;height:3.25rem;display:block; }
#xpF18E327O9vSW7ICswkJTNhsLeCpDeb { color:#f8f6f6;display:block;width:1.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:29.71875rem;left:29.25rem;height:3.25rem;display:block; }
#LptJAJXuJW7HUs4Li9HSP8xKbf6SJwHg { color:#d02525;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.875rem;left:26.8076171875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;position:relative;display:block; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container { background-color: transparent; background-image: none; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container > .video-iframe-container { display: none; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row > .video-iframe-container { display: none; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .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); }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container { border-width: 0; border-radius: 0; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container { font-size:0.875rem;font-family:"open sans";height:32.1875rem;width:60rem;position:relative;display:block; }#z0fCotDiTBnULcm7eOaKhQIQ52hXcoDh { background-color:#c02121;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:gtamerica;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.75rem;left:19.21875rem;display:block; }
#biUqoMvq66EvTiwTvfD5boJT7sES47eX { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#qnLFX1t0cRX6N1URAWqOv6JPSmE0tTcR { background-color:#c02121;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:gtamerica;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:11.625rem;left:19.21875rem;display:block; }
#mHwaFTsTSx22ezcqFE3TkwCTJ86SwVqr { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#zwqNGg4REVU2UbC14tn0NRI5D0If5eiN { background-color:#c02121;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:gtamerica;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.8125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:6.125rem;left:19.21875rem;display:block; }
#hAw3nn2RMQmtsbEIt5Uz4UvpNnTuefQL { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#wBNSC27C2wSvwskFzeCdCJ8UUlNkT8mX { background-color:#c02121;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:gtamerica;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.8125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:17.375rem;left:19.21875rem;display:block; }
#lKgtgiuTTSXAIgMq48NZtsnqqGr6TfNM { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#VbCASrr7oVgOX8KGZ1bV54g7rm3qyJrR { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:24.625rem;left:1.375rem;height:3.4121125rem;display:block; }
#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { background-color: transparent; background-image: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .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); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:#000000;display:block;width:60rem;position:absolute;font-family:gtamerica;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan { display:none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pOEIVT9GsKDGETw424OfV8sCh0Cu1nxh { width:3.125rem;height:3.125rem;top:70.9375rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHiQ3OdHscPZ9Kp3LcPKVCPyCD5RZQBK { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwAN0Ulba32nDP36HqfU65t929duOsM { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOOpcGNfUQGyIQLOx23i8ewAd5M3RWIX { width:3.375rem;height:6.1379309717513rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bi6T3lsDFBehHlfnOs5RpHqRJPg7b34V { width:7.875rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWcXZwPgSKZbEoy85yrQmkH8zvP1f1LA { width:32.9375rem;height:12.5rem;top:5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS7Jk4kveUPBcyd0WVLPkBdvNUZzSin { width:28.0625rem;height:12.5rem;top:19.5rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls { display:block; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFbg6hDdORTuunKUnvsLNXe4T3LTd8ZN { width:47.75rem;height:4.875rem;top:10rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKZkICKFwMsfRu1lIfw8JC3gcu81kfsF { width:15.25rem;height:9.5625rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhGUqGAE99Th2PsTUKDSTD4XyhGsgeQ { width:15.25rem;height:9.5625rem;top:37.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZgWPnSMTDxyI02veRrcg3XIJ1RWnFa { width:15.25rem;height:9.5625rem;top:37.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu { display:none; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vMpcLeWsztSTgr16ZdOZ8qZSgnJClNWu { width:47.75rem;height:26.9375rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:41.875rem;height:2.1875rem;top:2.4375rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL { display:none; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eJMLTUOzJinKSHH96FDLEFWXoIpJPTeS { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL2cZr0IqMWTuL2RAh6Ra4vezWRClB37 { width:26.5625rem;height:10.125rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OIJzmgcu3Ri8XncCpoxJWsI7GICAT48s { width:35.75rem;height:20.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXanbucdA3dOKz41zl1mLsSDcn7E2mb { display:none; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AGBRTzzN4V1BAtIf0w8zaWhPzXFp9Gdt { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0tVMybWndsci4x814iL4wOWB80NBEUZ { width:26.5625rem;height:10.125rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xH336sSbaAbEk4puwE4atuyM2PwIB8fI { width:35.75rem;height:20.0625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4rpTl7c1F4Mr5pMewNzkBuOhuhGfyXH { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b { display:none; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fa2iCu7diQL7uuiOIDADu1mL7d3f4T3S { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75kJX0wP26TAcBGnN1pXu8kUR8Afg4B { width:26.5625rem;height:10.125rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Zxt301APFOcuBE1qB7u8yBkvGgribmVZ { width:35.75rem;height:20.0625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpoPcvXXqQuaPzKgPUevAdIaJTgWXRpE { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:27.4375rem;height:2.5625rem;top:2.8125rem;left:14.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTyM7gMeeKzmwBpafnyZCGGr95TBk7J { width:27.75rem;height:27.25rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G30UwoKdlStHTp164wZ9SLL9muW6aBf8 { width:27.75rem;height:1.25rem;top:7.5625rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTp2TdC6Hp8Sa7Gmhktk1TxJK9ieMMPR { width:27.75rem;height:1.25rem;top:7.5625rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usq5L5ifRMiPbZ06bXrFp2mgAFMbw35I { width:27.75rem;height:28.5625rem;top:7.5625rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu { display:none; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O3Ergwoay5rR73UAzTxMB9v26DXUtHDO { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgh7QTaXHHgf9NzcqUycVsTapvrTT54N { width:15.25rem;height:9.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8uc214fDQu5t3rafVWT6v913ZmVTvB { width:15.25rem;height:9.5625rem;top:4.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctW4OsPEpa6AZ4yNkexQXcmdxBR0gMch { width:15.25rem;height:9.5625rem;top:4.9375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2pDJLXR1MRH3HLCtTPr8XEJScpSGvn { width:7.6875rem;height:2.8125rem;top:14.6875rem;left:4.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSbC9z0ne2SDWHPZwPT0awQh6eZED9M { width:7.6875rem;height:2.8125rem;top:14.5rem;left:38.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVFExUqgf491ZvEsCXLmVUtM92aGhm3p { width:7.6875rem;height:2.8125rem;top:14.5rem;left:16.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGbhBEAI0JvgxHbApOkou37TGZFhtaEZ { width:33.125rem;height:2.25rem;top:21rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaEmAQTpwQ4XTqJkqB8eATaXSmgVGJ94 { width:33.125rem;height:2.25rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XckB6sx6UTliBUtAXFCTO7OnMa4Qe9wD { width:9.9375rem;height:6.1875rem;top:25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZMBgg9qw1NFS1LQatNlstzM85yAku4q { width:9.25rem;height:5.75rem;top:25.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX6aGsg89R2FESJAnbTyUyuOTA3GUfpM { width:9.125rem;height:5.6875rem;top:25.25rem;left:26.5888671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm0SNoS9LkLTqDeUDZMcExvQAV76a7sI { width:1.75rem;height:3.25rem;top:26.4375rem;left:19.9638671875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSZ8Wbf0OIIQ9GHbMRFbmuGQTxTWz6Ci { width:1.75rem;height:3.25rem;top:26.4375rem;left:24.9013671875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpF18E327O9vSW7ICswkJTNhsLeCpDeb { width:1.75rem;height:3.25rem;top:29.6875rem;left:22.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LptJAJXuJW7HUs4Li9HSP8xKbf6SJwHg { width:7.6875rem;height:3.25rem;top:31.875rem;left:16.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS { display:none; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0fCotDiTBnULcm7eOaKhQIQ52hXcoDh { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUqoMvq66EvTiwTvfD5boJT7sES47eX { display:block; }
 }@media only screen and (max-width: 763px) { #qnLFX1t0cRX6N1URAWqOv6JPSmE0tTcR { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwaFTsTSx22ezcqFE3TkwCTJ86SwVqr { display:block; }
 }@media only screen and (max-width: 763px) { #zwqNGg4REVU2UbC14tn0NRI5D0If5eiN { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAw3nn2RMQmtsbEIt5Uz4UvpNnTuefQL { display:block; }
 }@media only screen and (max-width: 763px) { #wBNSC27C2wSvwskFzeCdCJ8UUlNkT8mX { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKgtgiuTTSXAIgMq48NZtsnqqGr6TfNM { display:block; }
 }@media only screen and (max-width: 763px) { #VbCASrr7oVgOX8KGZ1bV54g7rm3qyJrR { width:47.75rem;height:3.375rem;top:24.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:47.75rem;height:7.3125rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0cd5e2b8-0fe2-4b06-b67f-0bf1fee9bf4c/shutterstock_2154987057.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan.adaptive-delivery-prevent-bg, #mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan.lazyload, #mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan.lazyloading { background-image: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { background-color: transparent; background-image: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container > .video-iframe-container { display: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row > .video-iframe-container { display: none; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .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); }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { border-width: 0; border-radius: 0; }#mQW1wt3iET9B7IP4fTPoSXgLvGdNTNan > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOEIVT9GsKDGETw424OfV8sCh0Cu1nxh { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #bHiQ3OdHscPZ9Kp3LcPKVCPyCD5RZQBK { width:19.125rem;height:9.5625rem;top:8.7578125rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.7;color:#0a3c59;display:block; }
 }@media only screen and (max-width: 763px) { #HiwAN0Ulba32nDP36HqfU65t929duOsM { width:19.999rem;height:2.75rem;top:20.5390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;color:#0f2745;display:block; }
 }@media only screen and (max-width: 763px) { #SOOpcGNfUQGyIQLOx23i8ewAd5M3RWIX { width:3.1875rem;height:5.37421875rem;top:1.3113280534744rem;left:8.4046869575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi6T3lsDFBehHlfnOs5RpHqRJPg7b34V { width:7.875rem;height:8rem;top:0rem;left:6.0609369575978rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWcXZwPgSKZbEoy85yrQmkH8zvP1f1LA { width:20rem;height:9.125rem;top:8.9765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS7Jk4kveUPBcyd0WVLPkBdvNUZzSin { width:20rem;height:4.4375rem;top:19.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls { background-color:transparent;background-image:url("https://images.assets-landingi.com/G46Ieg68/blurred_background_office_and_hallway_interior.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls.adaptive-delivery-prevent-bg, #EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls.lazyload, #EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls.lazyloading { background-image: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container { background-color: transparent; background-image: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container > .video-iframe-container { display: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row > .video-iframe-container { display: none; }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .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); }#EpIKy1QB3Q3TTgZBZiFITgWNw1Edg9Ls > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFbg6hDdORTuunKUnvsLNXe4T3LTd8ZN { width:18.499rem;height:61.19334375rem;top:0.623046875rem;left:0.7490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKZkICKFwMsfRu1lIfw8JC3gcu81kfsF { width:15.25rem;height:9.5625rem;top:58.8427734375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhGUqGAE99Th2PsTUKDSTD4XyhGsgeQ { width:15.25rem;height:9.5625rem;top:69.3427734375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZgWPnSMTDxyI02veRrcg3XIJ1RWnFa { width:15.25rem;height:9.5625rem;top:79.5302734375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu { display:block; }#r5y5oXmM9W5pTcbpDepTUUIeO0ZKMHwu > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMpcLeWsztSTgr16ZdOZ8qZSgnJClNWu { width:17.3105625rem;height:44.9951375rem;top:6.34765625rem;left:2.0908203125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:20rem;height:1.8681625rem;top:2.62890625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL { display:block; }#WOgQN60s9PoK9U9wekzUTb28EwaRJ2LL > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJMLTUOzJinKSHH96FDLEFWXoIpJPTeS { width:20rem;height:3.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL2cZr0IqMWTuL2RAh6Ra4vezWRClB37 { width:17.5rem;height:2.8125rem;top:1.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIJzmgcu3Ri8XncCpoxJWsI7GICAT48s { height:11.223625rem;width:20rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXanbucdA3dOKz41zl1mLsSDcn7E2mb { display:block; }#DBXanbucdA3dOKz41zl1mLsSDcn7E2mb > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGBRTzzN4V1BAtIf0w8zaWhPzXFp9Gdt { width:20rem;height:26.4375rem;top:20rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0tVMybWndsci4x814iL4wOWB80NBEUZ { width:17.5rem;height:2.8125rem;top:0.90625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH336sSbaAbEk4puwE4atuyM2PwIB8fI { height:11.223625rem;width:20rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4rpTl7c1F4Mr5pMewNzkBuOhuhGfyXH { width:20rem;height:3.125rem;top:0.75rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b { display:block; }#b8Ohz4soSEA6ZqeXEtsuRwfbvgaerx8b > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa2iCu7diQL7uuiOIDADu1mL7d3f4T3S { width:20rem;height:26.4375rem;top:20rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E75kJX0wP26TAcBGnN1pXu8kUR8Afg4B { width:17.5rem;height:2.8125rem;top:0.84375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxt301APFOcuBE1qB7u8yBkvGgribmVZ { height:11.223625rem;width:20rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpoPcvXXqQuaPzKgPUevAdIaJTgWXRpE { width:20rem;height:3.125rem;top:0.6875rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:16.6875rem;height:1.29980625rem;top:0.8125rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbTyM7gMeeKzmwBpafnyZCGGr95TBk7J { width:20rem;height:38.99410625rem;top:3.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G30UwoKdlStHTp164wZ9SLL9muW6aBf8 { width:20rem;height:0;top:44.16799375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTp2TdC6Hp8Sa7Gmhktk1TxJK9ieMMPR { width:20rem;height:0;top:46.7178rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Usq5L5ifRMiPbZ06bXrFp2mgAFMbw35I { width:20rem;height:36.39455rem;top:41.955078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu { display:block; }#Xg5ZQhFvwX7PZZ0Us0wrzqvpZU5FKsuu > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3Ergwoay5rR73UAzTxMB9v26DXUtHDO { width:20rem;height:88.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgh7QTaXHHgf9NzcqUycVsTapvrTT54N { width:15.25rem;height:9.5625rem;top:8.1982421875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8uc214fDQu5t3rafVWT6v913ZmVTvB { width:15.25rem;height:9.5625rem;top:22.3232421875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctW4OsPEpa6AZ4yNkexQXcmdxBR0gMch { width:15.25rem;height:9.5625rem;top:37.76953125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2pDJLXR1MRH3HLCtTPr8XEJScpSGvn { width:7.6875rem;height:2.5996125rem;top:17.6982421875rem;left:6.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSbC9z0ne2SDWHPZwPT0awQh6eZED9M { width:7.6875rem;height:2.5996125rem;top:47.33203125rem;left:6.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVFExUqgf491ZvEsCXLmVUtM92aGhm3p { width:7.6875rem;height:2.5996125rem;top:31.8857421875rem;left:6.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGbhBEAI0JvgxHbApOkou37TGZFhtaEZ { width:20rem;height:4.548825rem;top:54.7099609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaEmAQTpwQ4XTqJkqB8eATaXSmgVGJ94 { width:20rem;height:6.82325rem;top:0.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XckB6sx6UTliBUtAXFCTO7OnMa4Qe9wD { width:9.9375rem;height:6.1875rem;top:60.6953125rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZMBgg9qw1NFS1LQatNlstzM85yAku4q { width:9.25rem;height:5.75rem;top:69.482421875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX6aGsg89R2FESJAnbTyUyuOTA3GUfpM { width:9.125rem;height:5.6875rem;top:77.83203125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm0SNoS9LkLTqDeUDZMcExvQAV76a7sI { width:1.75rem;height:2.5996125rem;top:66.8828125rem;left:9.125rem;font-size:2rem;color:#0f2745;display:block; }
 }@media only screen and (max-width: 763px) { #MSZ8Wbf0OIIQ9GHbMRFbmuGQTxTWz6Ci { width:1.75rem;height:2.5996125rem;top:75.232421875rem;left:9.125rem;font-size:2rem;color:#0f2745;display:block; }
 }@media only screen and (max-width: 763px) { #xpF18E327O9vSW7ICswkJTNhsLeCpDeb { width:1.75rem;height:2.5996125rem;top:83.51953125rem;left:9.1875rem;font-size:2rem;color:#0f2745;display:block; }
 }@media only screen and (max-width: 763px) { #LptJAJXuJW7HUs4Li9HSP8xKbf6SJwHg { width:7.6875rem;height:2.5996125rem;top:85.181640625rem;left:6.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS { display:block; }#kUEcQ6hLaTcOlM5npf6IkfZ0FAAIpMCS > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0fCotDiTBnULcm7eOaKhQIQ52hXcoDh { width:19.625rem;height:4.8125rem;top:1.25rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUqoMvq66EvTiwTvfD5boJT7sES47eX { display:block; }
 }@media only screen and (max-width: 763px) { #qnLFX1t0cRX6N1URAWqOv6JPSmE0tTcR { width:19.625rem;height:4.8125rem;top:13.375rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwaFTsTSx22ezcqFE3TkwCTJ86SwVqr { display:block; }
 }@media only screen and (max-width: 763px) { #zwqNGg4REVU2UbC14tn0NRI5D0If5eiN { width:19.625rem;height:4.8125rem;top:7.3125rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAw3nn2RMQmtsbEIt5Uz4UvpNnTuefQL { display:block; }
 }@media only screen and (max-width: 763px) { #wBNSC27C2wSvwskFzeCdCJ8UUlNkT8mX { width:19.625rem;height:4.8125rem;top:19.4375rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKgtgiuTTSXAIgMq48NZtsnqqGr6TfNM { display:block; }
 }@media only screen and (max-width: 763px) { #VbCASrr7oVgOX8KGZ1bV54g7rm3qyJrR { width:20rem;height:10.2363125rem;top:25.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:20rem;height:12.6679875rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }