
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
.vesta-mdsap-page{
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
.vesta-mdsap-page{
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
.vesta-mdsap-page article, .vesta-mdsap-page aside, .vesta-mdsap-page details, .vesta-mdsap-page figcaption, .vesta-mdsap-page figure, .vesta-mdsap-page footer, .vesta-mdsap-page header, .vesta-mdsap-page hgroup, .vesta-mdsap-page main, .vesta-mdsap-page menu, .vesta-mdsap-page nav, .vesta-mdsap-page section, .vesta-mdsap-page summary{
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
.vesta-mdsap-page audio, .vesta-mdsap-page canvas, .vesta-mdsap-page progress, .vesta-mdsap-page video{
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
.vesta-mdsap-page audio:not([controls]){
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
.vesta-mdsap-page [hidden], .vesta-mdsap-page template{
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
.vesta-mdsap-page a{
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
.vesta-mdsap-page a:active, .vesta-mdsap-page a:hover{
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
.vesta-mdsap-page abbr[title]{
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
.vesta-mdsap-page b, .vesta-mdsap-page strong{
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
.vesta-mdsap-page dfn{
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.vesta-mdsap-page h1{
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
.vesta-mdsap-page mark{
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
.vesta-mdsap-page small{
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
.vesta-mdsap-page sub, .vesta-mdsap-page sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vesta-mdsap-page sup{
  top: -0.5em;
}
.vesta-mdsap-page sub{
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
.vesta-mdsap-page img{
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
.vesta-mdsap-page svg:not(:root){
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
.vesta-mdsap-page figure{
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
.vesta-mdsap-page hr{
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
.vesta-mdsap-page pre{
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
.vesta-mdsap-page code, .vesta-mdsap-page kbd, .vesta-mdsap-page pre, .vesta-mdsap-page samp{
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
.vesta-mdsap-page button, .vesta-mdsap-page input, .vesta-mdsap-page optgroup, .vesta-mdsap-page select, .vesta-mdsap-page textarea{
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
.vesta-mdsap-page button{
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
.vesta-mdsap-page button, .vesta-mdsap-page select{
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .mds-button selector
 */
.vesta-mdsap-page button, .vesta-mdsap-page input[type="button"], .vesta-mdsap-page input[type="reset"]{
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
.vesta-mdsap-page button[disabled], .vesta-mdsap-page input[disabled]{
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
.vesta-mdsap-page button::-moz-focus-inner, .vesta-mdsap-page input::-moz-focus-inner{
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.vesta-mdsap-page input{
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
.vesta-mdsap-page input[type='checkbox'], .vesta-mdsap-page input[type='radio']{
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.vesta-mdsap-page input[type='number']::-webkit-inner-spin-button, .vesta-mdsap-page input[type='number']::-webkit-outer-spin-button{
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
.vesta-mdsap-page input[type='search']{
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
.vesta-mdsap-page input[type='search']::-webkit-search-cancel-button, .vesta-mdsap-page input[type='search']::-webkit-search-decoration{
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
.vesta-mdsap-page fieldset{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
.vesta-mdsap-page legend{
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
.vesta-mdsap-page textarea{
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
.vesta-mdsap-page optgroup{
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.vesta-mdsap-page table{
  border-collapse: collapse;
  border-spacing: 0;
}
.vesta-mdsap-page td, .vesta-mdsap-page th{
  padding: 0;
}

@font-face {
  font-family: 'mds-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.vesta-mdsap-page [class^="mds-icon-"], .vesta-mdsap-page [class*=" mds-icon-"]{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mds-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vesta-mdsap-page .mds-icon-slider-right:before{
  content: "\e600";
}
.vesta-mdsap-page .mds-icon-slider-left:before{
  content: "\e601";
}
.vesta-mdsap-page .mds-icon-nav-menu:before{
  content: "\e602";
}
.vesta-mdsap-page .mds-icon-arrow-down:before, .vesta-mdsap-page .mds-icon-dropdown-toggle:before{
  content: "\e603";
}
.vesta-mdsap-page .mds-icon-file-upload-remove:before{
  content: "\e900";
}
.vesta-mdsap-page .mds-icon-file-upload-icon:before{
  content: "\e903";
}
.vesta-mdsap-page{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vesta-mdsap-page{
  height: 100%;
}
.vesta-mdsap-page{
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.vesta-mdsap-page img{
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.vesta-mdsap-page html.mds-mod-touch *{
  background-attachment: scroll !important;
}
.vesta-mdsap-page .mds-block{
  display: block;
}
.vesta-mdsap-page .mds-inline-block{
  max-width: 100%;
  display: inline-block;
}
.vesta-mdsap-page .mds-clearfix:before, .vesta-mdsap-page .mds-clearfix:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-clearfix:after{
  clear: both;
}
.vesta-mdsap-page .mds-hidden{
  display: none;
}
.vesta-mdsap-page .mds-button{
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.vesta-mdsap-page input.mds-button{
  -webkit-appearance: button;
}
.vesta-mdsap-page html[data-mds-dynpage] [data-mds-cloak]{
  color: transparent !important;
}
.vesta-mdsap-page .mds-code-block{
  margin: unset;
}
.vesta-mdsap-page pre.mds-code-block code{
  all: inherit;
}
.vesta-mdsap-page .mds-optimization{
  display: contents;
}
.vesta-mdsap-page .mds-badge-disabled, .vesta-mdsap-page .mds-badge-disabled > img{
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.vesta-mdsap-page .mds-badge-disabled{
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.vesta-mdsap-page .mds-badge-disabled > img{
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
.vesta-mdsap-page h1, .vesta-mdsap-page h2, .vesta-mdsap-page h3, .vesta-mdsap-page h4, .vesta-mdsap-page h5, .vesta-mdsap-page h6{
  font-weight: bold;
  margin-bottom: 10px;
}
.vesta-mdsap-page h1{
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
.vesta-mdsap-page h2{
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
.vesta-mdsap-page h3{
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.vesta-mdsap-page h4{
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.vesta-mdsap-page h5{
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.vesta-mdsap-page h6{
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.vesta-mdsap-page p{
  margin-top: 0;
  margin-bottom: 10px;
}
.vesta-mdsap-page blockquote{
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
.vesta-mdsap-page figure{
  margin: 0;
  margin-bottom: 10px;
}
.vesta-mdsap-page figcaption{
  margin-top: 5px;
  text-align: center;
}
.vesta-mdsap-page ul, .vesta-mdsap-page ol{
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.vesta-mdsap-page .mds-list-unstyled{
  padding-left: 0;
  list-style: none;
}
.vesta-mdsap-page .mds-embed:before, .vesta-mdsap-page .mds-embed:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-embed:after{
  clear: both;
}
.vesta-mdsap-page .mds-video{
  width: 100%;
  position: relative;
  padding: 0;
}
.vesta-mdsap-page .mds-video iframe, .vesta-mdsap-page .mds-video object, .vesta-mdsap-page .mds-video embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.vesta-mdsap-page fieldset{
  padding: 0;
  margin: 0;
  border: 0;
}
.vesta-mdsap-page button, .vesta-mdsap-page [type='button'], .vesta-mdsap-page [type='reset']{
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.vesta-mdsap-page .mds-form{
  margin: 0 0 15px;
}
.vesta-mdsap-page .mds-form-done{
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.vesta-mdsap-page .mds-form-fail{
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.vesta-mdsap-page label{
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.vesta-mdsap-page .mds-input, .vesta-mdsap-page .mds-select{
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.vesta-mdsap-page .mds-input::placeholder, .vesta-mdsap-page .mds-select::placeholder{
  color: #999;
}
.vesta-mdsap-page .mds-input:focus, .vesta-mdsap-page .mds-select:focus{
  border-color: #3898EC;
  outline: 0;
}
.vesta-mdsap-page .mds-input[disabled], .vesta-mdsap-page .mds-select[disabled], .vesta-mdsap-page .mds-input[readonly], .vesta-mdsap-page .mds-select[readonly], .vesta-mdsap-page fieldset[disabled] .mds-input, .vesta-mdsap-page fieldset[disabled] .mds-select{
  cursor: not-allowed;
}
.vesta-mdsap-page .mds-input[disabled]:not(.mds-input-disabled), .vesta-mdsap-page .mds-select[disabled]:not(.mds-input-disabled), .vesta-mdsap-page .mds-input[readonly], .vesta-mdsap-page .mds-select[readonly], .vesta-mdsap-page fieldset[disabled]:not(.mds-input-disabled) .mds-input, .vesta-mdsap-page fieldset[disabled]:not(.mds-input-disabled) .mds-select{
  background-color: #eeeeee;
}
.vesta-mdsap-page textarea.mds-input, .vesta-mdsap-page textarea.mds-select{
  height: auto;
}
.vesta-mdsap-page .mds-select{
  background-color: #f3f3f3;
}
.vesta-mdsap-page .mds-select[multiple]{
  height: auto;
}
.vesta-mdsap-page .mds-form-label{
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.vesta-mdsap-page .mds-radio{
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.vesta-mdsap-page .mds-radio:before, .vesta-mdsap-page .mds-radio:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-radio:after{
  clear: both;
}
.vesta-mdsap-page .mds-radio-input{
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.vesta-mdsap-page .mds-radio-input{
  margin-top: 3px;
}
.vesta-mdsap-page .mds-file-upload{
  display: block;
  margin-bottom: 10px;
}
.vesta-mdsap-page .mds-file-upload-input{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.vesta-mdsap-page .mds-file-upload-default, .vesta-mdsap-page .mds-file-upload-uploading, .vesta-mdsap-page .mds-file-upload-success{
  display: inline-block;
  color: #333333;
}
.vesta-mdsap-page .mds-file-upload-error{
  display: block;
  margin-top: 10px;
}
.vesta-mdsap-page .mds-file-upload-default.mds-hidden, .vesta-mdsap-page .mds-file-upload-uploading.mds-hidden, .vesta-mdsap-page .mds-file-upload-error.mds-hidden, .vesta-mdsap-page .mds-file-upload-success.mds-hidden{
  display: none;
}
.vesta-mdsap-page .mds-file-upload-uploading-btn{
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.vesta-mdsap-page .mds-file-upload-file{
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.vesta-mdsap-page .mds-file-upload-file-name{
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.vesta-mdsap-page .mds-file-remove-link{
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.vesta-mdsap-page .mds-icon-file-upload-remove{
  margin: auto;
  font-size: 10px;
}
.vesta-mdsap-page .mds-file-upload-error-msg{
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.vesta-mdsap-page .mds-file-upload-info{
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.vesta-mdsap-page .mds-file-upload-label{
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.vesta-mdsap-page .mds-icon-file-upload-icon, .vesta-mdsap-page .mds-icon-file-upload-uploading{
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.vesta-mdsap-page .mds-icon-file-upload-uploading{
  height: 20px;
}
.vesta-mdsap-page .mds-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.vesta-mdsap-page .mds-container:before, .vesta-mdsap-page .mds-container:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-container:after{
  clear: both;
}
.vesta-mdsap-page .mds-container .mds-row{
  margin-left: -10px;
  margin-right: -10px;
}
.vesta-mdsap-page .mds-row:before, .vesta-mdsap-page .mds-row:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-row:after{
  clear: both;
}
.vesta-mdsap-page .mds-row .mds-row{
  margin-left: 0;
  margin-right: 0;
}
.vesta-mdsap-page .mds-col{
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.vesta-mdsap-page .mds-col .mds-col{
  padding-left: 0;
  padding-right: 0;
}
.vesta-mdsap-page .mds-col-1{
  width: 8.33333333%;
}
.vesta-mdsap-page .mds-col-2{
  width: 16.66666667%;
}
.vesta-mdsap-page .mds-col-3{
  width: 25%;
}
.vesta-mdsap-page .mds-col-4{
  width: 33.33333333%;
}
.vesta-mdsap-page .mds-col-5{
  width: 41.66666667%;
}
.vesta-mdsap-page .mds-col-6{
  width: 50%;
}
.vesta-mdsap-page .mds-col-7{
  width: 58.33333333%;
}
.vesta-mdsap-page .mds-col-8{
  width: 66.66666667%;
}
.vesta-mdsap-page .mds-col-9{
  width: 75%;
}
.vesta-mdsap-page .mds-col-10{
  width: 83.33333333%;
}
.vesta-mdsap-page .mds-col-11{
  width: 91.66666667%;
}
.vesta-mdsap-page .mds-col-12{
  width: 100%;
}
.vesta-mdsap-page .mds-hidden-main{
  display: none !important;
}
@media screen and (max-width: 991px) {
  .vesta-mdsap-page .mds-container{
    max-width: 728px;
  }
  .vesta-mdsap-page .mds-hidden-main{
    display: inherit !important;
  }
  .vesta-mdsap-page .mds-hidden-medium{
    display: none !important;
  }
  .vesta-mdsap-page .mds-col-medium-1{
    width: 8.33333333%;
  }
  .vesta-mdsap-page .mds-col-medium-2{
    width: 16.66666667%;
  }
  .vesta-mdsap-page .mds-col-medium-3{
    width: 25%;
  }
  .vesta-mdsap-page .mds-col-medium-4{
    width: 33.33333333%;
  }
  .vesta-mdsap-page .mds-col-medium-5{
    width: 41.66666667%;
  }
  .vesta-mdsap-page .mds-col-medium-6{
    width: 50%;
  }
  .vesta-mdsap-page .mds-col-medium-7{
    width: 58.33333333%;
  }
  .vesta-mdsap-page .mds-col-medium-8{
    width: 66.66666667%;
  }
  .vesta-mdsap-page .mds-col-medium-9{
    width: 75%;
  }
  .vesta-mdsap-page .mds-col-medium-10{
    width: 83.33333333%;
  }
  .vesta-mdsap-page .mds-col-medium-11{
    width: 91.66666667%;
  }
  .vesta-mdsap-page .mds-col-medium-12{
    width: 100%;
  }
  .vesta-mdsap-page .mds-col-stack{
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .vesta-mdsap-page .mds-hidden-main{
    display: inherit !important;
  }
  .vesta-mdsap-page .mds-hidden-medium{
    display: inherit !important;
  }
  .vesta-mdsap-page .mds-hidden-small{
    display: none !important;
  }
  .vesta-mdsap-page .mds-row, .vesta-mdsap-page .mds-container .mds-row{
    margin-left: 0;
    margin-right: 0;
  }
  .vesta-mdsap-page .mds-col{
    width: 100%;
    left: auto;
    right: auto;
  }
  .vesta-mdsap-page .mds-col-small-1{
    width: 8.33333333%;
  }
  .vesta-mdsap-page .mds-col-small-2{
    width: 16.66666667%;
  }
  .vesta-mdsap-page .mds-col-small-3{
    width: 25%;
  }
  .vesta-mdsap-page .mds-col-small-4{
    width: 33.33333333%;
  }
  .vesta-mdsap-page .mds-col-small-5{
    width: 41.66666667%;
  }
  .vesta-mdsap-page .mds-col-small-6{
    width: 50%;
  }
  .vesta-mdsap-page .mds-col-small-7{
    width: 58.33333333%;
  }
  .vesta-mdsap-page .mds-col-small-8{
    width: 66.66666667%;
  }
  .vesta-mdsap-page .mds-col-small-9{
    width: 75%;
  }
  .vesta-mdsap-page .mds-col-small-10{
    width: 83.33333333%;
  }
  .vesta-mdsap-page .mds-col-small-11{
    width: 91.66666667%;
  }
  .vesta-mdsap-page .mds-col-small-12{
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .vesta-mdsap-page .mds-container{
    max-width: none;
  }
  .vesta-mdsap-page .mds-hidden-main{
    display: inherit !important;
  }
  .vesta-mdsap-page .mds-hidden-medium{
    display: inherit !important;
  }
  .vesta-mdsap-page .mds-hidden-small{
    display: inherit !important;
  }
  .vesta-mdsap-page .mds-hidden-tiny{
    display: none !important;
  }
  .vesta-mdsap-page .mds-col{
    width: 100%;
  }
  .vesta-mdsap-page .mds-col-tiny-1{
    width: 8.33333333%;
  }
  .vesta-mdsap-page .mds-col-tiny-2{
    width: 16.66666667%;
  }
  .vesta-mdsap-page .mds-col-tiny-3{
    width: 25%;
  }
  .vesta-mdsap-page .mds-col-tiny-4{
    width: 33.33333333%;
  }
  .vesta-mdsap-page .mds-col-tiny-5{
    width: 41.66666667%;
  }
  .vesta-mdsap-page .mds-col-tiny-6{
    width: 50%;
  }
  .vesta-mdsap-page .mds-col-tiny-7{
    width: 58.33333333%;
  }
  .vesta-mdsap-page .mds-col-tiny-8{
    width: 66.66666667%;
  }
  .vesta-mdsap-page .mds-col-tiny-9{
    width: 75%;
  }
  .vesta-mdsap-page .mds-col-tiny-10{
    width: 83.33333333%;
  }
  .vesta-mdsap-page .mds-col-tiny-11{
    width: 91.66666667%;
  }
  .vesta-mdsap-page .mds-col-tiny-12{
    width: 100%;
  }
}
.vesta-mdsap-page .mds-widget{
  position: relative;
}
.vesta-mdsap-page .mds-widget-map{
  width: 100%;
  height: 400px;
}
.vesta-mdsap-page .mds-widget-map label{
  width: auto;
  display: inline;
}
.vesta-mdsap-page .mds-widget-map img{
  max-width: inherit;
}
.vesta-mdsap-page .mds-widget-map .gm-style-iw{
  text-align: center;
}
.vesta-mdsap-page .mds-widget-map .gm-style-iw > button{
  display: none !important;
}
.vesta-mdsap-page .mds-widget-twitter{
  overflow: hidden;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim{
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim *{
  pointer-events: none;
  user-select: none;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim .mds-widget-twitter-count-inner{
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim .mds-widget-twitter-count-clear{
  position: relative;
  display: block;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--large{
  width: 36px;
  height: 28px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--large .mds-widget-twitter-count-inner{
  font-size: 18px;
  line-height: 18px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical){
  margin-left: 5px;
  margin-right: 8px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical).mds--large{
  margin-left: 6px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical):before, .vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical):after{
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical):before{
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical).mds--large:before{
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical):after{
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim:not(.mds--vertical).mds--large:after{
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical{
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical:before, .vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical:after{
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical:before{
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical .mds-widget-twitter-count-inner{
  font-size: 18px;
  line-height: 22px;
}
.vesta-mdsap-page .mds-widget-twitter-count-shim.mds--vertical.mds--large{
  width: 76px;
}
.vesta-mdsap-page .mds-background-video{
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.vesta-mdsap-page .mds-background-video > video{
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.vesta-mdsap-page .mds-background-video > video::-webkit-media-controls-start-playback-button{
  display: none !important;
  -webkit-appearance: none;
}
.vesta-mdsap-page .mds-background-video--control{
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.vesta-mdsap-page .mds-background-video--control > [hidden]{
  display: none !important;
}
.vesta-mdsap-page .mds-slider{
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.vesta-mdsap-page .mds-slider-mask{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.vesta-mdsap-page .mds-slide{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.vesta-mdsap-page .mds-slider-nav{
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.vesta-mdsap-page .mds-slider-nav.mds-round > div{
  border-radius: 100%;
}
.vesta-mdsap-page .mds-slider-nav.mds-num > div{
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.vesta-mdsap-page .mds-slider-nav.mds-shadow > div{
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.vesta-mdsap-page .mds-slider-nav-invert{
  color: #fff;
}
.vesta-mdsap-page .mds-slider-nav-invert > div{
  background-color: rgba(34, 34, 34, 0.4);
}
.vesta-mdsap-page .mds-slider-nav-invert > div.mds-active{
  background-color: #222;
}
.vesta-mdsap-page .mds-slider-dot{
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.vesta-mdsap-page .mds-slider-dot.mds-active{
  background-color: #fff;
}
.vesta-mdsap-page .mds-slider-dot:focus{
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.vesta-mdsap-page .mds-slider-dot:focus.mds-active{
  box-shadow: none;
}
.vesta-mdsap-page .mds-slider-arrow-left, .vesta-mdsap-page .mds-slider-arrow-right{
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.vesta-mdsap-page .mds-slider-arrow-left [class^="mds-icon-"], .vesta-mdsap-page .mds-slider-arrow-right [class^="mds-icon-"], .vesta-mdsap-page .mds-slider-arrow-left [class*=" mds-icon-"], .vesta-mdsap-page .mds-slider-arrow-right [class*=" mds-icon-"]{
  position: absolute;
}
.vesta-mdsap-page .mds-slider-arrow-left:focus, .vesta-mdsap-page .mds-slider-arrow-right:focus{
  outline: 0;
}
.vesta-mdsap-page .mds-slider-arrow-left{
  z-index: 3;
  right: auto;
}
.vesta-mdsap-page .mds-slider-arrow-right{
  z-index: 4;
  left: auto;
}
.vesta-mdsap-page .mds-icon-slider-left, .vesta-mdsap-page .mds-icon-slider-right{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.vesta-mdsap-page .mds-slider-aria-label{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vesta-mdsap-page .mds-slider-force-show{
  display: block !important;
}
.vesta-mdsap-page .mds-dropdown{
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.vesta-mdsap-page .mds-dropdown-btn, .vesta-mdsap-page .mds-dropdown-toggle, .vesta-mdsap-page .mds-dropdown-link{
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.vesta-mdsap-page .mds-dropdown-toggle{
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.vesta-mdsap-page .mds-dropdown-toggle:focus{
  outline: 0;
}
.vesta-mdsap-page .mds-icon-dropdown-toggle{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.vesta-mdsap-page .mds-dropdown-list{
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.vesta-mdsap-page .mds-dropdown-list.mds--open{
  display: block;
}
.vesta-mdsap-page .mds-dropdown-link{
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.vesta-mdsap-page .mds-dropdown-link.mds--current{
  color: #0082f3;
}
.vesta-mdsap-page .mds-dropdown-link:focus{
  outline: 0;
}
@media screen and (max-width: 767px) {
  .vesta-mdsap-page .mds-nav-brand{
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.vesta-mdsap-page .mds-lightbox-backdrop{
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.vesta-mdsap-page .mds-lightbox-backdrop, .vesta-mdsap-page .mds-lightbox-container{
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.vesta-mdsap-page .mds-lightbox-content{
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.vesta-mdsap-page .mds-lightbox-view{
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.vesta-mdsap-page .mds-lightbox-view:before{
  content: "";
  height: 100vh;
}
/* .mds-lightbox-content */
.vesta-mdsap-page .mds-lightbox-group, .vesta-mdsap-page .mds-lightbox-group .mds-lightbox-view, .vesta-mdsap-page .mds-lightbox-group .mds-lightbox-view:before{
  height: 86vh;
}
.vesta-mdsap-page .mds-lightbox-frame, .vesta-mdsap-page .mds-lightbox-view:before{
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.vesta-mdsap-page .mds-lightbox-figure{
  position: relative;
  margin: 0;
  /* 1 */
}
.vesta-mdsap-page .mds-lightbox-group .mds-lightbox-figure{
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.vesta-mdsap-page .mds-lightbox-img{
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.vesta-mdsap-page .mds-lightbox-image{
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.vesta-mdsap-page .mds-lightbox-group .mds-lightbox-image{
  max-height: 86vh;
}
.vesta-mdsap-page .mds-lightbox-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.vesta-mdsap-page .mds-lightbox-embed{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vesta-mdsap-page .mds-lightbox-control{
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vesta-mdsap-page .mds-lightbox-left{
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.vesta-mdsap-page .mds-lightbox-right{
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.vesta-mdsap-page .mds-lightbox-close{
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.vesta-mdsap-page .mds-lightbox-strip{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.vesta-mdsap-page .mds-lightbox-item{
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.vesta-mdsap-page .mds-lightbox-active{
  opacity: 0.3;
}
.vesta-mdsap-page .mds-lightbox-thumbnail{
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.vesta-mdsap-page .mds-lightbox-thumbnail-image{
  position: absolute;
  top: 0;
  left: 0;
}
.vesta-mdsap-page .mds-lightbox-thumbnail .mds-lightbox-tall{
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vesta-mdsap-page .mds-lightbox-thumbnail .mds-lightbox-wide{
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.vesta-mdsap-page .mds-lightbox-spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.vesta-mdsap-page .mds-lightbox-spinner:after{
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.vesta-mdsap-page .mds-lightbox-hide{
  display: none;
}
.vesta-mdsap-page .mds-lightbox-noscroll{
  overflow: hidden;
}
@media (min-width: 768px) {
  .vesta-mdsap-page .mds-lightbox-content{
    height: 96vh;
    margin-top: 2vh;
  }
  .vesta-mdsap-page .mds-lightbox-view, .vesta-mdsap-page .mds-lightbox-view:before{
    height: 96vh;
  }
  /* .mds-lightbox-content */
  .vesta-mdsap-page .mds-lightbox-group, .vesta-mdsap-page .mds-lightbox-group .mds-lightbox-view, .vesta-mdsap-page .mds-lightbox-group .mds-lightbox-view:before{
    height: 84vh;
  }
  .vesta-mdsap-page .mds-lightbox-image{
    max-width: 96vw;
    max-height: 96vh;
  }
  .vesta-mdsap-page .mds-lightbox-group .mds-lightbox-image{
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .vesta-mdsap-page .mds-lightbox-left, .vesta-mdsap-page .mds-lightbox-right{
    display: block;
    opacity: 0.5;
  }
  .vesta-mdsap-page .mds-lightbox-close{
    opacity: 0.8;
  }
  .vesta-mdsap-page .mds-lightbox-control:hover{
    opacity: 1;
  }
}
.vesta-mdsap-page .mds-lightbox-inactive, .vesta-mdsap-page .mds-lightbox-inactive:hover{
  opacity: 0;
}
.vesta-mdsap-page .mds-richtext:before, .vesta-mdsap-page .mds-richtext:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-richtext:after{
  clear: both;
}
.vesta-mdsap-page .mds-richtext[contenteditable="true"]:before, .vesta-mdsap-page .mds-richtext[contenteditable="true"]:after{
  white-space: initial;
}
.vesta-mdsap-page .mds-richtext ol, .vesta-mdsap-page .mds-richtext ul{
  overflow: hidden;
}
.vesta-mdsap-page .mds-richtext .mds-richtext-figure-selected.mds-richtext-figure-type-video div:after, .vesta-mdsap-page .mds-richtext .mds-richtext-figure-selected[data-rt-type="video"] div:after{
  outline: 2px solid #2895f7;
}
.vesta-mdsap-page .mds-richtext .mds-richtext-figure-selected.mds-richtext-figure-type-image div, .vesta-mdsap-page .mds-richtext .mds-richtext-figure-selected[data-rt-type="image"] div{
  outline: 2px solid #2895f7;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-video > div:after, .vesta-mdsap-page .mds-richtext figure[data-rt-type="video"] > div:after{
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.vesta-mdsap-page .mds-richtext figure{
  position: relative;
  max-width: 60%;
}
.vesta-mdsap-page .mds-richtext figure > div:before{
  cursor: default!important;
}
.vesta-mdsap-page .mds-richtext figure img{
  width: 100%;
}
.vesta-mdsap-page .mds-richtext figure figcaption.mds-richtext-figcaption-placeholder{
  opacity: 0.6;
}
.vesta-mdsap-page .mds-richtext figure div{
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-image, .vesta-mdsap-page .mds-richtext figure[data-rt-type="image"]{
  display: table;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-image > div, .vesta-mdsap-page .mds-richtext figure[data-rt-type="image"] > div{
  display: inline-block;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-image > figcaption, .vesta-mdsap-page .mds-richtext figure[data-rt-type="image"] > figcaption{
  display: table-caption;
  caption-side: bottom;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-video, .vesta-mdsap-page .mds-richtext figure[data-rt-type="video"]{
  width: 60%;
  height: 0;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-video iframe, .vesta-mdsap-page .mds-richtext figure[data-rt-type="video"] iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-figure-type-video > div, .vesta-mdsap-page .mds-richtext figure[data-rt-type="video"] > div{
  width: 100%;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-center{
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-center.mds-richtext-figure-type-image > div, .vesta-mdsap-page .mds-richtext figure.mds-richtext-align-center[data-rt-type="image"] > div{
  max-width: 100%;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-normal{
  clear: both;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-fullwidth{
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-fullwidth > div{
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-fullwidth > figcaption{
  display: block;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-floatleft{
  float: left;
  margin-right: 15px;
  clear: none;
}
.vesta-mdsap-page .mds-richtext figure.mds-richtext-align-floatright{
  float: right;
  margin-left: 15px;
  clear: none;
}
.vesta-mdsap-page .mds-nav{
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.vesta-mdsap-page .mds-nav:before, .vesta-mdsap-page .mds-nav:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-nav:after{
  clear: both;
}
.vesta-mdsap-page .mds-nav-brand{
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.vesta-mdsap-page .mds-nav-link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.vesta-mdsap-page .mds-nav-link.mds--current{
  color: #0082f3;
}
.vesta-mdsap-page .mds-nav-menu{
  position: relative;
  float: right;
}
.vesta-mdsap-page [data-nav-menu-open]{
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.vesta-mdsap-page .mds--nav-link-open{
  display: block;
  position: relative;
}
.vesta-mdsap-page .mds-nav-overlay{
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.vesta-mdsap-page .mds-nav-overlay [data-nav-menu-open]{
  top: 0;
}
.vesta-mdsap-page .mds-nav[data-animation='over-left'] .mds-nav-overlay{
  width: auto;
}
.vesta-mdsap-page .mds-nav[data-animation='over-left'] .mds-nav-overlay, .vesta-mdsap-page .mds-nav[data-animation='over-left'] [data-nav-menu-open]{
  right: auto;
  z-index: 1;
  top: 0;
}
.vesta-mdsap-page .mds-nav[data-animation='over-right'] .mds-nav-overlay{
  width: auto;
}
.vesta-mdsap-page .mds-nav[data-animation='over-right'] .mds-nav-overlay, .vesta-mdsap-page .mds-nav[data-animation='over-right'] [data-nav-menu-open]{
  left: auto;
  z-index: 1;
  top: 0;
}
.vesta-mdsap-page .mds-nav-button{
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.vesta-mdsap-page .mds-nav-button:focus{
  outline: 0;
}
.vesta-mdsap-page .mds-nav-button.mds--open{
  background-color: #C8C8C8;
  color: white;
}
.vesta-mdsap-page .mds-nav[data-collapse='all'] .mds-nav-menu{
  display: none;
}
.vesta-mdsap-page .mds-nav[data-collapse='all'] .mds-nav-button{
  display: block;
}
.vesta-mdsap-page .mds--nav-dropdown-open{
  display: block;
}
.vesta-mdsap-page .mds--nav-dropdown-toggle-open{
  display: block;
}
.vesta-mdsap-page .mds--nav-dropdown-list-open{
  position: static;
}
@media screen and (max-width: 991px) {
  .vesta-mdsap-page .mds-nav[data-collapse='medium'] .mds-nav-menu{
    display: none;
  }
  .vesta-mdsap-page .mds-nav[data-collapse='medium'] .mds-nav-button{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vesta-mdsap-page .mds-nav[data-collapse='small'] .mds-nav-menu{
    display: none;
  }
  .vesta-mdsap-page .mds-nav[data-collapse='small'] .mds-nav-button{
    display: block;
  }
  .vesta-mdsap-page .mds-nav-brand{
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .vesta-mdsap-page .mds-nav[data-collapse='tiny'] .mds-nav-menu{
    display: none;
  }
  .vesta-mdsap-page .mds-nav[data-collapse='tiny'] .mds-nav-button{
    display: block;
  }
}
.vesta-mdsap-page .mds-tabs{
  position: relative;
}
.vesta-mdsap-page .mds-tabs:before, .vesta-mdsap-page .mds-tabs:after{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.vesta-mdsap-page .mds-tabs:after{
  clear: both;
}
.vesta-mdsap-page .mds-tab-menu{
  position: relative;
}
.vesta-mdsap-page .mds-tab-link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.vesta-mdsap-page .mds-tab-link.mds--current{
  background-color: #C8C8C8;
}
.vesta-mdsap-page .mds-tab-link:focus{
  outline: 0;
}
.vesta-mdsap-page .mds-tab-content{
  position: relative;
  display: block;
  overflow: hidden;
}
.vesta-mdsap-page .mds-tab-pane{
  position: relative;
  display: none;
}
.vesta-mdsap-page .mds--tab-active{
  display: block;
}
@media screen and (max-width: 479px) {
  .vesta-mdsap-page .mds-tab-link{
    display: block;
  }
}
.vesta-mdsap-page .mds-ix-emptyfix:after{
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vesta-mdsap-page .mds-dyn-empty{
  padding: 10px;
  background-color: #dddddd;
}
.vesta-mdsap-page .mds-dyn-hide{
  display: none !important;
}
.vesta-mdsap-page .mds-dyn-bind-empty{
  display: none !important;
}
.vesta-mdsap-page .mds-condition-invisible{
  display: none !important;
}
.vesta-mdsap-page .mds-layout-layout{
  display: grid;
}

@font-face {
  font-family: Metrisch;
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Bold.ttf') format("truetype"), url('../../mdsap-webflow/assets/fonts/Metrisch-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch Book;
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zenovak;
  src: url('../../mdsap-webflow/assets/fonts/Zenovak.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.vesta-mdsap-page{
  --escuro: #002327;
  --tan: #bea46d;
  --fundo: #cdcabc;
  --dark-slate-grey-3: #002b30;
  --dark-slate-grey: #024d55;
  --dark-goldenrod: #a78f5d;
  --bege: #c2beaf;
  --dark-slate-grey-2: #003a40;
}

.vesta-mdsap-page .mds-layout-grid{
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vesta-mdsap-page .mds-layout-blockcontainer{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .vesta-mdsap-page .mds-layout-blockcontainer{
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .vesta-mdsap-page .mds-layout-blockcontainer{
    max-width: none;
  }
}

.vesta-mdsap-page .body{
  background-color: #002b30;
  font-family: Metrisch, sans-serif;
}

.vesta-mdsap-page .pp{
  background-color: var(--escuro);
  color: #fff;
  padding-bottom: 20px;
}

.vesta-mdsap-page .container-9{
  padding-top: 100px;
  padding-bottom: 100px;
}

.vesta-mdsap-page .heading-8{
  color: var(--tan);
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.vesta-mdsap-page .div-block-21{
  margin-bottom: 40px;
}

.vesta-mdsap-page .paragraph-4{
  color: var(--fundo);
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.vesta-mdsap-page .heading-9{
  color: var(--tan);
  font-size: 22px;
  font-weight: 700;
}

.vesta-mdsap-page .list-item-4{
  margin-bottom: 10px;
}

.vesta-mdsap-page .btn-escuro{
  border: 1px solid var(--escuro);
  background-color: var(--dark-slate-grey-3);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.vesta-mdsap-page .btn-escuro:hover{
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.vesta-mdsap-page .btn-escuro:active{
  background-color: #43464d;
}

.vesta-mdsap-page .btn-escuro._2{
  background-color: var(--tan);
}

.vesta-mdsap-page .image-9{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vesta-mdsap-page .container-menu{
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.vesta-mdsap-page .nav-menu{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.vesta-mdsap-page .nav-link{
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .8s;
}

.vesta-mdsap-page .nav-link:hover{
  color: #bea46d;
}

.vesta-mdsap-page .nav-link:focus-visible, .vesta-mdsap-page .nav-link[data-mds-focus-visible]{
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.vesta-mdsap-page .nav-link.mds--current{
  border-bottom: 2px solid #89764e;
  margin-left: 0;
  margin-right: 20px;
}

.vesta-mdsap-page .menu{
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.vesta-mdsap-page .nav-button-wrapper{
  margin-left: 20px;
}

.vesta-mdsap-page .navbar-wrapper{
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.vesta-mdsap-page .inicio{
  min-height: auto;
}

.vesta-mdsap-page .footer-divider-two{
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vesta-mdsap-page .container{
  width: 100%;
  max-width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .footer-social-link-three{
  margin-left: 22px;
}

.vesta-mdsap-page .footer-wrapper-three{
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .footer-legal-block{
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .footer-social-block-three{
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.vesta-mdsap-page .rodape{
  background-color: var(--escuro);
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 40px;
  position: relative;
}

.vesta-mdsap-page .footer-bottom{
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .footer-copyright{
  color: var(--fundo);
  font-family: Zenovak, sans-serif;
  font-size: 12px;
}

.vesta-mdsap-page .footer-block-three{
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.vesta-mdsap-page .footer-link-three{
  color: var(--fundo);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .8s;
}

.vesta-mdsap-page .footer-link-three:hover{
  color: #bea46d;
}

.vesta-mdsap-page .footer-legal-link{
  color: var(--fundo);
  margin-left: 24px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  transition: all .8s;
}

.vesta-mdsap-page .footer-legal-link:hover{
  color: #bea46d;
}

.vesta-mdsap-page .btn-whatsapp{
  z-index: 1000;
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.vesta-mdsap-page .btn-whatsapp:hover{
  transform: scale(.9);
}

.vesta-mdsap-page .image-6{
  width: 20px;
}

.vesta-mdsap-page .nav-lateral{
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.vesta-mdsap-page .div-block-37{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vesta-mdsap-page .link-block{
  border: 1px solid var(--tan);
  background-color: #0000;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
}

.vesta-mdsap-page .link-block.mds--current{
  background-color: var(--tan);
  border: 1px solid #8fc9b8;
}

.vesta-mdsap-page .nav-lateral-b{
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.vesta-mdsap-page .div-block-38{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vesta-mdsap-page .link-block-2{
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  transition: all .8s;
}

.vesta-mdsap-page .link-block-2:hover{
  transform: scale(.9);
}

.vesta-mdsap-page .destaques{
  padding-top: 60px;
  padding-bottom: 60px;
}

.vesta-mdsap-page .grid{
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 40px;
}

.vesta-mdsap-page .div-block-39{
  background-color: var(--dark-slate-grey);
  border: 0 solid #000;
  border-radius: 20px;
  padding: 30px;
}

.vesta-mdsap-page .image-10{
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.vesta-mdsap-page .text-block{
  color: var(--tan);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.vesta-mdsap-page .paragraph-5{
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.vesta-mdsap-page .s-inicio{
  background-image: linear-gradient(#002327d9, #002327d9);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 93px;
  display: flex;
}

.vesta-mdsap-page .grid-2{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(94deg, #001416 1%, #00232700), linear-gradient(#002b3080, #002b3080), url('../../mdsap-webflow/assets/images/pessoas-negocio-trabalhando-usando-um-laptop.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border: 0 solid #000;
  grid-template-rows: auto;
  padding: 0 40px;
}

.vesta-mdsap-page .div-block-40{
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
}

.vesta-mdsap-page .image-11{
  width: 100%;
}

.vesta-mdsap-page .destaque{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.vesta-mdsap-page .container-10{
  margin-top: 0;
}

.vesta-mdsap-page .div-block-41{
  background-color: var(--escuro);
  text-align: center;
  border: 0 solid #000;
  border-radius: 30px;
  height: 100%;
  padding: 30px 20px;
  font-family: Zenovak, sans-serif;
  transition: all .8s;
}

.vesta-mdsap-page .div-block-41:hover{
  background-color: #002125;
  transform: translate(-10px, -10px);
}

.vesta-mdsap-page .div-block-42{
  background-color: #bea46d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vesta-mdsap-page .text-block-2{
  color: #d6bd87;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.vesta-mdsap-page .paragraph-6{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.vesta-mdsap-page .section{
  background-color: var(--fundo);
  background-image: linear-gradient(#cdcabcf2, #cdcabcf2), url('../../mdsap-webflow/assets/images/logos-mdr-e-mdsap.svg');
  background-position: 0 0, -30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vesta-mdsap-page .grid-3{
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.vesta-mdsap-page .heading-10{
  color: #002b30;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.vesta-mdsap-page .text-span{
  color: var(--tan);
  font-family: Metrisch, sans-serif;
  font-weight: 700;
}

.vesta-mdsap-page .list{
  margin-bottom: 0;
}

.vesta-mdsap-page .list-item{
  margin-bottom: 20px;
}

.vesta-mdsap-page .text-block-3{
  color: var(--dark-slate-grey);
  background-image: url('../../mdsap-webflow/assets/images/check.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-family: Zenovak, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.3em;
}

.vesta-mdsap-page .text-block-4{
  color: var(--tan);
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
}

.vesta-mdsap-page .heading-11{
  color: #cdcabc;
  text-align: center;
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 5em;
  line-height: 1.2em;
}

.vesta-mdsap-page .div-block-43{
  max-width: 1100px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .text-span-2{
  font-size: 1em;
}

.vesta-mdsap-page .text-block-5{
  color: var(--fundo);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.3em;
}

.vesta-mdsap-page .div-block-44{
  background-image: url('../../mdsap-webflow/assets/images/pessoas-negocio-trabalhando-usando-um-laptop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 40vh;
  margin-top: 0;
}

.vesta-mdsap-page .section-2{
  padding-top: 80px;
  padding-bottom: 80px;
}

.vesta-mdsap-page .quick-stack-7{
  grid-column-gap: 49px;
  padding: 0;
}

.vesta-mdsap-page .div-block-47{
  margin-top: 0;
}

.vesta-mdsap-page .pricing-card-three{
  border: .5px solid var(--dark-goldenrod);
  text-align: center;
  background-color: #003a4000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.vesta-mdsap-page .div-block-48{
  margin-top: 40px;
}

.vesta-mdsap-page .text-block-6{
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 25px;
}

.vesta-mdsap-page .centered-heading{
  color: #bea46d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.vesta-mdsap-page .centered-heading._2{
  color: var(--fundo);
  text-align: left;
  max-width: 700px;
  font-family: Zenovak, sans-serif;
  font-size: 4em;
  line-height: 1.1em;
}

.vesta-mdsap-page .div-block-49{
  color: #003a40;
  background-color: #89764e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  display: flex;
}

.vesta-mdsap-page .cell-10{
  align-items: flex-end;
}

.vesta-mdsap-page .heading-5-copyaa{
  color: #bea46d;
  font-family: Zenovak, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.vesta-mdsap-page .pricing-grid-copy{
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.vesta-mdsap-page .pricing-card-text{
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.vesta-mdsap-page .heading-12{
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Zenovak, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.vesta-mdsap-page .heading-126{
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 50px;
}

.vesta-mdsap-page .text-span-3{
  color: var(--tan);
  font-family: Metrisch, sans-serif;
  font-weight: 200;
}

.vesta-mdsap-page .div-block-50{
  margin-top: 30px;
}

.vesta-mdsap-page .error-message{
  color: #000;
  border-radius: 5px;
}

.vesta-mdsap-page .field-label{
  color: #fff;
  background-image: url('../../mdsap-webflow/assets/images/transmissao.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
}

.vesta-mdsap-page .field-label.tel{
  background-image: url('../../mdsap-webflow/assets/images/fone-form.svg');
  background-size: 18px;
  font-weight: 300;
}

.vesta-mdsap-page .field-label.empresa{
  background-image: url('../../mdsap-webflow/assets/images/empresa.svg');
  font-size: 15px;
  font-weight: 300;
}

.vesta-mdsap-page .field-label.nome{
  background-image: url('../../mdsap-webflow/assets/images/pessoa.svg');
  background-position: 0 0;
  background-size: 13px;
  font-size: 15px;
  font-weight: 300;
}

.vesta-mdsap-page .field-label.email{
  background-image: url('../../mdsap-webflow/assets/images/mensagem.svg');
  font-size: 15px;
  font-weight: 300;
}

.vesta-mdsap-page .field-label.consultor{
  background-image: url('../../mdsap-webflow/assets/images/consultor.svg');
}

.vesta-mdsap-page .text-field{
  color: #6d6d6d;
  background-color: #002125;
  background-image: url('../../mdsap-webflow/assets/images/grid-bg-placeholder.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 0 solid #000;
  border-radius: 15px;
  height: 50px;
  padding-left: 35px;
  font-weight: 300;
}

.vesta-mdsap-page .text-field.modalidade{
  background-color: var(--dark-slate-grey-3);
  background-image: url('../../mdsap-webflow/assets/images/consultor.svg');
  height: 60px;
  transition: all .5s;
}

.vesta-mdsap-page .text-field.modalidade:focus{
  border-width: 1px;
  border-color: var(--dark-goldenrod);
}

.vesta-mdsap-page .text-field.modalidade.moda{
  background-color: var(--dark-slate-grey-3);
  background-image: url('../../mdsap-webflow/assets/images/transmissao.svg');
  height: 60px;
  transition: all .5s;
}

.vesta-mdsap-page .text-field.modalidade.moda:focus{
  border-width: 1px;
  border-color: var(--dark-goldenrod);
}

.vesta-mdsap-page .text-field.nome{
  background-color: var(--dark-slate-grey-3);
  background-image: url('../../mdsap-webflow/assets/images/pessoa.svg');
  background-size: 10px;
  border-width: 0;
  height: 60px;
  transition: all .5s;
}

.vesta-mdsap-page .text-field.nome:focus{
  border-width: 1px;
  border-color: var(--dark-goldenrod);
}

.vesta-mdsap-page .text-field.email{
  background-color: var(--dark-slate-grey-3);
  background-image: url('../../mdsap-webflow/assets/images/mensagem.svg');
  height: 60px;
  transition: all .5s;
}

.vesta-mdsap-page .text-field.email:focus{
  border-width: 1px;
  border-color: var(--dark-goldenrod);
}

.vesta-mdsap-page .text-field.fone{
  background-color: var(--dark-slate-grey-3);
  background-image: url('../../mdsap-webflow/assets/images/fone-form.svg');
  height: 60px;
  transition: all .5s;
}

.vesta-mdsap-page .text-field.fone:focus{
  border-width: 1px;
  border-color: var(--dark-goldenrod);
}

.vesta-mdsap-page .text-field.empresa{
  background-color: var(--dark-slate-grey-3);
  background-image: url('../../mdsap-webflow/assets/images/empresa.svg');
  height: 60px;
  transition: all .5s;
}

.vesta-mdsap-page .text-field.empresa:focus{
  border-width: 1px;
  border-color: var(--dark-goldenrod);
}

.vesta-mdsap-page .submit-button{
  background-color: var(--dark-goldenrod);
  color: var(--dark-slate-grey-3);
  -webkit-text-stroke-color: var(--tan);
  border: 1px solid #bea46d;
  border-radius: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 25px;
  font-family: Zenovak, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
}

.vesta-mdsap-page .submit-button:hover{
  background-color: #89764e;
  border-color: #89764e;
}

.vesta-mdsap-page .success-message{
  color: #003a40;
  background-color: #8fc9b8;
  border-radius: 5px;
}

.vesta-mdsap-page .grid-4{
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.vesta-mdsap-page .text-span-4{
  color: var(--tan);
  font-weight: 700;
}

.vesta-mdsap-page .bold-text{
  color: var(--dark-goldenrod);
}

.vesta-mdsap-page .paragraph-7{
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.vesta-mdsap-page .text-span-5{
  font-weight: 700;
}

.vesta-mdsap-page .div-block-51{
  border: 1px solid var(--tan);
  border-radius: 200px;
  padding: 8px 10px;
  display: inline-block;
}

.vesta-mdsap-page .text-block-7{
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.vesta-mdsap-page .text-block-8{
  color: var(--dark-slate-grey-3);
  font-family: Zenovak, sans-serif;
  font-size: 20px;
}

.vesta-mdsap-page .paragraph-6-copy{
  color: var(--fundo);
  text-align: center;
  margin-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.vesta-mdsap-page .text-span-6{
  color: var(--tan);
}

.vesta-mdsap-page .text-span-7{
  color: var(--tan);
  font-size: 1em;
}

.vesta-mdsap-page .text-span-8{
  color: var(--tan);
}

.vesta-mdsap-page .div-block-53{
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.vesta-mdsap-page .div-block-54{
  margin-right: 10px;
}

.vesta-mdsap-page .grid-5{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.vesta-mdsap-page .div-block-55{
  height: 20px;
  overflow: hidden;
}

.vesta-mdsap-page .image-12{
  width: 100%;
  transition: all 1s;
}

.vesta-mdsap-page .image-12:hover{
  transform: scale(1.1);
}

.vesta-mdsap-page .s-mapa{
  padding: 80px 40px;
  overflow: hidden;
}

.vesta-mdsap-page .image-13{
  width: auto;
  margin: 0 0 40px auto;
  transition: all 3s;
}

.vesta-mdsap-page .image-13:hover{
  transform: scale(1.1);
}

.vesta-mdsap-page .grid-6{
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.vesta-mdsap-page .image-14{
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vesta-mdsap-page .duvidas{
  background-color: var(--fundo);
  padding-top: 100px;
  padding-bottom: 100px;
}

.vesta-mdsap-page .container-12{
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.vesta-mdsap-page .grid-7{
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.vesta-mdsap-page .heading-127{
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Metrisch, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

.vesta-mdsap-page .text-block-9{
  color: var(--escuro);
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
}

.vesta-mdsap-page .text-span-9{
  color: var(--dark-goldenrod);
}

.vesta-mdsap-page .div-block-56{
  color: var(--escuro);
  padding-top: 80px;
  padding-bottom: 80px;
}

.vesta-mdsap-page .bold-text-2{
  font-family: Zenovak, sans-serif;
}

.vesta-mdsap-page .container-13{
  font-family: Zenovak, sans-serif;
  font-size: 12px;
}

.vesta-mdsap-page .div-block-57{
  max-width: 600px;
}

.vesta-mdsap-page .faq-item-wrapper{
  margin-bottom: 10px;
}

.vesta-mdsap-page .faq-question{
  cursor: pointer;
  background-color: #c2beaf;
  border-radius: 20px;
  justify-content: space-between;
  padding: 1.2rem 2rem;
  font-weight: 200;
  display: flex;
}

.vesta-mdsap-page .faq-question-label{
  color: var(--escuro);
  background-color: #0000;
  font-family: Metrisch, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.vesta-mdsap-page .faq-arrow{
  z-index: 0;
  width: 20px;
  position: relative;
}

.vesta-mdsap-page .faq-answer{
  padding: 0 2rem;
  overflow: hidden;
}

.vesta-mdsap-page .faq-answer-p{
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

.vesta-mdsap-page .heading-127-copy{
  color: var(--fundo);
  margin-top: 0;
  font-family: Metrisch, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}

.vesta-mdsap-page .s-info{
  z-index: 997;
  margin-top: -93px;
  position: relative;
}

.vesta-mdsap-page .grid-8{
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.vesta-mdsap-page .div-block-41-copy{
  background-color: var(--bege);
  text-align: center;
  border: 0 solid #000;
  border-radius: 30px;
  height: auto;
  padding: 30px 20px;
  font-family: Zenovak, sans-serif;
  transition: all .8s;
  position: relative;
}

.vesta-mdsap-page .div-block-41-copy:hover{
  background-color: var(--bege);
  transform: translate(-10px, -10px);
}

.vesta-mdsap-page .paragraph-6-copy-copy{
  color: var(--fundo);
  text-align: center;
  margin-bottom: 10px;
  font-family: Zenovak, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.vesta-mdsap-page .tab-link-tab-1{
  background-color: var(--escuro);
  border-radius: 30px;
  padding: 0;
}

.vesta-mdsap-page .tab-link-tab-1.mds--current{
  border: 1px solid var(--dark-goldenrod);
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../../mdsap-webflow/assets/images/27017.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vesta-mdsap-page .tabs-menu{
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.vesta-mdsap-page .tab-pane-tab-1{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f2, #002327f2), url('../../mdsap-webflow/assets/images/27017.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .div-block-59{
  height: 100%;
  padding: 30px 10px;
}

.vesta-mdsap-page .paragraph-6-copy-copyvs{
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.vesta-mdsap-page .tab-link-tab-2{
  background-color: var(--escuro);
  border-radius: 30px;
  padding: 0;
}

.vesta-mdsap-page .tab-link-tab-2.mds--current{
  border: 1px solid var(--dark-goldenrod);
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../../mdsap-webflow/assets/images/18165.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vesta-mdsap-page .tab-pane-tab-2{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f7, #002327f7), url('../../mdsap-webflow/assets/images/18165.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .bloco-hover-1{
  height: 100%;
  padding: 30px 20px;
}

.vesta-mdsap-page .bloco-hover-1:hover{
  background-image: linear-gradient(#002327, #002327), url('../../mdsap-webflow/assets/images/27017.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.vesta-mdsap-page .text-block-10{
  color: var(--fundo);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px;
  font-family: Metrisch, sans-serif;
  font-size: 9px;
  line-height: 13px;
  display: inline-block;
}

.vesta-mdsap-page .div-block-60{
  justify-content: center;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .grid-9{
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 50px;
}

.vesta-mdsap-page .box-interno{
  text-align: center;
}

.vesta-mdsap-page .image-14-copy{
  border-radius: 200px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.vesta-mdsap-page .text-block-2-copy{
  color: #d6bd87;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Zenovak, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.vesta-mdsap-page .paragraph-6-copy-copy{
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vesta-mdsap-page .paragraph-8{
  color: #cdcabc;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.vesta-mdsap-page .text-block-2-copjv{
  color: var(--dark-slate-grey-3);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.vesta-mdsap-page .div-block-41-copy-copyv{
  background-color: var(--escuro);
  text-align: center;
  border: 0 solid #000;
  border-radius: 30px;
  height: auto;
  padding: 30px 40px;
  font-family: Zenovak, sans-serif;
  transition: all .8s;
  position: relative;
}

.vesta-mdsap-page .div-block-41-copy-copyv:hover{
  background-color: var(--escuro);
  transform: translate(-10px, -10px);
}

.vesta-mdsap-page .text-block-2-copyhfdzx{
  color: #d6bd87;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.vesta-mdsap-page .paragraph-6-copy-copy-copykv{
  color: var(--fundo);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.vesta-mdsap-page .div-block-62{
  text-align: center;
  margin-top: 10px;
}

.vesta-mdsap-page .btn-escuro-copy{
  color: var(--dark-slate-grey-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 18px;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .8s;
}

.vesta-mdsap-page .btn-escuro-copy:hover{
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.vesta-mdsap-page .btn-escuro-copy:active{
  background-color: #43464d;
}

.vesta-mdsap-page .btn-escuro-copy._2{
  background-color: var(--tan);
}

.vesta-mdsap-page .div-block-63{
  min-height: 80px;
}

.vesta-mdsap-page .text-block-11{
  border: 1px solid var(--bege);
  color: var(--bege);
  text-align: center;
  background-color: #003a4000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 10px;
  font-family: Metrisch, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: inline-block;
}

.vesta-mdsap-page .div-block-64{
  justify-content: center;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .preloader{
  z-index: 1001;
  background-color: var(--dark-slate-grey-2);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.vesta-mdsap-page .lottie-animation{
  width: 250px;
}

.vesta-mdsap-page .div-block-55-copy{
  height: 10px;
  overflow: hidden;
}

.vesta-mdsap-page .image-15{
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vesta-mdsap-page .grid-11{
  grid-template-rows: auto;
}

.vesta-mdsap-page .text-block-9-copy{
  color: var(--fundo);
  margin-bottom: 10px;
  font-family: Zenovak, sans-serif;
}

.vesta-mdsap-page .image-16, .vesta-mdsap-page .image-17, .vesta-mdsap-page .image-18{
  width: 18px;
}

.vesta-mdsap-page .div-block-66{
  background-color: #a78f5d4f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vesta-mdsap-page .sd{
  border: 0px solid var(--bege);
  border-radius: 15px;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vesta-mdsap-page .div-block-66-copysav{
  background-color: var(--dark-slate-grey-2);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vesta-mdsap-page .sv{
  background-color: var(--dark-slate-grey-2);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.vesta-mdsap-page .sv-copydv{
  background-color: #003a40;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vesta-mdsap-page .sv-copydv-copys{
  background-color: var(--dark-slate-grey-2);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.vesta-mdsap-page .html-embed{
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.vesta-mdsap-page .container-14{
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  display: flex;
}

.vesta-mdsap-page .s-form{
  z-index: 1200;
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.vesta-mdsap-page .html-embed-2{
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.vesta-mdsap-page .div-block-67{
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
}

.vesta-mdsap-page .div-block-68{
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.vesta-mdsap-page .close-form{
  cursor: pointer;
  border: 1px solid #4b4b4b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vesta-mdsap-page .text-block-12{
  color: #a5a5a5;
  font-size: 20px;
}

.vesta-mdsap-page .div-block-69{
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.vesta-mdsap-page .ebook{
  padding-top: 100px;
  padding-bottom: 100px;
}

.vesta-mdsap-page .grid-12{
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.vesta-mdsap-page .image-19{
  width: 100%;
  max-width: 350px;
  margin-top: -100px;
  margin-bottom: -100px;
}

.vesta-mdsap-page .image-20{
  width: 30px;
}

.vesta-mdsap-page .div-block-56-copy{
  color: var(--escuro);
  padding-top: 0;
  padding-bottom: 80px;
}

.vesta-mdsap-page .div-block-71{
  background-color: var(--escuro);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.vesta-mdsap-page .grid-13{
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.vesta-mdsap-page .image-21{
  width: auto;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.vesta-mdsap-page .div-block-72{
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .heading-128{
  color: var(--fundo);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 6em;
  line-height: 1em;
  text-decoration: none;
}

.vesta-mdsap-page .text-span-10{
  color: var(--tan);
}

.vesta-mdsap-page .link-block-3{
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .div-block-73{
  margin-top: 20px;
}

.vesta-mdsap-page .text-block-13{
  color: #fff;
  text-align: center;
  font-family: Metrisch, sans-serif;
}

.vesta-mdsap-page .text-span-11{
  color: var(--tan);
}

.vesta-mdsap-page .div-block-74{
  text-align: center;
}

.vesta-mdsap-page .text-block-2-copy-copy{
  color: #d6bd87;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.vesta-mdsap-page .div-block-75{
  text-align: center;
}

.vesta-mdsap-page .tab-pane-tab-1-modulo3{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f2, #002327f2), url('../../mdsap-webflow/assets/images/bandeira-canada.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .tab-link-tab-1-copy{
  background-color: var(--escuro);
  border-radius: 30px;
  padding: 0;
}

.vesta-mdsap-page .tab-link-tab-1-copy.mds--current{
  border: 1px solid var(--dark-goldenrod);
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../../mdsap-webflow/assets/images/Frame-1.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vesta-mdsap-page .tab-pane-tab-1-3{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f2, #002327f2), url('../../mdsap-webflow/assets/images/MDSAP-2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .titulo{
  color: #d6bd87;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.vesta-mdsap-page .image-22{
  width: 70px;
}

.vesta-mdsap-page .tab-link-tab-1-4{
  background-color: var(--escuro);
  border-radius: 30px;
  padding: 0;
}

.vesta-mdsap-page .tab-link-tab-1-4.mds--current{
  border: 1px solid var(--dark-goldenrod);
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../../mdsap-webflow/assets/images/bandeira-canada.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vesta-mdsap-page .tab-link-tab-1-6{
  background-color: var(--escuro);
  border-radius: 30px;
  padding: 0;
}

.vesta-mdsap-page .tab-link-tab-1-6.mds--current{
  border: 1px solid var(--dark-goldenrod);
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../../mdsap-webflow/assets/images/bandeira-japao.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vesta-mdsap-page .tab-link-tab-1-y{
  background-color: var(--escuro);
  border-radius: 30px;
  padding: 0;
}

.vesta-mdsap-page .tab-link-tab-1-y.mds--current{
  border: 1px solid var(--dark-goldenrod);
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../../mdsap-webflow/assets/images/aust.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vesta-mdsap-page .image-22-copy{
  width: 100px;
  margin-left: 10px;
}

.vesta-mdsap-page .header{
  z-index: 1000;
  color: #fff;
  background-color: #001e22;
  font-weight: 500;
  position: fixed;
  inset: 0% 0% auto;
}

.vesta-mdsap-page .navbar-logo-left-container{
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.vesta-mdsap-page .navbar-logo-left-container.shadow-three{
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 10px 0;
}

.vesta-mdsap-page .navbar-logo-left-container.shadow-three._2{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vesta-mdsap-page .navbar-logo-left-container.shadow-three{
  background-color: #003a40;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 15px 0;
}

.vesta-mdsap-page .container-15{
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .navbar-wrapper-2{
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .nav-menu-two{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.vesta-mdsap-page .nav-link-2{
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.vesta-mdsap-page .nav-link-2:hover{
  color: #1a1b1fbf;
}

.vesta-mdsap-page .nav-link-2:focus-visible, .vesta-mdsap-page .nav-link-2[data-mds-focus-visible]{
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.vesta-mdsap-page .nav-dropdown{
  margin-left: 5px;
  margin-right: 5px;
}

.vesta-mdsap-page .nav-dropdown-toggle{
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.vesta-mdsap-page .nav-dropdown-toggle:hover{
  color: #1a1b1fbf;
}

.vesta-mdsap-page .nav-dropdown-toggle:focus-visible, .vesta-mdsap-page .nav-dropdown-toggle[data-mds-focus-visible]{
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.vesta-mdsap-page .nav-dropdown-icon{
  margin-right: 10px;
}

.vesta-mdsap-page .nav-dropdown-list{
  background-color: #fff;
  border-radius: 12px;
}

.vesta-mdsap-page .nav-dropdown-list.mds--open{
  padding-top: 10px;
  padding-bottom: 10px;
}

.vesta-mdsap-page .nav-dropdown-link{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.vesta-mdsap-page .nav-dropdown-link:focus-visible, .vesta-mdsap-page .nav-dropdown-link[data-mds-focus-visible]{
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.vesta-mdsap-page .nav-divider{
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.vesta-mdsap-page .nav-link-accent{
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.vesta-mdsap-page .nav-link-accent:hover{
  color: #1a1b1fbf;
}

.vesta-mdsap-page .mobile-margin-top-11{
  padding-left: 20px;
}

.vesta-mdsap-page .button-primary{
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.vesta-mdsap-page .button-primary:hover{
  color: #fff;
  background-color: #32343a;
}

.vesta-mdsap-page .button-primary:active{
  background-color: #43464d;
}

.vesta-mdsap-page .list-item-5{
  display: flex;
}

.vesta-mdsap-page .link-block-4{
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.vesta-mdsap-page .link-block-4.mds--current{
  border-radius: 10px;
  overflow: hidden;
}

.vesta-mdsap-page .link-block-5{
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-right: 10px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.vesta-mdsap-page .link-block-5:hover{
  transform: translate(-1px, -1px);
}

.vesta-mdsap-page .image-23{
  width: 30px;
}

.vesta-mdsap-page .text-block-14{
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  text-decoration: none;
}

.vesta-mdsap-page .image-24{
  width: 160px;
}

.vesta-mdsap-page .cadastro-en{
  display: flex;
}

.vesta-mdsap-page .container-16{
  max-width: none;
  margin-bottom: 60px;
}

.vesta-mdsap-page .div-block-76{
  margin-bottom: 60px;
}

.vesta-mdsap-page .grid-14{
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.vesta-mdsap-page .div-block-77{
  border: 0px solid var(--tan);
  text-align: center;
  border-radius: 0;
  padding: 0;
}

.vesta-mdsap-page .text-block-15{
  color: var(--fundo);
  text-align: left;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}

.vesta-mdsap-page .text-block-16{
  color: var(--fundo);
  margin-top: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.vesta-mdsap-page .datas{
  padding-top: 80px;
  padding-bottom: 20px;
}

.vesta-mdsap-page .grid-14-copy{
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.vesta-mdsap-page .bold-text-4, .vesta-mdsap-page .bold-text-5{
  color: var(--tan);
}

.vesta-mdsap-page .bold-text-6{
  color: var(--tan);
  font-family: Metrisch, sans-serif;
}

.vesta-mdsap-page .text-span-12{
  font-size: 15px;
  font-weight: 700;
}

.vesta-mdsap-page .grid-8-copy{
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.vesta-mdsap-page .tab-pane-tab-1-modulo5{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f2, #002327f2), url('../../mdsap-webflow/assets/images/aust.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .tab-pane-tab-1-modulo4{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f2, #002327f2), url('../../mdsap-webflow/assets/images/bandeira-japao.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .tab-pane-tab-1-modulo2{
  background-color: var(--escuro);
  background-image: linear-gradient(#002327f2, #002327f2), url('../../mdsap-webflow/assets/images/18165.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.vesta-mdsap-page .banner-de-cookies{
  z-index: 998;
  background-color: #001a1d;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Zenovak, sans-serif;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 4px 9px #0000001c;
}

.vesta-mdsap-page .container-57{
  max-width: 90%;
}

.vesta-mdsap-page .fs-cc-banner_container-2{
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.vesta-mdsap-page .fs-cc-banner_text-2{
  color: #fff;
  max-width: none;
  margin-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.vesta-mdsap-page .linkpp-2{
  color: #bea46d;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.vesta-mdsap-page .fs-cc-banner_buttons-wrapper{
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center end;
  display: grid;
}

.vesta-mdsap-page .fs-cc-banner_button-2{
  color: #fff;
  text-align: center;
  background-color: #024d55;
  border: 1px solid #000;
  border-radius: 200px;
  width: auto;
  min-width: auto;
  margin-left: 0;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.vesta-mdsap-page .section-3{
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #0000008c, #0000008c), linear-gradient(0deg, var(--escuro), #fff0), linear-gradient(180deg, var(--escuro), #fff0), url('../../mdsap-webflow/assets/images/pessoas-negocio-trabalhando-usando-um-laptop.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
}

.vesta-mdsap-page .container-58{
  max-width: 1000px;
}

.vesta-mdsap-page .image-62{
  width: 30px;
}

.vesta-mdsap-page .embed-mobile{
  display: none;
}

.vesta-mdsap-page .code-embed{
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 10px;
  display: flex;
}

.vesta-mdsap-page .div-block-78{
  background-color: var(--dark-goldenrod);
  height: 3px;
}

.vesta-mdsap-page .btn-02{
  color: #fff;
  background-color: #89764e;
  border: 2px solid #89764e;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .6s;
}

.vesta-mdsap-page .btn-02:hover{
  color: #fff;
  background-color: #0000;
  border: 2px solid #89764e;
}

.vesta-mdsap-page .btn-02.mds--current{
  background-color: #003a40;
  border-color: #003a40;
  border-radius: 20px;
}

.vesta-mdsap-page .btn-02.mds--current:hover{
  color: #fff;
}

.vesta-mdsap-page .btn-01{
  color: #fff;
  background-color: #003a40;
  border: 2px solid #003a40;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .6s;
}

.vesta-mdsap-page .btn-01:hover{
  color: #003a40;
  background-color: #0000;
  border: 2px solid #003a40;
}

.vesta-mdsap-page .btn-01.mds--current{
  background-color: #003a40;
  border-color: #003a40;
  border-radius: 20px;
}

.vesta-mdsap-page .btn-01.mds--current:hover{
  color: #fff;
}

.vesta-mdsap-page .s-btn-whatsapp{
  z-index: 999;
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.vesta-mdsap-page .s-btn-whatsapp:hover{
  transform: scale(.9);
}

.vesta-mdsap-page .image-53{
  width: 20px;
}

.vesta-mdsap-page .container-23{
  width: 1200px;
  max-width: 90%;
}

.vesta-mdsap-page .s-rodape{
  background-color: #003a40;
  height: 115px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.vesta-mdsap-page .image-58{
  width: 180px;
}

.vesta-mdsap-page .grid-15{
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.vesta-mdsap-page .link-4{
  color: #a5a5a5;
  text-decoration: none;
}

.vesta-mdsap-page .footer-copyright-2{
  color: #a5a5a5;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.vesta-mdsap-page .div-block-79{
  display: inline-flex;
}

.vesta-mdsap-page .image-63{
  width: 15px;
}

.vesta-mdsap-page .footer-social-link-three-2{
  border: 1px solid #ffffff4d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  transition: all .8s;
  display: flex;
}

.vesta-mdsap-page .footer-social-link-three-2:hover{
  background-color: #ffffff1a;
}

.vesta-mdsap-page .footer-social-link-three-2.off{
  display: flex;
}

.vesta-mdsap-page .header-lp{
  z-index: 1000;
  color: #fff;
  background-color: #001e22;
  font-weight: 500;
  position: relative;
  inset: 0% 0% auto;
}

.vesta-mdsap-page .list-item-6{
  display: flex;
}

.vesta-mdsap-page .container-59{
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .navbar-wrapper-3{
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .link-block-7{
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-right: 10px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.vesta-mdsap-page .link-block-7:hover{
  transform: translate(-1px, -1px);
}

.vesta-mdsap-page .image-64{
  width: 30px;
}

.vesta-mdsap-page .image-65{
  width: 20px;
}

.vesta-mdsap-page .mobile-margin-top-12{
  padding-left: 20px;
}

.vesta-mdsap-page .image-57{
  width: 160px;
}

.vesta-mdsap-page .list-item-7{
  display: flex;
}

.vesta-mdsap-page .link-block-8{
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.vesta-mdsap-page .link-block-8:hover{
  transform: translate(-1px, -1px);
}

.vesta-mdsap-page .container-60{
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.vesta-mdsap-page .navbar-wrapper-4{
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vesta-mdsap-page .image-66{
  width: 30px;
}

.vesta-mdsap-page .image-67{
  width: 20px;
}

.vesta-mdsap-page .image-68{
  width: 160px;
}

.vesta-mdsap-page .image-69{
  width: 150px;
}

@media screen and (max-width: 991px) {
  .vesta-mdsap-page .nav-menu-wrapper{
    background-color: #0000;
  }

  .vesta-mdsap-page .menu-button{
    padding: 12px;
  }

  .vesta-mdsap-page .menu-button.mds--open{
    color: #fff;
    background-color: #a6b1bf;
  }

  .vesta-mdsap-page .nav-menu{
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .vesta-mdsap-page .nav-link{
    padding-left: 5px;
    padding-right: 5px;
  }

  .vesta-mdsap-page .nav-button-wrapper{
    width: 100%;
    margin-left: 0;
  }

  .vesta-mdsap-page .container{
    max-width: 728px;
  }

  .vesta-mdsap-page .footer-wrapper-three{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vesta-mdsap-page .footer-social-block-three{
    margin-top: 40px;
  }

  .vesta-mdsap-page .div-block-41{
    padding-left: 10px;
    padding-right: 10px;
  }

  .vesta-mdsap-page .text-block-2{
    font-size: 12px;
  }

  .vesta-mdsap-page .grid-3{
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .vesta-mdsap-page .heading-11{
    font-size: 3em;
  }

  .vesta-mdsap-page .div-block-43{
    max-width: 90%;
  }

  .vesta-mdsap-page .text-block-5{
    font-size: 1.5em;
  }

  .vesta-mdsap-page .centered-heading{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .vesta-mdsap-page .pricing-grid-copy{
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vesta-mdsap-page .heading-12{
    font-size: 18px;
    line-height: 25px;
  }

  .vesta-mdsap-page .heading-126{
    font-size: 30px;
    line-height: 35px;
  }

  .vesta-mdsap-page .field-label{
    background-size: 13px;
    font-size: 13px;
  }

  .vesta-mdsap-page .text-field{
    height: 40px;
  }

  .vesta-mdsap-page .paragraph-6-copy{
    font-size: 14px;
  }

  .vesta-mdsap-page .duvidas{
    padding-top: 100px;
  }

  .vesta-mdsap-page .grid-7{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .vesta-mdsap-page .heading-127{
    font-size: 3em;
  }

  .vesta-mdsap-page .faq-item-wrapper{
    z-index: 8888;
    position: static;
  }

  .vesta-mdsap-page .faq-question{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vesta-mdsap-page .faq-arrow{
    z-index: 0;
    position: relative;
  }

  .vesta-mdsap-page .faq-answer{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vesta-mdsap-page .heading-127-copy{
    font-size: 2.5em;
  }

  .vesta-mdsap-page .div-block-41-copy{
    padding-left: 10px;
    padding-right: 10px;
  }

  .vesta-mdsap-page .tabs-menu{
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vesta-mdsap-page .paragraph-6-copy-copyvs{
    font-size: 25px;
  }

  .vesta-mdsap-page .grid-9{
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .vesta-mdsap-page .text-block-2-copy{
    font-size: 12px;
  }

  .vesta-mdsap-page .paragraph-6-copy-copy{
    font-size: 14px;
  }

  .vesta-mdsap-page .text-block-2-copjv{
    font-size: 12px;
  }

  .vesta-mdsap-page .grid-10{
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .div-block-41-copy-copyv{
    padding-left: 10px;
    padding-right: 10px;
  }

  .vesta-mdsap-page .text-block-2-copyhfdzx{
    margin-bottom: 0;
    font-size: 14px;
  }

  .vesta-mdsap-page .paragraph-6-copy-copy-copykv{
    font-size: 14px;
  }

  .vesta-mdsap-page .div-block-71{
    margin-top: 40px;
  }

  .vesta-mdsap-page .grid-13{
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .image-21{
    width: 90%;
    margin-bottom: -20px;
  }

  .vesta-mdsap-page .div-block-72{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .vesta-mdsap-page .heading-128{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 1em;
  }

  .vesta-mdsap-page .text-span-10{
    color: #fff;
  }

  .vesta-mdsap-page .link{
    color: #fff;
    font-family: Metrisch, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .vesta-mdsap-page .text-block-2-copy-copy{
    font-size: 12px;
  }

  .vesta-mdsap-page .tab-pane-tab-1-3{
    padding-left: 40px;
    padding-right: 40px;
  }

  .vesta-mdsap-page .titulo{
    font-size: 12px;
  }

  .vesta-mdsap-page .container-15{
    max-width: 728px;
  }

  .vesta-mdsap-page .nav-menu-wrapper-2{
    background-color: #0000;
  }

  .vesta-mdsap-page .nav-menu-two{
    background-color: #fff0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .vesta-mdsap-page .nav-link-2{
    padding-left: 5px;
    padding-right: 5px;
  }

  .vesta-mdsap-page .nav-dropdown-list.shadow-three.mds--open{
    position: absolute;
  }

  .vesta-mdsap-page .menu-button-2{
    padding: 12px;
  }

  .vesta-mdsap-page .menu-button-2.mds--open{
    color: #fff;
    background-color: #a6b1bf;
  }

  .vesta-mdsap-page .text-block-15{
    text-align: center;
  }

  .vesta-mdsap-page .banner-de-cookies{
    margin-left: auto;
    margin-right: auto;
    padding: 10px 32px;
  }

  .vesta-mdsap-page .container-57{
    max-width: 90%;
  }

  .vesta-mdsap-page .fs-cc-banner_container-2{
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vesta-mdsap-page .fs-cc-banner_text-2{
    color: #fff;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 0;
    font-weight: 300;
  }

  .vesta-mdsap-page .fs-cc-banner_buttons-wrapper{
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .vesta-mdsap-page .fs-cc-banner_button-2{
    width: 100%;
    min-width: auto;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
  }

  .vesta-mdsap-page .image-58{
    width: 170px;
  }

  .vesta-mdsap-page .footer-copyright-2{
    text-align: center;
    font-size: 14px;
  }

  .vesta-mdsap-page .footer-social-link-three-2{
    margin-left: 10px;
  }

  .vesta-mdsap-page .nav-menu-wrapper-3{
    background-color: #0000;
  }

  .vesta-mdsap-page .container-59{
    max-width: 728px;
  }

  .vesta-mdsap-page .nav-menu-wrapper-4{
    background-color: #0000;
  }

  .vesta-mdsap-page .container-60{
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .vesta-mdsap-page .pp{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .nav-menu{
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .vesta-mdsap-page .nav-link{
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .vesta-mdsap-page .mobile-margin-top-10{
    margin-top: 10px;
  }

  .vesta-mdsap-page .navbar-brand{
    padding-left: 0;
  }

  .vesta-mdsap-page .container{
    max-width: 90%;
  }

  .vesta-mdsap-page .footer-legal-block{
    margin-top: 15px;
    margin-left: -24px;
  }

  .vesta-mdsap-page .footer-social-block-three{
    margin-top: 10px;
  }

  .vesta-mdsap-page .rodape{
    padding-left: 0;
    padding-right: 0;
  }

  .vesta-mdsap-page .footer-bottom{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vesta-mdsap-page .footer-copyright{
    font-size: 14px;
    line-height: 20px;
  }

  .vesta-mdsap-page .footer-block-three{
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vesta-mdsap-page .footer-link-three{
    margin-bottom: 10px;
  }

  .vesta-mdsap-page .footer-legal-link{
    font-size: 14px;
    line-height: 20px;
  }

  .vesta-mdsap-page .nav-lateral, .vesta-mdsap-page .nav-lateral-b{
    display: none;
  }

  .vesta-mdsap-page .grid-2{
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .heading-10{
    font-size: 1.8em;
  }

  .vesta-mdsap-page .div-block-47{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .centered-heading._2{
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .vesta-mdsap-page .pricing-grid-copy{
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .vesta-mdsap-page .heading-12{
    font-size: 2em;
    line-height: 1.3em;
  }

  .vesta-mdsap-page .paragraph-7{
    font-size: 13px;
  }

  .vesta-mdsap-page .grid-6{
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vesta-mdsap-page .duvidas{
    padding-top: 100px;
  }

  .vesta-mdsap-page .grid-7{
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .div-block-58{
    display: block;
  }

  .vesta-mdsap-page .faq-question{
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .vesta-mdsap-page .faq-question-label{
    font-size: 1rem;
  }

  .vesta-mdsap-page .faq-answer{
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .vesta-mdsap-page .faq-answer-p{
    font-size: .875rem;
  }

  .vesta-mdsap-page .grid-8{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .vesta-mdsap-page .tabs-menu{
    grid-template-columns: 1fr 1fr;
  }

  .vesta-mdsap-page .grid-9{
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .div-block-41-copy-copyv{
    font-size: 20px;
  }

  .vesta-mdsap-page .text-block-2-copyhfdzx{
    margin-bottom: 3px;
  }

  .vesta-mdsap-page .paragraph-6-copy-copy-copykv{
    font-size: 15px;
    line-height: 17px;
  }

  .vesta-mdsap-page .btn-escuro-copy{
    text-align: center;
    display: none;
  }

  .vesta-mdsap-page .container-14{
    max-width: 90%;
  }

  .vesta-mdsap-page .image-19{
    max-width: 200px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .vesta-mdsap-page .grid-13{
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .image-21{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .vesta-mdsap-page .heading-128{
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .vesta-mdsap-page .link-block-3{
    width: 70.8688%;
  }

  .vesta-mdsap-page .tab-pane-tab-1-3{
    padding-left: 30px;
    padding-right: 30px;
  }

  .vesta-mdsap-page .navbar-logo-left-container{
    max-width: 100%;
  }

  .vesta-mdsap-page .container-15{
    max-width: 90%;
  }

  .vesta-mdsap-page .navbar-wrapper-2{
    width: 100%;
    display: flex;
  }

  .vesta-mdsap-page .navbar-brand-2{
    padding-left: 0;
  }

  .vesta-mdsap-page .nav-menu-wrapper-2{
    display: flex;
  }

  .vesta-mdsap-page .nav-menu-two{
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .vesta-mdsap-page .nav-link-2{
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .vesta-mdsap-page .nav-dropdown{
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .vesta-mdsap-page .nav-dropdown-toggle{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vesta-mdsap-page .nav-dropdown-list.shadow-three{
    box-shadow: 0 8px 50px #0000000d;
  }

  .vesta-mdsap-page .nav-dropdown-list.shadow-three.mds--open{
    position: relative;
  }

  .vesta-mdsap-page .nav-dropdown-list.shadow-three.mobile-shadow-hide{
    box-shadow: none;
  }

  .vesta-mdsap-page .nav-divider{
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .vesta-mdsap-page .nav-link-accent{
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .vesta-mdsap-page .mobile-margin-top-11{
    margin-top: 10px;
    display: none;
  }

  .vesta-mdsap-page .grid-14-copy{
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .grid-8-copy{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .vesta-mdsap-page .banner-de-cookies{
    width: auto;
  }

  .vesta-mdsap-page .fs-cc-banner_container-2{
    flex-direction: column;
    grid-template-columns: 1.5fr .5fr;
    align-content: center;
    align-items: flex-start;
  }

  .vesta-mdsap-page .fs-cc-banner_text-2{
    margin-bottom: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .vesta-mdsap-page .linkpp-2{
    margin-right: 8px;
  }

  .vesta-mdsap-page .fs-cc-banner_buttons-wrapper{
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: auto;
    margin-top: 12px;
    display: block;
  }

  .vesta-mdsap-page .fs-cc-banner_button-2{
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: inline-block;
  }

  .vesta-mdsap-page .embed-desktop-e-tablet{
    display: none;
  }

  .vesta-mdsap-page .embed-mobile{
    display: block;
  }

  .vesta-mdsap-page .s-rodape{
    height: 200px;
  }

  .vesta-mdsap-page .grid-15{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .footer-copyright-2{
    font-size: 14px;
    line-height: 20px;
  }

  .vesta-mdsap-page .div-block-79{
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .vesta-mdsap-page .nav-menu-wrapper-3{
    display: flex;
  }

  .vesta-mdsap-page .container-59{
    max-width: 90%;
  }

  .vesta-mdsap-page .navbar-wrapper-3{
    width: 100%;
    display: flex;
  }

  .vesta-mdsap-page .mobile-margin-top-12{
    margin-top: 10px;
    display: none;
  }

  .vesta-mdsap-page .nav-menu-wrapper-4{
    display: flex;
  }

  .vesta-mdsap-page .container-60{
    max-width: 90%;
  }

  .vesta-mdsap-page .navbar-wrapper-4{
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .vesta-mdsap-page .body{
    overflow: visible;
  }

  .vesta-mdsap-page .list-item-2{
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .vesta-mdsap-page .btn-escuro{
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .icon{
    color: #fff;
  }

  .vesta-mdsap-page .menu-button{
    border: 1px solid #89764e;
    border-radius: 200px;
  }

  .vesta-mdsap-page .menu-button.mds--open{
    background-color: #89764e;
  }

  .vesta-mdsap-page .nav-menu{
    background-color: #024d55;
    flex-direction: column;
  }

  .vesta-mdsap-page .nav-link{
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vesta-mdsap-page .nav-link.mds--current{
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vesta-mdsap-page .nav-button-wrapper{
    width: auto;
  }

  .vesta-mdsap-page .navbar-wrapper{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .list-item-3{
    width: 100%;
  }

  .vesta-mdsap-page .container{
    max-width: 90%;
  }

  .vesta-mdsap-page .rodape{
    padding-left: 0;
    padding-right: 0;
  }

  .vesta-mdsap-page .footer-bottom{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vesta-mdsap-page .nav-lateral, .vesta-mdsap-page .nav-lateral-b{
    margin-right: 5px;
    display: none;
  }

  .vesta-mdsap-page .grid{
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .s-inicio{
    min-height: 80vh;
    padding-bottom: 70px;
  }

  .vesta-mdsap-page .grid-2{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .vesta-mdsap-page .div-block-40{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .vesta-mdsap-page .container-10{
    max-width: 90%;
  }

  .vesta-mdsap-page .div-block-41{
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .vesta-mdsap-page .div-block-42{
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .text-block-2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .vesta-mdsap-page .paragraph-6{
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .vesta-mdsap-page .section{
    padding-top: 80px;
  }

  .vesta-mdsap-page .grid-3{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .heading-10{
    text-align: center;
    font-size: 2.2em;
  }

  .vesta-mdsap-page .text-block-3{
    font-size: 17px;
    line-height: 23px;
    display: block;
  }

  .vesta-mdsap-page .text-block-4{
    font-size: 1.5em;
  }

  .vesta-mdsap-page .heading-11{
    font-size: 2.5em;
  }

  .vesta-mdsap-page .div-block-43{
    max-width: 90%;
  }

  .vesta-mdsap-page .text-block-5{
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .vesta-mdsap-page .div-block-44{
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 50vh;
  }

  .vesta-mdsap-page .quick-stack-7{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .vesta-mdsap-page .pricing-card-three{
    border-radius: 0;
  }

  .vesta-mdsap-page .cell-9{
    text-align: center;
  }

  .vesta-mdsap-page .centered-heading{
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .vesta-mdsap-page .centered-heading._2{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }

  .vesta-mdsap-page .heading-5-copyaa{
    color: var(--tan);
  }

  .vesta-mdsap-page .pricing-grid-copy{
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .pricing-card-text{
    font-size: 15px;
  }

  .vesta-mdsap-page .container-11{
    max-width: 90%;
  }

  .vesta-mdsap-page .text-field.modalidade, .vesta-mdsap-page .text-field.modalidade.moda, .vesta-mdsap-page .text-field.nome, .vesta-mdsap-page .text-field.email, .vesta-mdsap-page .text-field.fone, .vesta-mdsap-page .text-field.empresa{
    height: 55px;
  }

  .vesta-mdsap-page .submit-button{
    font-size: 13px;
  }

  .vesta-mdsap-page .grid-4{
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .paragraph-7{
    text-align: center;
  }

  .vesta-mdsap-page .paragraph-6-copy{
    text-align: left;
    margin-right: 10px;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .vesta-mdsap-page .div-block-52{
    text-align: center;
  }

  .vesta-mdsap-page .s-mapa{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 0;
    overflow: visible;
  }

  .vesta-mdsap-page .grid-6{
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr;
  }

  .vesta-mdsap-page .duvidas{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vesta-mdsap-page .container-12{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .grid-7{
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .heading-127{
    font-size: 2.5em;
  }

  .vesta-mdsap-page .div-block-56{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
  }

  .vesta-mdsap-page .div-block-57, .vesta-mdsap-page .div-block-58{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .heading-127-copy{
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .vesta-mdsap-page .s-info{
    margin-top: -50px;
  }

  .vesta-mdsap-page .grid-8{
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .div-block-41-copy{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .vesta-mdsap-page .tab-link-tab-1{
    min-width: auto;
    display: flex;
  }

  .vesta-mdsap-page .tabs-menu{
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    overflow: visible;
  }

  .vesta-mdsap-page .tab-pane-tab-1{
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vesta-mdsap-page .div-block-59{
    text-align: left;
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .vesta-mdsap-page .paragraph-6-copy-copyvs{
    text-align: center;
    font-size: 20px;
    line-height: 29px;
  }

  .vesta-mdsap-page .tab-link-tab-2{
    display: flex;
  }

  .vesta-mdsap-page .tab-pane-tab-2{
    border-radius: 0;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vesta-mdsap-page .grid-9{
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .text-block-2-copy{
    text-align: center;
  }

  .vesta-mdsap-page .paragraph-6-copy-copy{
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .vesta-mdsap-page .text-block-2-copjv{
    text-align: center;
    font-size: 14px;
  }

  .vesta-mdsap-page .div-block-61{
    text-align: center;
  }

  .vesta-mdsap-page .div-block-41-copy-copyv{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vesta-mdsap-page .text-block-2-copyhfdzx{
    text-align: center;
    font-size: 14px;
  }

  .vesta-mdsap-page .paragraph-6-copy-copy-copykv{
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }

  .vesta-mdsap-page .btn-escuro-copy{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: block;
  }

  .vesta-mdsap-page .text-block-11{
    font-size: 1em;
  }

  .vesta-mdsap-page .div-block-55-copy{
    height: 20px;
  }

  .vesta-mdsap-page .container-14{
    border-radius: 0;
    width: auto;
    max-width: none;
  }

  .vesta-mdsap-page .s-form{
    padding-top: 100px;
  }

  .vesta-mdsap-page .div-block-67{
    border-radius: 5px;
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vesta-mdsap-page .image-19{
    max-width: 180px;
    margin-top: 20px;
    display: block;
  }

  .vesta-mdsap-page .div-block-70{
    margin-left: 10px;
    margin-right: auto;
  }

  .vesta-mdsap-page .div-block-56-copy{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: block;
  }

  .vesta-mdsap-page .grid-13{
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .vesta-mdsap-page .image-21{
    width: 80%;
    max-width: none;
    margin-top: 0;
    margin-bottom: -40px;
    display: block;
  }

  .vesta-mdsap-page .div-block-72{
    text-align: center;
    max-width: 85%;
    padding-top: 30px;
    font-size: 18px;
  }

  .vesta-mdsap-page .heading-128{
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .vesta-mdsap-page .text-block-13{
    font-size: 16px;
    line-height: 22px;
  }

  .vesta-mdsap-page .text-block-2-copy-copy{
    text-align: center;
  }

  .vesta-mdsap-page .bold-text-3{
    text-align: left;
    font-size: 11px;
    line-height: 14px;
  }

  .vesta-mdsap-page .div-block-75{
    margin-left: 15px;
  }

  .vesta-mdsap-page .tab-pane-tab-1-modulo3{
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vesta-mdsap-page .tab-link-tab-1-copy{
    min-width: auto;
  }

  .vesta-mdsap-page .tab-link-tab-1-copy.mds--current{
    display: flex;
  }

  .vesta-mdsap-page .tab-pane-tab-1-3{
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vesta-mdsap-page .titulo{
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .vesta-mdsap-page .image-22{
    margin-left: 20px;
  }

  .vesta-mdsap-page .tab-link-tab-1-4, .vesta-mdsap-page .tab-link-tab-1-6, .vesta-mdsap-page .tab-link-tab-1-y{
    min-width: auto;
    display: flex;
  }

  .vesta-mdsap-page .image-22-copy{
    margin-top: 20px;
    margin-left: 20px;
  }

  .vesta-mdsap-page .navbar-logo-left-container.shadow-three{
    padding: 15px 0;
  }

  .vesta-mdsap-page .container-15{
    max-width: 100%;
  }

  .vesta-mdsap-page .navbar-wrapper-2{
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .nav-menu-two{
    flex-direction: column;
    margin-top: 0;
  }

  .vesta-mdsap-page .mobile-margin-top-11{
    display: none;
  }

  .vesta-mdsap-page .list-item-5{
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
  }

  .vesta-mdsap-page .link-block-4.mds--current{
    margin-right: 0;
  }

  .vesta-mdsap-page .image-23{
    margin-left: 0;
  }

  .vesta-mdsap-page .image-24{
    width: 130px;
    margin-right: 0;
  }

  .vesta-mdsap-page .datas{
    padding-top: 60px;
  }

  .vesta-mdsap-page .grid-8-copy{
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .tab-pane-tab-1-modulo5, .vesta-mdsap-page .tab-pane-tab-1-modulo4, .vesta-mdsap-page .tab-pane-tab-1-modulo2{
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vesta-mdsap-page .banner-de-cookies{
    width: auto;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .vesta-mdsap-page .container-57{
    max-width: none;
  }

  .vesta-mdsap-page .fs-cc-banner_container-2{
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vesta-mdsap-page .fs-cc-banner_text-2{
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 11px;
  }

  .vesta-mdsap-page .fs-cc-banner_buttons-wrapper{
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .vesta-mdsap-page .fs-cc-banner_button-2{
    width: auto;
    min-width: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    display: inline-block;
  }

  .vesta-mdsap-page .image-62{
    margin-left: 0;
  }

  .vesta-mdsap-page .btn-02, .vesta-mdsap-page .btn-01{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .vesta-mdsap-page .s-rodape{
    height: 200px;
  }

  .vesta-mdsap-page .image-58{
    width: 180px;
    margin-right: 0;
  }

  .vesta-mdsap-page .grid-15{
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .vesta-mdsap-page .link-4{
    text-align: left;
  }

  .vesta-mdsap-page .div-block-79{
    margin-left: 10px;
    margin-right: auto;
  }

  .vesta-mdsap-page .list-item-6{
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
  }

  .vesta-mdsap-page .container-59{
    max-width: 100%;
  }

  .vesta-mdsap-page .navbar-wrapper-3{
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .image-64{
    margin-left: 0;
  }

  .vesta-mdsap-page .mobile-margin-top-12{
    display: none;
  }

  .vesta-mdsap-page .image-57{
    width: 130px;
    margin-right: 0;
  }

  .vesta-mdsap-page .list-item-7{
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
  }

  .vesta-mdsap-page .container-60{
    max-width: 100%;
  }

  .vesta-mdsap-page .navbar-wrapper-4{
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vesta-mdsap-page .image-66{
    margin-left: 0;
  }

  .vesta-mdsap-page .image-68{
    width: 130px;
    margin-right: 0;
  }
}

.vesta-mdsap-page #mds-node-a4e5cce1-1a8d-0ded-b698-f5fd3c39500d-6affa19e, .vesta-mdsap-page #mds-node-_4d5b5e98-d020-5d41-7237-d6d404210db1-6affa19e, .vesta-mdsap-page #mds-node-_5a002855-453f-62e6-1116-9b9b6ba4001b-6affa19e, .vesta-mdsap-page #mds-node-aecc35d7-4767-91b7-4b02-9f0609e1f6d9-6affa19e, .vesta-mdsap-page #mds-node-_5cfd8d3e-73db-b997-e343-1d5d7d211f46-6affa19e, .vesta-mdsap-page #mds-node-a2f4978f-d53b-d79d-c5ea-36e8b2c39882-6affa19e, .vesta-mdsap-page #mds-node-_1d9772da-ac59-f6b1-30ec-db22e798ea2b-6affa19e, .vesta-mdsap-page #mds-node-c6d439a8-0706-b368-e3fa-eb6482e0b7b3-6affa19e, .vesta-mdsap-page #mds-node-_7fc3ba6b-f596-ff60-e4f9-e42b7cac07da-6affa19e, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626505-6affa19e, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a45562650c-6affa19e, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626513-6affa19e, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a45562651a-6affa19e, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626521-6affa19e, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626528-6affa19e, .vesta-mdsap-page #mds-node-b4453930-6ca7-2fb1-08f4-f97f208d2e82-6affa19e, .vesta-mdsap-page #mds-node-b4453930-6ca7-2fb1-08f4-f97f208d2e8a-6affa19e, .vesta-mdsap-page #mds-node-b4453930-6ca7-2fb1-08f4-f97f208d2e92-6affa19e, .vesta-mdsap-page #mds-node-b4453930-6ca7-2fb1-08f4-f97f208d2e9a-6affa19e, .vesta-mdsap-page #mds-node-b4453930-6ca7-2fb1-08f4-f97f208d2ea2-6affa19e, .vesta-mdsap-page #mds-node-b4453930-6ca7-2fb1-08f4-f97f208d2eaa-6affa19e, .vesta-mdsap-page #mds-node-b66e98d1-7df9-f82e-d08f-4b2ff056c244-6affa19e, .vesta-mdsap-page #mds-node-b66e98d1-7df9-f82e-d08f-4b2ff056c24c-6affa19e, .vesta-mdsap-page #mds-node-b66e98d1-7df9-f82e-d08f-4b2ff056c254-6affa19e, .vesta-mdsap-page #mds-node-b66e98d1-7df9-f82e-d08f-4b2ff056c25c-6affa19e, .vesta-mdsap-page #mds-node-b66e98d1-7df9-f82e-d08f-4b2ff056c264-6affa19e, .vesta-mdsap-page #mds-node-b66e98d1-7df9-f82e-d08f-4b2ff056c26c-6affa19e, .vesta-mdsap-page #mds-node-a54a20e3-4603-b12d-07e8-8853d2c3122b-6affa19e, .vesta-mdsap-page #mds-node-a54a20e3-4603-b12d-07e8-8853d2c31233-6affa19e, .vesta-mdsap-page #mds-node-a54a20e3-4603-b12d-07e8-8853d2c3123b-6affa19e, .vesta-mdsap-page #mds-node-a54a20e3-4603-b12d-07e8-8853d2c31243-6affa19e, .vesta-mdsap-page #mds-node-a54a20e3-4603-b12d-07e8-8853d2c3124b-6affa19e, .vesta-mdsap-page #mds-node-a54a20e3-4603-b12d-07e8-8853d2c31253-6affa19e, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c30-6affa19e, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c38-6affa19e, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c40-6affa19e, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c48-6affa19e, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c50-6affa19e, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c58-6affa19e{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-_6a962e08-05bb-fd31-107d-9669bd9bb22b-6affa19e{
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

.vesta-mdsap-page #mds-node-_3d9656ec-f12b-7fda-256e-da932befd9b7-6affa19e, .vesta-mdsap-page #mds-node-c3e6e499-4778-119d-a23d-ee616846bade-6affa19e, .vesta-mdsap-page #mds-node-_0e754347-1be2-de77-aa32-680b39cbb473-6affa19e, .vesta-mdsap-page #mds-node-_7e8ed2e9-43c1-908c-ba89-1a6a5f833994-6affa19e, .vesta-mdsap-page #mds-node-_233539a9-4ee1-936d-0436-863f47372dd1-6affa19e{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-_096dd6e8-352d-dbb3-c9cd-ccd52b121eec-6affa19e{
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

.vesta-mdsap-page #mds-node-a4b11975-e765-5b63-d89b-244130c12bf7-6affa19e{
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

.vesta-mdsap-page #mds-node-_539c1758-23ba-4453-4b5b-3f35b591b289-6affa19e, .vesta-mdsap-page #mds-node-e61e7253-f356-d5f6-ee2e-c8831331f065-6affa19e{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-cd7df470-3e7f-af21-6bc5-093ad293cdf4-d293cdf1{
  place-self: center start;
}

.vesta-mdsap-page #mds-node-cd7df470-3e7f-af21-6bc5-093ad293cdf6-d293cdf1{
  place-self: center;
}

.vesta-mdsap-page #mds-node-cd7df470-3e7f-af21-6bc5-093ad293cdfb-d293cdf1{
  place-self: center end;
}

.vesta-mdsap-page #mds-node-a4e5cce1-1a8d-0ded-b698-f5fd3c39500d-454fb1b7, .vesta-mdsap-page #mds-node-_4d5b5e98-d020-5d41-7237-d6d404210db1-454fb1b7, .vesta-mdsap-page #mds-node-_5a002855-453f-62e6-1116-9b9b6ba4001b-454fb1b7, .vesta-mdsap-page #mds-node-aecc35d7-4767-91b7-4b02-9f0609e1f6d9-454fb1b7, .vesta-mdsap-page #mds-node-_5cfd8d3e-73db-b997-e343-1d5d7d211f46-454fb1b7, .vesta-mdsap-page #mds-node-a2f4978f-d53b-d79d-c5ea-36e8b2c39882-454fb1b7, .vesta-mdsap-page #mds-node-_1d9772da-ac59-f6b1-30ec-db22e798ea2b-454fb1b7, .vesta-mdsap-page #mds-node-c6d439a8-0706-b368-e3fa-eb6482e0b7b3-454fb1b7, .vesta-mdsap-page #mds-node-_7fc3ba6b-f596-ff60-e4f9-e42b7cac07da-454fb1b7, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626505-454fb1b7, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a45562650c-454fb1b7, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626513-454fb1b7, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a45562651a-454fb1b7, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626521-454fb1b7, .vesta-mdsap-page #mds-node-b494bdec-e64c-0fe8-2d3e-19a455626528-454fb1b7, .vesta-mdsap-page #mds-node-_8e6864fb-7c90-019b-4a0f-ff213101d6f3-454fb1b7, .vesta-mdsap-page #mds-node-_8e6864fb-7c90-019b-4a0f-ff213101d6fb-454fb1b7, .vesta-mdsap-page #mds-node-_8e6864fb-7c90-019b-4a0f-ff213101d703-454fb1b7, .vesta-mdsap-page #mds-node-_8e6864fb-7c90-019b-4a0f-ff213101d70b-454fb1b7, .vesta-mdsap-page #mds-node-_8e6864fb-7c90-019b-4a0f-ff213101d713-454fb1b7, .vesta-mdsap-page #mds-node-_8e6864fb-7c90-019b-4a0f-ff213101d71b-454fb1b7, .vesta-mdsap-page #mds-node-_11ab5333-00d4-7b8d-de76-09c48be4e3e1-454fb1b7, .vesta-mdsap-page #mds-node-_11ab5333-00d4-7b8d-de76-09c48be4e3e9-454fb1b7, .vesta-mdsap-page #mds-node-_11ab5333-00d4-7b8d-de76-09c48be4e3f1-454fb1b7, .vesta-mdsap-page #mds-node-_11ab5333-00d4-7b8d-de76-09c48be4e3f9-454fb1b7, .vesta-mdsap-page #mds-node-_11ab5333-00d4-7b8d-de76-09c48be4e401-454fb1b7, .vesta-mdsap-page #mds-node-_11ab5333-00d4-7b8d-de76-09c48be4e409-454fb1b7, .vesta-mdsap-page #mds-node-a53e1f77-35ab-6483-9775-a47d54b8b9ce-454fb1b7, .vesta-mdsap-page #mds-node-a53e1f77-35ab-6483-9775-a47d54b8b9d6-454fb1b7, .vesta-mdsap-page #mds-node-a53e1f77-35ab-6483-9775-a47d54b8b9de-454fb1b7, .vesta-mdsap-page #mds-node-a53e1f77-35ab-6483-9775-a47d54b8b9e6-454fb1b7, .vesta-mdsap-page #mds-node-a53e1f77-35ab-6483-9775-a47d54b8b9ee-454fb1b7, .vesta-mdsap-page #mds-node-a53e1f77-35ab-6483-9775-a47d54b8b9f6-454fb1b7, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c30-454fb1b7, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c38-454fb1b7, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c40-454fb1b7, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c48-454fb1b7, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c50-454fb1b7, .vesta-mdsap-page #mds-node-_46847a42-56f3-82fd-9d63-d1b0a8bd9c58-454fb1b7{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-_6a962e08-05bb-fd31-107d-9669bd9bb22b-454fb1b7{
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

.vesta-mdsap-page #mds-node-_3d9656ec-f12b-7fda-256e-da932befd9b7-454fb1b7, .vesta-mdsap-page #mds-node-c3e6e499-4778-119d-a23d-ee616846bade-454fb1b7, .vesta-mdsap-page #mds-node-_0e754347-1be2-de77-aa32-680b39cbb473-454fb1b7, .vesta-mdsap-page #mds-node-_7e8ed2e9-43c1-908c-ba89-1a6a5f833994-454fb1b7, .vesta-mdsap-page #mds-node-_233539a9-4ee1-936d-0436-863f47372dd1-454fb1b7{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-_096dd6e8-352d-dbb3-c9cd-ccd52b121eec-454fb1b7{
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

.vesta-mdsap-page #mds-node-a4b11975-e765-5b63-d89b-244130c12bf7-454fb1b7{
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

.vesta-mdsap-page #mds-node-_539c1758-23ba-4453-4b5b-3f35b591b289-454fb1b7, .vesta-mdsap-page #mds-node-e61e7253-f356-d5f6-ee2e-c8831331f065-454fb1b7{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-be197ecc-71c3-4b62-5626-7f5d52fdf634-9adf86e2{
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

.vesta-mdsap-page #mds-node-_77a42d0f-4140-84cd-8c55-0da6646c84fd-d85bf678, .vesta-mdsap-page #mds-node-_77a42d0f-4140-84cd-8c55-0da6646c8507-d85bf678, .vesta-mdsap-page #mds-node-_77a42d0f-4140-84cd-8c55-0da6646c8511-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d363-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d36b-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d373-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d37b-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d383-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d38b-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3a5-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3ad-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3b5-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3bd-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3c5-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3cd-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3e7-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3ef-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3f7-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d3ff-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d407-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d40f-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d429-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d431-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d439-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d441-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d449-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d451-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d46b-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d473-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d47b-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d483-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d48b-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d493-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d4ad-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d4b5-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d4bd-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d4c5-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d4cd-d85bf678, .vesta-mdsap-page #mds-node-d8c531c5-9ac5-16d9-7223-910db937d4d5-d85bf678{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.vesta-mdsap-page #mds-node-dc8ba30b-1cbf-62fc-5bcb-a251eec52cbb-d85bf678{
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

.vesta-mdsap-page #mds-node-dc8ba30b-1cbf-62fc-5bcb-a251eec52cc4-d85bf678, .vesta-mdsap-page #mds-node-dc8ba30b-1cbf-62fc-5bcb-a251eec52cc6-d85bf678, .vesta-mdsap-page #mds-node-dc8ba30b-1cbf-62fc-5bcb-a251eec52ccb-d85bf678, .vesta-mdsap-page #mds-node-dc8ba30b-1cbf-62fc-5bcb-a251eec52cd0-d85bf678, .vesta-mdsap-page #mds-node-dc8ba30b-1cbf-62fc-5bcb-a251eec52cd7-d85bf678, .vesta-mdsap-page #mds-node-c1bf8ae8-a8d0-ccbd-ff85-6918d71f6029-d85bf678, .vesta-mdsap-page #mds-node-c1bf8ae8-a8d0-ccbd-ff85-6918d71f6032-d85bf678{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  .vesta-mdsap-page #mds-node-a4b11975-e765-5b63-d89b-244130c12bf7-6affa19e{
    justify-self: end;
  }

  .vesta-mdsap-page #mds-node-cd7df470-3e7f-af21-6bc5-093ad293cdf4-d293cdf1, .vesta-mdsap-page #mds-node-cd7df470-3e7f-af21-6bc5-093ad293cdfb-d293cdf1{
    justify-self: center;
  }

  .vesta-mdsap-page #mds-node-a4b11975-e765-5b63-d89b-244130c12bf7-454fb1b7{
    justify-self: end;
  }

  .vesta-mdsap-page #mds-node-be197ecc-71c3-4b62-5626-7f5d52fdf634-9adf86e2{
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  .vesta-mdsap-page #mds-node-_096dd6e8-352d-dbb3-c9cd-ccd52b121eec-6affa19e{
    order: 9999;
  }

  .vesta-mdsap-page #mds-node-a4b11975-e765-5b63-d89b-244130c12bf7-6affa19e{
    justify-self: center;
  }

  .vesta-mdsap-page #mds-node-_096dd6e8-352d-dbb3-c9cd-ccd52b121eec-454fb1b7{
    order: 9999;
  }

  .vesta-mdsap-page #mds-node-a4b11975-e765-5b63-d89b-244130c12bf7-454fb1b7{
    justify-self: center;
  }

  .vesta-mdsap-page #mds-node-be197ecc-71c3-4b62-5626-7f5d52fdf63c-9adf86e2{
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Metrisch';
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Bold.ttf') format('truetype'), url('../../mdsap-webflow/assets/fonts/Metrisch-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch Book';
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../../mdsap-webflow/assets/fonts/Metrisch-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zenovak';
  src: url('../../mdsap-webflow/assets/fonts/Zenovak.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/*width*/
.vesta-mdsap-page ::-webkit-scrollbar{
width:3px;
}
/*track*/
.vesta-mdsap-page ::-webkit-scrollbar-track{
background:rgb(255, 255, 255);
}
/*thumb*/
.vesta-mdsap-page ::-webkit-scrollbar-thumb{
background:rgb(0, 58, 64);
}

/* ============================================================
   Sessão 24.28 (2026-05-27) — Overrides do MDSAP pedidos pelo cliente
   ============================================================ */

/* FIX 1: Hero com imagem de fundo (poster do video Webflow original) */
.vesta-mdsap-page .s-inicio {
  background-image:
    linear-gradient(rgba(0,35,39,0.78), rgba(0,35,39,0.82)),
    url('../../mdsap-webflow/assets/videos/global_-_48091-720p-poster-00001.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vesta-mdsap-page .s-inicio > video { display: none; }

/* SESSÃO 24.30 (2026-05-27): seção .s-info foi REMOVIDA do template (cliente
   pediu pra apagar). Seção .s-mapa (mapa + módulos + tabs) ganha fundo verde da
   marca. Seção .duvidas (FAQ) com fundo branco. */
.vesta-mdsap-page .s-mapa {
  background-color: #003a40;
}
.vesta-mdsap-page .duvidas {
  background-color: #ffffff;
}

/* FIX 3: Padronizar TODOS os botões Inscreva-se com o visual padrão do site
   (oliva #89764e, padding 14×32, font 14px Metrisch 500, pill, hover lift) */
.vesta-mdsap-page .mds-button,
.vesta-mdsap-page a.btn-02,
.vesta-mdsap-page a.btn-01,
.vesta-mdsap-page a.btn-escuro-copy,
.vesta-mdsap-page a.btn-01-copy {
  background-color: #89764e !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid #89764e !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  font: 500 14px/1.2 'Metrisch', system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}
.vesta-mdsap-page .mds-button:hover,
.vesta-mdsap-page a.btn-02:hover,
.vesta-mdsap-page a.btn-01:hover,
.vesta-mdsap-page a.btn-escuro-copy:hover,
.vesta-mdsap-page a.btn-01-copy:hover {
  background-color: #76663f !important;
  border-color: #76663f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,40,44,0.22);
}

/* ============================================================
   SESSÃO 24.31 (2026-05-27) — Refinos pedidos pelo cliente:
   1. FAQ: fonte Metrisch em tudo (interna estava Arial)
   2. Módulos: border-radius wrapper alinhado com card interno (20px)
   3. Módulos: transições suaves no hover/click
   ============================================================ */

/* FIX 1+2: FAQ com fonte da marca em todos os elementos internos */
.vesta-mdsap-page .duvidas,
.vesta-mdsap-page .faq-item-wrapper,
.vesta-mdsap-page .faq-question,
.vesta-mdsap-page .faq-question-label,
.vesta-mdsap-page .faq-answer,
.vesta-mdsap-page .faq-answer-p {
  font-family: 'Metrisch', system-ui, sans-serif !important;
}
.vesta-mdsap-page .faq-question {
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}
.vesta-mdsap-page .faq-question:hover {
  background-color: #b8b3a0 !important;
}
.vesta-mdsap-page .faq-arrow {
  transition: transform 220ms ease;
}
.vesta-mdsap-page .faq-item-wrapper.vesta-faq-open .faq-arrow {
  transform: rotate(180deg);
}

/* FIX 3+4: Módulos (tabs) com border-radius alinhado e transições suaves */
.vesta-mdsap-page .mds-tab-link {
  border-radius: 20px !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease !important;
  cursor: pointer;
}
.vesta-mdsap-page .mds-tab-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 40, 44, 0.28);
  border-color: #cbc9bb !important;
}
.vesta-mdsap-page .mds-tab-link.mds--current {
  border-color: #cbc9bb !important;
  box-shadow: 0 4px 16px rgba(0, 40, 44, 0.22);
}
.vesta-mdsap-page .mds-tab-link .div-block-59 {
  border-radius: 20px !important;
  transition: transform 220ms ease;
}
.vesta-mdsap-page .mds-tab-link:active {
  transform: translateY(-1px);
  transition-duration: 80ms;
}
.vesta-mdsap-page .mds-tab-link:focus-visible {
  outline: 2px solid #cbc9bb;
  outline-offset: 4px;
}
