/*
! 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: 42px;
  font-weight: 700;
  line-height: 50px;
}
@media (min-width: 1024px) {

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

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

  h2, .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h3, .h3 {
  margin-bottom: 1rem;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}
h4, .h4 {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 700;
  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);
}
.features-section .blocks-container .social-link {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}
.features-section .blocks-container:last-of-type .social-link {
		border-bottom: 0;
		border-right: 0;
	}
@media (min-width: 1024px) {
		.features-section .blocks-container .social-link {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .social-link {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .social-link {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .social-link {
			border-bottom: 0;
			border-right: 0;
		}
	}
.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-border-opacity: 1;
  border-color: rgb(0 120 100 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 100 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 61 / var(--tw-bg-opacity));
}
.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-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(255 127 50 / var(--tw-text-opacity));
}
.img-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.features-section .blocks-container .img-container {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}
.features-section .blocks-container:last-of-type .img-container {
		border-bottom: 0;
		border-right: 0;
	}
@media (min-width: 1024px) {
		.features-section .blocks-container .img-container {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .img-container {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .img-container {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .img-container {
			border-bottom: 0;
			border-right: 0;
		}
	}
.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-card {
  position: relative;
  display: block;
  height: 240px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
.features-section .blocks-container .img-container-card {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}
.features-section .blocks-container:last-of-type .img-container-card {
		border-bottom: 0;
		border-right: 0;
	}
@media (min-width: 1024px) {
		.features-section .blocks-container .img-container-card {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .img-container-card {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .img-container-card {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .img-container-card {
			border-bottom: 0;
			border-right: 0;
		}
	}
.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: 0px;
  left: 0px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 96 21 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .img-squares .left::before {
    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(203 96 21 / 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(255 181 73 / 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;
}
.embed-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0px;
}
.features-section .blocks-container .embed-container {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}
.features-section .blocks-container:last-of-type .embed-container {
		border-bottom: 0;
		border-right: 0;
	}
@media (min-width: 1024px) {
		.features-section .blocks-container .embed-container {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .embed-container {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .embed-container {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .embed-container {
			border-bottom: 0;
			border-right: 0;
		}
	}
.embed-container::before {
  display: block;
  padding-top: 56.25%;
  --tw-content: '';
  content: var(--tw-content);
}
.features-section .blocks-container .embed-container::before {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}
.features-section .blocks-container:last-of-type .embed-container::before {
		border-bottom: 0;
		border-right: 0;
	}
@media (min-width: 1024px) {
		.features-section .blocks-container .embed-container::before {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .embed-container::before {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .embed-container::before {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .embed-container::before {
			border-bottom: 0;
			border-right: 0;
		}
	}
.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-features-section .img-squares .left::before {
  position: absolute;
  bottom: 0px;
  left: unset;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 96 21 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-features-section .img-squares .left::before {
    left: calc(50% - 105px);
    height: 105px;
    width: 105px;
  }
}
.banner-form-features-section .img-squares .right::before {
  position: absolute;
  right: 60px;
  top: unset;
  bottom: 105px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 73 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-features-section .img-squares .right::before {
    right: calc(50% - 105px);
    height: 105px;
    width: 105px;
  }
}
.banner-form-features-section .img-squares .right::after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 73 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-form-features-section .img-squares .right::after {
    top: 0px;
    height: 105px;
    width: 105px;
  }
}
.banner-reasons-section .img-squares .left::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: none;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 73 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-reasons-section .img-squares .left::before {
    left: 0;
    display: block;
    height: 105px;
    width: 105px;
  }


	.features-section .blocks-container .banner-reasons-section .img-squares .left::before {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}

	.features-section .blocks-container:last-of-type .banner-reasons-section .img-squares .left::before {
		border-bottom: 0;
		border-right: 0;
	}


	@media (min-width: 1024px) {
		.features-section .blocks-container .banner-reasons-section .img-squares .left::before {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .banner-reasons-section .img-squares .left::before {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .banner-reasons-section .img-squares .left::before {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .banner-reasons-section .img-squares .left::before {
			border-bottom: 0;
			border-right: 0;
		}
	}
}
.banner-reasons-section .img-squares .right::before {
  position: absolute;
  right: 305px;
  top: unset;
  bottom: 60px;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 73 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-reasons-section .img-squares .right::before {
    right: calc(50% - 15px);
    bottom: 105px;
    height: 105px;
    width: 105px;
  }
}
.banner-reasons-section .img-squares .right::after {
  position: absolute;
  right: 245px;
  top: unset;
  bottom: 0;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 96 21 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .banner-reasons-section .img-squares .right::after {
    right: calc(50% - 120px);
    top: unset;
    height: 105px;
    width: 105px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-\[60px\] {
  bottom: -60px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[105px\] {
  bottom: 105px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\] {
  left: 0;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[unset\] {
  left: unset;
}
.right-0 {
  right: 0px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[245px\] {
  right: 245px;
}
.right-\[305px\] {
  right: 305px;
}
.right-\[60px\] {
  right: 60px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[unset\] {
  top: unset;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-\[168px\] {
  margin-bottom: -168px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[76px\] {
  height: 76px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[167px\] {
  min-height: 167px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[780px\] {
  min-height: 780px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-6\/12 {
  width: 50%;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[71px\] {
  width: 71px;
}
.w-\[76px\] {
  width: 76px;
}
.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-\[187px\] {
  max-width: 187px;
}
.max-w-\[245px\] {
  max-width: 245px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.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-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-col {
  flex-direction: column;
}
.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-x-hidden {
  overflow-x: hidden;
}
.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-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.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-main-color-1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 76 / var(--tw-border-opacity));
}
.border-secondary-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 127 50 / 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-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 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-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(246 141 46 / var(--tw-bg-opacity));
}
.bg-secondary-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 96 21 / var(--tw-bg-opacity));
}
.bg-secondary-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 50 / var(--tw-bg-opacity));
}
.bg-secondary-color-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 73 / 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-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.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-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-\[13px\] {
  font-size: 13px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.text-\[\#00A499\] {
  --tw-text-opacity: 1;
  color: rgb(0 164 153 / var(--tw-text-opacity));
}
.text-cta-color-1 {
  --tw-text-opacity: 1;
  color: rgb(38 208 124 / 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(246 141 46 / var(--tw-text-opacity));
}
.text-secondary-color-2 {
  --tw-text-opacity: 1;
  color: rgb(255 127 50 / var(--tw-text-opacity));
}
.text-secondary-color-3 {
  --tw-text-opacity: 1;
  color: rgb(255 181 73 / 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-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-\[\"\\f144\"\] {
  --tw-content: "\f144";
  content: var(--tw-content);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
body > img {
		display: none;
	}
#shadow-host-companion{
		display:none;
	}
.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: 300;
    position: absolute;
    right: 10px;
		top: 50%;
		transform: translateY(-50%);
    transition: 0.3s ease all;
  }
.collapsible.active::after {
		transform: translateY(-50%) rotate(-180deg);
	}
.text-content-bullets-white ul {
		list-style: none;
		margin: 0;
		padding: 0 !important;
	}
.text-content-bullets-white ul li {
		margin: 0 0 1rem;
		padding: 0 0 0 16px;
		position: relative;
	}
.text-content-bullets-white ul li::before {
    color: #FFFFFF;
		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;
  }
@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%;
		}
	}
.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-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) {
		.accordion-section .img-block::before {
			background: #00534C;
			bottom: -66px;
			content: '';
			height: 100%;
			left: -100px;
			position: absolute;
			top: unset;
			transform: none;
			width: 100%;
		}
	}
.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;
	}
.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: #FFB549;
		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;
  }
@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;
		}
	}
.banner-form-features-section .form-bg {
		background: rgba(217, 217, 217, 0.50);
	}
.features-section .blocks-container .block {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}
.features-section .blocks-container:last-of-type .block {
		border-bottom: 0;
		border-right: 0;
	}
@media (min-width: 1024px) {
		.features-section .blocks-container .block {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .block {
			border-bottom: 0;
			border-right: 0;
		}
	}
.accordion-wide-section .collapsible::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 12px;
		top: 50%;
		transform: translateY(-50%);
    transition: 0.3s ease all;
  }
.accordion-wide-section .collapsible.active::after {
		transform: translateY(-50%) rotate(-180deg);
	}
.accordion-image-section .collapsible::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
		font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 15px;
		top: 50%;
		transform: translateY(-50%);
    transition: 0.3s ease all;
  }
.accordion-image-section .collapsible.active::after {
		transform: translateY(-50%) rotate(-180deg);
	}
/* ============== 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: #FF7F32;
		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: #FF7F32;
			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: #FF7F32;
		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: #00534C;
		font-size: 45px;
	}
/* ============== GALLERY SECTION END ============== */
/* ============== TINY CAROUSEL START ============== */
.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], .carousel-images-nav [aria-controls]  {
    border: 0;
		border-radius: 50%;
    color: #26D07C;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-testimonials-nav .tns-nav-active, .carousel-images-nav .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
.carousel-features-container .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 3rem;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}
.carousel-features-container .tns-controls [data-controls="prev"] {
		left: 2px;
		position: absolute;
		top: 50%;
		transform: translateY(-20%);
		z-index: 10;
	}
.carousel-features-container .tns-controls [data-controls="next"] {
		position: absolute;
		right: 2px;
		top: 50%;
		transform: translateY(-20%);
		z-index: 10;
	}
.carousel-features-nav [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #FFFFFF;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-features-nav .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
/* ============== TINY CAROUSEL END ============== */
@media (min-width: 1024px) {

	.lg\:h2 {
		font-family: 'Cairo', sans-serif;
		font-family: "Cairo", sans-serif;
		margin-bottom: 2rem;
		font-size: 23px;
		font-weight: 700;
		line-height: 30px;
	}
	
  .lg\:h2 {
    font-size: 40px;
    line-height: 48px;
  }
  
  .lg\:h-\[370px\] {
    height: 370px;
  }

  .lg\:py-\[40px\] {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}
}
.hover\:border-\[\#007864\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 100 / var(--tw-border-opacity));
}
.hover\:bg-\[\#007864\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 100 / var(--tw-bg-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-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-secondary-color-2:hover {
  --tw-text-opacity: 1;
  color: rgb(255 127 50 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:bg-\[\#00433D\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 61 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 496px) {

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

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

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

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

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

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

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  
  .md\:py-3 {
        padding-bottom: .75rem;
        padding-top: .75rem;
  }

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

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

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:left-\[calc\(50\%-105px\)\] {
    left: calc(50% - 105px);
  }

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

  .lg\:right-\[calc\(50\%-105px\)\] {
    right: calc(50% - 105px);
  }

  .lg\:right-\[calc\(50\%-120px\)\] {
    right: calc(50% - 120px);
  }

  .lg\:right-\[calc\(50\%-15px\)\] {
    right: calc(50% - 15px);
  }

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

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

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

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

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

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

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

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

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

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-full {
    height: 100%;
  }
  
  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[73px\] {
    line-height: 73px;
  }
  
  .lg\:text-left {
    text-align: left;
  }
  
  .lg\:max-w-\[1044px\] {
     max-width: 1044px;
  }


	.features-section .blocks-container .lg\:block {
		border-bottom: 1px solid #FFFFFF;
		border-right: 0;
	}

	.features-section .blocks-container:last-of-type .lg\:block {
		border-bottom: 0;
		border-right: 0;
	}


	@media (min-width: 1024px) {
		.features-section .blocks-container .lg\:block {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .lg\:block {
			border-bottom: 0;
			border-right: 0;
		}
		.features-section .blocks-container .lg\:block {
			border-bottom: 0;
			border-right: 1px solid #FFFFFF;
		}
	
		.features-section .blocks-container:last-of-type .lg\:block {
			border-bottom: 0;
			border-right: 0;
		}
	}
}
@media (min-width: 1280px) {

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

  .xl\:justify-end {
    justify-content: flex-end;
  }
  
  .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 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\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

/* ------ MODULOS NUEVOS ------- */
.bg-secondary-color-1 {
    background-color: #F68D2E;
}

.bg-main-color-5{
  background-color: #00534C;
}

.bg-main-color-6{
  background-color: #EFEFEF;
}

.text-write-color-3 {
    --tw-text-opacity: 1;
    color: rgb(0 83 76 / var(--tw-text-opacity));
}

.bg-back-color-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.p-0\.5 {
    padding: 0.125rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

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

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

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

.bg-\[\#efefef\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.text-secondary-color-1 {
    color: #00534C;
}

.text-write-color-4{
  color: #F68D2E;
}

.bg-write-color-3 {
    background-color: #F68D2E;
}

.collapsible-alt.active {
    --tw-bg-opacity: 1;
    background-color: #F68D2E;;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.collapsible, .collapsible+.content {
    transition: all .3s ease;
}
/* ============== TINY CAROUSEL START ============== */
.carousel-benefits-section .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #F68D2E;
		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;
}

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

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

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

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

.image-form-section .image{
  margin-top: 50px;
  order: 2;
}

.image-form-section .form-section{
  order: 1;
}

.carousel-images-nav [aria-controls]  {
    border: 0;
		border-radius: 50%;
    color: #F68D2E;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-images-nav .tns-nav-active {
    font-size: 50px;
		opacity: 1;
	}

@media (min-width: 768px) {
  .md\:bg-transparent {
     background-color: transparent;
   }
   .md\:px-2 {
     padding-left: 0.5rem;
     padding-right: 0.5rem;
   }
  
  .image-form-section .image{
    margin-top: 0px;
    order: 1;
  }

  .image-form-section .form-section{
    order: 2;
  }
}


@media (min-width: 1024px) {
  .carousel-benefits-section::before {
			background: url('https://2429099.fs1.hubspotusercontent-na1.net/hubfs/2429099/profesional-oct23/carousel-cards-bg.png') no-repeat left;
			background-size: cover;
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 38%;
			z-index: 0;
		}
  
  .lg\:py-\[40px\] {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}