.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;position:relative;display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { background-color: transparent; background-image: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .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); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { border-width: 0; border-radius: 0; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#lwreey0ubfcbkamL2CsCI17S2ueqGnix { color:#000000;display:block;width:15.875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:100035;line-height:1.7;letter-spacing:0;top:14.16250038147rem;left:22.875001907349rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX11CoTaart1QNulm3dWzBPTyTg6LrOo { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:10.125rem;top:4.0999999046326rem;left:24.375001907349rem;overflow:hidden;display:block; }
#ubTD2WGHc3cq09MNpiFtDT8RwcdWTf9P { box-sizing:content-box;color:#07c02c;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:100039;top:15.625rem;left:24.89999961853rem;display:block; }
#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { background-color: transparent; background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .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); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { border-width: 0; border-radius: 0; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { background-color:#f61049;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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:4.5rem;left:3.125rem;display:block; }
#xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bheZ4LnfoO1oTcF5M7MZozT082HT0y6N { background-color:#f61049;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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:4.5rem;left:22.9375rem;display:block; }
#R28wuBlEoJaUVfAkwKQUs0fBbxF44NrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fy9RkC5PNF6bXnGxnAHcb03hM8ygT57A { position:absolute;display:block;z-index:100022;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.75rem;width:3.75rem;top:3.3125rem;left:21.625rem;display:block; }
#umHP4K9LEe8sZAPxlEu9PAeWKAZ5MXqG { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2.0625rem;top:4.25rem;left:22.5rem;overflow:hidden;display:block; }
#WGiQIPdFscxx5pec1zXuDx6SDWIuwRIQ { background-color:#f61049;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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:4.5rem;left:43.125rem;display:block; }
#v3CBnMcSzhE62pZRhtfbTyIkSvW30p6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ubHT0JInHNNyzGrPdXhBSnsqmK9a0ACT { position:absolute;display:block;z-index:100030;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.75rem;width:3.75rem;top:3.3125rem;left:41.75rem;display:block; }
#UTp55NO3FL2CKyDbrLgwIcMwO50x83CQ { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2.0625rem;top:4.3125rem;left:42.5625rem;overflow:hidden;display:block; }
#trzVC32rrKo71g43M98sTFhlKbDnfVlW { position:absolute;display:block;z-index:100023;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.75rem;width:3.75rem;top:3.3125rem;left:1.5rem;display:block; }
#MfabwCW3NRh002SmOIlINNznvdfUyJ8B { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2.0625rem;top:4.25rem;left:2.375rem;overflow:hidden;display:block; }
#qL2L3CCxCUOnNiocWD3VWvucZl0hs2WX { color:#000000;display:block;width:13.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.7;letter-spacing:0;top:10.72500038147rem;left:3.125rem;height:7.64845rem;font-style:normal;display:block; }
#nAANXLpWG5agOsH7aLi1lBQKTb08Hcar { color:#000000;display:block;width:13.375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.7;letter-spacing:0;top:10.72500038147rem;left:43.624219894409rem;height:7.6484375rem;font-style:normal;display:block; }
#CcxbMxAKh4gH2LA50kDdkCtA8qT6K8Xx { color:#000000;display:block;width:13.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:100038;line-height:1.7;letter-spacing:0;top:10.72500038147rem;left:23.250001907349rem;height:7.6484375rem;font-style:normal;display:block; }
#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { background-color: transparent; background-image: none; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container > .video-iframe-container { display: none; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row > .video-iframe-container { display: none; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .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); }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { border-width: 0; border-radius: 0; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#C8uKMZiZf35LOMGa9RA0NNZ1Le8Twc9s { box-sizing:content-box;color:#333333;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:100009;top:5.9375rem;left:24.312501907349rem;display:block; }
#PaVNcS2HZQSAUV6ObSwpTVOuiNFLunbX { box-sizing:content-box;color:#333333;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:100010;top:5.9375rem;left:31.937501907349rem;display:block; }
#pF4vOkoFUO445dcMbCLaJP3QuGAStlyS { box-sizing:content-box;color:#333333;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:100012;top:5.9375rem;left:28.250001907349rem;display:block; }
#W4R1WoIPv699hNFTpzbKS94PlmE7pdws { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:3.8125rem;left:20.6875rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yP26zK39KJtLs9P50T5EVGaMIBsrNlK5 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:10.5625rem;left:17.5625rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwreey0ubfcbkamL2CsCI17S2ueqGnix { top:14.125rem;left:16.750001907349rem;width:15.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX11CoTaart1QNulm3dWzBPTyTg6LrOo { width:10.125rem;height:10.125rem;top:4.0625rem;left:18.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTD2WGHc3cq09MNpiFtDT8RwcdWTf9P { width:3.125rem;height:3.125rem;top:15.625rem;left:18.77499961853rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { width:13.8125rem;height:3.75rem;top:4.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block; }
 }@media only screen and (max-width: 763px) { #bheZ4LnfoO1oTcF5M7MZozT082HT0y6N { width:13.8125rem;height:3.75rem;top:4.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R28wuBlEoJaUVfAkwKQUs0fBbxF44NrQ { display:block; }
 }@media only screen and (max-width: 763px) { #Fy9RkC5PNF6bXnGxnAHcb03hM8ygT57A { top:3.3125rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umHP4K9LEe8sZAPxlEu9PAeWKAZ5MXqG { top:4.25rem;left:16.3125rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGiQIPdFscxx5pec1zXuDx6SDWIuwRIQ { width:13.8125rem;height:3.75rem;top:4.5rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3CBnMcSzhE62pZRhtfbTyIkSvW30p6I { display:block; }
 }@media only screen and (max-width: 763px) { #ubHT0JInHNNyzGrPdXhBSnsqmK9a0ACT { top:3.3125rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTp55NO3FL2CKyDbrLgwIcMwO50x83CQ { top:4.3125rem;left:32.25rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trzVC32rrKo71g43M98sTFhlKbDnfVlW { top:3.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfabwCW3NRh002SmOIlINNznvdfUyJ8B { top:4.25rem;left:0.3125rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL2L3CCxCUOnNiocWD3VWvucZl0hs2WX { top:10.6875rem;left:0.75rem;width:13.625rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAANXLpWG5agOsH7aLi1lBQKTb08Hcar { top:10.6875rem;left:33.311719894409rem;width:13.375rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcxbMxAKh4gH2LA50kDdkCtA8qT6K8Xx { top:10.6875rem;left:17.062501907349rem;width:13.5rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs { display:block; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8uKMZiZf35LOMGa9RA0NNZ1Le8Twc9s { top:5.9375rem;left:18.187501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaVNcS2HZQSAUV6ObSwpTVOuiNFLunbX { top:5.9375rem;left:25.812501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF4vOkoFUO445dcMbCLaJP3QuGAStlyS { top:5.9375rem;left:22.125001907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R1WoIPv699hNFTpzbKS94PlmE7pdws { top:3.8125rem;left:14.562501907349rem;width:17.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP26zK39KJtLs9P50T5EVGaMIBsrNlK5 { top:10.5625rem;left:11.437501907349rem;width:23.3125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwreey0ubfcbkamL2CsCI17S2ueqGnix { width:12.125rem;height:3.3984375rem;top:10.0244140625rem;left:4.0625rem;font-size:1rem;z-index:100037;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #vX11CoTaart1QNulm3dWzBPTyTg6LrOo { width:10.125rem;height:10.125rem;top:0.0244140625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTD2WGHc3cq09MNpiFtDT8RwcdWTf9P { width:3.125rem;height:3.125rem;top:11.411719322204rem;left:4.9374998807907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { width:13.8125rem;height:3.75rem;top:1.5625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block; }
 }@media only screen and (max-width: 763px) { #bheZ4LnfoO1oTcF5M7MZozT082HT0y6N { width:13.8125rem;height:3.75rem;top:16.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R28wuBlEoJaUVfAkwKQUs0fBbxF44NrQ { display:block; }
 }@media only screen and (max-width: 763px) { #Fy9RkC5PNF6bXnGxnAHcb03hM8ygT57A { width:3.75rem;height:3.75rem;top:1.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umHP4K9LEe8sZAPxlEu9PAeWKAZ5MXqG { width:2.0625rem;height:1.9375rem;top:2.46875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGiQIPdFscxx5pec1zXuDx6SDWIuwRIQ { width:13.8125rem;height:3.75rem;top:30.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3CBnMcSzhE62pZRhtfbTyIkSvW30p6I { display:block; }
 }@media only screen and (max-width: 763px) { #ubHT0JInHNNyzGrPdXhBSnsqmK9a0ACT { width:3.75rem;height:3.75rem;top:16.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTp55NO3FL2CKyDbrLgwIcMwO50x83CQ { width:2.0625rem;height:1.9375rem;top:17rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trzVC32rrKo71g43M98sTFhlKbDnfVlW { width:3.75rem;height:3.75rem;top:30.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfabwCW3NRh002SmOIlINNznvdfUyJ8B { width:2.0625rem;height:1.9375rem;top:31.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL2L3CCxCUOnNiocWD3VWvucZl0hs2WX { width:13.625rem;height:6.859375rem;top:7.2867188453675rem;left:4.8124998807907rem;font-size:1rem;z-index:100037;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #nAANXLpWG5agOsH7aLi1lBQKTb08Hcar { width:13.375rem;height:6.796875rem;top:36.828125rem;left:4.8125rem;font-size:1rem;z-index:100037;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #CcxbMxAKh4gH2LA50kDdkCtA8qT6K8Xx { width:13.5rem;height:6.859375rem;top:21.349609375rem;left:4.8125rem;font-size:1rem;z-index:100037;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs { display:block; }#vUR2GQSGAPm1C2ftiBhELfrfDSEr0tfs > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8uKMZiZf35LOMGa9RA0NNZ1Le8Twc9s { width:3.125rem;height:3.125rem;top:4.5rem;left:4.6249998807907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaVNcS2HZQSAUV6ObSwpTVOuiNFLunbX { width:3.125rem;height:3.125rem;top:4.5rem;left:11.812500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF4vOkoFUO445dcMbCLaJP3QuGAStlyS { width:3.125rem;height:3.125rem;top:4.5rem;left:8.1875003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R1WoIPv699hNFTpzbKS94PlmE7pdws { width:20rem;height:1.05rem;top:2.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yP26zK39KJtLs9P50T5EVGaMIBsrNlK5 { width:20rem;height:0.9625rem;top:8.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }