@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap");
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/gotham/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nove";
  src: url("../fonts/nove/Nove.woff2") format("woff2"), url("../fonts/nove/Nove.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Buckwheat";
  src: url("../fonts/buckwheat-regular/buckwheat_tc_rg-webfont.woff2") format("woff2"), url("../fonts/buckwheat-regular/buckwheat_tc_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lunchbox";
  src: url("../fonts/lunchbox/lunchbox_slab_light-webfont.woff2") format("woff2"), url("../fonts/lunchbox/lunchbox_slab_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/montserrat/montserrat-regular.woff2") format("woff2"),
  url("../fonts/montserrat/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/montserrat-bold.woff2") format("woff2"),
        url("../fonts/montserrat/montserrat-bold.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}
/*
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/montserrat-bold.eot");
  src: url("../fonts/montserrat/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat/montserrat-bold.woff") format("woff"), url("../fonts/montserrat/montserrat-bold.ttf") format("truetype"), url("../fonts/montserrat/montserrat-bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/*! 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.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
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.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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.
 */
button,
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
input[type=checkbox],
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`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.primary.green {
  background-color: #00853e !important;
}

.primary-text.text-green {
  color: #00853e !important;
}

.primary-border.border-green {
  border-color: #00853e !important;
}

.primary.grey {
  background-color: #404040 !important;
}

.primary-text.text-grey {
  color: #404040 !important;
}

.primary-border.border-grey {
  border-color: #404040 !important;
}

.secondary.salmon {
  background-color: #fa7b62 !important;
}

.secondary-text.text-salmon {
  color: #fa7b62 !important;
}

.secondary-border.border-salmon {
  border-color: #fa7b62 !important;
}

.secondary.blue {
  background-color: #5dc0c1 !important;
}

.secondary-text.text-blue {
  color: #5dc0c1 !important;
}

.secondary-border.border-blue {
  border-color: #5dc0c1 !important;
}

.secondary.light-blue {
  background-color: #f0f5f2 !important;
}

.secondary-text.text-light-blue {
  color: #f0f5f2 !important;
}

.secondary-border.border-light-blue {
  border-color: #f0f5f2 !important;
}

.secondary.purple {
  background-color: #181352 !important;
}

.secondary-text.text-purple {
  color: #181352 !important;
}

.secondary-border.border-purple {
  border-color: #181352 !important;
}

.secondary.light-green {
  background-color: #bdd261 !important;
}

.secondary-text.text-light-green {
  color: #bdd261 !important;
}

.secondary-border.border-light-green {
  border-color: #bdd261 !important;
}

.secondary.dark-green {
  background-color: #25544a !important;
}

.secondary-text.text-dark-green {
  color: #25544a !important;
}

.secondary-border.border-dark-green {
  border-color: #25544a !important;
}

.secondary.yellow {
  background-color: #e8c127 !important;
}

.secondary-text.text-yellow {
  color: #e8c127 !important;
}

.secondary-border.border-yellow {
  border-color: #e8c127 !important;
}

.secondary.orange {
  background-color: #faa74d !important;
}

.secondary-text.text-orange {
  color: #faa74d !important;
}

.secondary-border.border-orange {
  border-color: #faa74d !important;
}

.secondary.orange2 {
  background-color: #f07b3c !important;
}

.secondary-text.text-orange2 {
  color: #f07b3c !important;
}

.secondary-border.border-orange2 {
  border-color: #f07b3c !important;
}

.secondary.yellow2 {
  background-color: #ffe97b !important;
}

.secondary-text.text-yellow2 {
  color: #ffe97b !important;
}

.secondary-border.border-yellow2 {
  border-color: #ffe97b !important;
}

.neutral.black {
  background-color: #1b1b1b !important;
}

.neutral-text.text-black {
  color: #1b1b1b !important;
}

.neutral-border.border-black {
  border-color: #1b1b1b !important;
}

.neutral.light-grey {
  background-color: #d5d5d5 !important;
}

.neutral-text.text-light-grey {
  color: #d5d5d5 !important;
}

.neutral-border.border-light-grey {
  border-color: #d5d5d5 !important;
}

.neutral.light-grey2 {
  background-color: #e0e0e0 !important;
}

.neutral-text.text-light-grey2 {
  color: #e0e0e0 !important;
}

.neutral-border.border-light-grey2 {
  border-color: #e0e0e0 !important;
}

.neutral.sandy {
  background-color: #f9f7f3 !important;
}

.neutral-text.text-sandy {
  color: #f9f7f3 !important;
}

.neutral-border.border-sandy {
  border-color: #f9f7f3 !important;
}

.neutral.white {
  background-color: #ffffff !important;
}

.neutral-text.text-white {
  color: #ffffff !important;
}

.neutral-border.border-white {
  border-color: #ffffff !important;
}

.neutral.divider {
  background-color: #dde2e5 !important;
}

.neutral-text.text-divider {
  color: #dde2e5 !important;
}

.neutral-border.border-divider {
  border-color: #dde2e5 !important;
}

.neutral.grey3 {
  background-color: #828282 !important;
}

.neutral-text.text-grey3 {
  color: #828282 !important;
}

.neutral-border.border-grey3 {
  border-color: #828282 !important;
}

.neutral.grey4 {
  background-color: #4f4f4f !important;
}

.neutral-text.text-grey4 {
  color: #4f4f4f !important;
}

.neutral-border.border-grey4 {
  border-color: #4f4f4f !important;
}

.neutral.grey5 {
  background-color: #333333 !important;
}

.neutral-text.text-grey5 {
  color: #333333 !important;
}

.neutral-border.border-grey5 {
  border-color: #333333 !important;
}

.neutral.grey6 {
  background-color: #495057 !important;
}

.neutral-text.text-grey6 {
  color: #495057 !important;
}

.neutral-border.border-grey6 {
  border-color: #495057 !important;
}

.neutral.grey7 {
  background-color: #abc5bd !important;
}

.neutral-text.text-grey7 {
  color: #abc5bd !important;
}

.neutral-border.border-grey7 {
  border-color: #abc5bd !important;
}

html {
  font-family: "Gotham Book", "sans-serif";
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0 !important;
  /* Laptop */
  /* Tablet */
  /* Mobile */
}

.heading-1 {
  font-size: 2.625rem;
  font-weight: 500;
  margin: 0;
  text-shadow: 1px 1px 2px black;
}
.heading-1.xl {
  font-size: 3.75rem;
  font-family: "Nove", "sans-serif";
}

.heading-2 {
  font-size: 2.375rem;
  font-weight: 500;
  margin: 0;
}

.heading-3 {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0;
}

.heading-4 {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0;
}

.heading-5 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
.heading-5-secondary {
  font-size: 1.5rem;
  font-weight: 300;
}

.heading-6 {
  font-size: 1.25rem;
  font-weight: 500;
}

.heading-7 {
  font-size: 1.125rem;
  font-weight: 500;
}

.heading-8 {
  font-size: 0.875rem;
  font-weight: 500;
}
.heading-8-secondary {
  font-size: 0.875rem;
  font-weight: 300;
}

.heading-9 {
  font-family: "Gotham Book", "sans-serif";
  font-size: 0.875rem;
  font-weight: lighter;
}
.heading-9-secondary {
  font-size: 0.875rem;
  font-weight: 300;
}

.paragraph {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.paragraph-secondary {
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-small {
  font-size: 0.875rem;
  font-weight: 300;
}

.paragraph-xsmall {
  font-size: 0.8rem;
  font-weight: 300;
}

.button-text {
  font-size: 0.9rem;
}

.input-text {
  font-size: 0.9375rem;
  font-weight: 500;
}

.input-text-nobold {
  font-size: 0.9375rem;
  font-weight: lighter;
}

.tag {
  font-size: 1rem;
  font-weight: 500;
}

.mark-text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Nove", "sans-serif";
  text-transform: uppercase;
}

.tertiary-family {
  font-family: "Nove", "sans-serif";
}

.special-family {
  font-family: "Kalam", cursive;
}

.bold {
  font-weight: bold;
}

input {
  cursor: pointer;
}

/*
 * INPUT FIELD
 */
.field {
  height: 56px;
  position: relative;
}
.field.textarea {
  height: 180px;
}
.field input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dde2e5;
  padding: 0 16px;
  background: #ffffff;
  transition: background 0.3s ease;
  color: #828282;
  font-size: 0;
  outline: none;
  height: 56px;
  position: absolute;
  box-sizing: border-box;
}
.field input:focus {
  font-size: 0.9375rem;
  font-weight: 500;
  border: 1px solid #00853e !important;
}
.field input:focus::-moz-selection {
  background: #dde2e5;
}
.field input:focus::selection {
  background: #dde2e5;
}
.field input.active {
  border: 1px solid #dde2e5;
  font-size: 0.9375rem;
  font-weight: 500;
}
.field input.type-date {
  background-image: url(../images/icons/icon_calendar.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 14px);
  background-color: transparent;
  padding-right: 40px;
}
.field input:focus + label {
  font-size: 0.9rem;
  font-weight: 500;
  transform: translate(16px, 4px);
  color: #00853e;
}
.field label {
  position: absolute;
  color: #828282;
  transform: translate(16px, 20px);
  transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s 0.1s ease;
  font-size: 0.9375rem;
  font-weight: 500;
}
.field label.active {
  font-size: 0.9rem;
  font-weight: 500;
  transform: translate(16px, 4px);
  color: #828282;
}
.field input:focus + label + button {
  opacity: 1;
}
.field textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dde2e5;
  padding: 30px 16px 0;
  background: #ffffff;
  transition: background 0.3s ease;
  color: #828282;
  font-size: 0;
  outline: none;
  height: 180px;
  position: absolute;
  box-sizing: border-box;
}
.field textarea:focus {
  font-size: 0.9375rem;
  font-weight: 500;
  border: 1px solid #00853e !important;
}
.field textarea:focus::-moz-selection {
  background: #dde2e5;
}
.field textarea:focus::selection {
  background: #dde2e5;
}
.field textarea.active {
  border: 1px solid #dde2e5;
  font-size: 0.9375rem;
  font-weight: 500;
}
.field textarea:focus + label {
  font-size: 0.9rem;
  font-weight: 500;
  transform: translate(16px, 4px);
  color: #00853e;
}
.field textarea:focus + label + button {
  opacity: 1;
}
.field-col-1 {
  position: relative;
  margin-bottom: 30px;
  width: 1%;
}
.field-col-2 {
  position: relative;
  margin-bottom: 30px;
  width: 2%;
}
.field-col-3 {
  position: relative;
  margin-bottom: 30px;
  width: 3%;
}
.field-col-4 {
  position: relative;
  margin-bottom: 30px;
  width: 4%;
}
.field-col-5 {
  position: relative;
  margin-bottom: 30px;
  width: 5%;
}
.field-col-6 {
  position: relative;
  margin-bottom: 30px;
  width: 6%;
}
.field-col-7 {
  position: relative;
  margin-bottom: 30px;
  width: 7%;
}
.field-col-8 {
  position: relative;
  margin-bottom: 30px;
  width: 8%;
}
.field-col-9 {
  position: relative;
  margin-bottom: 30px;
  width: 9%;
}
.field-col-10 {
  position: relative;
  margin-bottom: 30px;
  width: 10%;
}
.field-col-11 {
  position: relative;
  margin-bottom: 30px;
  width: 11%;
}
.field-col-12 {
  position: relative;
  margin-bottom: 30px;
  width: 12%;
}
.field-col-13 {
  position: relative;
  margin-bottom: 30px;
  width: 13%;
}
.field-col-14 {
  position: relative;
  margin-bottom: 30px;
  width: 14%;
}
.field-col-15 {
  position: relative;
  margin-bottom: 30px;
  width: 15%;
}
.field-col-16 {
  position: relative;
  margin-bottom: 30px;
  width: 16%;
}
.field-col-17 {
  position: relative;
  margin-bottom: 30px;
  width: 17%;
}
.field-col-18 {
  position: relative;
  margin-bottom: 30px;
  width: 18%;
}
.field-col-19 {
  position: relative;
  margin-bottom: 30px;
  width: 19%;
}
.field-col-20 {
  position: relative;
  margin-bottom: 30px;
  width: 20%;
}
.field-col-21 {
  position: relative;
  margin-bottom: 30px;
  width: 21%;
}
.field-col-22 {
  position: relative;
  margin-bottom: 30px;
  width: 22%;
}
.field-col-23 {
  position: relative;
  margin-bottom: 30px;
  width: 23%;
}
.field-col-24 {
  position: relative;
  margin-bottom: 30px;
  width: 24%;
}
.field-col-25 {
  position: relative;
  margin-bottom: 30px;
  width: 25%;
}
.field-col-26 {
  position: relative;
  margin-bottom: 30px;
  width: 26%;
}
.field-col-27 {
  position: relative;
  margin-bottom: 30px;
  width: 27%;
}
.field-col-28 {
  position: relative;
  margin-bottom: 30px;
  width: 28%;
}
.field-col-29 {
  position: relative;
  margin-bottom: 30px;
  width: 29%;
}
.field-col-30 {
  position: relative;
  margin-bottom: 30px;
  width: 30%;
}
.field-col-31 {
  position: relative;
  margin-bottom: 30px;
  width: 31%;
}
.field-col-32 {
  position: relative;
  margin-bottom: 30px;
  width: 32%;
}
.field-col-33 {
  position: relative;
  margin-bottom: 30px;
  width: 33%;
}
.field-col-34 {
  position: relative;
  margin-bottom: 30px;
  width: 34%;
}
.field-col-35 {
  position: relative;
  margin-bottom: 30px;
  width: 35%;
}
.field-col-36 {
  position: relative;
  margin-bottom: 30px;
  width: 36%;
}
.field-col-37 {
  position: relative;
  margin-bottom: 30px;
  width: 37%;
}
.field-col-38 {
  position: relative;
  margin-bottom: 30px;
  width: 38%;
}
.field-col-39 {
  position: relative;
  margin-bottom: 30px;
  width: 39%;
}
.field-col-40 {
  position: relative;
  margin-bottom: 30px;
  width: 40%;
}
.field-col-41 {
  position: relative;
  margin-bottom: 30px;
  width: 41%;
}
.field-col-42 {
  position: relative;
  margin-bottom: 30px;
  width: 42%;
}
.field-col-43 {
  position: relative;
  margin-bottom: 30px;
  width: 43%;
}
.field-col-44 {
  position: relative;
  margin-bottom: 30px;
  width: 44%;
}
.field-col-45 {
  position: relative;
  margin-bottom: 30px;
  width: 45%;
}
.field-col-46 {
  position: relative;
  margin-bottom: 30px;
  width: 46%;
}
.field-col-47 {
  position: relative;
  margin-bottom: 30px;
  width: 47%;
}
.field-col-48 {
  position: relative;
  margin-bottom: 30px;
  width: 48%;
}
.field-col-49 {
  position: relative;
  margin-bottom: 30px;
  width: 49%;
}
.field-col-50 {
  position: relative;
  margin-bottom: 30px;
  width: 50%;
}
.field-col-51 {
  position: relative;
  margin-bottom: 30px;
  width: 51%;
}
.field-col-52 {
  position: relative;
  margin-bottom: 30px;
  width: 52%;
}
.field-col-53 {
  position: relative;
  margin-bottom: 30px;
  width: 53%;
}
.field-col-54 {
  position: relative;
  margin-bottom: 30px;
  width: 54%;
}
.field-col-55 {
  position: relative;
  margin-bottom: 30px;
  width: 55%;
}
.field-col-56 {
  position: relative;
  margin-bottom: 30px;
  width: 56%;
}
.field-col-57 {
  position: relative;
  margin-bottom: 30px;
  width: 57%;
}
.field-col-58 {
  position: relative;
  margin-bottom: 30px;
  width: 58%;
}
.field-col-59 {
  position: relative;
  margin-bottom: 30px;
  width: 59%;
}
.field-col-60 {
  position: relative;
  margin-bottom: 30px;
  width: 60%;
}
.field-col-61 {
  position: relative;
  margin-bottom: 30px;
  width: 61%;
}
.field-col-62 {
  position: relative;
  margin-bottom: 30px;
  width: 62%;
}
.field-col-63 {
  position: relative;
  margin-bottom: 30px;
  width: 63%;
}
.field-col-64 {
  position: relative;
  margin-bottom: 30px;
  width: 64%;
}
.field-col-65 {
  position: relative;
  margin-bottom: 30px;
  width: 65%;
}
.field-col-66 {
  position: relative;
  margin-bottom: 30px;
  width: 66%;
}
.field-col-67 {
  position: relative;
  margin-bottom: 30px;
  width: 67%;
}
.field-col-68 {
  position: relative;
  margin-bottom: 30px;
  width: 68%;
}
.field-col-69 {
  position: relative;
  margin-bottom: 30px;
  width: 69%;
}
.field-col-70 {
  position: relative;
  margin-bottom: 30px;
  width: 70%;
}
.field-col-71 {
  position: relative;
  margin-bottom: 30px;
  width: 71%;
}
.field-col-72 {
  position: relative;
  margin-bottom: 30px;
  width: 72%;
}
.field-col-73 {
  position: relative;
  margin-bottom: 30px;
  width: 73%;
}
.field-col-74 {
  position: relative;
  margin-bottom: 30px;
  width: 74%;
}
.field-col-75 {
  position: relative;
  margin-bottom: 30px;
  width: 75%;
}
.field-col-76 {
  position: relative;
  margin-bottom: 30px;
  width: 76%;
}
.field-col-77 {
  position: relative;
  margin-bottom: 30px;
  width: 77%;
}
.field-col-78 {
  position: relative;
  margin-bottom: 30px;
  width: 78%;
}
.field-col-79 {
  position: relative;
  margin-bottom: 30px;
  width: 79%;
}
.field-col-80 {
  position: relative;
  margin-bottom: 30px;
  width: 80%;
}
.field-col-81 {
  position: relative;
  margin-bottom: 30px;
  width: 81%;
}
.field-col-82 {
  position: relative;
  margin-bottom: 30px;
  width: 82%;
}
.field-col-83 {
  position: relative;
  margin-bottom: 30px;
  width: 83%;
}
.field-col-84 {
  position: relative;
  margin-bottom: 30px;
  width: 84%;
}
.field-col-85 {
  position: relative;
  margin-bottom: 30px;
  width: 85%;
}
.field-col-86 {
  position: relative;
  margin-bottom: 30px;
  width: 86%;
}
.field-col-87 {
  position: relative;
  margin-bottom: 30px;
  width: 87%;
}
.field-col-88 {
  position: relative;
  margin-bottom: 30px;
  width: 88%;
}
.field-col-89 {
  position: relative;
  margin-bottom: 30px;
  width: 89%;
}
.field-col-90 {
  position: relative;
  margin-bottom: 30px;
  width: 90%;
}
.field-col-91 {
  position: relative;
  margin-bottom: 30px;
  width: 91%;
}
.field-col-92 {
  position: relative;
  margin-bottom: 30px;
  width: 92%;
}
.field-col-93 {
  position: relative;
  margin-bottom: 30px;
  width: 93%;
}
.field-col-94 {
  position: relative;
  margin-bottom: 30px;
  width: 94%;
}
.field-col-95 {
  position: relative;
  margin-bottom: 30px;
  width: 95%;
}
.field-col-96 {
  position: relative;
  margin-bottom: 30px;
  width: 96%;
}
.field-col-97 {
  position: relative;
  margin-bottom: 30px;
  width: 97%;
}
.field-col-98 {
  position: relative;
  margin-bottom: 30px;
  width: 98%;
}
.field-col-99 {
  position: relative;
  margin-bottom: 30px;
  width: 99%;
}
.field-col-100 {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.field-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/*
 * SWITCH TOGGLE
 */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dde2e5;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00853e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00853e;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*
 * RADIO BUTTON
 */
input[type=radio] {
  width: 16px;
  height: 16px;
}

/*
 * CHECKBOX BUTTON
 */
input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  color: #1b1b1b;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  border: 2px solid #00853e;
  top: 0px;
  left: 3px;
  width: 3px;
  height: 8px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:checked {
  color: #ffffff;
  border-color: #00853e;
  background: #00853e;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dde2e5;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 0.9375rem;
  color: #828282;
  padding: 13px 20px 11px;
  cursor: pointer;
  background-image: url(../images/icons/setinha_solta.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.select:focus-visible {
  outline: none;
}

.checkbox-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.checkbox-list__title {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 10px;
}
.checkbox-list__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.checkbox-list__item label {
  margin-left: 7px;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item label input {
  margin-right: 7px;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 0.875rem;
  font-weight: 300;
  color: #828282;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 300;
  margin: 20px 0 !important;
}

.container {
  margin: 0 auto;
  max-width: 1146px;
  width: 85%;
}

.button-primary {
  min-width: 122px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 36px;
  background-color: #00853e;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50px;
  border: 1.5px solid #00853e;
  transition: ease 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-primary:hover {
  background-color: #25544a;
  border: 1.5px solid #25544a;
  transition: ease 0.4s;
}
.button-primary .disabled {
  background-color: #d5d5d5;
  color: #404040;
  transition: ease 0.4s;
  pointer-events: none;
  cursor: unset;
}
.button-primary .disabled:hover {
  background-color: #d5d5d5;
}
.button-secondary {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 0.9rem;
  font-weight: 500;
  color: #00853e;
  cursor: pointer;
  opacity: 1;
  transition: ease 0.4s;
  display: flex;
}
.button-secondary:hover {
  color: #25544a;
  transition: ease 0.4s;
}
.button-secondary .disabled {
  opacity: 0.6;
  transition: ease 0.4s;
}
.button-tertiary {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1rem;
  font-weight: 500;
  color: #1b1b1b;
  padding-bottom: 8px;
  opacity: 1;
  transition: ease 0.4s;
  display: flex;
}
.button-tertiary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2.5px;
  transition: ease 0.4s;
  background-color: #faa74d;
}
.button-tertiary:hover:after {
  width: 100%;
  transition: ease 0.4s;
}
.button-tertiary .disabled {
  opacity: 0.6;
  transition: ease 0.4s;
}
.button-tertiary .disabled:after {
  width: 100%;
}
.button-quaternary {
  min-width: 122px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 36px;
  background-color: #ffe97b;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1b1b1b;
  border-radius: 50px;
  border: 1.5px solid #ffe97b;
  transition: ease 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-quaternary:hover {
  background-color: #fa7b62;
  border: 1.5px solid #fa7b62;
  transition: ease 0.4s;
}
.button-quaternary .disabled {
  background-color: #d5d5d5;
  color: #404040;
  transition: ease 0.4s;
  pointer-events: none;
  cursor: unset;
}
.button-quaternary .disabled:hover {
  background-color: #d5d5d5;
}
.button-link {
  font-size: 1rem;
  font-weight: 500;
  color: #00853e;
  transition: ease 0.4s;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
.button-link:hover {
  color: #25544a;
}
.button-link .disabled {
  opacity: 0.6;
  transition: ease 0.4s;
}
.button-outline {
  min-width: 122px;
  height: 36px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  transition: ease 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
.button-outline .disabled {
  background-color: #d5d5d5;
  color: #404040;
  transition: ease 0.4s;
  pointer-events: none;
  cursor: unset;
}
.button-outline .disabled:hover {
  background-color: #d5d5d5;
}
.button-pagination {
  position: relative;
  display: flex;
  width: 35px;
  height: 35px;
  background-color: #00853e;
  border-radius: 100%;
  transition: ease 0.4s;
  display: flex;
  cursor: pointer;
}
.button-pagination:before {
  content: url("../images/arrow.svg");
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.button-pagination:hover {
  background-color: #25544a;
  transition: ease 0.4s;
}
.button-pagination .disabled {
  background-color: #d5d5d5;
  color: #404040;
}
.button-pagination .disabled:before {
  transform: translate(-50%, -50%) rotate(50%);
}
.button-pagination .swiper-button-disabled {
  background-color: #d5d5d5;
  color: #404040;
}
.button-pagination .swiper-button-disabled:before {
  transform: translate(-50%, -50%) rotate(50%);
}
.button-pagination.left:before {
  transform: translate(-67%, -60%) rotate(180deg);
}
.button-pagination-outline {
  position: relative;
  display: flex;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transition: ease 0.4s;
  cursor: pointer;
  display: flex;
}
.button-pagination-outline:before {
  content: url("../images/arrow.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.button-pagination-outline .disabled {
  border-color: #d5d5d5;
  color: #404040;
}
.button-pagination-outline .disabled:before {
  transform: translate(-50%, -50%) rotate(50%);
}
.button-pagination-outline.left:before {
  transform: translate(-67%, -60%) rotate(180deg);
}
.button-reservar {
  min-width: 300px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  background-color: #00853e;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 30px;
  border: 1.5px solid #00853e;
  transition: ease 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-reservar:hover {
  background-color: #25544a;
  border: 1.5px solid #25544a;
  transition: ease 0.4s;
}
.button-reservar .disabled {
  background-color: #d5d5d5;
  color: #404040;
  transition: ease 0.4s;
  pointer-events: none;
  cursor: unset;
}
.button-reservar .disabled:hover {
  background-color: #d5d5d5;
}

.swiper-button-default {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.swiper-button-default.left {
  right: unset;
  left: 30px;
}

.swiper-button-outside {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.swiper-button-outside.left {
  right: unset;
  left: -90px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00853e;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: ease 0.2s;
}
.menu--top, .menu--check-in {
  display: none;
}
.menu.is-active {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transition: ease 0.2s;
}
.menu #set-lang {
  padding: 13px 20px 11px;
  margin-top: 478px;
  background-color: #ffffff;
  color: #404040;
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  border-radius: 50px;
  pointer-events: none;
}
.menu #languages {
  margin-top: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 140px;
  height: -moz-max-content;
  height: max-content;
  background: #ffffff;
  border: 1px solid #dde2e5;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 0.9375rem;
  color: #828282;
  padding: 13px 20px 11px;
  cursor: pointer;
  background-image: url(../images/icons/setinha_solta.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.menu #languages:focus-visible {
  outline: none;
}
.menu__list {
  max-width: 980px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 150px;
}
.menu__list--item {
  position: relative;
  font-size: 2.375rem;
  font-weight: 300;
  color: #ffffff;
  margin: 18px 30px;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}
.menu__list--item:hover {
  border-color: #bdd261;
  transition: 0.3s;
}
.menu__list--item:not(:last-of-type)::after {
  content: "/";
  opacity: 0.2;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.menu__mail-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.menu__mail-list--item {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
}
.menu__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.menu__plant-1 {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.menu__plant-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.multilanguage-transparent select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background: transparent;
  border: none;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  background-image: url(../images/icons/setinha_solta.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
}
.multilanguage-transparent select:focus-visible {
  outline: none;
}
.multilanguage-transparent select option {
  color: #828282 !important;
}

@media (max-width: 768px) {
  .menu {
    height: 100%;
    top: 0;
  }
  .menu__list {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
  .menu__list--item {
    font-size: 1.125rem;
  }
  .menu--top {
    display: flex;
    margin-top: 130px;
    width: 319px;
    justify-content: center;
  }
  .menu--top .top-button {
    min-width: 150px;
  }
  .menu--top .button-primary {
    background-color: #ffffff;
    color: #00853e;
  }
  .menu--check-in {
    display: flex;
    margin-top: 90px;
  }
  .menu__mail-list {
    flex-direction: column;
    text-align: center;
  }
  .menu__plant-1 {
    width: 204px;
    left: -80px;
    bottom: -40px;
    z-index: -1;
  }
  .menu__plant-2 {
    width: 204px;
    right: -50px;
    top: -42px;
    z-index: -1;
  }
  .menu #set-lang {
    margin-top: 568px;
  }
  .menu #languages {
    margin-top: 15px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header__top {
  background-color: #ffffff;
}
.header__top--wrapp {
  display: flex;
}
.header__top--label {
  display: flex;
  padding: 10px 0;
}
.header__top--item {
  display: flex;
  padding: 0 10px 0;
}
.header__top--item a {
  display: flex;
  padding: 10px 0 7px;
  color: #404040;
  font-weight: 300;
  font-size: 0.925rem;
}
.header__top--item a.active {
  border-bottom: 3px solid #00853e;
  font-weight: 500;
}
.header__main {
  display: flex;
  padding: 24px 0;
  position: relative;
}
.header__main--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__main--left {
  display: flex;
  align-items: center;
}
.header__main--left .button-primary {
  margin-left: 14px;
}
.header__main--logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.header__main--right {
  display: flex;
  align-items: center;
}
.header__main--right .button-primary {
  margin-left: 14px;
}
.header .quick-menu {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.header .quick-menu__item {
  padding: 0 8px;
  color: #ffffff;
}
.header .quick-menu-botoes {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .header__main--left .quick-menu-botoes {
    display: none;
  }
  .header__main--right {
    display: none;
  }
}
footer .waves {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .waves img {
  width: 100%;
}
footer .footer {
  padding-bottom: 73px;
  padding-top: 20px;
  background-color: #00853e;
}
footer .footer__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 94px;
  gap: 50px;
}
footer .footer__links--column {
  display: flex;
  flex-direction: column;
}
footer .footer__links--column .title {
  text-transform: uppercase;
}
footer .footer__links .infos {
  display: flex;
  gap: 75px;
}
footer .footer__links .infos .contact-infos .title {
  margin-bottom: 40px;
}
footer .footer__links .infos .contact-infos div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer__links .infos .newsletter .title {
  margin-bottom: 11px;
}
footer .footer__links .infos .newsletter .input-container {
  display: flex;
}
footer .footer__links .infos .newsletter .input-container input {
  border-radius: 10px 10px 10px 10px;
  border: none;
  outline: none;
  padding: 13px 24px;
  cursor: text;
  margin-bottom: 5px;
}
footer .footer__links .infos .newsletter .input-container .submit {
  border-radius: 10px 10px 10px 10px;
  padding: 13px 60px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-left: 0px;
  background-color: #b5d998 !important;
  display: block;
  font-weight: bold;
}
footer .footer__links .follow {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
footer .footer__links .follow .social-links .title {
  margin-bottom: 11px;
}
footer .footer__links .follow .social-links .icons {
  display: flex;
  gap: 20px;
}
footer .footer__links .follow .download-app .title {
  margin-bottom: 11px;
}
footer .footer__links .follow .download-app .icons {
  display: flex;
  gap: 15px;
}
footer .footer__links .menu-links {
  display: flex;
  gap: 20px;
}
footer .footer__rights {
  display: flex;
  justify-content: space-between;
}
footer .footer__rights--links {
  display: flex;
  gap: 30px;
}
footer .footer .mensagens {
  margin-top: 10px;
}
footer .footer .mensagens .erro {
  background-color: #fa7b62;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
  text-align: center;
}
footer .footer .mensagens .sucesso {
  background-color: #b5d998;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  footer .footer {
    padding-bottom: 46px;
    padding-top: 30px;
  }
  footer .footer__links {
    flex-direction: column;
    margin-bottom: 70px;
    gap: 70px;
  }
  footer .footer__links .infos .contact-infos div span {
    word-wrap: break-word;
  }
  footer .footer__links .infos .newsletter .input-container {
    max-width: 351px;
  }
  footer .footer__links .infos .newsletter .input-container input {
    padding-right: 5px;
  }
  footer .footer__links .infos .newsletter .input-container .submit {
    padding-left: 5px;
  }
  footer .footer__rights {
    flex-direction: column;
  }
  footer .footer__rights--links {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  footer .footer .mensagens {
    margin-top: 10px;
  }
  footer .footer .mensagens .erro {
    background-color: #fa7b62;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;
    text-align: center;
  }
  footer .footer .mensagens .sucesso {
    background-color: #b5d998;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000000;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__links .infos .newsletter {
    /*.input-container {
    	input {
    		padding-right: 0px;
    		padding-left: 10px;
    		width: 100%;
    	}
    	.submit {
    		padding-right: 10px;
    		padding-left: 0px;
    	}
    }*/
  }
  footer .footer__links .infos .newsletter .input-container input {
    /* border-radius: 20px 20px 0 0;
    border: none;
    outline: none;
    padding-left: 13px;
    padding-top: 20px;
    padding-right: 13px;
    padding-bottom: 20px;
    cursor: text; */
    border-radius: 10px 10px 10px 10px;
    border: none;
    outline: none;
    padding-left: 13px;
    padding-top: 20px;
    padding-right: 13px;
    padding-bottom: 20px;
    cursor: text;
    margin-left: -5px;
    width: 90%;
  }
  footer .footer__links .infos .newsletter .input-container .submit {
    /* border-radius: 0 0 20px 20px;
    padding: 13px 24px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 100%; */
    border-radius: 10px 10px 10px 10px;
    padding: 20px 24px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 98%;
    background-color: #b5d998 !important;
    margin-left: -5px;
  }
  footer .footer .mensagens {
    margin-top: 10px;
  }
  footer .footer .mensagens .erro {
    background-color: #fa7b62;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;
    text-align: center;
  }
  footer .footer .mensagens .sucesso {
    background-color: #b5d998;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000000;
    text-align: center;
  }
}
.toggle-menu {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 99;
  background-color: #ffffff;
  border-radius: 50%;
}
.toggle-menu span {
  display: block;
  position: absolute;
  top: 19.25px;
  left: 10px;
  right: 10px;
  height: 0.5px;
  background: #404040;
  transition: background 0s 0.3s;
}
.toggle-menu span:before, .toggle-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #404040;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.toggle-menu span:before {
  top: -6.5px;
  transition-property: top, transform;
}
.toggle-menu span:after {
  bottom: -6.5px;
  transition-property: bottom, transform;
}
.toggle-menu.is-active span {
  background: none !important;
}
.toggle-menu.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.toggle-menu.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.toggle-menu.is-active span:before, .toggle-menu.is-active span:after {
  transition-delay: 0s, 0.3s;
}

.secion-banner__intro {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 510px;
}
.secion-banner__intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.secion-banner__intro--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.secion-banner__intro--title h2 {
  display: none;
}
.secion-banner__intro--plant-left {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 1;
  transform-origin: left 80% 0;
  animation: swinging 3.5s ease-in-out forwards infinite;
}
.secion-banner__intro--plant-right {
  display: flex;
  position: absolute;
  top: -80px;
  right: 30px;
  z-index: 1;
  transform-origin: 50% 0;
  animation: swinging 3.5s ease-in-out forwards infinite;
}
@keyframes swinging {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.secion-banner__intro--shape-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
}
.secion-banner__text {
  max-width: 900px;
  margin: 60px auto 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .secion-banner__intro {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
  .secion-banner__intro--title h1 {
    display: none;
  }
  .secion-banner__intro--title h2 {
    display: block;
    font-family: "Nove", "sans-serif";
  }
  .secion-banner__intro--plant-left {
    top: 30%;
    left: -120px;
  }
  .secion-banner__intro--plant-right {
    bottom: -50px;
    right: -120px;
  }
  .secion-banner__intro--shape-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 10px;
  }
}
.secion-banner__intro {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 510px;
}
.secion-banner__intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.secion-banner__intro--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
  position: relative;
  z-index: 2;
}
.secion-banner__intro--title h2 {
  display: none;
}
.secion-banner__intro--plant-left {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 1;
  transform-origin: left 80% 0;
  animation: swinging 3.5s ease-in-out forwards infinite;
}
.secion-banner__intro--plant-right {
  display: flex;
  position: absolute;
  top: -80px;
  right: 30px;
  z-index: 1;
  transform-origin: 50% 0;
  animation: swinging 3.5s ease-in-out forwards infinite;
}
@keyframes swinging {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.secion-banner__intro--shape-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
}
.secion-banner__text {
  max-width: 900px;
  margin: 60px auto 90px;
  text-align: center;
}
.secion-banner__search {
  position: absolute;
  left: 50%;
  margin-top: -110px !important;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
}

#jCalTarget {
  top: 200px !important;
}

@media (max-width: 768px) {
  .secion-banner__intro {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
  .secion-banner__intro--title h1 {
    display: none;
  }
  .secion-banner__intro--title h2 {
    display: block;
    font-family: "Nove", "sans-serif";
  }
  .secion-banner__intro--plant-left {
    top: 30%;
    left: -120px;
  }
  .secion-banner__intro--plant-right {
    bottom: -50px;
    right: -120px;
  }
  .secion-banner__intro--shape-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 10px;
  }
  .secion-banner__search {
    position: absolute;
    left: 50%;
    margin-top: -300px !important;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-sticky {
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 998;
  }
}

.section-tabs {
  width: 100%;
  padding: 13px 0 !important;
}
.section-tabs__container {
  justify-content: center;
  align-items: center;
}
.section-tabs__container .tab {
  font-size: 0.925rem;
  padding: 15px 20px;
  border-radius: 90px;
  cursor: pointer;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.section-tabs__container .tab.active {
  color: #00853e !important;
  background: #ffffff;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section-tabs__container .tab-destaque {
  font-size: 0.925rem;
  padding: 15px 20px;
  border-radius: 90px;
  cursor: pointer;
  color: #ffffff !important;
  background: #f07b3c;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.section-tabs__container .tab-destaque.active {
  color: #00853e !important;
  background: #ffffff;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section-tabs-multiple {
  width: 100%;
  padding: 26px 0 !important;
}
.section-tabs-multiple__container {
  align-items: center;
}
.section-tabs-multiple__container .tab,
.section-tabs-multiple__container .clean-filters {
  display: flex;
  align-items: center;
  margin: 0px 20px;
  cursor: pointer;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.section-tabs-multiple__container .tab .input,
.section-tabs-multiple__container .clean-filters .input {
  display: flex;
  margin-right: 6px;
}
.section-tabs-multiple__container .tab .input input[type=checkbox],
.section-tabs-multiple__container .clean-filters .input input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.section-tabs-multiple__container .tab .input input[type=checkbox]::before,
.section-tabs-multiple__container .clean-filters .input input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  border: 2px solid #ffffff;
  top: 0px;
  left: 3px;
  width: 3px;
  height: 8px;
  border-style: solid;
  border-color: #5dc0c1 !important;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.section-tabs-multiple__container .tab .input input[type=checkbox]:checked,
.section-tabs-multiple__container .clean-filters .input input[type=checkbox]:checked {
  color: #1b1b1b !important;
  border-color: #ffffff;
  background: #ffffff;
}
.section-tabs-multiple__container .tab .input input[type=checkbox]:checked::before,
.section-tabs-multiple__container .clean-filters .input input[type=checkbox]:checked::before {
  opacity: 1;
}
.section-tabs-multiple__container .tab .input input[type=checkbox]:checked ~ label::before,
.section-tabs-multiple__container .clean-filters .input input[type=checkbox]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.section-tabs-multiple__container .tab label,
.section-tabs-multiple__container .clean-filters label {
  cursor: pointer;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: color("primary", "green");
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* default dimensions and justification for each month including title */
.jCal {
  /* each day width + border-left + border-right */
  width: 280px;
  height: 21px;
  text-align: center;
  vertical-align: top;
}

/* default dimensions and justification for each month not including title */
.jCalMo {
  width: 280px; /* each day width + border-left + border-right */
  float: left;
  overflow: visible;
  height: 100%;
  padding-right: 2px;
  padding-left: 2px;
  white-space: nowrap;
}
.jCalMo:first-of-type {
  margin-right: 50px;
}

/* top month display block - i.e. January */
.jCal .month,
.jCal .monthSelect,
.jCal .monthName,
.jCal .monthYear {
  line-height: 16px;
  height: 16px;
  text-align: center;
  vertical-align: bottom;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
}

/* month name per calendar style - includes left/right padding and alignment */
.jCal .monthName {
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}

/* year per calendar style - includes left/right padding and alignment */
.jCal .monthYear {
  float: right;
  padding-left: 2px;
  padding-right: 2px;
  text-align: left;
}

/* hilight style for new month combobox pulldown for hover */
.jCal .monthSelect {
  background: #eee url(eeGrad2.gif) bottom repeat-x;
}

/* do not edit - this enables the new month combobox selector */
.jCal .monthSelector {
  position: absolute;
}

/* do not edit - this enables the new month combobox selector "shadow" for capturing auto-hide */
.jCal .monthSelectorShadow {
  position: absolute;
  background: #808080;
  padding: 0px;
}

/* this is the hover for the month name */
.jCal .monthNameHover {
  background: url(../../images/arrow.svg) center left no-repeat;
}

/* this is the hover for the year */
.jCal .monthYearHover {
  background: url(../../images/arrow.svg) center right no-repeat;
}

/* this is the hover for the new month or year hover in the new combobox selection */
.jCal .monthSelectHover {
  background: #5dc0c1;
  color: #ffffff;
}

/* day block dimensions and style - for all day blocks */
.jCalMo .dow,
.jCalMo .day,
.jCalMo .pday,
.jCalMo .aday,
.jCalMo .overDay,
.jCalMo .invday,
.jCalMo .selectedDay {
  width: 40px;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  cursor: default;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jCalMo .selectedDay.first {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.jCalMo .selectedDay.last {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* day of week header specific style */
.jCalMo .dow {
  border-bottom: 0px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

/* actual calendar day default style */
.jCalMo .day,
.jCalMo .invday {
  height: 40px;
  text-align: center;
}

/* selectable calendar day specific style */
.jCalMo .day {
  cursor: pointer;
  background: #ffffff;
}

/* previous and subsequent months calendar day specific style */
.jCalMo .pday,
.jCalMo .aday {
  height: 40px;
  color: #e0e0e0;
}

/* selected day */
.jCalMo .selectedDay {
  color: #ffffff;
  /* must use rgb() syntax for jquery.color.js compliance */
  background: #5dc0c1;
}

/* mouseover hilighted selectable day */
.jCalMo .overDay {
  color: #ffffff;
  /* must use rgb() syntax for jquery.color.js compliance */
  background: #5dc0c1;
}

/* left month navigation button - no need to change */
.jCal .left {
  background: url(../images/icons/setinha_solta.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  float: left;
  transform: rotate(90deg);
}

/* right month navigation button - no need to change */
.jCal .right {
  background: url(../images/icons/setinha_solta.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  transform: rotate(-90deg);
}

/* no need to change - this is for carousel opacity */
.jCalMask,
.jCalMove {
  position: absolute;
  overflow: hidden;
}

#jCalTarget {
  display: flex;
  position: absolute;
  min-width: 700px;
  box-sizing: border-box;
  top: 0px;
  left: calc(50% - 0px);
  z-index: 1000000;
  background-color: #ffffff;
  transform: translateX(-50%);
  padding: 40px;
  box-shadow: 0px 58px 50.7225px -37px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  visibility: hidden;
  transition: ease 0.4s;
}
#jCalTarget.is-active {
  visibility: visible;
  transition: ease 0.4s;
}

@media (max-width: 768px) {
  #jCalTarget {
    min-width: unset;
    left: 50%;
    top: 50%;
    width: calc(100% - 30px);
    transform: translate(-50%, -50%);
  }
}
* {
  accent-color: #00853e;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
}
body.hidden {
  overflow: hidden;
}

.flex {
  display: flex;
}
.flex-center {
  justify-content: center;
  align-items: center;
}

a {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9f7f3;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #abc5bd;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00853e;
}