/*
! 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: 'Montserrat', sans-serif;
}

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

.font-card {
  font-family: 'Montserrat', 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));
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 27px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-family: "Montserrat", sans-serif;
}
h1, .h1 {
  margin-bottom: 1rem;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}
@media (min-width: 1024px) {

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

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

  h3, .h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.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;
  }
}
.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(0 83 76 / 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(0 83 76 / 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;
}
.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-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: 2px;
  --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));
  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(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --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-tabs {
  border-radius: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(120 214 75 / 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(120 214 75 / var(--tw-text-opacity));
}
.btn-tabs:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 214 75 / 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(120 214 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(120 214 75 / 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(120 214 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(120 214 75 / 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(120 214 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(120 214 75 / 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;
}
.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));
}
.btn-transparent-2 {
  border-radius: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.btn-transparent-2: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-transparent-white {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-transparent-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(151 215 0 / var(--tw-text-opacity));
}
.btn-cta {
  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-cta:hover {
  --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));
}
.img-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  max-width: 120%;
  --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: 768px) {

  .img-container-width > img {
    width: 100%;
    max-width: 100%;
  }
}
.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));
}
.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));
}
.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: -2rem;
  left: 0px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 0 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

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

  .img-squares .right::before {
    right: 105px;
    height: 105px;
    width: 105px;
  }
}
.img-squares .right::after {
  position: absolute;
  right: 0px;
  top: 60px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(120 214 75 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .img-squares .right::after {
    top: 105px;
    height: 105px;
    width: 105px;
  }
}
.collapse-elem {
  position: relative;
}
.collapse-elem .content ul {
  padding-left: 1.5rem;
}
.collapsible-alt.active {
  --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));
}
.show-card {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hide-card {
  opacity: 0;
}
.video-container {
  cursor: pointer;
}
.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);
}
.video-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  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);
}
.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-t-section .img-squares .left::before {
  position: absolute;
  left: unset;
  bottom: 0px;
  right: 135px;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(100 167 11 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-t-section .img-squares .left::before {
    display: block;
  }
}
.banner-form-t-section .img-squares .left::after {
  position: absolute;
  bottom: 60px;
  right: 75px;
  z-index: 1;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 0 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-t-section .img-squares .left::after {
    display: block;
  }
}
.banner-form-t-section .img-squares .right::before {
  display: none;
}
.banner-form-t-section .img-squares .right::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(100 167 11 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-t-section .img-squares .right::after {
    display: block;
  }
}
.calling-section .img-squares .left::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(116 164 51 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .calling-section .img-squares .left::before {
    display: none;
    height: 105px;
    width: 105px;
  }
}
.calling-section .img-squares .left::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(166 211 66 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .calling-section .img-squares .left::after {
    display: none;
    height: 105px;
    width: 105px;
  }
}
.calling-section .img-squares .right::before {
  position: absolute;
  right: 105px;
  top: 0px;
  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) {

  .calling-section .img-squares .right::before {
    display: block;
    height: 105px;
    width: 105px;
  }
}
.calling-section .img-squares .right::after {
  position: absolute;
  right: 0px;
  top: 105px;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(166 211 66 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .calling-section .img-squares .right::after {
    display: block;
    height: 105px;
    width: 105px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-8 {
  bottom: -2rem;
}
.-top-\[40px\] {
  top: -40px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[unset\] {
  left: unset;
}
.right-0 {
  right: 0px;
}
.right-16 {
  right: 4rem;
}
.right-4 {
  right: 1rem;
}
.right-\[105px\] {
  right: 105px;
}
.right-\[135px\] {
  right: 135px;
}
.right-\[60px\] {
  right: 60px;
}
.right-\[75px\] {
  right: 75px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[105px\] {
  top: 105px;
}
.top-\[60px\] {
  top: 60px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-\[1\] {
  z-index: 1;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.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-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[188px\] {
  height: 188px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[214px\] {
  height: 214px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[312px\] {
  height: 312px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[76px\] {
  height: 76px;
}
.h-full {
  height: 100%;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[60\%\] {
  min-height: 60%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[76px\] {
  width: 76px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.max-w-\[120\%\] {
  max-width: 120%;
}
.max-w-\[187px\] {
  max-width: 187px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[37px\] {
  max-width: 37px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[65px\] {
  max-width: 65px;
}
.max-w-\[73px\] {
  max-width: 73px;
}
.max-w-\[76px\] {
  max-width: 76px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.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-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-cta-color-1 {
  --tw-border-opacity: 1;
  border-color: rgb(38 208 124 / var(--tw-border-opacity));
}
.border-cta-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(0 164 153 / var(--tw-border-opacity));
}
.border-cta-color-3 {
  --tw-border-opacity: 1;
  border-color: rgb(0 82 77 / 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(120 214 75 / var(--tw-border-opacity));
}
.border-secondary-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(151 215 0 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-write-color-3 {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.bg-\[\#74A433\] {
  --tw-bg-opacity: 1;
  background-color: rgb(116 164 51 / var(--tw-bg-opacity));
}
.bg-\[\#A6D342\] {
  --tw-bg-opacity: 1;
  background-color: rgb(166 211 66 / var(--tw-bg-opacity));
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 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-cta-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
}
.bg-cta-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 153 / 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(120 214 75 / var(--tw-bg-opacity));
}
.bg-secondary-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 167 11 / var(--tw-bg-opacity));
}
.bg-secondary-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 0 / 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-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.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;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-accent {
  font-family: "Montserrat", sans-serif;
}
.font-awesome {
  font-family: "Font Awesome 5 Pro";
}
.font-display {
  font-family: "Montserrat", 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-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[42px\] {
  font-size: 42px;
}
.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-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-\[25px\] {
  line-height: 25px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.text-\[\#00534C\] {
  --tw-text-opacity: 1;
  color: rgb(0 83 76 / var(--tw-text-opacity));
}
.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-cta-color-1 {
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.text-cta-color-2 {
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.text-cta-color-3 {
  --tw-text-opacity: 1;
  color: rgb(0 82 77 / var(--tw-text-opacity));
}
.text-cta-color-4 {
  --tw-text-opacity: 1;
  color: rgb(98 166 8 / 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(120 214 75 / var(--tw-text-opacity));
}
.text-secondary-color-1 {
  --tw-text-opacity: 1;
  color: rgb(100 167 11 / var(--tw-text-opacity));
}
.text-secondary-color-2 {
  --tw-text-opacity: 1;
  color: rgb(151 215 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-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;
}

.items-center{
  align-items: center;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.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 0 0 20px;
}
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 {
    padding: 0;
  }

  ol.arrow-list li::before {
    font-size: 24px;
    left: -36px;
  }
}
.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 {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.collapsible.active::after {
  content: "\f078";
  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::before {
  content: counter(css-counter, decimal-leading-zero); /* Apply counter before children's content. */
  left: 16px;
  position: absolute;
  top: 20px;
}
.collapsible {
  transition: 0.3s ease all;
}
.collapsible + .content {
  height: 0;
  transition: 0.3s ease all;
}
.collapsible-alt-2::after {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.collapsible-alt-2.active::after {
  content: "\f078";
  transform: translateY(-50%) rotate(-180deg);
}
.banner-form-section::before {
  background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/banner-form-bg.png') no-repeat top center;
  background-size: 150% auto;
  content: '';
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-form-section .form-bg::before {
  background: #64A70B;
  content: '';
  left: -50%;
  height: 200%;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: 0;
}
@media(min-width: 1024px) {
  .banner-form-section::before {
    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: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
  }

  .banner-form-section .form-bg::before {
    display: none;
  }
}
.cta-bg-section .cta-bg-mobile {
  background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/cta-bg.jpg') no-repeat center;
  background-size: cover;
}
.cta-bg-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-section {
    background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/cta-bg.jpg') no-repeat top center;
    background-size: cover;
  }

  .cta-bg-section::before {
    background: rgba(0, 0, 0, 0.2);
    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;
  }
}
.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;
  display: none;
  height: 100%;
  margin: 0 auto 0;
  position: relative;
  width: 100%;
}
.image-paragraph-block-section .text-content::before {
  display: none;
}
.image-paragraph-block-section .text-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-paragraph-block-section .text-content ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 3rem;
  position: relative;
}
.image-paragraph-block-section .text-content ul li::after {
  color: #78D64B;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease all;
}
.image-paragraph-block-section .text-content::before {
  background: #C5E86C;
  content: '';
  display: block;
  height: 51px;
  left: 0;
  position: absolute;
  top: -51px;
  width: 100%;
  z-index: 20;
}
@media (min-width: 1024px) {
  .image-paragraph-block-section > .img-bg {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
  }

  .image-paragraph-block-section .img-bg::before {
    background: #C5E86C;
    bottom: 3rem;
    content: '';
    display: block;
    height: 53.5%;
    left: 0;
    position: absolute;
    width: 105px;
    z-index: 20;
  }

  .image-paragraph-block-section .text-content::before {
    display: none;
  }
}
@media (min-width: 1280px) {
  .image-paragraph-block-section .img-bg::before {
    background: #C5E86C;
    bottom: 3rem;
    content: '';
    display: block;
    height: 51%;
    left: 0;
    position: absolute;
    width: 105px;
    z-index: 20;
  }
}
@media (min-width: 1440px) {
  .image-paragraph-block-section .img-bg::before {
    height: 56.5%;
  }
}
.paragraph-image-section .img-container-left::before {
  background: #97D700;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 0;
}
.paragraph-image-section .img-container-right::before {
  display: none;
}
.paragraph-image-section .img-container-right::after {
  background: #78D64B;
  content: '';
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .paragraph-image-section .img-container-left::before {
    background: #97D700;
    content: '';
    height: 105px;
    left: 0;
    position: absolute;
    top: -105px;
    width: 105px;
    z-index: 0;
  }

  .paragraph-image-section .img-container-right::before {
    background: #C5E86C;
    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: #78D64B;
    bottom: -105px;
    content: '';
    height: 105px;
    position: absolute;
    right: 105px;
    top: unset;
    width: 105px;
    z-index: 0;
  }
  .carousel-double-cards-section::before {
    background: url('https://universidad.tecmilenio.mx/hubfs/carousel-cards-bg.png') no-repeat left;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 38%;
    z-index: 0;
  }

  .carousel-benefits-section::before {
    background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/carousel-cards-bg.png') no-repeat left;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 38%;
    z-index: 0;
  }
}
.paragraph-images-side-section {
  background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/Prepa%20-%20Ago23/paragraph-images-side-bg-mobile.png') no-repeat left;
  background-size: cover;
}
@media (min-width: 1024px) {
  .paragraph-images-side-section {
    background: #64A70B;
  }
}
.banner-form-t-section::before {
  background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/banner-form-t-bg.png') no-repeat top left;
  background-size: cover;
  content: '';
  left: 0;
  height: 294px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner-form-t-section::after {
  background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/banner-form-t-bg-2.svg') no-repeat top center;
  background-size: auto 100%;
  content: '';
  left: 0;
  height: 294px;
  position: absolute;
  top: 50%;
  transform: translate(-35%, -50%);
  width: 260px;
}
.banner-form-t-section .form-container {
  background: rgba(217, 217, 217, 0.75);
}
@media(min-width: 1024px) {
  .banner-form-t-section::before {
    background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/banner-form-t-bg.png') no-repeat top left;
    background-size: cover;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transform: none;
    width: 60%;
  }

  .banner-form-t-section::after {
    background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/banner-form-t-bg-2.svg') no-repeat top center;
    background-size: auto 100%;
    content: '';
    left: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
  }
}
.paragraph-accordion-block-section .img-collapse-bg::before {
  background: #00534C;
  content: '';
  display: block;
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
  z-index: 20;
}
@media (min-width: 1024px) {
  .paragraph-accordion-block-section .img-collapse-bg::before {
    background: #00534C;
    bottom: 0;
    content: '';
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    top: unset;
    width: 105px;
    z-index: 20;
  }
}
.paragraph-accordion-block-section .text-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paragraph-accordion-block-section .text-content ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  position: relative;
}
.paragraph-accordion-block-section .text-content ul li::before {
  color: #393939;
  content: "\2022";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  left: 0.5rem;
  line-height: 24px;
  position: absolute;
  top: 0;
  transition: 0.3s ease all;
}
.cta-bg-simple-section {
  background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/cta-bg-2.png') no-repeat center;
  background-size: cover;
}
.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/cta-bg-2.png') 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%;
  }
}
.image-paragraph-section .img-block::before {
  background: #64A70B;
  bottom: -60px;
  content: '';
  height: 60px;
  left: -60px;
  position: absolute;
  width: 60px;
  z-index: 10;
}
.image-paragraph-section .img-block::after {
  background: #78D64B;;
  bottom: 0;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: 10;
}
.image-paragraph-section .img-block-2::before {
  background: #26D07C;
  content: '';
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}
@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 {
    background: #C5E86C;
    content: '';
    height: 105px;
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
    z-index: 10;
  }
}
.image-paragraph-v2-section .img-block::before {
  background: #64A70B;
  bottom: -60px;
  content: '';
  height: 60px;
  left: -60px;
  position: absolute;
  width: 60px;
  z-index: 10;
}
.image-paragraph-v2-section .img-block::after {
  background: #78D64B;
  bottom: 0;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: 10;
}
.image-paragraph-v2-section .img-block-2::before {
  background: #C5E86C;
  content: '';
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .image-paragraph-v2-section .img-block::before {
    bottom: -105px;
    height: 105px;
    left: -105px;
    width: 105px;
  }

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

  .image-paragraph-v2-section .img-block-2::before {
    background: #C5E86C;
    content: '';
    height: 105px;
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
    z-index: 10;
  }
}
.profile-section .img-block::before {
  background: #78D64B;
  content: '';
  height: 374px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}
@media (min-width: 1024px) {
  .profile-section .img-block::before {
    bottom: -66px;
    content: '';
    height: 360px;
    left: -100px;
    position: absolute;
    top: unset;
    transform: none;
    width: 100%;
  }
}
.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;
}
.video-welcome-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) {
  .video-welcome-section .img-block::before {
    bottom: -66px;
    content: '';
    height: 360px;
    left: -100px;
    position: absolute;
    top: unset;
    transform: none;
    width: 100%;
  }
}
/* ============== GALLERY SECTION START ============== */
/* https://codepen.io/thiagorossener/pen/WmqQyo */
.gallery {
  height: 100%;
  max-height: 700px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.gallery::before,
.gallery::after {
  background: #EFEFEF;
  display: block;
  color: #FF7F32;
  content: "";
  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::before {
  left: 0;
  content: "\f177";
}
.gallery::after {
  right: 0;
  content: "\f178";
}
.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: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: #FF7F32;
  transition: 0.3s ease all;
}
.gallery-item .content {
  height: 700px;
  overflow: hidden;
  position: relative;
}
.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: 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;
  margin: 0;
  transition: 0.3s ease all;
}
.gallery-item:nth-child(3) .content .desc {
  display: block;
}
/* 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 SECTION END ============== */
/* ============== TINY CAROUSEL START ============== */
.carousel-benefits-section .tns-controls [aria-controls] {
  border: 0;
  border-radius: 3px;
  color: #008498;
  cursor: pointer;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.carousel-benefits-section .tns-controls [data-controls="prev"] {
  right: 100px;
  position: absolute;
  top: -80px;
  z-index: 10;
}
.carousel-benefits-section .tns-controls [data-controls="next"] {
  position: absolute;
  right: 40px;
  top: -80px;
  z-index: 10;
}
.carousel-testimonials-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-testimonials-section .tns-controls [data-controls="prev"] {
  left: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.carousel-testimonials-section .tns-controls [data-controls="next"] {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.carousel-testimonials-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-testimonials-nav .tns-nav-active {
  font-size: 40px;
  opacity: 1;
}
.carousel-quotes-section .tns-controls [aria-controls] {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  color: #00534C;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 48px;
}
.carousel-quotes-section .tns-controls [data-controls="prev"] {
  left: -25px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}
.carousel-quotes-section .tns-controls [data-controls="next"] {
  position: absolute;
  right: -25px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}
.carousel-quotes-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-quotes-nav .tns-nav-active {
  font-size: 40px;
  opacity: 1;
}
/* ============== TINY CAROUSEL END ============== */

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

.icon-tab {
  width: 24px;
  height: 24px;
  /*background: url('../img/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-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 214 75 / var(--tw-border-opacity));
}
.hover\:bg-cta-color-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 208 124 / var(--tw-bg-opacity));
}
.hover\:bg-main-color-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
}
.hover\:bg-main-color-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 214 75 / 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-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity));
}
.hover\:text-cta-color-1:hover {
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / var(--tw-text-opacity));
}
.hover\:text-cta-color-2:hover {
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-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-secondary-color-2:hover {
  --tw-text-opacity: 1;
  color: rgb(151 215 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 496px) {

  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:w-11\/12 {
    width: 91.666667%;
  }

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

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

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

  .md\:max-w-\[740px\] {
    max-width: 740px;
  }

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

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

  .md\:bg-transparent {
    background-color: transparent;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-center {
    text-align: center;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:right-24 {
    right: 6rem;
  }

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

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

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

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

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

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

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

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

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

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }
  
  .lg\:pr-4 {
    padding-right: 1rem;
   }
  
  .lg\:pl-4 {
    padding-left: 1rem;
   }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
  
  .lg\:flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

  .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-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-cta-color-1 {
    --tw-border-opacity: 1;
    border-color: rgb(38 208 124 / var(--tw-border-opacity));
  }

  .lg\:bg-secondary-color-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 167 11 / var(--tw-bg-opacity));
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[370px\] {
    height: 370px;
  }
}
@media (min-width: 1280px) {

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

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

  .xl\:p-12 {
    padding: 3rem;
  }

  .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\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

/*Estilos de Regular*/
.btn-filter {
  border-radius: 0.375rem;
  --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));
}

.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);
}

.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-events-section{
  background-color: #ffffff;
}

.carousel-events-section h2{
  font-weight: 600;
  color: #74A433;
}

.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: #78D64B;
}
.carousel-events-section .gallery::before {
  left: -10px;
  content: "\f177";
}
.carousel-events-section .gallery::after {
  right: -10px;
  content: "\f178";
}

@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;
  }
}


.programs-filter-section .img-container > a::before, .programs-filter-section .img-container > div::before {
  position: absolute;
  z-index: -1;
  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);
}

.programs-filter-section .img-container > a:hover::before, .programs-filter-section .img-container > div:hover::before {
  opacity: 0.8;
}


.programs-filter-section .img-container > img, .programs-filter-section .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 101%;
  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));
}

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

.h-\[384px\] {
  height: 384px;
}

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;
  }
}

/* LP Licenciatura en Derecho */
:root{
  --green-light: #78D64B;
  --green-light-2: #A7E393;
  --green-main: #00534B;
  --dark-gray: #272926;
}

.btn-header{
  display: inline-block;
  background: #26D07C;
  color: #00534B;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  border-radius: 18px;
  padding: 5px 15px;
}

.btn-green-light{
  background: var(--green-light);
  color: var(--green-main);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  border-radius: 28px;
  padding: 10px 25px;
  display: inline-block;
  transition: 0.5s all;
}

.btn-green-light:hover{
  background: var(--green-light-2);
  color: #ffffff;
}

.bg-green-light{
  background-color: #A7E393;
}

.bg-green-light2{
  background-color: #26D07C;
  border-radius: 50px;
  padding: 30px;
}

.bg-dark-gray{
  background: var(--dark-gray);
}

.items-stretch{
  align-items: stretch;
}

.text-green-light{
  color: var(--green-light);
}

.container-footer{
  min-height: 241px;
}



.footer-section.bg-dark-gray a, .footer-section.bg-dark-gray p{
  font-size: 19px;
  line-height: 42px;
  font-weight: 400;
  color: white;
}

.footer-section.bg-green-light a, .footer-section.bg-green-light p{
  font-size: 23px;
  line-height: 42px;
  font-weight: 400;
  color: #00534B;
}

.footer-section.bg-green-light .social-link{
  background: #00534B;
  color: #A7E393;
  height: 35px;
  width: 35px;
  border: none;
  font-size: 23px;
  line-height: 42px;
  font-weight: 400;
}

.footer-section.bg-dark-gray .social-link{
  background: white;
  color: var(--dark-gray);
  height: 35px;
  width: 35px;
  border: none;
  font-size: 23px;
  line-height: 42px;
  font-weight: 400;
}

@media (max-width: 568px) {
  .footer-section.bg-green-light .redes{
    margin: 40px auto;
  }

  .footer-section.bg-green-light .logo{
    margin: 0 auto;
  }

  .footer-section.bg-green-light a, .footer-section.bg-green-light p {
    font-size: 18px;
    line-height: 28px;
  }
  
  
  .footer-section.bg-dark-gray .redes{
    margin: 40px auto;
  }

  .footer-section.bg-dark-gray .logo{
    margin: 0 auto;
  }

  .footer-section.bg-dark-gray a, .footer-section.bg-dark-gray p {
    font-size: 18px;
    line-height: 28px;
  }
}

.banner-form-icons-section h1{
  font-family: "Montserrat", sans-serif;
  color: var(--green-light);
  font-weight: 700;
  font-size: 40px;
  line-height: 43px;
  text-align: center;
  margin-top: 35%;
}

.banner-form-icons-section p{
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.banner-form-icons-section img{
  display:block;
  margin: 0 auto;
  width: 100%;
  max-width: 95px;
}

.icons-container{
  background: var(--green-light);
  padding: 25px 0;
}

.icons-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.icons-box .icon{
  max-width: 80px;
  margin-right: 15px;
}

@media (min-width: 1024px) {
  .icons-box{
    flex-direction: row;
  }
  
  .banner-form-icons-section h1{
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    text-align: left;
    margin-bottom: 15px;
  }

  .banner-form-icons-section p{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 80px;
  }
  
  .banner-form-icons-section img{
    display:block;
    margin: 0;
    width: 100%;
    max-width: 256px;
  }
}

.info-image-section{
  background: var(--green-light-2);
}

.info-image-section h2{
  color: var(--green-light);
}

.info-image-section img{
  display: block;
  margin: 20px auto;
}

.bg-green-main{
  background: var(--green-main);
  border-radius: 50px;
  padding: 30px;
}
@media (min-width: 1024px) {
  .info-image-section p{
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .bg-green-main{
    padding: 50px;
  }
}

.info-video-section h2{
  text-align: center;
}

.info-video-section .video-content{
  min-height: auto;
}

.info-video-section .video-container{
  position: relative;
}


@media (min-width: 1024px) {
  .info-video-section .video-content {
    min-height: 550px;
  }
  .info-video-section h2{
    text-align: left;
  }
}

.paragraph-section h2{
  color: var(--green-light);
}

.paragraph-section img{
  display: block;
  margin: 0 auto;
}

.paragraph-section .paragraph-container{
  min-height: 300px;
}

@media (min-width: 1024px) {
  .paragraph-section img{
    display: block;
    margin: 0 0 0 auto;
  }
}

.paragraph-accordion-section h2{
  color: var(--green-main);
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}

.paragraph-accordion-section p{
  color: var(--green-main);
  margin-bottom: 40px;
}

.paragraph-accordion-section .acordeon{
  background: #ffffff;
  border-radius: 27px;
  padding: 30px 45px;
}

.paragraph-accordion-section .acordeon ul{
  list-style-type: disc;
}

.paragraph-accordion-section .acordeon ul p{
  color: var(--green-main);
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}

.paragraph-accordion-section .acordeon ul span{
  color: var(--green-main);
  font-size: 18px;
}

@media (min-width: 1024px) {
  .paragraph-accordion-section h2{
    font-size: 35px;
    line-height: 40px;
  }
}




.card-section h2{
  color: var(--green-main);
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}

.card-section ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.card-section ul li{
  margin: 5px 0;
  width: 100%;
}

.card-section .card-box{
  border-radius: 28px;
  padding: 20px;
  background: var(--green-light);
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  box-shadow: 0px 3.41px 18.78px 0px #0000001A;
}

.card-section .card-box h5{
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}

.card-section .card-box p{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}


.card-section .card-box.style-1{
  background: #78D64B;
}

.card-section .card-box.style-1 h5, .card-section .card-box.style-1 p{
  color: #00534B;
}

.card-section .card-box.style-2{
  background: #00534B;
}

.card-section .card-box.style-2 h5, .card-section .card-box.style-2 p{
  color: #78D64B;
}

.card-section .card-box.style_3{
  background: #26D07C;
}

.card-section .card-box.style-3 h5, .card-section .card-box.style-3 p{
  color: #00534B;
}

@media (min-width: 1024px) {
  .card-section h2{
    font-size: 35px;
    line-height: 40px;
  }
  
  .card-section ul li{
    width: auto;
    margin: 5px;
  }
  
  .card-section .card-box{
    max-width: 319px;
  }
}

.collapsible-green li{
  background-color: #A7E393;
  border-radius: 25px;
  padding: 15px 30px;
}

.collapsible-green button{
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.collapsible-green .content p{
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .collapsible-green button{
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
  }
  
  .collapsible-green .content p{
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
}



.collapsible-alt-2::after{
  font-size: 16px;
}

.image-blocks-section .arrow-green{
  width: 50px;
  height: 30px;
  margin-right: 15px
}

.image-tab{
  margin: 0 0 0 auto;
}

.tabs-career-section .tab-container:nth-of-type(2n) .btn, .tabs-career-section .btn {
  background: #78D64B;
  border: 3px solid #78D64B;
  color: #01584F;
}

.tabs-career-section .tab-container:nth-of-type(2n+1) .btn {
  background: #00D373;
  border: 3px solid #00D373;
  color: #00534C;
}

.tabs-career-section .tab-container .btn:hover, .tabs-career-section .tab-container .btn.active, .tabs-career-section .btn:hover {
  background: #FFFFFF;
  border: 3px solid #00D373;
  color: #00D373;
}

.carousel-paths-section .tns-controls [aria-controls] {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 50%;
  color: #666666;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  width: 30px;
  z-index: 10;
}
.carousel-paths-section .tns-controls [aria-controls]:hover {
  background: #666666;
  color: #F5F5F5;
}
.carousel-paths-section .tns-controls [data-controls="prev"] {
  left: -30px;
}
.carousel-paths-section .tns-controls [data-controls="next"] {
  right: -30px;
}
@media(min-width: 768px) {
  .carousel-paths-section .tns-controls [aria-controls] {
    height: 48px;
    width: 48px;
  }
  
  .carousel-paths-section .tns-controls [data-controls="prev"] {
  left: -48px;
}
.carousel-paths-section .tns-controls [data-controls="next"] {
  right: -48px;
}
}