.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,238,236;--color-primary-1:135,198,193;--color-primary-2:14,141,131;--color-primary-3:7,71,66;--color-primary-4:2,21,20;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1ac9cc30-2e59-4cbd-a58c-6ecd47009f83/shutterstock_2455545985.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),0.66);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#vynmvWS16bg3KU2XPQnktuxHbWuOkwab { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:12.75rem;left:0rem;height:14.68068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tR4WCesWUPQrV5qBu5aPngXLDooBcfK2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.5rem;top:33.5595703125rem;left:1.6875rem;overflow:hidden;display:block; }
#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container { background-color: transparent; background-image: none; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container > .video-iframe-container { display: none; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row > .video-iframe-container { display: none; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .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); }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container { border-width: 0; border-radius: 0; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#oe0qJVFQKPso6s3FmoxBFBAwc7NHV7N4 { display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.9375rem;left:3.125rem;height:1.6875rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTtvKbCy7my4w2pL3B6X7QdmfhPI2kO7 { display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:5.9375rem;left:3.125rem;height:4.0488375rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#If3WPeRtmfESMn6L6TLPokJTshvcJMOQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:1.3125rem;left:8.125rem;overflow:hidden;display:block; }
#R5bv5GwNRCTKSlRGgHC1ltoGgcwnrwsC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:1.3125rem;left:28.125rem;overflow:hidden;display:block; }
#HwHh7Mk7oUlRkJe872Uu0xz2nFeKOlRe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:1.3125rem;left:48.125rem;overflow:hidden;display:block; }
#MgCMcDShM2fntckH7g0hbq4n8a78FMGS { display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:23.125rem;height:2.4746125rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocbaw316vvTEw2sSXMU7tbPaSvmCXEK1 { display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:5.9375rem;left:43.125rem;height:2.25rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyv9czG7xi02WspVmRfZvB68de6tJMCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container { background-color: transparent; background-image: none; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container > .video-iframe-container { display: none; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row > .video-iframe-container { display: none; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .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); }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container { border-width: 0; border-radius: 0; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#NDocPVF5LefmcPQo3A4RRlUntEJUdAKd { background-color:rgba(var(--color-primary-2),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:23.40625rem;display:block; }
#qlIfdSQDdUhJruiNioKDyqAisCeEWQqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container { background-color: transparent; background-image: none; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container > .video-iframe-container { display: none; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row > .video-iframe-container { display: none; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .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); }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container { border-width: 0; border-radius: 0; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#vhkeM8Vc80qRAHAei8vaW62fMl9fMtvz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:57.9375rem;top:2.7495651245117rem;left:0.81163215637206rem;display:block; }
#qITymLN6QVLkh8nlhW8H913Gm6QAwpZO { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8740234375rem;left:2.09375rem;height:12.4277375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bQQJVgzpAkIL2cCiskXke9R5mvOgeJ07 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.8740234375rem;left:32.09375rem;height:13.80861875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container { background-color: transparent; background-image: none; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container > .video-iframe-container { display: none; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row > .video-iframe-container { display: none; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .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); }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container { border-width: 0; border-radius: 0; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#eVSq1vADqiWbRdifQNgDpSkew7wWMtq0 { display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:12.09375rem;height:3.0874rem;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container { background-color: transparent; background-image: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container > .video-iframe-container { display: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container { display: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .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); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container { border-width: 0; border-radius: 0; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF { display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.0625rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }#CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF li:before{  }
#limxxFxxsUaN0d40p98r58zlCmlJIdzQ { display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.0625rem;height:2.2749rem;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mO3WTSsyihQP71M9VBDSegDvapMpvmtk { display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:37rem;height:8.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }#mO3WTSsyihQP71M9VBDSegDvapMpvmtk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mO3WTSsyihQP71M9VBDSegDvapMpvmtk li:before{  }
#kF0p1a7SB12ozZaMUZmPiysqNyKAXI6z { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);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:15005;top:1.75rem;left:34.4375rem;display:block; }
#KknJQAd0X1CrTlSORpZ9eiBMQcE5dpMi { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);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:15006;top:4.6875rem;left:34.4375rem;display:block; }
#TlHgbRuMZnzlpKiWymX87UiPTk2ggM1J { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);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:15007;top:7.75rem;left:34.4375rem;display:block; }
#y5RNrCX7NCuvT5H9g0BsrTXy4hGcdvZO { background-color:rgba(var(--color-secondary-0),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.0625rem;left:7.71875rem;display:block; }
#aJcIl4VWefVZARIZBptIAn3QrX7GATgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container { background-color: transparent; background-image: none; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container > .video-iframe-container { display: none; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row > .video-iframe-container { display: none; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .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); }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container { border-width: 0; border-radius: 0; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container { font-size:0.875rem;font-family:raleway;height:6rem;width:60rem;position:relative;display:block; }#lMy6wE3P30RXgsnPHIcoR1IdLXlBoHGV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.5625rem;top:1.375rem;left:0.8125rem;overflow:hidden;display:block; }
#vGMXRyGhAGL07TseAXiMFrbQaSoVUJpU { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15012;top:1.75rem;left:56.375rem;display:block; }
#wPSStOxDuBTbM7ictMHOAr5e3I4Zcu7r { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15011;top:1.75rem;left:53.875rem;display:block; }
#kyoduMPsRAxnhFTTp75D8AAwvmcRODe3 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15010;top:1.75rem;left:51.25rem;display:block; }
#iBTcJEqQFf0LOQx6rAbwnSO5IwKu777R { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15009;top:1.75rem;left:48.8125rem;display:block; }
#CMpgwDqrSV4EFFS0pf8EywX7To0U1wCl { display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9683170318604rem;left:22.991537094116rem;height:2.11230625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vynmvWS16bg3KU2XPQnktuxHbWuOkwab { width:47.75rem;height:14.625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR4WCesWUPQrV5qBu5aPngXLDooBcfK2 { width:8rem;height:3.375rem;top:29.4375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k { display:block; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe0qJVFQKPso6s3FmoxBFBAwc7NHV7N4 { width:11.5rem;height:4.9375rem;top:6.6850147247312rem;left:2.6864345669746rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtvKbCy7my4w2pL3B6X7QdmfhPI2kO7 { width:11.9375rem;height:4.9375rem;top:6.6850147247312rem;left:17.905716478824rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If3WPeRtmfESMn6L6TLPokJTshvcJMOQ { width:3.75rem;height:3.6875rem;top:1.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bv5GwNRCTKSlRGgHC1ltoGgcwnrwsC { width:3.75rem;height:3.6875rem;top:1.3125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHh7Mk7oUlRkJe872Uu0xz2nFeKOlRe { width:3.75rem;height:3.6875rem;top:1.3125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCMcDShM2fntckH7g0hbq4n8a78FMGS { width:11.9375rem;height:4.9375rem;top:6.6850147247312rem;left:17.905716478824rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbaw316vvTEw2sSXMU7tbPaSvmCXEK1 { width:11.9375rem;height:4.9375rem;top:6.6850147247312rem;left:17.905716478824rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyv9czG7xi02WspVmRfZvB68de6tJMCZ { display:block; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDocPVF5LefmcPQo3A4RRlUntEJUdAKd { width:13.1875rem;height:3.125rem;top:34.125rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlIfdSQDdUhJruiNioKDyqAisCeEWQqR { display:block; }
 }@media only screen and (max-width: 763px) { #sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg { display:block; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhkeM8Vc80qRAHAei8vaW62fMl9fMtvz { width:47.5rem;height:19.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITymLN6QVLkh8nlhW8H913Gm6QAwpZO { width:22.25rem;height:15.125rem;top:4.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQQJVgzpAkIL2cCiskXke9R5mvOgeJ07 { width:22.375rem;height:16.5rem;top:4.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc { display:block; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVSq1vADqiWbRdifQNgDpSkew7wWMtq0 { width:34.875rem;height:3.0625rem;top:2.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO { display:block; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO { background-color: transparent; background-image: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container > .video-iframe-container { display: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container { display: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .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); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .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; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container.adaptive-delivery-prevent-bg, #BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container.lazyload, #BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF { width:18.0625rem;height:1.5625rem;top:8.3691396713256rem;left:2.0614345669746rem;display:block; }#CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF li:before{  }
 }@media only screen and (max-width: 763px) { #limxxFxxsUaN0d40p98r58zlCmlJIdzQ { width:14.3125rem;height:1.9375rem;top:5.7395238876342rem;left:2.9341261982918rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3WTSsyihQP71M9VBDSegDvapMpvmtk { width:18.0625rem;height:1.5625rem;top:8.3691396713256rem;left:2.0614345669746rem;display:block; }#mO3WTSsyihQP71M9VBDSegDvapMpvmtk li:before{  }
 }@media only screen and (max-width: 763px) { #kF0p1a7SB12ozZaMUZmPiysqNyKAXI6z { width:2.125rem;height:2.125rem;top:1.75rem;left:25.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KknJQAd0X1CrTlSORpZ9eiBMQcE5dpMi { width:2.125rem;height:2.125rem;top:4.6875rem;left:25.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHgbRuMZnzlpKiWymX87UiPTk2ggM1J { width:2.125rem;height:2.125rem;top:7.75rem;left:25.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5RNrCX7NCuvT5H9g0BsrTXy4hGcdvZO { width:13.1875rem;height:3.125rem;top:34.125rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcIl4VWefVZARIZBptIAn3QrX7GATgw { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok { display:block; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMy6wE3P30RXgsnPHIcoR1IdLXlBoHGV { width:6.5625rem;height:3.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGMXRyGhAGL07TseAXiMFrbQaSoVUJpU { 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) { #wPSStOxDuBTbM7ictMHOAr5e3I4Zcu7r { 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) { #kyoduMPsRAxnhFTTp75D8AAwvmcRODe3 { 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) { #iBTcJEqQFf0LOQx6rAbwnSO5IwKu777R { 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) { #CMpgwDqrSV4EFFS0pf8EywX7To0U1wCl { width:41.875rem;height:3rem;top:14.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1ac9cc30-2e59-4cbd-a58c-6ecd47009f83/shutterstock_2455545985.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vynmvWS16bg3KU2XPQnktuxHbWuOkwab { width:20rem;height:4.79883125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.8;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #tR4WCesWUPQrV5qBu5aPngXLDooBcfK2 { width:4.4375rem;height:1.8125rem;top:13.099125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k { display:block; }#sCnlazfGK4aXbaL48TcKQ3ukqAUkvL9k > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe0qJVFQKPso6s3FmoxBFBAwc7NHV7N4 { width:13.75rem;height:1.6875rem;top:6.1875rem;left:3.125rem;font-size:1.125rem;color:#384a59;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtvKbCy7my4w2pL3B6X7QdmfhPI2kO7 { width:13.75rem;height:4.0488375rem;top:5.875rem;left:3.125rem;font-size:1.125rem;color:#384a59;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #If3WPeRtmfESMn6L6TLPokJTshvcJMOQ { width:3.75rem;height:3.6875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bv5GwNRCTKSlRGgHC1ltoGgcwnrwsC { width:3.75rem;height:3.6875rem;top:10.861325rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHh7Mk7oUlRkJe872Uu0xz2nFeKOlRe { width:3.75rem;height:3.6875rem;top:20.0859375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCMcDShM2fntckH7g0hbq4n8a78FMGS { width:13.75rem;height:2.4746125rem;top:15.548825rem;left:3.125rem;font-size:1.125rem;color:#384a59;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocbaw316vvTEw2sSXMU7tbPaSvmCXEK1 { width:13.75rem;height:2.25rem;top:24.2109375rem;left:3.125rem;font-size:1.125rem;color:#384a59;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyv9czG7xi02WspVmRfZvB68de6tJMCZ { display:block; }#tyv9czG7xi02WspVmRfZvB68de6tJMCZ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDocPVF5LefmcPQo3A4RRlUntEJUdAKd { width:12.9375rem;height:3.125rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlIfdSQDdUhJruiNioKDyqAisCeEWQqR { display:block; }
 }@media only screen and (max-width: 763px) { #sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg { display:block; }#sJ4RKBSwiKOSnpfKTWsJESq0TThOmXrg > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhkeM8Vc80qRAHAei8vaW62fMl9fMtvz { width:19.75rem;height:42.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITymLN6QVLkh8nlhW8H913Gm6QAwpZO { width:17.5rem;height:19.3349375rem;top:3.37451171875rem;left:1.2822265625rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bQQJVgzpAkIL2cCiskXke9R5mvOgeJ07 { width:17.625rem;height:20.8222625rem;top:23.17822265625rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc { display:block; }#F7AlARMzAfkExfuPJ3H8MNrVA5bQBGpc > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVSq1vADqiWbRdifQNgDpSkew7wWMtq0 { width:18.125rem;height:5.19921875rem;top:1.25rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO { background-color:#0e8d83;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container { background-color: transparent; background-image: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container > .video-iframe-container { display: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container { display: none; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .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); }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container { border-width: 0; border-radius: 0; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAUFm8sgi2eG1kllnaiVuapDEAnpdCtO > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF { width:15.875rem;height:1.625rem;top:6.07421875rem;left:2.0625rem;font-size:1.25rem;display:block; }#CHGgFAvEgA6bHyfOoEw22eQyRKJATRhF li:before{  }
 }@media only screen and (max-width: 763px) { #limxxFxxsUaN0d40p98r58zlCmlJIdzQ { width:18.6875rem;height:3.57421875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3WTSsyihQP71M9VBDSegDvapMpvmtk { width:16.3125rem;height:7.312rem;top:13.7626953125rem;left:3.6875rem;font-size:1.125rem;display:block; }#mO3WTSsyihQP71M9VBDSegDvapMpvmtk li:before{  }
 }@media only screen and (max-width: 763px) { #kF0p1a7SB12ozZaMUZmPiysqNyKAXI6z { width:2.125rem;height:2.125rem;top:13.38671875rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KknJQAd0X1CrTlSORpZ9eiBMQcE5dpMi { width:2.125rem;height:2.125rem;top:16.38671875rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHgbRuMZnzlpKiWymX87UiPTk2ggM1J { width:2.125rem;height:2.125rem;top:19.32421875rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5RNrCX7NCuvT5H9g0BsrTXy4hGcdvZO { width:14.5625rem;height:3.125rem;top:8.94921875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcIl4VWefVZARIZBptIAn3QrX7GATgw { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok { display:block; }#Uz7XqnyB2sJ87Rq2HE1RTngsaJ9T5lok > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMy6wE3P30RXgsnPHIcoR1IdLXlBoHGV { width:6.5rem;height:3.25rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGMXRyGhAGL07TseAXiMFrbQaSoVUJpU { width:2.5rem;height:2.5rem;top:19.6308625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSStOxDuBTbM7ictMHOAr5e3I4Zcu7r { width:2.5rem;height:2.5rem;top:15.8808625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyoduMPsRAxnhFTTp75D8AAwvmcRODe3 { width:2.5rem;height:2.5rem;top:12.1308625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTcJEqQFf0LOQx6rAbwnSO5IwKu777R { width:2.5rem;height:2.5rem;top:8.3808625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMpgwDqrSV4EFFS0pf8EywX7To0U1wCl { width:20rem;height:1.3808625rem;top:5.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }