.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 .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);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/H8dixrl7/shutterstock_792505270.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,39,0.66); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,39,0.66); }#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); }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0900ff;background-image:none;position:relative;display:block; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container { background-color: transparent; background-image: none; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container > .video-iframe-container { display: none; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row > .video-iframe-container { display: none; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .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); }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container { border-width: 0; border-radius: 0; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container { font-size:14px;font-family:arial;height:11px;width:1200px;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/H8dixrl7/shutterstock_792505270.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,39,0.86); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,39,0.86); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:778px;width:1200px;position:relative;display:block; }#xLQ17OQCTTONTzNTF0ehoxki839uaIL1 { color:#ffffff;display:block;width:1124px;position:absolute;font-family:comfortaa;font-size:45px;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:177px;left:28.5px;height:146.4px;display:block; }
#yLMoRRekeq1fWRoIK18vlIcXXHIKRXoH { color:#ffffff;display:block;width:676px;position:absolute;font-family:roboto;font-size:22px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:360.49999237061px;left:28.5px;height:308px;font-style:normal;display:block; }
#CmqS1I9FgP6lOEVawyUnyp6Js1dUFmT2 { color:#ffffff;display:block;width:330px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:123px;left:133px;height:31.2px;display:block; }
#tirugaRBWtdi3puTD3KG7OFS6lazNtRC { position:absolute;display:block;z-index:99999;background-color:#fc7817;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:306px;top:123.10000610352px;left:121px;display:block; }
#k5LRmOXn8Ag8MNMQMX7n5sAfBsRTUh9X { position:absolute;display:block;z-index:99998;background-color:rgba(30,30,39,0.78);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:659px;width:1200px;top:63px;left:0px;display:block; }
#D1XpPi7eZVg5CIcmIaEfOwnl5pWwIli6 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:200px;top:22px;left:966.39999389648px;overflow:hidden;display:block; }
#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0900ff;background-image:none;position:relative;display:block; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container { background-color: transparent; background-image: none; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container > .video-iframe-container { display: none; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row > .video-iframe-container { display: none; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .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); }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container { border-width: 0; border-radius: 0; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container { font-size:14px;font-family:arial;height:96px;width:1200px;position:relative;display:block; }#xUe1JXh9fluNTAIq0CeRm3A1AUBDfw0H { color:#ffffff;display:block;width:450px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:28.800018310547px;left:375.00003051758px;height:38.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container { background-color: transparent; background-image: none; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container > .video-iframe-container { display: none; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row > .video-iframe-container { display: none; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .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); }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container { border-width: 0; border-radius: 0; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container { font-size:14px;font-family:arial;height:942px;width:1200px;position:relative;display:block; }#nBrBvwsRlTqRDcSIL6hlOTtUMTW0NX6L { color:#ffffff;display:block;width:260px;position:absolute;font-family:comfortaa;font-size:29px;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:149.98751831055px;left:322px;height:62.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLcaeqvn1ZSH3l1a6ZnLFtxFHRhHBbK5 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:251px;width:251px;top:30px;left:40px;overflow:hidden;display:block; }
#vcWL8Oteseu9TTmpcT8QmHXtShKzBNX5 { color:#1f1504;display:block;width:219px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:222px;left:322px;height:52.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6Jl4QgdRcCoB7DH7Nb37ETRiHyVvwUy { color:#1e1e27;display:block;width:513px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100000;line-height:1.6;letter-spacing:0;top:298px;left:40px;height:512px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HzceuudALHgafDlU6JiFA1KVuQSt0mif { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:251px;width:251px;top:30px;left:640px;overflow:hidden;display:block; }
#OqqiTBlznosKk6WNCpXOS0HzSldzP4rS { color:#ffffff;display:block;width:194px;position:absolute;font-family:comfortaa;font-size:29px;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:149.98751831055px;left:929.99996948242px;height:62.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dgn1NWN7Cs42K61Wo6yR8N3m0JAQAAIM { color:#1f1504;display:block;width:171px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:222px;left:929.99996948242px;height:35.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gIPlRymes0QHqtANvWSwSPdeeC1ZWe82 { color:#1e1e27;display:block;width:513px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:99999;line-height:1.6;letter-spacing:0;top:298px;left:640.00003051758px;height:408px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XIf89ZD69hzaU2bouW3MCfn1785xISXI { position:absolute;display:block;z-index:99996;background-color:#1e1e27;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 8px rgba(0,0,0,0.5) ;height:74px;width:1200px;top:144.1875px;left:0px;display:block; }
#DGVDuIrZgeFWXcxERpCMMp03UwtR6kUw { position:absolute;display:block;z-index:99996;background-color:#69697a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 8px rgba(0,0,0,0.5) ;height:74px;width:1200px;top:144.1875px;left:0px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 { display:block; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLQ17OQCTTONTzNTF0ehoxki839uaIL1 { width:764px;height:146px;top:177px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yLMoRRekeq1fWRoIK18vlIcXXHIKRXoH { width:676px;height:308px;top:360px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CmqS1I9FgP6lOEVawyUnyp6Js1dUFmT2 { width:330px;height:31px;top:123px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tirugaRBWtdi3puTD3KG7OFS6lazNtRC { width:306px;height:31px;top:123px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k5LRmOXn8Ag8MNMQMX7n5sAfBsRTUh9X { width:764px;height:659px;top:63px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D1XpPi7eZVg5CIcmIaEfOwnl5pWwIli6 { width:200px;height:31px;top:22px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw { display:block; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUe1JXh9fluNTAIq0CeRm3A1AUBDfw0H { width:450px;height:38px;top:28px;left:157.00003051758px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 { display:block; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrBvwsRlTqRDcSIL6hlOTtUMTW0NX6L { width:260px;height:62px;top:149px;left:122px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DLcaeqvn1ZSH3l1a6ZnLFtxFHRhHBbK5 { width:251px;height:251px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vcWL8Oteseu9TTmpcT8QmHXtShKzBNX5 { width:219px;height:52px;top:222px;left:163px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T6Jl4QgdRcCoB7DH7Nb37ETRiHyVvwUy { width:513px;height:512px;top:298px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HzceuudALHgafDlU6JiFA1KVuQSt0mif { width:251px;height:251px;top:30px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #OqqiTBlznosKk6WNCpXOS0HzSldzP4rS { width:194px;height:62px;top:149px;left:570px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgn1NWN7Cs42K61Wo6yR8N3m0JAQAAIM { width:171px;height:35px;top:222px;left:593px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gIPlRymes0QHqtANvWSwSPdeeC1ZWe82 { width:513px;height:408px;top:298px;left:251px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XIf89ZD69hzaU2bouW3MCfn1785xISXI { width:764px;height:74px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DGVDuIrZgeFWXcxERpCMMp03UwtR6kUw { width:764px;height:74px;top:144px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 { display:block; }#NZ1QSoeRUkDzsXfUu4NlXTWS6BVPlP65 > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:833px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLQ17OQCTTONTzNTF0ehoxki839uaIL1 { width:300px;height:177.6px;top:189px;left:10px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yLMoRRekeq1fWRoIK18vlIcXXHIKRXoH { width:300px;height:360px;top:401.00000762939px;left:10px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CmqS1I9FgP6lOEVawyUnyp6Js1dUFmT2 { width:300px;height:31.2px;top:112.90000152588px;left:10px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tirugaRBWtdi3puTD3KG7OFS6lazNtRC { width:320px;height:31px;top:113.00000305474px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k5LRmOXn8Ag8MNMQMX7n5sAfBsRTUh9X { width:320px;height:756px;top:70.999998092651px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D1XpPi7eZVg5CIcmIaEfOwnl5pWwIli6 { width:173px;height:25px;top:19px;left:147.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw { display:block; }#vMWr3xMZke4sqToOtpWKMWlZaSNWB5Uw > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUe1JXh9fluNTAIq0CeRm3A1AUBDfw0H { width:320px;height:76.8px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 { display:block; }#FSmVp5wxITKBwDTQfr8S5g6GDO2vsBD7 > .row .container { width:320px;height:2232px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrBvwsRlTqRDcSIL6hlOTtUMTW0NX6L { width:275px;height:65.6px;top:342px;left:23px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DLcaeqvn1ZSH3l1a6ZnLFtxFHRhHBbK5 { width:251px;height:251px;top:47px;left:34.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #vcWL8Oteseu9TTmpcT8QmHXtShKzBNX5 { width:280px;height:33.6px;top:425.00001811981px;left:20px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #T6Jl4QgdRcCoB7DH7Nb37ETRiHyVvwUy { width:300px;height:694.4px;top:483.00004863739px;left:10px;text-align:justify;text-align-last:initial;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HzceuudALHgafDlU6JiFA1KVuQSt0mif { width:251px;height:251px;top:1234px;left:30.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #OqqiTBlznosKk6WNCpXOS0HzSldzP4rS { width:320px;height:28px;top:1542px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgn1NWN7Cs42K61Wo6yR8N3m0JAQAAIM { width:320px;height:16.8px;top:1604px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gIPlRymes0QHqtANvWSwSPdeeC1ZWe82 { width:300px;height:470.4px;top:1648px;left:10px;text-align:justify;text-align-last:initial;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XIf89ZD69hzaU2bouW3MCfn1785xISXI { width:320px;height:74px;top:1519px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DGVDuIrZgeFWXcxERpCMMp03UwtR6kUw { width:320px;height:74px;top:338px;left:0px;z-index:99997;background-color:#1e1e27;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }