/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
	@font-face {
		font-family: 'Source Sans Pro';
		src: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-regular-webfont.eot');
		src: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-regular-webfont.woff2') format('woff2'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-regular-webfont.woff') format('woff'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-regular-webfont.ttf') format('truetype'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-regular-webfont.svg#sourcesanspro') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Source Sans Pro';
		src: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-it-webfont.eot');
		src: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-it-webfont.woff2') format('woff2'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-it-webfont.woff') format('woff'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-it-webfont.ttf') format('truetype'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-it-webfont.svg#sourcesanspro') format('svg');
		font-weight: normal;
		font-style: italic;
	}

	@font-face {
		font-family: 'Source Sans Pro';
		src: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-bold-webfont.eot');
		src: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-bold-webfont.woff2') format('woff2'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-bold-webfont.woff') format('woff'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-bold-webfont.ttf') format('truetype'),
				 url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/sourcesanspro/sourcesanspro-bold-webfont.svg#sourcesanspro') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	
	html {
		font-family: 'Source Sans Pro', sans-serif;
	}

	.font-accent {
		font-family: 'Cairo', sans-serif;
	}

	.font-card {
		font-family: 'Gentium Plus', serif;
	}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 496px) {

  .container {
    max-width: 496px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
/* ======== GENERAL START ======== */
html, body {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
p {
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 27px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		font-family: 'Cairo', sans-serif;
		font-family: "Cairo", sans-serif;
	}
h1, .h1 {
  margin-bottom: 2rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 1024px) {

  h1, .h1 {
    font-size: 56px;
    line-height: 64px;
  }
}
h2, .h2 {
  margin-bottom: 2rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {

  h2, .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h3, .h3 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {

  h3, .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
h4, .h4 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1024px) {

  h4, .h4 {
    font-size: 27px;
    line-height: 33px;
  }
}
.subtitle {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .subtitle {
    margin-bottom: 2rem;
  }
}
section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.custom-select {
  position: relative;
}
.custom-select select {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 120 100 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
		-webkit-appearance: none;
  	-moz-appearance: none;
}
.custom-select::after {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: "Font Awesome 5 Pro";
  --tw-content: "\f078";
  content: var(--tw-content);
}
.paragraph {
  margin-bottom: 1.5rem;
}
.link {
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 83 76 / var(--tw-border-opacity));
}
.link.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link.white:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.social-link {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.social-link i {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 30px;
}
.social-link.green {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-link.green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn {
  display: inline-block;
  min-width: 170px;
  border-width: 1px;
  border-style: solid;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-main {
  border-radius: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.btn-main:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.btn-secondary {
  border-radius: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.btn-main-banner {
  border-radius: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-main-banner:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.btn-filter {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.btn-filter:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-filter.active {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-dark {
  border-radius: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.btn-filter-2 {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-filter-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.btn-tabs {
  border-radius: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.btn-tabs:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tabs.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tabs-2 {
  border-radius: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.btn-tabs-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tabs-2.active {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tabs-new {
  border-radius: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 82 77 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 82 77 / var(--tw-text-opacity));
}
.btn-tabs-new:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 100 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 207 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 82 77 / var(--tw-text-opacity));
}
.btn-tabs-new.active {
  --tw-border-opacity: 1;
  border-color: rgb(39 207 122 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 207 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 82 77 / var(--tw-text-opacity));
}
.btn-tabs-new:hover path, .btn-tabs-new.active path{
		fill: #00534C;
	}
.img-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.img-container > img, .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120%;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.img-container-width {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.img-container-width > img, .img-container-width img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 496px) {

  .img-container-width > img, .img-container-width img {
    width: 110%;
  }
}
.img-container > a, .img-container-width > a, .img-container > div, .img-container-width > div {
  position: relative;
  height: 100%;
  width: 100%;
}
.img-container > a::before, .img-container > div::before {
  position: absolute;
  z-index: 5;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 100 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.img-container > a:hover::before, .img-container > div:hover::before {
  opacity: 0.8;
}
.icon-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.icon-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 69px;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.img-container-card {
  position: relative;
  display: block;
  height: 240px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
.img-container-card > img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mosaic-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
@media (min-width: 1024px) {

  .mosaic-img {
    max-width: none;
  }
}
.img-squares .left::before {
  position: absolute;
  bottom: 120px;
  left: -60px;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .img-squares .left::before {
    bottom: 210px;
    left: -105px;
    display: block;
    height: 105px;
    width: 105px;
  }
}
.img-squares .right::before {
  position: absolute;
  bottom: unset;
  left: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .img-squares .right::before {
    bottom: 105px;
    left: -210px;
    top: unset;
    height: 105px;
    width: 105px;
  }
}
.img-squares .right::after {
  position: absolute;
  bottom: 0;
  left: -60px;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .img-squares .right::after {
    bottom: 0;
    left: -105px;
    display: block;
    height: 105px;
    width: 105px;
  }
}
.collapse-elem {
  position: relative;
}
.show-card {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hide-card {
  opacity: 0;
}
.bullet {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(0 120 100 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bullet.active {
  font-size: 3rem;
  line-height: 1;
}
.video-container::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: "\f144";
  content: var(--tw-content);
}
.share-bar.active > li:first-of-type {
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
}
.embed-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0px;
}
.embed-container::before {
  display: block;
  padding-top: 56.25%;
  --tw-content: '';
  content: var(--tw-content);
}
.embed-container .item, .embed-container embed, .embed-container iframe, .embed-container object, .embed-container video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.modal::before {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.banner-form-section .img-double-squares .left::before {
  position: absolute;
  bottom: -2rem;
  left: 0px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-section .img-double-squares .left::before {
    bottom: 0px;
    left: 50%;
    height: 105px;
    width: 105px;
  }
}
.banner-form-section .img-double-squares .right::before {
  position: absolute;
  right: 60px;
  top: 0px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 202 186 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-section .img-double-squares .right::before {
    right: 105px;
    height: 105px;
    width: 105px;
  }
}
.banner-form-section .img-double-squares .right::after {
  position: absolute;
  right: 0px;
  top: 60px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-section .img-double-squares .right::after {
    top: 105px;
    height: 105px;
    width: 105px;
  }
}
.btn-transparent {
  border-radius: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.btn-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-8 {
  bottom: -2rem;
}
.-left-\[60px\] {
  left: -60px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.bottom-\[unset\] {
  bottom: unset;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[60px\] {
  right: 60px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[60px\] {
  top: 60px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[5\] {
  z-index: 5;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[141px\] {
  height: 141px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[87px\] {
  height: 87px;
}
.h-\[384px\] {
  height: 384px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[464px\] {
  height: 464px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[82px\] {
  height: 82px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[145px\] {
  min-height: 145px;
}
.min-h-\[167px\] {
  min-height: 167px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[115\%\] {
  width: 115%;
}
.w-\[141px\] {
  width: 141px;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[141px\] {
  max-width: 141px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[27px\] {
  max-width: 27px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[356px\] {
  max-width: 356px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[65px\] {
  max-width: 65px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[82px\] {
  max-width: 82px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#00CBC0\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 203 192 / var(--tw-border-opacity));
}
.border-cta-color-3 {
  --tw-border-opacity: 1;
  border-color: rgb(0 82 77 / var(--tw-border-opacity));
}
.border-cta-color-5 {
  --tw-border-opacity: 1;
  border-color: rgb(39 207 122 / var(--tw-border-opacity));
}
.border-main-color-1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
}
.border-main-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 100 / var(--tw-border-opacity));
}
.border-main-color-3 {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
}
.border-main-color-4 {
  --tw-border-opacity: 1;
  border-color: rgb(107 202 186 / var(--tw-border-opacity));
}
.border-main-color-5 {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
}
.border-write-color-5 {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.bg-\[\#1EC6BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 198 189 / var(--tw-bg-opacity));
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-\[\#f7f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-main-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
}
.bg-main-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 100 / var(--tw-bg-opacity));
}
.bg-main-color-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
}
.bg-main-color-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 202 186 / var(--tw-bg-opacity));
}
.bg-main-color-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-secondary-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 241 230 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-write-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.bg-write-color-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[110px\] {
  padding-top: 110px;
  padding-bottom: 110px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-accent {
  font-family: "Cairo", sans-serif;
}
.font-awesome {
  font-family: "Font Awesome 5 Pro";
}
.font-display {
  font-family: "Source Sans Pro", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#1e1e1e\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#275C82\] {
  --tw-text-opacity: 1;
  color: rgb(39 92 130 / var(--tw-text-opacity));
}
.text-cta-color-3 {
  --tw-text-opacity: 1;
  color: rgb(0 82 77 / var(--tw-text-opacity));
}
.text-main-color-1 {
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.text-main-color-2 {
  --tw-text-opacity: 1;
  color: rgb(0 120 100 / var(--tw-text-opacity));
}
.text-main-color-3 {
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.text-main-color-4 {
  --tw-text-opacity: 1;
  color: rgb(107 202 186 / var(--tw-text-opacity));
}
.text-main-color-5 {
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-write-color-1 {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}
.text-write-color-2 {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.text-write-color-3 {
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-md {
  --tw-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);;
  --tw-shadow-colored: 0 3px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\"\\f078\"\] {
  --tw-content: "\f078";
  content: var(--tw-content);
}
.content-\[\"\\f144\"\] {
  --tw-content: "\f144";
  content: var(--tw-content);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
body > img {
		display: none;
	}
#shadow-host-companion{
		display:none;
	}
ol.arrow-list {
		list-style-type: none;
		margin: 0;
		padding: 0
	}
ol.arrow-list li {
		position: relative;
	}
ol.arrow-list li::before {
		color: #26D07C;
		content: "\f178"; /* Apply counter before children's content. */
		font-family: "Font Awesome 5 Pro";
		font-size: 18px;
		font-weight: 400;
		left: -20px;
		position: absolute;
		top: 0;
	}
@media (min-width: 1024px) {
		ol.arrow-list li::before {
			font-size: 24px;
			left: -36px;
		}
	}
ol.number-list {
		list-style-type: none;
		counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
		margin: 0;
		padding: 0
	}
ol.number-list li {
		counter-increment: css-counter 1; /* Increase the counter by 1. */
		position: relative;
	}
ol.number-list li::before {
		border-bottom: 2px solid #00534C;
		color: #008498;
		content: counter(css-counter) "."; /* Apply counter before children's content. */
		display: block;
		font-size: 40px;
		left: 0;
		line-height: 50px;
		position: relative;
		top: 0;
	}
ol.number-list-alt {
		list-style-type: none;
		counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
		margin: 0;
		padding: 0
	}
ol.number-list-alt li {
		counter-increment: css-counter 1; /* Increase the counter by 1. */
		padding-left: 40px;
		position: relative;
	}
ol.number-list-alt li::before {
		color: #6BCABA;
		content: counter(css-counter, decimal-leading-zero); /* Apply counter before children's content. */
		font-size: 27px;
		left: 0;
		line-height: 35px;
		position: absolute;
		top: 0;
	}
@media (min-width: 1024px) {
		ol.number-list {
			list-style-type: none;
			counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
			margin: 0;
			padding: 0 0 0 32px;
		}
		
		ol.number-list li {
			counter-increment: css-counter 1; /* Increase the counter by 1. */
			position: relative;
		}
	
		ol.number-list li::before {
			border-bottom: 0;
			color: #008498;
			content: counter(css-counter) "."; /* Apply counter before children's content. */
			display: inline-block;
			font-size: 20px;
			left: -32px;
			line-height: 27px;
			position: absolute;
			top: 0;
		}





		ol.number-list-alt li {
			padding-left: 70px;
		}


		ol.number-list-alt li::before {
			font-size: 40px;
			line-height: 48px;
		}
	}
.search-txt::before {
		color: #FFFFFF;
		content: "\f002";
		font-family: "Font Awesome 5 Pro";
		font-size: 18px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		transition: 0.3s ease all;
	}
.search-txt input::-webkit-input-placeholder {
		color: #FFFFFF;
		opacity: 0.8; /*Change the opacity between 0 and 1*/
	}
.collapsible::after {
		color: #64BABC;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 10px;
		top: 55%;
		transform: translateY(-50%);
    transition: 0.3s ease all;
  }
.collapsible.active::after {
		transform: translateY(-50%) rotate(-180deg);
	}
.collapsible.collapsible-faq::after {
		color: #6BCABA;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
		font-weight: 700;
    position: absolute;
    right: 20px;
		top: 50%;
		transform: translateY(-50%);
    transition: 0.3s ease all;
  }
.collapsible.collapsible-faq.active::after {
		content: "\f068";
		transform: translateY(-50%);
	}
.text-content-bullets ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
.text-content-bullets ul li {
		margin: 0 0 1rem;
		padding: 0 0 0 16px;
		position: relative;
	}
.text-content-bullets ul li::before {
    color: #1EC6BD;
		content: "\2022";
    font-family: "Font Awesome 5 Pro";
		font-size: 20px;
    font-weight: 300;
    left: 0;
		line-height: 24px;
		position: absolute;
    top: 0;
    transition: 0.3s ease all;
  }
.text-content-bullets-new ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
.text-content-bullets-new ul li {
		margin: 0 0 1rem;
		padding: 0 0 0 16px;
		position: relative;
	}
.text-content-bullets-new ul li::before {
    color: #00524D;
		content: "\2022";
    font-family: "Font Awesome 5 Pro";
		font-size: 20px;
    font-weight: 300;
    left: 30px;
		line-height: 24px;
		position: absolute;
    top: 30px;
    transition: 0.3s ease all;
  }
@media(min-width: 1024px) {
		.banner-form-section::after {
			background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/banner-form-bg.png') no-repeat top center;
			background-size: cover;
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 50%;
		}
	}
.cta-bg-section {
		background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/cta-bg.png') no-repeat top center;
		background-size: cover;
	}
.cta-bg-section::before {
		background: rgba(0, 0, 0, 0.5);
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
.paragraph-images-bg-1 {
		background: transparent;
	}
.paragraph-images-bg-2 {
		background: transparent;
	}
@media (min-width: 1024px) {
		.paragraph-images-bg-1 {
			background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/paragraph-images-img-1.png') no-repeat top center;
			background-size: cover;
		}
	
		.paragraph-images-bg-2 {
			background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/paragraph-images-img-1.png') no-repeat top center;
			background-size: cover;
		}
	}
.accordion-images-section .img-block::before {
		background: #6BCABA;
		bottom: 0;
		content: '';
		height: 60px;
		left: 0;
		position: absolute;
		width: 60px;
		z-index: 10;
	}
.accordion-images-section .img-block::after {
		background: #00534C;
		bottom: -60px;
		content: '';
		height: 60px;
		left: 60px;
		position: absolute;
		width: 60px;
		z-index: 10;
	}
.accordion-images-section .img-block-2::before {
		background: #26D07C;
		bottom: 0;
		content: '';
		height: 60px;
		position: absolute;
		right: 0;
		width: 60px;
		z-index: 10;
	}
@media (min-width: 768px) {
		.accordion-images-section .img-block::before {
			background: #00A499;
			bottom: -105px;
			height: 105px;
			left: 0;
			top: unset;
			width: 105px;
		}

		.accordion-images-section .img-block::after {
			background: #6BCABA;
			bottom: 0;
			height: 105px;
			left: 105px;
			width: 105px;
		}

		.accordion-images-section .img-block-2::before {
			background: #26D07C;
			height: 105px;
			width: 105px;
		}
	}
.image-paragraph-block-section > .img-bg {
		background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/image-paragraph-block-img.png') no-repeat top center;
		background-size: cover;
		height: 360px;
		margin: 0 auto 0;
		position: relative;
		width: 100%;
		z-index: 0;
	}
.image-paragraph-block-section > .img-bg::before {
		display: none;
	}
@media (min-width: 768px) {
		.image-paragraph-block-section > .img-bg {
			width: 60%;
		}
	}
@media (min-width: 1024px) {
		.image-paragraph-block-section > .img-bg {
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
			width: 40%;
		}

		.image-paragraph-block-section .text-elem::before {
			background: #FF7F32;
			content: '';
			display: block;
			height: calc(100%);
			position: absolute;
			right: -105px;
			width: 105px;
			z-index: 20;
		}

		.image-paragraph-block-section .text-elem::after {
			background: #FFFFFF;
			content: '';
			display: block;
			height: calc(100% + 6rem);
			padding: -3rem 0 0;
			position: absolute;
			right: 0;
			top: -3rem;
			width: 105px;
			z-index: -10;
		}
	}
.extra-section::before {
		background: #00534C;
		content: '';
		height: 60px;
		position: absolute;
		right: 60px;
		top: 0;
		width: 60px;
		z-index: 0;
	}
.extra-section::after {
		background: #FF7F32;
		content: '';
		height: 60px;
		position: absolute;
		right: 0;
		top: 60px;
		width: 60px;
		z-index: 0;
	}
.extra-section .block-right::before {
		background: #FF7F32;
		content: '';
		height: 60px;
		position: absolute;
		right: -60px;
		top: 0;
		width: 60px;
		z-index: 0;
	}
@media (min-width: 1024px) {
		.extra-section::before {
			height: 105px;
			right: 105px;
			width: 105px;
		}
	
		.extra-section::after {
			height: 105px;
			top: 105px;
			width: 105px;
		}

		.extra-section .block-right::before {
			height: 105px;
			right: -105px;
			width: 105px;
		}
	}
.paragraph-image-section .img-container-right::before {
		display: none;
	}
.paragraph-image-section .img-container-right::after {
		background: #00CBC0;
		content: '';
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		z-index: 0;
	}
@media (min-width: 1024px) {
		.paragraph-image-section .img-container-right::before {
			background: #00CBC0;
			bottom: 0;
			content: '';
			display: block;
			height: 105px;
			position: absolute;
			right: 0;
			top: unset;
			width: 105px;
			z-index: 0;
		}
	
		.paragraph-image-section .img-container-right::after {
			background: #008498;
			bottom: -105px;
			content: '';
			height: 105px;
			position: absolute;
			right: 105px;
			top: unset;
			width: 105px;
			z-index: 0;
		}
	}
.study-plan-section .img-block::before {
		background: #00534C;
		content: '';
		height: 110%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 110%;
	}
@media (min-width: 1024px) {
		.study-plan-section .img-block::before {
			background: #00534C;
			bottom: -66px;
			content: '';
			height: 100%;
			left: -100px;
			position: absolute;
			top: unset;
			transform: none;
			width: 100%;
		}
	}
.text-content ul {
		list-style: none;
		margin: 0 0 2rem;
		padding: 0;
	}
.text-content ul li {
		margin: 0 0 1rem;
		padding: 0 0 0 20px;
		position: relative;
	}
.text-content ul li::after {
    color: #1EC6BD;
		content: "•";
    font-family: "Font Awesome 5 Pro";
		font-size: 24px;
    font-weight: 300;
    left: 0;
		line-height: 20px;
		position: absolute;
    top: 0;
    transition: 0.3s ease all;
  }
.banner-image-section {
		background: url('https://2429099.fs1.hubspotusercontent-na1.net/hub/2429099/hubfs/banner-image-bg.png') no-repeat top center;
		background-size: cover;
	}
.image-paragraph-section .img-block::before {
		background: #6BCABA;
		bottom: -60px;
		content: '';
		height: 60px;
		left: -60px;
		position: absolute;
		width: 60px;
		z-index: 10;
  display:none;
	}
.image-paragraph-section .img-block::after {
		background: #00A499;
		bottom: 0;
		content: '';
		height: 60px;
		left: 0;
		position: absolute;
		width: 60px;
		z-index: 10;
  display:none;
	}
.image-paragraph-section .img-block-2::before {
		background: #26D07C;
		content: '';
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		z-index: 10;
  
    display: none;
	}
@media (min-width: 1024px) {
		.image-paragraph-section .img-block::before {
			bottom: -105px;
			height: 105px;
			left: -105px;
			width: 105px;
		}

		.image-paragraph-section .img-block::after {
			bottom: 0;
			height: 105px;
			left: 0;
			width: 105px;
		}

		.image-paragraph-section .img-block-2::before {
			height: 105px;
			width: 105px;
		}
	}
.form-blocks-section .blocks-left::before {
		background: #00A499;
		bottom: 0;
		content: '';
		height: 60px;
		left: 0;
		position: absolute;
		width: 60px;
		z-index: 10;
	}
.form-blocks-section .blocks-right::before {
		background: #6BCABA;
		content: '';
		height: 60px;
		position: absolute;
		right: 60px;
		top: 0;
		width: 60px;
		z-index: 10;
	}
.form-blocks-section .blocks-right::after {
		background: #26D07C;
		content: '';
		height: 60px;
		position: absolute;
		right: 0;
		top: 60px;
		width: 60px;
		z-index: 10;
	}
@media (min-width: 1024px) {
		.form-blocks-section .blocks-left::before {
			height: 105px;
			width: 105px;
		}

		.form-blocks-section .blocks-right::before {
			height: 105px;
			right: 105px;
			width: 105px;
		}

		.form-blocks-section .blocks-right::after {
			height: 105px;
			top: 105px;
			width: 105px;
		}
	}
.benefits-list-section .img-block::before {
		background: #00534C;
		content: '';
		display: block;
		height: 181px;
		position: absolute;
		right: 62px;
		top: 46px;
		width: 100%;
  display: none;
	}
@media (min-width: 1024px) {
		.benefits-list-section .img-block::before {
			bottom: -66px;
			height: 360px;
			left: -100px;
			right: unset;
			top: unset;
			width: 100%;
		}
	}
/* ============== GALLERY SECTION START ============== */
/* https://codepen.io/thiagorossener/pen/WmqQyo */
.gallery {
		height: 520px;
		max-height: 520px;
		overflow: hidden;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
.gallery::before,
	.gallery::after {
		bottom: 0px;
		display: block;
		color: #26D07C;;
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-size: 33px;
		height: 50px;
		line-height: 50px;
		position: absolute;
		text-align: center;
		transition: 0.3s ease all;
		width: 50px;
		z-index: 3;
	}
.gallery::before {
		left: 0;
		content: "\f177";
	}
.gallery::after {
		right: 0;
		content: "\f178";
	}
@media (min-width: 1024px) {
		.gallery {
			max-height: 700px;
			height: 700px;
		}

		.gallery::before,
		.gallery::after {
			bottom: unset;
			display: block;
			color: #26D07C;;
			font-family: "Font Awesome 5 Pro";
			font-size: 33px;
			height: 50px;
			line-height: 50px;
			position: absolute;
			text-align: center;
			top: 50%;
			transform: translateY(-50%);
			transition: 0.3s ease all;
			width: 50px;
			z-index: 3;
		}	
	}
.gallery-stream {
		min-height: 350px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		height: 100%;
	}
.gallery-item {
		position: absolute;
		max-width: 320px;
		width: 100%;
		height: 100%;
		min-height: 500px;
		transition: 1s all ease;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		border-radius: 5px;
	}
.gallery-item:nth-child(1) {
		left: 0;
		z-index: 1;
		transform: translateX(-100%) scale(.65);
	}
.gallery-item:nth-child(2) {
		left: 0;
		z-index: 2;
		transform: translateX(-20%) scale(.65);
	}
.gallery-item:nth-child(3) {
		left: 50%;
		z-index: 4;
		transform: translateX(-50%) scale(1);
	}
.gallery-item:nth-child(4) {
		left: 100%;
		z-index: 2;
		transform: translateX(-80%) scale(.65);
	}
.gallery-item:nth-child(n+5) {
		left: 100%;
		z-index: 1;
		transform: scale(.65);
	}
.gallery-item:nth-child(3) .content > div {
		background: #26D07C;
		transition: 0.3s ease all;
	}
.gallery-item .content {
		height: 450px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
.gallery-item .content img {
		max-width: unset;
		height: 110%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
	}
.gallery-item .content .name {
		font-size: 24px;
		line-height: 32px;
		transition: 0.3s ease all;
	}
.gallery-item:nth-child(3) .content .name {
		font-size: 20px;
		line-height: 28px;
	}
.gallery-item .content .desc {
		display: none;
		font-size: 16px;
		line-height: 24px;
		margin: 0;
		transition: 0.3s ease all;
	}
.gallery-item:nth-child(3) .content .desc {
		display: block;
	}
@media (min-width: 1024px) {
		.gallery-stream {
			min-height: 700px;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;
			height: 100%;
		}
	
		.gallery-item {
			position: absolute;
			max-width: 489px;
			width: 100%;
			height: 100%;
			min-height: 700px;
			transition: 1s all ease;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 5px;
		}



		.gallery-item .content {
			height: 700px;
			width: 90%;
		}



		.gallery-item .content .name {
			font-size: 44px;
			line-height: 52px;
			transition: 0.3s ease all;
		}
	
		.gallery-item:nth-child(3) .content .name {
			font-size: 32px;
			line-height: 40px;
		}

		.gallery-item .content .desc {
			display: none;
			font-size: 20px;
			line-height: 27px;
		}
		
	}
/* Controllers */
.gallery-prev,
	.gallery-next {
		position: absolute;
		top: 50%;
		z-index: 4;
		width: 100px;
		height: 100%;
		transform: translateX(-50%) translateY(-50%) ;
		cursor: pointer;
	}
.gallery-prev {
		left: 0;
	}
.gallery-next {
		left: 100%;
	}
.gallery-bullets {
		bottom: 10px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 70%;
	}
.gallery-bullets div.active span {
		color: #26D07C;
		font-size: 45px;
	}
/* ============== GALLERY SECTION END ============== */
/* ============== TINY CAROUSEL START ============== */
.carousel-partners-section .tns-controls [aria-controls] {
		background: #66CCFF;
		border: 0;
		border-radius: 3px;
		color: #000;
		cursor: pointer;
		font-size: 15px;
		height: 2.5em;
		margin: 0 5px;
		padding: 0 1em;
		text-align: center;
	}
.carousel-partners-nav > [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #00A499;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 0.5;
		padding: 0;
		width: 16px;
	}
.carousel-partners-nav > .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
.carousel-testimonials-section .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #26D07C;
		cursor: pointer;
		font-size: 40px;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
	}
.carousel-testimonials-section .tns-controls [data-controls="prev"] {
		left: -60px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-testimonials-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: -60px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-testimonials-nav > [aria-controls], .carousel-testimonials-v3-nav > [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #00A499;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 0.5;
		padding: 0;
		width: 16px;
	}
.carousel-testimonials-nav > .tns-nav-active, .carousel-testimonials-v3-nav > .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
.carousel-about-section .tns-controls [aria-controls], .carousel-about-section .carousel-about-controls button {
		border: 1px solid #26D07C;
		border-radius: 50%;
		color: #26D07C;
		cursor: pointer;
		font-size: 24px;
		font-weight: 700;
		height: 48px;
		line-height: 48px;
		padding: 0;
		text-align: center;
		width: 48px;
	}
.carousel-about-section .tns-controls [data-controls="prev"], .carousel-about-section .carousel-about-controls .prev {
		position: relative;
		z-index: 10;
	}
.carousel-about-section .tns-controls [data-controls="next"], .carousel-about-section .carousel-about-controls .next {
		position: relative;
		z-index: 10;
	}
.carousel-about-nav > [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #00A499;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 0.5;
		padding: 0;
		width: 16px;
	}
.carousel-about-nav > .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
.carousel-testimonials-v2-section .tns-controls [aria-controls] {
		background: #26D07C;
		border: 0;
		border-radius: 50%;
		color: #00534C;
		cursor: pointer;
		font-size: 24px;
		font-weight: 700;
		height: 48px;
		line-height: 54px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 48px;
	}
.carousel-testimonials-v2-section .tns-controls [data-controls="prev"] {
		left: 10px;
		position: absolute;
		top: 35%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-testimonials-v2-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: 10px;
		top: 35%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-testimonials-v2-nav > [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #00A499;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 0.5;
		padding: 0;
		width: 16px;
	}
.carousel-testimonials-v2-nav > .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
@media(min-width: 768px) {
		.carousel-testimonials-v2-section .tns-controls [data-controls="prev"] {
			left: -20px;
			top: 50%;
		}
	
		.carousel-testimonials-v2-section .tns-controls [data-controls="next"] {
			right: -20px;
			top: 50%;
		}
	}
@media(min-width: 1024px) {
		.carousel-testimonials-v2-section .tns-controls [data-controls="prev"] {
			left: -80px;
		}
	
		.carousel-testimonials-v2-section .tns-controls [data-controls="next"] {
			right: -80px;
		}
	}
.programs-filter-section .tns-controls [aria-controls] {
		background: #26D07C;
		border: 0;
		border-radius: 50%;
		color: #00534C;
		cursor: pointer;
		font-size: 24px;
		font-weight: 700;
		height: 48px;
		line-height: 54px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 48px;
	}
.programs-filter-section .tns-controls [data-controls="prev"] {
		left: 10px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.programs-filter-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-programs-nav > [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #00A499;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 0.5;
		padding: 0;
		width: 16px;
	}
.carousel-programs-nav > .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
@media(min-width: 768px) {
		.programs-filter-section .tns-controls [data-controls="prev"] {
			left: 10px;
		}
	
		.programs-filter-section .tns-controls [data-controls="next"] {
			right: 10px;
		}
	}
/* ============== TINY CAROUSEL END ============== */


.banner-image-section-egresados {
	background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/bg_banner_ingresados.png') no-repeat top center;
	background-size: cover;
}

.cta-bg-simple-section {
	background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/bolsa_trabajo_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 150px 0;
}
.cta-bg-simple-section .cta-bg-mobile::before {
	background: rgba(0, 0, 0, 0.2);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.cta-bg-simple-section {
		background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/bolsa_trabajo_bg.jpg') no-repeat top center;
		background-size: cover;
	}

	.cta-bg-simple-section::before {
		background: rgba(0, 0, 0, 0.2);
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

.carousel-events-section .tns-controls [aria-controls] {
	border: 0;
	border-radius: 3px;
	color: #26D07C;
	cursor: pointer;
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.carousel-events-section .tns-controls [data-controls="prev"] {
	left: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.carousel-events-section .tns-controls [data-controls="next"] {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.carousel-events-nav [aria-controls], .carousel-events-v2-nav [aria-controls] {
	border: 0;
	border-radius: 50%;
	color: #26D07C;
	cursor: pointer;
	font-size: 30px;
	height: 16px;
	line-height: 16px;
	margin: 0 5px;
	opacity: 0.5;
	padding: 0;
	text-align: center;
	transition: 0.3s ease all;
	width: 16px;
}

.carousel-events-nav .tns-nav-active, .carousel-events-v2-nav .tns-nav-active {
	font-size: 40px;
	opacity: 1;
}

/* llkl */
.carousel-events-section .tns-controls [aria-controls] {
	border: 0;
	border-radius: 3px;
	color: #26D07C;
	cursor: pointer;
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
}

.carousel-events-section .tns-controls [data-controls="prev"] {
	left: 150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.carousel-events-section .tns-controls [data-controls="next"] {
	position: absolute;
	right: 150px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.carousel-events-nav > [aria-controls] {
	border: 0;
	border-radius: 50%;
	color: #00A499;
	cursor: pointer;
	font-size: 30px;
	height: 16px;
	line-height: 16px;
	margin: 0 5px;
	opacity: 0.5;
	padding: 0;
	width: 16px;
}

.carousel-events-nav > .tns-nav-active {
	font-size: 40px;
	opacity: 1;
}

.arousel-certifications-section .tns-controls [aria-controls] {
		background: #66CCFF;
		border: 0;
		border-radius: 3px;
		color: #000;
		cursor: pointer;
		font-size: 15px;
		height: 2.5em;
		margin: 0 5px;
		padding: 0 1em;
		text-align: center;
	}
.carousel-certifications-nav > [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #00A499;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 0.5;
		padding: 0;
		width: 16px;
	}
.carousel-certifications-nav > .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}

@media (max-width: 1024px) {
	.carousel-events-section .tns-controls [aria-controls] {
		display: none;
	}
}


collapsible {
	transition: 0.3s ease all;
}

.collapsible + .content {
	height: 0;
	transition: 0.3s ease all;
}

.collapsible::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease all;
}

.collapsible.active::after {
	transform: translateY(-50%) rotate(-180deg);
}


.collapse-list {
	list-style-type: none;
	counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
}

.collapse-list li button {
	counter-increment: css-counter 1; /* Increase the counter by 1. */
}

.collapse-list li button.active {
	background: #26D07C;
	color: #FFFFFF;
}

.collapse-list li button::before {
	content: counter(css-counter, decimal-leading-zero); /* Apply counter before children's content. */
	left: 16px;
	position: absolute;
	top: 20px;
}

.collapsible.collapsible-dark::after {
	bottom: unset;
	color: #00CBC0;
	content: "\f078";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease all;
}

.collapsible.collapsible-dark + .content.active {
	background: #26D07C;
	color: #FFFFFF;
}

.collapsible.collapsible-dark.active::after {
	color: #FFFFFF;
	transform: translateY(-50%) rotate(-180deg);
}
	
@media (min-width: 768px) {
	.collapse-list li button::before {
		left: 60px;
		top: 32px;
	}

	.collapsible.collapsible-dark::after {
		bottom: unset;
		right: 45px;
		top: 50%;
		transform: translateY(-50%);
	}

	.collapsible.collapsible-dark.active::after {
		transform: translateY(-50%) rotate(180deg);
	}
}


/* .reasons-icons-section{
	padding-top: 5rem;
	padding-bottom: 2rem;
}

.benefits-list-section{
	padding-top: 0;
	padding-bottom: 5rem;
}
.programs-section{
	padding-top: 0; 
	padding-bottom: 4rem;
}
.carousel-events-section{
	padding-top: 0;
	padding-bottom: 5rem;
}

.certificates-section{
	padding-top: 5rem;
	padding-bottom: 3rem;
}

.accordion-wide-section{
	padding-top: 0;
	padding-bottom: 5rem;
} */

.tab-list li{
	background-color: white;
	color: #007864;
	padding: 30px 30px 15px 60px !important;
}

.tab-list li p{
	color: #007864;
}

.icon-tab {
	width: 24px;
	height: 24px;
	/*background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/banner-form-bg.png') no-repeat;*/
	background: url("https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/icono-tab.png") no-repeat; 
	display: inline-block;
}
.btn-tabs-new:hover .icon-tab {
	background: url("https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/icono-tab-active.png") no-repeat;
}
.btn-tabs-new.active .icon-tab {
	background: url("https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/icono-tab-active.png") no-repeat;
}
.hover\:border-main-color-1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
}
.hover\:border-main-color-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 100 / var(--tw-border-opacity));
}
.hover\:border-main-color-3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
}
.hover\:border-main-color-5:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
}
.hover\:border-write-color-5:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
}
.hover\:bg-cta-color-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 207 122 / var(--tw-bg-opacity));
}
.hover\:bg-main-color-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / var(--tw-bg-opacity));
}
.hover\:bg-main-color-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-write-color-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.hover\:bg-write-color-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
}
.hover\:text-cta-color-3:hover {
  --tw-text-opacity: 1;
  color: rgb(0 82 77 / var(--tw-text-opacity));
}
.hover\:text-main-color-1:hover {
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.hover\:text-main-color-3:hover {
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.hover\:text-main-color-5:hover {
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-write-color-5:hover {
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
@media (min-width: 496px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-\[110\%\] {
    width: 110%;
  }

  .sm\:max-w-\[160px\] {
    max-width: 160px;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[54\%\] {
    left: 54%;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[480px\] {
    min-height: 480px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-\[185px\] {
    bottom: -185px;
  }

  .lg\:-left-\[105px\] {
    left: -105px;
  }

  .lg\:-left-\[210px\] {
    left: -210px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-\[0\] {
    bottom: 0;
  }

  .lg\:bottom-\[105px\] {
    bottom: 105px;
  }

  .lg\:bottom-\[210px\] {
    bottom: 210px;
  }

  .lg\:left-\[60\%\] {
    left: 60%;
  }

  .lg\:right-\[105px\] {
    right: 105px;
  }

  .lg\:right-\[unset\] {
    right: unset;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-\[105px\] {
    top: 105px;
  }

  .lg\:top-\[unset\] {
    top: unset;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }
  
  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[105px\] {
    height: 105px;
  }
  
  .lg\:h-\[370px\] {
    height: 370px;
  }
  
  .lg\:h-\[430px\] {
    height: 430px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }

  .lg\:min-h-\[840px\] {
    min-height: 840px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-\[105px\] {
    width: 105px;
  }

  .lg\:w-\[270px\] {
    width: 270px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-\[389px\] {
    max-width: 389px;
  }

  .lg\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-\[66px\] {
    padding-left: 66px;
    padding-right: 66px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[105px\] {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .lg\:py-\[39px\] {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[41px\] {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[220px\] {
    padding-top: 220px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[27px\] {
    font-size: 27px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[33px\] {
    line-height: 33px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[64px\] {
    line-height: 64px;
  }
}
@media (min-width: 1280px) {

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:max-w-\[187px\] {
    max-width: 187px;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:text-\[56px\] {
    font-size: 56px;
  }

  .xl\:leading-\[64px\] {
    line-height: 64px;
  }
}

.carousel-certifications-section .tns-controls{
  position: relative;
}

.carousel-certifications-section .tns-controls [aria-controls] {
		background: transparent;
		border: 0;
		border-radius: 50%;
		color: #5cd893;
		cursor: pointer;
		font-size: 24px;
		font-weight: 700;
		height: 48px;
		line-height: 54px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 48px;
}

.carousel-certifications-section .tns-controls [data-controls="prev"] {
		left: -40px;
		position: absolute;
		top: 70px;
		transform: translateY(-50%);
		z-index: 10;
}

.carousel-certifications-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: -40px;
		top: 70px;
		transform: translateY(-50%);
		z-index: 10;
}

.bg-gray{
  background: #efefef;
}

.white-card-box{
  display: block;
  background: #ffffff;
  /*box-shadow: 0px 4px 22px 0px #00000026;*/
  transition: 0.5s all;
}

.white-card-box .text{
  padding: 20px 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.white-card-box:hover{
  background: #00534C;
  color: #ffffff;
}

.white-card-box:hover .text p{
  color: #ffffff;
}

.banner-v2-section .subtitle{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-transform: none;
  color: #26D07C;
}

.banner-v2-section img{
  display: none;
}

.banner-v2-section .bg-main-color-1:after{
  display: none;
  content: "";
  width: 105px;
  height: 105px;
  background: #00A499;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.banner-v2-section .square-img .square{
  display: none;
  width: 100%;
  height: 105px;
  position: relative;
  bottom: -169px;
}

.banner-v2-section .square-img .square:before{
  display: block;
  content: "";
  width: 105px;
  height: 105px;
  background: #26D07C;
  position: absolute;
  bottom: 0;
  left: -37px;
}

.banner-v2-section .square-img .square:after{
  display: block;
  content: "";
  width: 105px;
  height: 105px;
  background: #6BCABA;
  position: absolute;
  bottom: 105px;
  left: 68px;
}

@media (max-width: 768px) {
  .banner-v2-section h1{
    font-size: 47px;
    line-height: 49px;
    font-weight: 700;
  }
}

@media (max-width: 1024px) {
  .banner-v2-section .bg-main-color-1:after{
    left: inherit;
    right: 0;
    width: 63px;
    height: 63px;
  }
}
@media (max-width: 1439px) {
  .banner-v2-section .square-img .square:before{
    display: none;
  }
  
  .banner-v2-section .square-img .square:after{
    display: none;
  }
}

@media (min-width: 1024px) {
  .banner-v2-section img{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.info-img-v1-section{
  position: relative;
  min-height: auto;
}

.info-img-v1-section:before{
  display: none;
  content: "";
  width: 63px;
  height: 63px;
  background: #6BCABA;
  position: absolute;
  bottom: 39px;
  left: 0;
  z-index: 2;
}

.info-img-v1-section .square{
  height: auto;
  position: relative;
  bottom: -122px;
  
}

.info-img-v1-section .square:before{
  display: none;
  content: "";
  width: 63px;
  height: 63px;
  background: #26D07C;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
}

.info-img-v1-section .square:after{
  display: none;
  content: "";
  width: 105px;
  height: 105px;
  background: #00534C;
  position: absolute;
  bottom: 0;
  right: 105px;
  z-index: 2;
}





@media (min-width: 1024px) {

  
  .info-img-v1-section{
    min-height: 575px;
  }
  
  .info-img-v1-section .square{
    display: block;
    height: 105px;
  }
  
  .info-img-v1-section:before{
    display: none;
    content: "";
    width: 105px;
    height: 105px;
    background: #6BCABA;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .info-img-v1-section .square:before{
    display: none;
    content: "";
    width: 105px;
    height: 105px;
    background: #26D07C;
    position: absolute;
    bottom: 105px;
    right: 0;
    z-index: 2;
  }
  
  .info-img-v1-section .square:after{
    display: none;
    content: "";
    width: 105px;
    height: 105px;
    background: #00534C;
    position: absolute;
    bottom: 0;
    right: 105px;
    z-index: 2;
  }
}


.info-img-v2-section{
  position: relative;
  padding-top: 0;
}

.info-img-v2-section .info-img-v2-container{
  min-height: auto;
  height: auto;
}

.info-img-v2-section:before {
    background: #6bcaba;
    bottom: 25%;
    content: "";
    display: block;
    height: 63px;
    right: 0;
    position: absolute;
    right: 0;
    width: 63px;
    z-index: 2;
    left: inherit;
    display: none;
}

@media (min-width: 1024px) {
  .info-img-v2-section .info-img-v2-container{
    min-height: 422px;
    height: 100%;
  }
  
  .info-img-v2-section:before {
    display: none;
  }
}

.container-image-mobile{
  position: relative;
}

.container-image-mobile:after{
  display: none;
  content: "";
  width: 63px;
  height: 63px;
  background: #00A499;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 1024px) {
  .container-image-mobile:after{
    display: none;
  }
}

.items-start{
  align-items: flex-start;
}

/*@media (min-width: 1024px) {
    .benefits-list-section.mod .img-block:before {
        bottom: -66px;
        height: 360px;
        left: -130%;
        right: unset;
        top: unset;
        width: 200%;
    }
}*/


/*Carrusel de eventos*/
.carousel-events-section{
  background-color: #ffffff;
}



.carousel-events-section .title-slide{
  padding: 20px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 150px
}

.carousel-events-section .title-slide p{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.carousel-events-section .gallery-item{
  max-width: 445px;
}

.carousel-events-section .gallery-item:nth-child(3) .content>div {
  bottom: 14%;
}

.carousel-events-section .gallery::before,
.carousel-events-section .gallery::after {
  background: transparent;
  color: #00534C;
  font-family: 'FontAwesome';
}
.carousel-events-section .gallery::before {
  left: -10px;
  content: "\f060";
}
.carousel-events-section .gallery::after {
  right: -10px;
  content: "\f061";
}

@media (min-width: 768px) {
  .carousel-events-section .title-slide{
    width. 50%;
  }
}

@media (min-width: 1024px) {
  .carousel-events-section .gallery-item {
    max-width: 350px;
  }
}

@media (min-width: 1366px) {
  .carousel-events-section .gallery-item{
    max-width: 380px;
  }
}

@media (min-width: 1367px) {
  .carousel-events-section .gallery-item{
    max-width: 445px;
  }
}