.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:226,248,232;--color-primary-1:167,235,185;--color-primary-2:109,222,139;--color-primary-3:77,175,80;--color-primary-4:12,200,61;--color-secondary-0:255,247,217;--color-secondary-1:255,228,128;--color-secondary-2:255,200,0;--color-secondary-3:128,100,0;--color-secondary-4:38,30,0;--color-tertiary-0:255,255,255;--color-tertiary-1:97,97,97;--color-tertiary-2:51,51,51;--color-tertiary-3:37,37,37;--color-tertiary-4:0,0,0;--headlines-font-family:"Riffic Free";--paragraphs-font-family:"Riffic Free"; }@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:#53d7b4;background-image:url("https://images.assets-landingi.com/dIb9xffz/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container { background-color: transparent; background-image: none; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container > .video-iframe-container { display: none; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row > .video-iframe-container { display: none; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .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); }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container { border-width: 0; border-radius: 0; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container { font-size:0.875rem;font-family:"open sans";height:6.25rem;width:75rem;position:relative;display:block; }#c55wTgl3ndRavBRumoQ5a3dbe07x8b9A { box-sizing:content-box;color:#202020;font-size:2.625rem;font-weight:400;line-height:1;height:3.81125625rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:1.25rem;left:56.4375rem;display:block; }
#Ut62HBxaMVDqfXfNaDObEMym2ZbCLimb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:avenir;font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.125rem;left:59.9375rem;height:2.4375rem;font-style:normal;display:block; }
#KXTWLMzTHOys0HIayasJEa0WX16IcHFg { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:1.3125rem;left:60.25rem;height:1.137075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTzW6FXU2slPnXfWBl96QnGeyCIUTs79 { position:absolute;display:block;z-index:15001;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.312325rem;width:7.4369375rem;top:1.5rem;left:4.5625rem;overflow:hidden;display:block; }
#rZ7b43SIZ57n9PaJd8wfqI0WQrprD67H { 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.5617875rem;width:3.75rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#CgAMBOIJqLIxqOHN66kAv13xcGyC4aei { position:absolute;display:block;z-index:15008;height:3.75rem;width:20rem;top:0rem;left:36.032669067382rem;display:block; }
#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:#ffbe00;background-image:url("https://images.assets-landingi.com/b17pZCDH/Girar_Bg_topo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.adaptive-delivery-prevent-bg, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyload, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyloading { background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { border-width: 0; border-radius: 0; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:75rem;height:50.5rem;font-size:0.875rem;font-family:comfortaa;position:relative;display:block; }#s681ShQJG5xFTECDErw6U4tETZv5SHw7 { color:#522d62;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Q9TyH0zs1XV1WMx4CDTG9Ul565BIoay7 { position:absolute;display:block;z-index:14993;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:37.5625rem;width:61.875rem;top:12.372499465943rem;left:12.973751068115rem;overflow:hidden;display:block; }
#g5yGarnbP4TQqPslR7WZkgmL5LAMDNFA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:14995;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(var(--color-tertiary-4),0.2);top:13.5625rem;left:0rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i0PmqEWuIeaLVxvAJyH1Fe1qLvnyBOyE { 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:27.75rem;width:50.6875rem;top:13.0625rem;left:24.3125rem;overflow:hidden;display:none; }
#gyIx5uW1zXLehOevZXTNvUSFWetNRTOb { color:#522d62;display:block;width:16.3125rem;position:absolute;font-family:adget;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:37.1875rem;left:3.0625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GKbull3TF7y7cJDJ5z4eSGamKTR8FG2i { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15004;top:37.0625rem;left:0rem;display:block; }
#nfePb9xI2zsWwIdDI6xPRKugpvQNtavs { position:absolute;display:block;z-index:14997;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:10.125rem;width:10rem;top:13.5625rem;left:39.956874847412rem;overflow:hidden;display:block; }
#mfCz2ONrrWIycTwQg6bQkJOq2NJ45wqo { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:adget;font-size:2.9375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(var(--color-tertiary-4),0.2);top:22.875rem;left:0rem;height:6.461625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MFt6xWlx7e6aGgxg1HQ2HppOLZxMdNR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(var(--color-tertiary-4),0.2);top:17.65625rem;left:0rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bcBc336GKaPCAH1Ws9y2JwZxTNRMG1AO { position:absolute;display:block;z-index:15007;height:3.75rem;width:20rem;top:31.1875rem;left:0rem;display:block; }
#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { 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; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { background-color: transparent; background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .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); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { border-width: 0; border-radius: 0; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { font-size:0.875rem;font-family:comfortaa;height:11.5625rem;width:75rem;position:relative;display:block; }#RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { color:#fcd201;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1067695617676rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc { 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; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container { background-color: transparent; background-image: none; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container > .video-iframe-container { display: none; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row > .video-iframe-container { display: none; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .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); }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container { border-width: 0; border-radius: 0; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#lXhFZ4G0T11ElDrkcrbb0O1UlFnyNDnC { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:1rem;display:block; }
#z63483Sx26EokAtTXBskAFUHVatzMAsB { position:absolute;display:block;z-index:15013;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/RhEfbGUR/onde_encontro_consulta_veterinaria_para_gatos.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:2.0625rem;display:block; }#z63483Sx26EokAtTXBskAFUHVatzMAsB.adaptive-delivery-prevent-bg, #z63483Sx26EokAtTXBskAFUHVatzMAsB.lazyload, #z63483Sx26EokAtTXBskAFUHVatzMAsB.lazyloading { background-image: none; }
#CRkZSQ2xENxVD7lbL775A82M2ZCFxMDb { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.6875rem;left:13.625rem;display:block; }
#xOCAUhILU7IWGg7wfnQ8kXS8EolnNZ5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaIaM8Wn77LArdo4rgpQXRlGQP8ircfd { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:13.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T276iKl1WcBmttltNpTuOvztGoUAG1sP { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:26rem;display:block; }
#KxQUIi6azv0MNXtLez7bvrSBNO3CNGHw { position:absolute;display:block;z-index:15017;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/b6JdxkFY/Dermatologia_Veterin_ria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:27.0625rem;display:block; }#KxQUIi6azv0MNXtLez7bvrSBNO3CNGHw.adaptive-delivery-prevent-bg, #KxQUIi6azv0MNXtLez7bvrSBNO3CNGHw.lazyload, #KxQUIi6azv0MNXtLez7bvrSBNO3CNGHw.lazyloading { background-image: none; }
#QE408aXp9P33fu1VobgDSxLvWmmMqbxf { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6875rem;left:38.625rem;display:block; }
#XrcHELK0yTBSs7DZdGsPzGTfU8zPMhF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEwRZF8o3i02U4wBk8dDpQPGRPmFy0mh { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.5600144863129rem;left:37.654472351074rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cv6yk4AIbVoA9k6vNR8yuy1RJ2Hmddnq { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:51rem;display:block; }
#eM63IJZeiZBHafQl5W2g1cyBD7cLhv1Q { position:absolute;display:block;z-index:15021;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/usP6R2lp/Oftalmologia_Veterin_ria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:52.0625rem;display:block; }#eM63IJZeiZBHafQl5W2g1cyBD7cLhv1Q.adaptive-delivery-prevent-bg, #eM63IJZeiZBHafQl5W2g1cyBD7cLhv1Q.lazyload, #eM63IJZeiZBHafQl5W2g1cyBD7cLhv1Q.lazyloading { background-image: none; }
#kZGXIiqryZt0MoQ8blpDE81g2mk6Tr1S { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.6875rem;left:63.625rem;display:block; }
#UA55sDHd6F1bcaCOnGGRXqk5axCKLdGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlrhUGA6a9VnSKvgBv72NwhfrmDTix5C { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.5617904663086rem;left:62.562316894531rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC { 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; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container { background-color: transparent; background-image: none; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container > .video-iframe-container { display: none; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row > .video-iframe-container { display: none; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .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); }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container { border-width: 0; border-radius: 0; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#eXHaToFiQtq7RLZuoJDh1cbhnOHLTXZn { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:1rem;display:block; }
#LTB1U02kBfCqmyEJhVTJZHVfh5DxP1x2 { position:absolute;display:block;z-index:15013;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/ZRMV9XH9/Odontologia_Veterin_ria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:2.0625rem;display:block; }#LTB1U02kBfCqmyEJhVTJZHVfh5DxP1x2.adaptive-delivery-prevent-bg, #LTB1U02kBfCqmyEJhVTJZHVfh5DxP1x2.lazyload, #LTB1U02kBfCqmyEJhVTJZHVfh5DxP1x2.lazyloading { background-image: none; }
#cgZbxFh6ilcwRTVAakhoRINoWJEQ0KHU { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.6875rem;left:13.625rem;display:block; }
#fCGPnppToerqzySrW5VoFrxfTnUGM3g9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKwpmPlF1x9ETvvmcwom3lJNLK2DsQ3E { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:13.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kz8UkEJT3wv0hw2wQPED04sBet9U6D83 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:26rem;display:block; }
#zMRhhbdHCwN8meqdFs6VL8BSBgaE3vSi { position:absolute;display:block;z-index:15017;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/QIssiELI/Oncologia_Veterin_ria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:27.0625rem;display:block; }#zMRhhbdHCwN8meqdFs6VL8BSBgaE3vSi.adaptive-delivery-prevent-bg, #zMRhhbdHCwN8meqdFs6VL8BSBgaE3vSi.lazyload, #zMRhhbdHCwN8meqdFs6VL8BSBgaE3vSi.lazyloading { background-image: none; }
#ZyIr5rOpZzDIiW5qzEGgdCR4kenHeJVV { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6875rem;left:38.625rem;display:block; }
#N4kD33erT9prN9NVX7pOhAS5Wh5UTqF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnbHt6gXdkanDho4JXlaflDksObsTdSF { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.5625rem;left:38.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnzzAl9bTioSTWgTil9qALvWggmXv9T4 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:51rem;display:block; }
#T7HFbBnFMQfai8epyqyavmzwCnBw1Zov { position:absolute;display:block;z-index:15021;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/Pf135pra/Reprodu_o_de_C_es.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:52.0625rem;display:block; }#T7HFbBnFMQfai8epyqyavmzwCnBw1Zov.adaptive-delivery-prevent-bg, #T7HFbBnFMQfai8epyqyavmzwCnBw1Zov.lazyload, #T7HFbBnFMQfai8epyqyavmzwCnBw1Zov.lazyloading { background-image: none; }
#NQOiGcNL8VqaUPOvM4Dh1gFbtoCW5KVG { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.6875rem;left:63.625rem;display:block; }
#boQghs669rX5oQcUk7nKgPZX6fPuQNlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imuoUr0dPolqB4rKowQcoGCs6aEkidET { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.5625rem;left:63.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 { 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; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container { background-color: transparent; background-image: none; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container > .video-iframe-container { display: none; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row > .video-iframe-container { display: none; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .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); }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container { border-width: 0; border-radius: 0; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#VhriOk2LWNZB4tqNSq8bbgnh11PXM1R0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:1rem;display:block; }
#BTsRlqqgwqI5gl6uOVmcXvTct6Wup8BG { position:absolute;display:block;z-index:15013;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/G9G0Gkeb/vacina_para_cachorro.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:2.0625rem;display:block; }#BTsRlqqgwqI5gl6uOVmcXvTct6Wup8BG.adaptive-delivery-prevent-bg, #BTsRlqqgwqI5gl6uOVmcXvTct6Wup8BG.lazyload, #BTsRlqqgwqI5gl6uOVmcXvTct6Wup8BG.lazyloading { background-image: none; }
#PKbHUw4hHIBSUKcDIzmTO55LETwzryrG { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.6875rem;left:13.625rem;display:block; }
#nT79SaxLHqK5qst7fedi9TaTN6Lkb3OA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2ZW2srculnvPKwTX1cFZwPXZorTXN6T { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:13.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtWaPVXisclpK7Xq4bFxRPzMaR2vtO9b { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:26rem;display:block; }
#x1BpE8h0zwyIBsVPpyydtTmLNsuCTd9v { position:absolute;display:block;z-index:15017;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/Cf5IhkyW/Anestesia_Vol_til.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:27.0625rem;display:block; }#x1BpE8h0zwyIBsVPpyydtTmLNsuCTd9v.adaptive-delivery-prevent-bg, #x1BpE8h0zwyIBsVPpyydtTmLNsuCTd9v.lazyload, #x1BpE8h0zwyIBsVPpyydtTmLNsuCTd9v.lazyloading { background-image: none; }
#SWWExm8LXJI9DUF2N6TTmWvIlHP0fsKa { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6875rem;left:38.625rem;display:block; }
#g0lH6ptzKm8CFCb4SyrU1Zo1EoFaScIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXQMXFHviuC4Tksuh87N5cgRCkJZZX4G { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.5625rem;left:38.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LBQWV8hvRJ0mXEXhFcTS7m4mKrsFAV9G { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:51rem;display:block; }
#DgNBNQll52dkJ8wM7Ega8sO2TNyqhoy6 { position:absolute;display:block;z-index:15021;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/BEavcjEZ/186641_cirurgia_veterinaria_como_escolher_um_bom_profissional_para_meu_pet_1000x640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:52.0625rem;display:block; }#DgNBNQll52dkJ8wM7Ega8sO2TNyqhoy6.adaptive-delivery-prevent-bg, #DgNBNQll52dkJ8wM7Ega8sO2TNyqhoy6.lazyload, #DgNBNQll52dkJ8wM7Ega8sO2TNyqhoy6.lazyloading { background-image: none; }
#wfuwD0o5w7kMRTZyQMFoayNr4kz8O7J3 { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.6875rem;left:63.625rem;display:block; }
#pHB3ur2T47JLll34gbuuPRrBsQTFMxAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNFIgeyA8U1dcnLhpPx8P6Thu3akfTOT { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.5625rem;left:63.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE { 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; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container { background-color: transparent; background-image: none; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container > .video-iframe-container { display: none; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row > .video-iframe-container { display: none; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .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); }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container { border-width: 0; border-radius: 0; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#ICvry2XtUpTWHEKpG62En3sgnkMq7Xrs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:1rem;display:block; }
#HgvBvhWJWX7hm4JMDmpHhJTM0xadxFbI { position:absolute;display:block;z-index:15013;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/LAFt2a83/laboratorio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:2.0625rem;display:block; }#HgvBvhWJWX7hm4JMDmpHhJTM0xadxFbI.adaptive-delivery-prevent-bg, #HgvBvhWJWX7hm4JMDmpHhJTM0xadxFbI.lazyload, #HgvBvhWJWX7hm4JMDmpHhJTM0xadxFbI.lazyloading { background-image: none; }
#sa2itB30lkmfg52LvT7aVTkoTus20vFn { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.6875rem;left:13.625rem;display:block; }
#lpMsvehNKtLMb1lzQBrW42kxyB3KFJ92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2Zd0kJksmkXLd4tyuh8KNBK7kicqe0v { color:rgba(var(--color-tertiary-1),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:13.625rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GhcJsAy2Amlc7VrL5PFVOrfv9ZO6ALM7 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:26rem;display:block; }
#Vqf5tbSZ5zCamrBgluHW4LecpFnTWMpa { position:absolute;display:block;z-index:15017;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/QulonGIn/Ultrassom.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:27.0625rem;display:block; }#Vqf5tbSZ5zCamrBgluHW4LecpFnTWMpa.adaptive-delivery-prevent-bg, #Vqf5tbSZ5zCamrBgluHW4LecpFnTWMpa.lazyload, #Vqf5tbSZ5zCamrBgluHW4LecpFnTWMpa.lazyloading { background-image: none; }
#CQ5SAAkzPph2p9uwdGK1vQ8M5RbVBM4U { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6875rem;left:38.625rem;display:block; }
#ekWC4SDFDBqm4mLTT6pwZtsTf9wOzx5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yoL6t2BJaMJ2zNChwIAxtITIegAIaisc { color:rgba(var(--color-tertiary-1),1);display:block;width:9.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:4.6006755828858rem;left:38.622512817382rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nmVvNg8brkoSD0SIHGD2x0yxFdVuVZhC { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:10.0625rem;width:23rem;top:2.5rem;left:51rem;display:block; }
#RLCwMr3oPTakfcwA5acDMuOtOKvBxlB3 { position:absolute;display:block;z-index:15021;background-color:#9e9e9e;background-image:url("https://images.assets-landingi.com/79FLsFEk/Eletrocardiograma.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.625rem;left:52.0625rem;display:block; }#RLCwMr3oPTakfcwA5acDMuOtOKvBxlB3.adaptive-delivery-prevent-bg, #RLCwMr3oPTakfcwA5acDMuOtOKvBxlB3.lazyload, #RLCwMr3oPTakfcwA5acDMuOtOKvBxlB3.lazyloading { background-image: none; }
#dSQwMpRTwpkCitGUuS7Kg231HTTV3EZ3 { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(18,18,18,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12375rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.6875rem;left:63.625rem;display:block; }
#PmyxanWfm0GaZQmKNCoDTZm9qshXXhpJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHX2wK8Gi48t0G97wGIN1h5eL6ULWtfx { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.5609016418457rem;left:63.563560485837rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 { 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; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container { background-color: transparent; background-image: none; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container > .video-iframe-container { display: none; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row > .video-iframe-container { display: none; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .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); }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container { border-width: 0; border-radius: 0; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container { font-size:0.875rem;font-family:comfortaa;height:8.8125rem;width:75rem;position:relative;display:block; }#UwVyJEcCM93fE0odMBAHqCans7Nk3QHv { color:#1b1b1b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7943873405456rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V { 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; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container { background-color: transparent; background-image: none; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container > .video-iframe-container { display: none; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row > .video-iframe-container { display: none; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .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); }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container { border-width: 0; border-radius: 0; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#uyQ5O9MhkD9663pcr6VV6KILlx5G3yhG { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbcb07;background-image:url("https://images.assets-landingi.com/Kb6iR1gt/Girar_Bg_topo2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly.adaptive-delivery-prevent-bg, #XMrOHqaBoVTaIpDccxSS93G5AMcQnkly.lazyload, #XMrOHqaBoVTaIpDccxSS93G5AMcQnkly.lazyloading { background-image: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container { background-color: transparent; background-image: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container > .video-iframe-container { display: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row > .video-iframe-container { display: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .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); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container { border-width: 0; border-radius: 0; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container { font-size:0.875rem;font-family:comfortaa;height:26.625rem;width:75rem;position:relative;display:block; }#aLeUUdLNkQqoMf0STlyq1VaCdZIUE7pG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.1875rem;left:7.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#suehXVSTx9iqpVuvHLH7TEWdMWUk6ITC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:13.875rem;left:7.4375rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E47FHqRkh5e135iJEvhA50ehm7Iotwaz { 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:25.9375rem;width:47.75rem;display:none; }
#zP5wSXUDdoOOZTXUERqHSIeFMEUVS2GC { position:absolute;display:block;z-index:15025;height:16.4373125rem;width:31.5625rem;top:7.25rem;left:33.375rem;display:block; }
#zkgb3fxFudzvHyGG4O0cH3cQ00omcDGH { position:absolute;display:block;z-index:15025;height:19.0625rem;width:38.8125rem;top:4.3125rem;left:35.812501907349rem;display:none; }
#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container { background-color: transparent; background-image: none; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container > .video-iframe-container { display: none; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row > .video-iframe-container { display: none; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .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); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container { border-width: 0; border-radius: 0; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container { font-size:0.875rem;font-family:comfortaa;height:3.125rem;width:75rem;position:relative;display:block; }#lUfdf9lnVhMwcgE3cWJvT63ltJEgl0uh { 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:25.9375rem;width:47.75rem;display:none; }
#MAO0gDZTtdNW7JHNCTMFF1gl0LgSoKML { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.93750381469725rem;left:0rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 { display:block; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c55wTgl3ndRavBRumoQ5a3dbe07x8b9A { width:3.75rem;height:3.81108125rem;top:1.25rem;left:42.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut62HBxaMVDqfXfNaDObEMym2ZbCLimb { width:15.0625rem;height:2.4375rem;top:2.125rem;left:32.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTWLMzTHOys0HIayasJEa0WX16IcHFg { width:11.25rem;height:1.125rem;top:1.3125rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzW6FXU2slPnXfWBl96QnGeyCIUTs79 { width:7.375rem;height:3.2842609400869rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ7b43SIZ57n9PaJd8wfqI0WQrprD67H { width:3.75rem;height:3.56108125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgAMBOIJqLIxqOHN66kAv13xcGyC4aei { width:20rem;height:3.75rem;top:0rem;left:22.407669067382rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s681ShQJG5xFTECDErw6U4tETZv5SHw7 { width:47.75rem;height:8.3125rem;top:5.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9TyH0zs1XV1WMx4CDTG9Ul565BIoay7 { width:47.75rem;height:28.987626262626rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5yGarnbP4TQqPslR7WZkgmL5LAMDNFA { width:23.75rem;height:6.125rem;top:13.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0PmqEWuIeaLVxvAJyH1Fe1qLvnyBOyE { width:47.75rem;height:26.141800246609rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyIx5uW1zXLehOevZXTNvUSFWetNRTOb { width:16.3125rem;height:2.75rem;top:37.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbull3TF7y7cJDJ5z4eSGamKTR8FG2i { width:3.125rem;height:3.125rem;top:37.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfePb9xI2zsWwIdDI6xPRKugpvQNtavs { width:10rem;height:10.125rem;top:13.5625rem;left:26.331874847412rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCz2ONrrWIycTwQg6bQkJOq2NJ45wqo { width:28.5rem;height:9.6875rem;top:22.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFt6xWlx7e6aGgxg1HQ2HppOLZxMdNR2 { width:35.4375rem;height:6.125rem;top:17.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcBc336GKaPCAH1Ws9y2JwZxTNRMG1AO { width:20rem;height:3.75rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:47.75rem;height:4rem;top:6.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndIa1yLMVESFicsrH1ik9RIkQIwyKhc { display:block; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXhFZ4G0T11ElDrkcrbb0O1UlFnyNDnC { width:22.9375rem;height:10rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63483Sx26EokAtTXBskAFUHVatzMAsB { width:9.375rem;height:9.375rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRkZSQ2xENxVD7lbL775A82M2ZCFxMDb { width:9.0625rem;height:3.75rem;top:7.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOCAUhILU7IWGg7wfnQ8kXS8EolnNZ5b { display:block; }
 }@media only screen and (max-width: 763px) { #PaIaM8Wn77LArdo4rgpQXRlGQP8ircfd { width:10.375rem;height:3.375rem;top:3.5625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T276iKl1WcBmttltNpTuOvztGoUAG1sP { width:22.9375rem;height:10rem;top:2.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQUIi6azv0MNXtLez7bvrSBNO3CNGHw { width:9.375rem;height:9.375rem;top:1.625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QE408aXp9P33fu1VobgDSxLvWmmMqbxf { width:9.0625rem;height:3.75rem;top:7.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcHELK0yTBSs7DZdGsPzGTfU8zPMhF4 { display:block; }
 }@media only screen and (max-width: 763px) { #PEwRZF8o3i02U4wBk8dDpQPGRPmFy0mh { width:10.375rem;height:3.375rem;top:3.5rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6yk4AIbVoA9k6vNR8yuy1RJ2Hmddnq { width:22.9375rem;height:10rem;top:2.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM63IJZeiZBHafQl5W2g1cyBD7cLhv1Q { width:9.375rem;height:9.375rem;top:1.625rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZGXIiqryZt0MoQ8blpDE81g2mk6Tr1S { width:9.0625rem;height:3.75rem;top:7.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA55sDHd6F1bcaCOnGGRXqk5axCKLdGL { display:block; }
 }@media only screen and (max-width: 763px) { #RlrhUGA6a9VnSKvgBv72NwhfrmDTix5C { width:10.375rem;height:3.375rem;top:3.5rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC { display:block; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXHaToFiQtq7RLZuoJDh1cbhnOHLTXZn { width:22.9375rem;height:10rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTB1U02kBfCqmyEJhVTJZHVfh5DxP1x2 { width:9.375rem;height:9.375rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgZbxFh6ilcwRTVAakhoRINoWJEQ0KHU { width:9.0625rem;height:3.75rem;top:7.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCGPnppToerqzySrW5VoFrxfTnUGM3g9 { display:block; }
 }@media only screen and (max-width: 763px) { #kKwpmPlF1x9ETvvmcwom3lJNLK2DsQ3E { width:10.375rem;height:3.375rem;top:3.5rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz8UkEJT3wv0hw2wQPED04sBet9U6D83 { width:22.9375rem;height:10rem;top:2.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRhhbdHCwN8meqdFs6VL8BSBgaE3vSi { width:9.375rem;height:9.375rem;top:1.625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyIr5rOpZzDIiW5qzEGgdCR4kenHeJVV { width:9.0625rem;height:3.75rem;top:7.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kD33erT9prN9NVX7pOhAS5Wh5UTqF8 { display:block; }
 }@media only screen and (max-width: 763px) { #CnbHt6gXdkanDho4JXlaflDksObsTdSF { width:10.375rem;height:3.375rem;top:3.5rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnzzAl9bTioSTWgTil9qALvWggmXv9T4 { width:22.9375rem;height:10rem;top:2.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7HFbBnFMQfai8epyqyavmzwCnBw1Zov { width:9.375rem;height:9.375rem;top:1.625rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQOiGcNL8VqaUPOvM4Dh1gFbtoCW5KVG { width:9.0625rem;height:3.75rem;top:7.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boQghs669rX5oQcUk7nKgPZX6fPuQNlv { display:block; }
 }@media only screen and (max-width: 763px) { #imuoUr0dPolqB4rKowQcoGCs6aEkidET { width:10.375rem;height:3.375rem;top:3.5rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 { display:block; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhriOk2LWNZB4tqNSq8bbgnh11PXM1R0 { width:22.9375rem;height:10rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTsRlqqgwqI5gl6uOVmcXvTct6Wup8BG { width:9.375rem;height:9.375rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKbHUw4hHIBSUKcDIzmTO55LETwzryrG { width:9.0625rem;height:3.75rem;top:7.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT79SaxLHqK5qst7fedi9TaTN6Lkb3OA { display:block; }
 }@media only screen and (max-width: 763px) { #G2ZW2srculnvPKwTX1cFZwPXZorTXN6T { width:10.375rem;height:3.375rem;top:3.5rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtWaPVXisclpK7Xq4bFxRPzMaR2vtO9b { width:22.9375rem;height:10rem;top:2.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BpE8h0zwyIBsVPpyydtTmLNsuCTd9v { width:9.375rem;height:9.375rem;top:1.625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWWExm8LXJI9DUF2N6TTmWvIlHP0fsKa { width:9.0625rem;height:3.75rem;top:7.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lH6ptzKm8CFCb4SyrU1Zo1EoFaScIq { display:block; }
 }@media only screen and (max-width: 763px) { #DXQMXFHviuC4Tksuh87N5cgRCkJZZX4G { width:10.375rem;height:3.375rem;top:3.5rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQWV8hvRJ0mXEXhFcTS7m4mKrsFAV9G { width:22.9375rem;height:10rem;top:2.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNBNQll52dkJ8wM7Ega8sO2TNyqhoy6 { width:9.375rem;height:9.375rem;top:1.625rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfuwD0o5w7kMRTZyQMFoayNr4kz8O7J3 { width:9.0625rem;height:3.75rem;top:7.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHB3ur2T47JLll34gbuuPRrBsQTFMxAK { display:block; }
 }@media only screen and (max-width: 763px) { #dNFIgeyA8U1dcnLhpPx8P6Thu3akfTOT { width:10.375rem;height:3.375rem;top:3.5rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE { display:block; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICvry2XtUpTWHEKpG62En3sgnkMq7Xrs { width:22.9375rem;height:10rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgvBvhWJWX7hm4JMDmpHhJTM0xadxFbI { width:9.375rem;height:9.375rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa2itB30lkmfg52LvT7aVTkoTus20vFn { width:9.0625rem;height:3.75rem;top:7.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpMsvehNKtLMb1lzQBrW42kxyB3KFJ92 { display:block; }
 }@media only screen and (max-width: 763px) { #c2Zd0kJksmkXLd4tyuh8KNBK7kicqe0v { width:10.375rem;height:3.375rem;top:3.5rem;left:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcJsAy2Amlc7VrL5PFVOrfv9ZO6ALM7 { width:22.9375rem;height:10rem;top:2.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqf5tbSZ5zCamrBgluHW4LecpFnTWMpa { width:9.375rem;height:9.375rem;top:1.625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQ5SAAkzPph2p9uwdGK1vQ8M5RbVBM4U { width:9.0625rem;height:3.75rem;top:7.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekWC4SDFDBqm4mLTT6pwZtsTf9wOzx5t { display:block; }
 }@media only screen and (max-width: 763px) { #yoL6t2BJaMJ2zNChwIAxtITIegAIaisc { width:9.1875rem;height:1.6875rem;top:4.5625rem;left:22.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvNg8brkoSD0SIHGD2x0yxFdVuVZhC { width:22.9375rem;height:10rem;top:2.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCwMr3oPTakfcwA5acDMuOtOKvBxlB3 { width:9.375rem;height:9.375rem;top:1.625rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSQwMpRTwpkCitGUuS7Kg231HTTV3EZ3 { width:9.0625rem;height:3.75rem;top:7.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmyxanWfm0GaZQmKNCoDTZm9qshXXhpJ { display:block; }
 }@media only screen and (max-width: 763px) { #VHX2wK8Gi48t0G97wGIN1h5eL6ULWtfx { width:11.375rem;height:3.375rem;top:3.5rem;left:36.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 { display:block; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwVyJEcCM93fE0odMBAHqCans7Nk3QHv { width:47.75rem;height:4rem;top:3.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le3BApJiTfbo920mRn5tx3JHZ96HUW8V { display:block; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyQ5O9MhkD9663pcr6VV6KILlx5G3yhG { width:47.75rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMrOHqaBoVTaIpDccxSS93G5AMcQnkly { display:block; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLeUUdLNkQqoMf0STlyq1VaCdZIUE7pG { width:21.75rem;height:2.375rem;top:10.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suehXVSTx9iqpVuvHLH7TEWdMWUk6ITC { width:21.8125rem;height:6.8125rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47FHqRkh5e135iJEvhA50ehm7Iotwaz { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zP5wSXUDdoOOZTXUERqHSIeFMEUVS2GC { width:31.5625rem;height:16.375rem;top:7.25rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkgb3fxFudzvHyGG4O0cH3cQ00omcDGH { width:38.8125rem;height:19.0625rem;top:4.3125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL { display:block; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUfdf9lnVhMwcgE3cWJvT63ltJEgl0uh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAO0gDZTtdNW7JHNCTMFF1gl0LgSoKML { width:47.75rem;height:1.3125rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 { position:relative;z-index:auto;display:block; }#t135uPNCUZQOxkJd8mCZdK4rkIrFUiv4 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c55wTgl3ndRavBRumoQ5a3dbe07x8b9A { width:3.75rem;height:3.81108125rem;top:1.25rem;left:8.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut62HBxaMVDqfXfNaDObEMym2ZbCLimb { width:15.0625rem;height:auto;top:2.125rem;left:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXTWLMzTHOys0HIayasJEa0WX16IcHFg { width:11.25rem;height:auto;top:1.3125rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTzW6FXU2slPnXfWBl96QnGeyCIUTs79 { width:7.4369375rem;height:3.312325rem;top:1.685546875rem;left:8.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ7b43SIZ57n9PaJd8wfqI0WQrprD67H { width:3.75rem;height:3.5617875rem;top:1.4375rem;left:3.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgAMBOIJqLIxqOHN66kAv13xcGyC4aei { width:20rem;height:3.75rem;top:6.24858125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Kb6iR1gt/Girar_Bg_topo2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.adaptive-delivery-prevent-bg, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyload, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyloading { background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s681ShQJG5xFTECDErw6U4tETZv5SHw7 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9TyH0zs1XV1WMx4CDTG9Ul565BIoay7 { width:20rem;height:12.1573125rem;top:16.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #g5yGarnbP4TQqPslR7WZkgmL5LAMDNFA { width:20rem;height:2.4375rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0PmqEWuIeaLVxvAJyH1Fe1qLvnyBOyE { width:20rem;height:10.94944512947rem;top:18rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyIx5uW1zXLehOevZXTNvUSFWetNRTOb { width:20rem;height:2.75rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbull3TF7y7cJDJ5z4eSGamKTR8FG2i { width:3.125rem;height:3.125rem;top:69.09375rem;left:7.3750002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfePb9xI2zsWwIdDI6xPRKugpvQNtavs { width:7.8125rem;height:7.8125rem;top:15.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCz2ONrrWIycTwQg6bQkJOq2NJ45wqo { width:20rem;height:4.39915rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MFt6xWlx7e6aGgxg1HQ2HppOLZxMdNR2 { width:20rem;height:3.81875rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcBc336GKaPCAH1Ws9y2JwZxTNRMG1AO { width:20rem;height:3.75rem;top:29.420455932618rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndIa1yLMVESFicsrH1ik9RIkQIwyKhc { display:block; }#JndIa1yLMVESFicsrH1ik9RIkQIwyKhc > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXhFZ4G0T11ElDrkcrbb0O1UlFnyNDnC { width:20rem;height:4.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63483Sx26EokAtTXBskAFUHVatzMAsB { width:8.6248125rem;height:9.375rem;top:1.4364347457886rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRkZSQ2xENxVD7lbL775A82M2ZCFxMDb { width:9.0625rem;height:3.4375rem;top:1.4375rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOCAUhILU7IWGg7wfnQ8kXS8EolnNZ5b { display:block; }
 }@media only screen and (max-width: 763px) { #PaIaM8Wn77LArdo4rgpQXRlGQP8ircfd { width:9.2498125rem;height:2.475rem;top:1.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T276iKl1WcBmttltNpTuOvztGoUAG1sP { width:20rem;height:4.9375rem;top:6.5610790252688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQUIi6azv0MNXtLez7bvrSBNO3CNGHw { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QE408aXp9P33fu1VobgDSxLvWmmMqbxf { width:9.0625rem;height:3.4375rem;top:7.2782325744631rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcHELK0yTBSs7DZdGsPzGTfU8zPMhF4 { display:block; }
 }@media only screen and (max-width: 763px) { #PEwRZF8o3i02U4wBk8dDpQPGRPmFy0mh { width:10.374625rem;height:2.475rem;top:7.9353694915769rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6yk4AIbVoA9k6vNR8yuy1RJ2Hmddnq { width:20rem;height:4.9375rem;top:12.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM63IJZeiZBHafQl5W2g1cyBD7cLhv1Q { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZGXIiqryZt0MoQ8blpDE81g2mk6Tr1S { width:9.0625rem;height:3.4375rem;top:13rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA55sDHd6F1bcaCOnGGRXqk5axCKLdGL { display:block; }
 }@media only screen and (max-width: 763px) { #RlrhUGA6a9VnSKvgBv72NwhfrmDTix5C { width:10.374625rem;height:2.475rem;top:13.522016525269rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC { display:block; }#yaE4RIhOSWQhIivvmVVc3FBW6MKkTxkC > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXHaToFiQtq7RLZuoJDh1cbhnOHLTXZn { width:20rem;height:4.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTB1U02kBfCqmyEJhVTJZHVfh5DxP1x2 { width:8.6248125rem;height:9.375rem;top:1.4364347457886rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgZbxFh6ilcwRTVAakhoRINoWJEQ0KHU { width:9.0625rem;height:3.4375rem;top:1.4375rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCGPnppToerqzySrW5VoFrxfTnUGM3g9 { display:block; }
 }@media only screen and (max-width: 763px) { #kKwpmPlF1x9ETvvmcwom3lJNLK2DsQ3E { width:9.2498125rem;height:2.475rem;top:1.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz8UkEJT3wv0hw2wQPED04sBet9U6D83 { width:20rem;height:4.9375rem;top:6.5610795021056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRhhbdHCwN8meqdFs6VL8BSBgaE3vSi { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyIr5rOpZzDIiW5qzEGgdCR4kenHeJVV { width:9.0625rem;height:3.4375rem;top:7.1532315015794rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kD33erT9prN9NVX7pOhAS5Wh5UTqF8 { display:block; }
 }@media only screen and (max-width: 763px) { #CnbHt6gXdkanDho4JXlaflDksObsTdSF { width:10.374625rem;height:2.475rem;top:7.93536927551rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnzzAl9bTioSTWgTil9qALvWggmXv9T4 { width:20rem;height:4.9375rem;top:12.373049682618rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7HFbBnFMQfai8epyqyavmzwCnBw1Zov { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQOiGcNL8VqaUPOvM4Dh1gFbtoCW5KVG { width:9.0625rem;height:3.4375rem;top:13.125rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boQghs669rX5oQcUk7nKgPZX6fPuQNlv { display:block; }
 }@media only screen and (max-width: 763px) { #imuoUr0dPolqB4rKowQcoGCs6aEkidET { width:10.374625rem;height:2.475rem;top:13.647903442382rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 { display:block; }#taktarl6F4FTvUUDGlfZJcTOAFIdOAA6 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhriOk2LWNZB4tqNSq8bbgnh11PXM1R0 { width:20rem;height:4.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTsRlqqgwqI5gl6uOVmcXvTct6Wup8BG { width:8.6248125rem;height:9.375rem;top:1.4364347457886rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKbHUw4hHIBSUKcDIzmTO55LETwzryrG { width:9.0625rem;height:3.4375rem;top:1.4375rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT79SaxLHqK5qst7fedi9TaTN6Lkb3OA { display:block; }
 }@media only screen and (max-width: 763px) { #G2ZW2srculnvPKwTX1cFZwPXZorTXN6T { width:9.2498125rem;height:2.475rem;top:1.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtWaPVXisclpK7Xq4bFxRPzMaR2vtO9b { width:20rem;height:4.9375rem;top:6.4982252120969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BpE8h0zwyIBsVPpyydtTmLNsuCTd9v { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWWExm8LXJI9DUF2N6TTmWvIlHP0fsKa { width:9.0625rem;height:3.4375rem;top:7.0282316207888rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lH6ptzKm8CFCb4SyrU1Zo1EoFaScIq { display:block; }
 }@media only screen and (max-width: 763px) { #DXQMXFHviuC4Tksuh87N5cgRCkJZZX4G { width:7.6875rem;height:2.475rem;top:7.8725137710569rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQWV8hvRJ0mXEXhFcTS7m4mKrsFAV9G { width:20rem;height:4.9375rem;top:12.373049682618rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNBNQll52dkJ8wM7Ega8sO2TNyqhoy6 { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfuwD0o5w7kMRTZyQMFoayNr4kz8O7J3 { width:9.0625rem;height:3.4375rem;top:13.125rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHB3ur2T47JLll34gbuuPRrBsQTFMxAK { display:block; }
 }@media only screen and (max-width: 763px) { #dNFIgeyA8U1dcnLhpPx8P6Thu3akfTOT { width:10.374625rem;height:2.475rem;top:13.647903442382rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE { display:block; }#c7SJgn7Zlrnh3DuVtCvOc8QKTeWPVIpE > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICvry2XtUpTWHEKpG62En3sgnkMq7Xrs { width:20rem;height:4.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgvBvhWJWX7hm4JMDmpHhJTM0xadxFbI { width:8.6248125rem;height:9.375rem;top:1.4364347457886rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa2itB30lkmfg52LvT7aVTkoTus20vFn { width:9.0625rem;height:3.4375rem;top:1.4375rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpMsvehNKtLMb1lzQBrW42kxyB3KFJ92 { display:block; }
 }@media only screen and (max-width: 763px) { #c2Zd0kJksmkXLd4tyuh8KNBK7kicqe0v { width:9.2498125rem;height:2.475rem;top:1.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcJsAy2Amlc7VrL5PFVOrfv9ZO6ALM7 { width:20rem;height:4.9375rem;top:6.4985795021056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqf5tbSZ5zCamrBgluHW4LecpFnTWMpa { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQ5SAAkzPph2p9uwdGK1vQ8M5RbVBM4U { width:9.0625rem;height:3.4375rem;top:7.0907311439512rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekWC4SDFDBqm4mLTT6pwZtsTf9wOzx5t { display:block; }
 }@media only screen and (max-width: 763px) { #yoL6t2BJaMJ2zNChwIAxtITIegAIaisc { width:10.374625rem;height:1.2375rem;top:7.87286901474rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvNg8brkoSD0SIHGD2x0yxFdVuVZhC { width:20rem;height:4.9375rem;top:12.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCwMr3oPTakfcwA5acDMuOtOKvBxlB3 { width:9.375rem;height:9.375rem;top:1.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSQwMpRTwpkCitGUuS7Kg231HTTV3EZ3 { width:9.0625rem;height:3.4375rem;top:12.9375rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmyxanWfm0GaZQmKNCoDTZm9qshXXhpJ { display:block; }
 }@media only screen and (max-width: 763px) { #VHX2wK8Gi48t0G97wGIN1h5eL6ULWtfx { width:10.372875rem;height:2.4744375rem;top:13.460403442382rem;left:0.6862570643425rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 { display:block; }#npm1gN1AugzpEF9AT7Gvoam2wC1SXr45 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwVyJEcCM93fE0odMBAHqCans7Nk3QHv { width:20rem;height:2.4375rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le3BApJiTfbo920mRn5tx3JHZ96HUW8V { display:block; }#Le3BApJiTfbo920mRn5tx3JHZ96HUW8V > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyQ5O9MhkD9663pcr6VV6KILlx5G3yhG { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMrOHqaBoVTaIpDccxSS93G5AMcQnkly { background-color:#fbcb07;background-image:none;display:block; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container { background-color: transparent; background-image: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container > .video-iframe-container { display: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row > .video-iframe-container { display: none; }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .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); }#XMrOHqaBoVTaIpDccxSS93G5AMcQnkly > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLeUUdLNkQqoMf0STlyq1VaCdZIUE7pG { width:20rem;height:2.275rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #suehXVSTx9iqpVuvHLH7TEWdMWUk6ITC { width:20rem;height:5.84161875rem;top:5.4998226165771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47FHqRkh5e135iJEvhA50ehm7Iotwaz { top:0rem;left:0rem;width:20rem;height:10.8125rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zP5wSXUDdoOOZTXUERqHSIeFMEUVS2GC { width:20rem;height:19.0625rem;top:45.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkgb3fxFudzvHyGG4O0cH3cQ00omcDGH { width:19.12375rem;height:18.2493125rem;top:13.123230934143rem;left:0.43678969144821rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL { background-color:#fbcb07;background-image:none;display:block; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container { background-color: transparent; background-image: none; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container > .video-iframe-container { display: none; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row > .video-iframe-container { display: none; }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .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); }#UbMTGZLx42FUR8N5gyoMMB3hKOSgHRqL > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUfdf9lnVhMwcgE3cWJvT63ltJEgl0uh { top:0rem;left:0rem;width:20rem;height:10.8125rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MAO0gDZTtdNW7JHNCTMFF1gl0LgSoKML { width:20rem;height:1.05625rem;top:0.99998855590819rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }